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

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

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

<artist/1716#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/39067#subject> ;
    schema:name "Naoto Ishida"@en,
        "石田尚人"@ja ;
    foaf:made <album/39067#composition>,
        <album/39067#subject> ;
    foaf:name "Naoto Ishida"@en,
        "石田尚人"@ja .

<artist/1717#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/39067#subject> ;
    schema:name "Yumiko Kanki"@en,
        "神吉由美子"@ja ;
    foaf:made <album/39067#composition>,
        <album/39067#subject> ;
    foaf:name "Yumiko Kanki"@en,
        "神吉由美子"@ja .

<product/200#subject> a schema:CreativeWork ;
    schema:name "F-ZERO"@en,
        "F-ZERO"@ja,
        "F-ZERO"@ja-latn ;
    foaf:name "F-ZERO"@en,
        "F-ZERO"@ja,
        "F-ZERO"@ja-latn .

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

<https://media.vgm.io/albums/76/39067/39067-1367512812.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/39067#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/76/39067/39067-1367512812.png> ;
    foaf:depicts <album/39067#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/76/39067/39067-1367512812.png> .

<https://medium-media.vgm.io/albums/76/39067/39067-1367512812.png> a schema:ImageObject,
        foaf:Image .

<album/39067#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "F-ZERO GO FAST! Volume 1 - Age of SNES"@en,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja-latn ;
    mo:composer <artist/1716#subject>,
        <artist/1717#subject> ;
    mo:produced_work <album/39067#musicalwork> ;
    schema:name "F-ZERO GO FAST! Volume 1 - Age of SNES"@en,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja-latn .

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

<album/39067#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "F-ZERO GO FAST! Volume 1 - Age of SNES"@en,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja-latn ;
    mo:performance_of <album/39067#musicalwork> ;
    mo:performer <artist/11059#subject> ;
    mo:recorded_as <album/39067#musicalexpression> ;
    schema:byArtist <artist/11059#subject> ;
    schema:name "F-ZERO GO FAST! Volume 1 - Age of SNES"@en,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja-latn ;
    schema:workPerformed <album/39067#musicalwork> .

<artist/11059#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/39067#performance> ;
    schema:name "Shiryu"@en ;
    foaf:name "Shiryu"@en .

<album/39067#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-05-08"^^xsd:date ;
    dcterms:title "F-ZERO GO FAST! Volume 1 - Age of SNES"@en,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/39067#musicalexpression> ;
    mo:publisher _:Nc382889d8dd34718bbd99ff3548e66d1 ;
    mo:record _:N5c78088eb41045c393f4ac1e4de9128e ;
    mo:record_count 1 ;
    schema:about <product/200#subject> ;
    schema:byArtist <artist/11059#subject> ;
    schema:datePublished "2013-05-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/76/39067/39067-1367512812.png> ;
    schema:name "F-ZERO GO FAST! Volume 1 - Age of SNES"@en,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja,
        "F-ZERO GO FAST! Volume 1 - Age of SNES"@ja-latn ;
    schema:publisher _:Nc382889d8dd34718bbd99ff3548e66d1 ;
    foaf:depiction <https://media.vgm.io/albums/76/39067/39067-1367512812.png> .

_:N00d308ce2c4f4465b9a6e7611ae95c1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fire Field 2013 Redux"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "Fire Field 2013 Redux"@en .

_:N11404f9193114b3f83d2cc95411a9a3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Canyon 2013 Redux"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "Red Canyon 2013 Redux"@en .

_:N1b13930249864a229912600aba495bb5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silence 2013 Redux"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "Silence 2013 Redux"@en .

_:N2a6dd1cc1aaa4e4895233cde3397a4d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Big Blue 2013 Redux"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "Big Blue 2013 Redux"@en .

_:N473ff2db31bf4b4fa1207cbd0bdced27 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mute City 2013 Redux"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "Mute City 2013 Redux"@en .

_:N8cb718a368524207959814ae0c74f690 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sand Ocean 2013 Redux"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "Sand Ocean 2013 Redux"@en .

_:Nade4c18293324f9c93039edec7f78529 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Winner 2013 Redux"@en ;
    mo:track_number 10 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "Winner 2013 Redux"@en .

_:Nc382889d8dd34718bbd99ff3548e66d1 schema:name "Shiryu Music"@en ;
    foaf:name "Shiryu Music"@en .

_:Nc7bc04fddd0f4ba38016aab0a54d75e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "White Land 2013 Redux"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "White Land 2013 Redux"@en .

_:Ncdaedfb2be774474bad5352cdccf987b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Port Town 2013 Redux"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "Port Town 2013 Redux"@en .

_:Ncf2d25b5c28647f4a96b7b19aa8769ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Death Wind 2013 Redux"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N5c78088eb41045c393f4ac1e4de9128e ;
    schema:name "Death Wind 2013 Redux"@en .

_:N5c78088eb41045c393f4ac1e4de9128e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00d308ce2c4f4465b9a6e7611ae95c1d,
        _:N11404f9193114b3f83d2cc95411a9a3a,
        _:N1b13930249864a229912600aba495bb5,
        _:N2a6dd1cc1aaa4e4895233cde3397a4d4,
        _:N473ff2db31bf4b4fa1207cbd0bdced27,
        _:N8cb718a368524207959814ae0c74f690,
        _:Nade4c18293324f9c93039edec7f78529,
        _:Nc7bc04fddd0f4ba38016aab0a54d75e3,
        _:Ncdaedfb2be774474bad5352cdccf987b,
        _:Ncf2d25b5c28647f4a96b7b19aa8769ef ;
    mo:track_count 10 ;
    schema:duration "PT21:18"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N00d308ce2c4f4465b9a6e7611ae95c1d,
        _:N11404f9193114b3f83d2cc95411a9a3a,
        _:N1b13930249864a229912600aba495bb5,
        _:N2a6dd1cc1aaa4e4895233cde3397a4d4,
        _:N473ff2db31bf4b4fa1207cbd0bdced27,
        _:N8cb718a368524207959814ae0c74f690,
        _:Nade4c18293324f9c93039edec7f78529,
        _:Nc7bc04fddd0f4ba38016aab0a54d75e3,
        _:Ncdaedfb2be774474bad5352cdccf987b,
        _:Ncf2d25b5c28647f4a96b7b19aa8769ef .

