@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/4625> foaf:primaryTopic <album/4625#subject> .

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

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

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4625#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/4625#composition>,
        <album/4625#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<product/175#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY IV"@en,
        "ファイナルファンタジーIV"@ja,
        "FINAL FANTASY IV"@ja-latn ;
    foaf:name "FINAL FANTASY IV"@en,
        "ファイナルファンタジーIV"@ja,
        "FINAL FANTASY IV"@ja-latn .

<product/188#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY VII"@en,
        "ファイナルファンタジーVII"@ja,
        "FINAL FANTASY VII"@ja-latn ;
    foaf:name "FINAL FANTASY VII"@en,
        "ファイナルファンタジーVII"@ja,
        "FINAL FANTASY VII"@ja-latn .

<product/190#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY IX"@en,
        "ファイナルファンタジーIX"@ja,
        "FINAL FANTASY IX"@ja-latn ;
    foaf:name "FINAL FANTASY IX"@en,
        "ファイナルファンタジーIX"@ja,
        "FINAL FANTASY IX"@ja-latn .

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

<org/563#subject> schema:name "BlackBox"@en,
        "BlackBox"@ja,
        "BlackBox"@ja-latn ;
    foaf:name "BlackBox"@en,
        "BlackBox"@ja,
        "BlackBox"@ja-latn .

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

<https://medium-media.vgm.io/albums/52/4625/4625-1447666156.jpg> a schema:ImageObject,
        foaf:Image .

<album/4625#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Melody of F"@en,
        "Fの旋律"@ja,
        "F no Senritsu"@ja-latn ;
    mo:composer <artist/3757#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/4625#musicalwork> ;
    schema:name "Melody of F"@en,
        "Fの旋律"@ja,
        "F no Senritsu"@ja-latn .

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

<artist/2659#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/4625#performance> ;
    schema:name "saori"@en ;
    foaf:name "saori"@en .

<album/4625#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Melody of F"@en,
        "Fの旋律"@ja,
        "F no Senritsu"@ja-latn ;
    mo:performance_of <album/4625#musicalwork> ;
    mo:performer <artist/2659#subject>,
        <artist/3757#subject> ;
    mo:recorded_as <album/4625#musicalexpression> ;
    schema:byArtist <artist/2659#subject>,
        <artist/3757#subject> ;
    schema:name "Melody of F"@en,
        "Fの旋律"@ja,
        "F no Senritsu"@ja-latn ;
    schema:workPerformed <album/4625#musicalwork> .

<artist/3757#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4625#subject> ;
    mo:performed <album/4625#performance> ;
    schema:name "yu-suke"@en ;
    foaf:made <album/4625#composition>,
        <album/4625#subject> ;
    foaf:name "yu-suke"@en .

<album/4625#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-10-20"^^xsd:date ;
    dcterms:title "Melody of F"@en,
        "Fの旋律"@ja,
        "F no Senritsu"@ja-latn ;
    mo:catalogue_number "BM-01" ;
    mo:media_type "CD" ;
    mo:publication_of <album/4625#musicalexpression> ;
    mo:publisher <org/563#subject> ;
    mo:record _:Nc25a40c89d8047dbab605f07caca2192 ;
    mo:record_count 1 ;
    schema:about <product/175#subject>,
        <product/188#subject>,
        <product/190#subject> ;
    schema:byArtist <artist/2659#subject>,
        <artist/3757#subject> ;
    schema:datePublished "2005-10-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/52/4625/4625-1447666156.jpg> ;
    schema:name "Melody of F"@en,
        "Fの旋律"@ja,
        "F no Senritsu"@ja-latn ;
    schema:publisher <org/563#subject> ;
    foaf:depiction <https://media.vgm.io/albums/52/4625/4625-1447666156.jpg> .

_:N0c0733371956409db3b62437d07772f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Fantasy Main Theme"@en,
        "Final Fantasy Main Theme"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Final Fantasy Main Theme"@en,
        "Final Fantasy Main Theme"@ja .

_:N140090de6b0b46029e7a9eda5b1311e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of Tifa"@en,
        "Theme of Tifa"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Theme of Tifa"@en,
        "Theme of Tifa"@ja .

_:N229a8a19813a4f81a8ac5495013f28be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cosmo Canyon"@en,
        "星降る峡谷"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Cosmo Canyon"@en,
        "星降る峡谷"@ja .

_:N493be26660a543c996141f45a692282c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Metal de Chocobo"@en,
        "Metal de Chocobo"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Metal de Chocobo"@en,
        "Metal de Chocobo"@ja .

_:N6f2146a3dcf749d787822c494d9e9bb2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle Theme"@en,
        "Battle Theme"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Battle Theme"@en,
        "Battle Theme"@ja .

_:N934f3d246d03440ca88bd1f063e8ddfa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prelude"@en,
        "Prelude"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Prelude"@en,
        "Prelude"@ja .

_:N9c746753dd714903b06d77b866e52358 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rose of May"@en,
        "Rose of May"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Rose of May"@en,
        "Rose of May"@ja .

_:Na940e292755745ab957f23cd4f6eab58 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of Aerith"@en,
        "Theme of Aerith"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Theme of Aerith"@en,
        "Theme of Aerith"@ja .

_:Nb54dbf6e4a214a38a01fd122df489680 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of CID"@en,
        "Theme of CID"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Theme of CID"@en,
        "Theme of CID"@ja .

_:Nec7ee4125852419d968f11ad10b42de6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In The Air ~Sora ni Tsutsumarete~"@en,
        "In The Air ~そらにつつまれて~"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "In The Air ~Sora ni Tsutsumarete~"@en,
        "In The Air ~そらにつつまれて~"@ja .

_:Nf4466f1ed8004e6081e630fbcabd12f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Descendant of the Shinobi"@en,
        "忍びの末裔"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:Nc25a40c89d8047dbab605f07caca2192 ;
    schema:name "Descendant of the Shinobi"@en,
        "忍びの末裔"@ja .

_:Nc25a40c89d8047dbab605f07caca2192 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0c0733371956409db3b62437d07772f3,
        _:N140090de6b0b46029e7a9eda5b1311e6,
        _:N229a8a19813a4f81a8ac5495013f28be,
        _:N493be26660a543c996141f45a692282c,
        _:N6f2146a3dcf749d787822c494d9e9bb2,
        _:N934f3d246d03440ca88bd1f063e8ddfa,
        _:N9c746753dd714903b06d77b866e52358,
        _:Na940e292755745ab957f23cd4f6eab58,
        _:Nb54dbf6e4a214a38a01fd122df489680,
        _:Nec7ee4125852419d968f11ad10b42de6,
        _:Nf4466f1ed8004e6081e630fbcabd12f7 ;
    mo:track_count 11 ;
    schema:duration "PT39:46"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N0c0733371956409db3b62437d07772f3,
        _:N140090de6b0b46029e7a9eda5b1311e6,
        _:N229a8a19813a4f81a8ac5495013f28be,
        _:N493be26660a543c996141f45a692282c,
        _:N6f2146a3dcf749d787822c494d9e9bb2,
        _:N934f3d246d03440ca88bd1f063e8ddfa,
        _:N9c746753dd714903b06d77b866e52358,
        _:Na940e292755745ab957f23cd4f6eab58,
        _:Nb54dbf6e4a214a38a01fd122df489680,
        _:Nec7ee4125852419d968f11ad10b42de6,
        _:Nf4466f1ed8004e6081e630fbcabd12f7 .

