@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mo: <http://purl.org/ontology/mo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <//vgmdb.animusic.moe/> .

<album/88257> foaf:primaryTopic <album/88257#subject> .

<artist/3331#subject> a schema:Person,
        foaf:Person ;
    schema:name "runblebee"@en ;
    foaf:made <album/88257#lyrics>,
        <album/88257#subject> ;
    foaf:name "runblebee"@en .

<album/88257#vocals> a mo:Singer .

<artist/255#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/88257#subject> ;
    schema:name "Hideaki Kobayashi"@en,
        "小林秀聡"@ja ;
    foaf:made <album/88257#composition>,
        <album/88257#subject> ;
    foaf:name "Hideaki Kobayashi"@en,
        "小林秀聡"@ja .

<release/34679#subject> a schema:CreativeWork ;
    schema:name "Phantasy Star Portable 2 Infinity"@en,
        "ファンタシースターポータブル2 インフィニティ"@ja,
        "Phantasy Star Portable 2 Infinity"@ja-latn ;
    foaf:name "Phantasy Star Portable 2 Infinity"@en,
        "ファンタシースターポータブル2 インフィニティ"@ja,
        "Phantasy Star Portable 2 Infinity"@ja-latn .

<album/88257#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Phantasy Star Portable 2 Infinity Special CD"@en,
        "ファンタシースターポータブル2 インフィニティ スペシャルシングルCD"@ja,
        "Phantasy Star Portable 2 Infinity Special CD"@ja-latn ;
    mo:composer <artist/255#subject> ;
    mo:produced_work <album/88257#musicalwork> ;
    schema:name "Phantasy Star Portable 2 Infinity Special CD"@en,
        "ファンタシースターポータブル2 インフィニティ スペシャルシングルCD"@ja,
        "Phantasy Star Portable 2 Infinity Special CD"@ja-latn .

<album/88257#lyrics> a mo:Lyrics .

<album/88257#musicalexpression> a mo:Signal ;
    mo:published_as <album/88257#subject> ;
    mo:records <album/88257#performance> .

<https://media.vgm.io/albums/75/88257/88257-1561906045.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/88257#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/75/88257/88257-1561906045.jpg> ;
    foaf:depicts <album/88257#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/75/88257/88257-1561906045.jpg> .

<https://medium-media.vgm.io/albums/75/88257/88257-1561906045.jpg> a schema:ImageObject,
        foaf:Image .

<album/88257#musicalwork> a mo:MusicalWork,
        schema:CreativeWork ;
    mo:composed_in <album/88257#composition> ;
    mo:lyrics <album/88257#lyrics> ;
    mo:performed_in <album/88257#performance> ;
    mo:singer <album/88257#vocals> .

<album/88257#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Phantasy Star Portable 2 Infinity Special CD"@en,
        "ファンタシースターポータブル2 インフィニティ スペシャルシングルCD"@ja,
        "Phantasy Star Portable 2 Infinity Special CD"@ja-latn ;
    mo:performance_of <album/88257#musicalwork> ;
    mo:performer _:N35bb653bf722433b94c49e8d28ac705f ;
    mo:recorded_as <album/88257#musicalexpression> ;
    schema:byArtist _:N35bb653bf722433b94c49e8d28ac705f ;
    schema:name "Phantasy Star Portable 2 Infinity Special CD"@en,
        "ファンタシースターポータブル2 インフィニティ スペシャルシングルCD"@ja,
        "Phantasy Star Portable 2 Infinity Special CD"@ja-latn ;
    schema:workPerformed <album/88257#musicalwork> .

<album/88257#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-02-24"^^xsd:date ;
    dcterms:title "Phantasy Star Portable 2 Infinity Special CD"@en,
        "ファンタシースターポータブル2 インフィニティ スペシャルシングルCD"@ja,
        "Phantasy Star Portable 2 Infinity Special CD"@ja-latn ;
    mo:catalogue_number "SGET-0027" ;
    mo:media_type "CD" ;
    mo:publication_of <album/88257#musicalexpression> ;
    mo:publisher _:Nda159b712c82401bbb736ecda451b4fa ;
    mo:record _:N060f9b31ac2d424b82e66181b487b99b ;
    mo:record_count 1 ;
    schema:about <release/34679#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Annette Marie Cotrill"@en ;
            foaf:name "Annette Marie Cotrill"@en ] ;
    schema:datePublished "2011-02-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/75/88257/88257-1561906045.jpg> ;
    schema:name "Phantasy Star Portable 2 Infinity Special CD"@en,
        "ファンタシースターポータブル2 インフィニティ スペシャルシングルCD"@ja,
        "Phantasy Star Portable 2 Infinity Special CD"@ja-latn ;
    schema:publisher _:Nda159b712c82401bbb736ecda451b4fa ;
    foaf:depiction <https://media.vgm.io/albums/75/88257/88257-1561906045.jpg> .

_:N214ef852b52248b8ba16c37115bd6d48 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Main Theme \"Ignite Infinity\" (Instrumental)"@en,
        "メインテーマ 「Ignite Infinity」 (インストゥルメンタル)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:N060f9b31ac2d424b82e66181b487b99b ;
    schema:name "Main Theme \"Ignite Infinity\" (Instrumental)"@en,
        "メインテーマ 「Ignite Infinity」 (インストゥルメンタル)"@ja .

_:N35bb653bf722433b94c49e8d28ac705f a schema:Person,
        foaf:Person ;
    mo:performed <album/88257#performance> ;
    schema:name "Annette Marie Cotrill"@en ;
    foaf:name "Annette Marie Cotrill"@en .

_:N6a07260326124075bfb03c151e484ccb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Main Theme \"Ignite Infinity\" (Long Version)"@en,
        "メインテーマ 「Ignite Infinity」 (ロングバージョン)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:N060f9b31ac2d424b82e66181b487b99b ;
    schema:name "Main Theme \"Ignite Infinity\" (Long Version)"@en,
        "メインテーマ 「Ignite Infinity」 (ロングバージョン)"@ja .

_:Nda159b712c82401bbb736ecda451b4fa schema:name "Sega STORE"@en ;
    foaf:name "Sega STORE"@en .

_:Nea0524632da6451aa3693214f48ca2eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Go Infinity - Ignite Infinity REMIX -"@en,
        "Go Infinity - Ignite Infinity REMIX -"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N060f9b31ac2d424b82e66181b487b99b ;
    schema:name "Go Infinity - Ignite Infinity REMIX -"@en,
        "Go Infinity - Ignite Infinity REMIX -"@ja .

_:N060f9b31ac2d424b82e66181b487b99b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N214ef852b52248b8ba16c37115bd6d48,
        _:N6a07260326124075bfb03c151e484ccb,
        _:Nea0524632da6451aa3693214f48ca2eb ;
    mo:track_count 3 ;
    schema:duration "PT13:00"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N214ef852b52248b8ba16c37115bd6d48,
        _:N6a07260326124075bfb03c151e484ccb,
        _:Nea0524632da6451aa3693214f48ca2eb .

