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

<album/7923#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "American Gamer"@en,
        "American Gamer"@ja,
        "American Gamer"@ja-latn ;
    mo:produced_work <album/7923#musicalwork> ;
    schema:name "American Gamer"@en,
        "American Gamer"@ja,
        "American Gamer"@ja-latn .

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

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

<product/2070#subject> a schema:CreativeWork ;
    schema:name "Mega Man"@en,
        "ロックマン"@ja,
        "Rockman"@ja-latn ;
    foaf:name "Mega Man"@en,
        "ロックマン"@ja,
        "Rockman"@ja-latn .

<product/262#subject> a schema:CreativeWork ;
    schema:name "Streets of Rage"@en,
        "ベア・ナックル"@ja,
        "Bare Knuckle: Ikari no Tekken"@ja-latn ;
    foaf:name "Streets of Rage"@en,
        "ベア・ナックル"@ja,
        "Bare Knuckle: Ikari no Tekken"@ja-latn .

<product/2718#subject> a schema:CreativeWork ;
    schema:name "NiGHTS into Dreams..."@en,
        "ナイツ"@ja,
        "NiGHTS into Dreams..."@ja-latn ;
    foaf:name "NiGHTS into Dreams..."@en,
        "ナイツ"@ja,
        "NiGHTS into Dreams..."@ja-latn .

<product/641#subject> a schema:CreativeWork ;
    schema:name "Resident Evil Code: Veronica"@en,
        "バイオハザード コード：ベロニカ"@ja,
        "Resident Evil Code: Veronica"@ja-latn ;
    foaf:name "Resident Evil Code: Veronica"@en,
        "バイオハザード コード：ベロニカ"@ja,
        "Resident Evil Code: Veronica"@ja-latn .

<product/812#subject> a schema:CreativeWork ;
    schema:name "Castlevania"@en,
        "悪魔城ドラキュラ"@ja,
        "Akumajo Dracula"@ja-latn ;
    foaf:name "Castlevania"@en,
        "悪魔城ドラキュラ"@ja,
        "Akumajo Dracula"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/32/7923/7923-1207628608.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/7923#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "American Gamer"@en,
        "American Gamer"@ja,
        "American Gamer"@ja-latn ;
    mo:performance_of <album/7923#musicalwork> ;
    mo:performer <artist/49606#subject> ;
    mo:recorded_as <album/7923#musicalexpression> ;
    schema:byArtist <artist/49606#subject> ;
    schema:name "American Gamer"@en,
        "American Gamer"@ja,
        "American Gamer"@ja-latn ;
    schema:workPerformed <album/7923#musicalwork> .

<artist/49606#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/7923#performance> ;
    schema:name "Mega Ran"@en ;
    foaf:made <album/7923#lyrics>,
        <album/7923#subject> ;
    foaf:name "Mega Ran"@en .

<album/7923#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-02-20"^^xsd:date ;
    dcterms:title "American Gamer"@en,
        "American Gamer"@ja,
        "American Gamer"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/7923#musicalexpression> ;
    mo:publisher _:N8bc9ebaa8b5c4b9b9eedbad895a9d7b2 ;
    mo:record _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    mo:record_count 1 ;
    schema:about <product/163#subject>,
        <product/2070#subject>,
        <product/262#subject>,
        <product/2718#subject>,
        <product/641#subject>,
        <product/812#subject> ;
    schema:byArtist <artist/49606#subject> ;
    schema:datePublished "2008-02-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/32/7923/7923-1207628608.jpg> ;
    schema:name "American Gamer"@en,
        "American Gamer"@ja,
        "American Gamer"@ja-latn ;
    schema:publisher _:N8bc9ebaa8b5c4b9b9eedbad895a9d7b2 ;
    foaf:depiction <https://media.vgm.io/albums/32/7923/7923-1207628608.jpg> .

_:N022d1ca28b324f8a83e4dd2cc2ca5d7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ignorant Sh*t"@en,
        "Ignorant Sh*t (Produced by Pac-o-naut:::Mega Man)"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "Ignorant Sh*t"@en,
        "Ignorant Sh*t (Produced by Pac-o-naut:::Mega Man)"@en .

_:N04caf6a3cd604a45822793fd3ab7184d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No Hook"@en,
        "No Hook (Prodced by Ravage:::Rockman sample)"@en ;
    mo:track_number 5 ;
    schema:duration "PT0:50"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "No Hook"@en,
        "No Hook (Prodced by Ravage:::Rockman sample)"@en .

_:N104f951cbe364447b1bf591bfc083b18 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Say Hello"@en,
        "Say Hello (Produced by K-Murdock:::Streets of Rage sample)"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:33"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "Say Hello"@en,
        "Say Hello (Produced by K-Murdock:::Streets of Rage sample)"@en .

_:N355bff1ec4db4e1f86273de3f2dd32a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Success"@en,
        "Success (Produced by Macross:::No sample)"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "Success"@en,
        "Success (Produced by Macross:::No sample)"@en .

_:N40af65c314b64784870ea00cc796f914 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "American Dreamin'"@en,
        "American Dreamin' (Produced by Random:::Resident Evil CV sample)"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "American Dreamin'"@en,
        "American Dreamin' (Produced by Random:::Resident Evil CV sample)"@en .

_:N5112ec146eb040fe8f7aca551ea4d618 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Intro"@en,
        "Intro (Produced by Random:::Castlevania sample)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "Intro"@en,
        "Intro (Produced by Random:::Castlevania sample)"@en .

_:N8799b40e5d4c446d9f87e1cb422fa51d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "American Gamer"@en,
        "American Gamer (featuring Mega Ran) (Produced by Random:::Unknown sample)"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "American Gamer"@en,
        "American Gamer (featuring Mega Ran) (Produced by Random:::Unknown sample)"@en .

_:N8bc9ebaa8b5c4b9b9eedbad895a9d7b2 schema:name "Random Beats"@en ;
    foaf:name "Random Beats"@en .

_:Nc04df17fc77d4aa1afa786caf59b0bae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Party Life"@en,
        "Party Life (Produced by K-Murdock:::Final Fantasy sample)"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "Party Life"@en,
        "Party Life (Produced by K-Murdock:::Final Fantasy sample)"@en .

_:Nc63262176c744b648a94e2d834943f17 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Magic"@en,
        "Blue Magic (Produced by Macross:::No sample)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "Blue Magic"@en,
        "Blue Magic (Produced by Macross:::No sample)"@en .

_:Nca8eb0adb1a04040b5c7c84deb70c282 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pray"@en,
        "Pray (Produced by Random:::Unknown sample)"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "Pray"@en,
        "Pray (Produced by Random:::Unknown sample)"@en .

_:Nd1fd4c1044c040aba965aee8d4bb2cc7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hello Brooklyn 2.0.1"@en,
        "Hello Brooklyn 2.0.1 (Produced by K-Murdock:::NiGHTS sample)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N9dcc26d34bfa4fc9a0d0be88dbf86415 ;
    schema:name "Hello Brooklyn 2.0.1"@en,
        "Hello Brooklyn 2.0.1 (Produced by K-Murdock:::NiGHTS sample)"@en .

_:N9dcc26d34bfa4fc9a0d0be88dbf86415 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N022d1ca28b324f8a83e4dd2cc2ca5d7e,
        _:N04caf6a3cd604a45822793fd3ab7184d,
        _:N104f951cbe364447b1bf591bfc083b18,
        _:N355bff1ec4db4e1f86273de3f2dd32a2,
        _:N40af65c314b64784870ea00cc796f914,
        _:N5112ec146eb040fe8f7aca551ea4d618,
        _:N8799b40e5d4c446d9f87e1cb422fa51d,
        _:Nc04df17fc77d4aa1afa786caf59b0bae,
        _:Nc63262176c744b648a94e2d834943f17,
        _:Nca8eb0adb1a04040b5c7c84deb70c282,
        _:Nd1fd4c1044c040aba965aee8d4bb2cc7 ;
    mo:track_count 11 ;
    schema:duration "PT39:40"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N022d1ca28b324f8a83e4dd2cc2ca5d7e,
        _:N04caf6a3cd604a45822793fd3ab7184d,
        _:N104f951cbe364447b1bf591bfc083b18,
        _:N355bff1ec4db4e1f86273de3f2dd32a2,
        _:N40af65c314b64784870ea00cc796f914,
        _:N5112ec146eb040fe8f7aca551ea4d618,
        _:N8799b40e5d4c446d9f87e1cb422fa51d,
        _:Nc04df17fc77d4aa1afa786caf59b0bae,
        _:Nc63262176c744b648a94e2d834943f17,
        _:Nca8eb0adb1a04040b5c7c84deb70c282,
        _:Nd1fd4c1044c040aba965aee8d4bb2cc7 .

