@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 _:N9f5bd6e037bd4089ad751bf0a8048acb ;
    mo:record _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    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 _:N9f5bd6e037bd4089ad751bf0a8048acb ;
    foaf:depiction <https://media.vgm.io/albums/32/7923/7923-1207628608.jpg> .

_:N005f16556df34732b1dd0217a1fff301 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "Success"@en,
        "Success (Produced by Macross:::No sample)"@en .

_:N582a404a9c4848fe9224398001f47062 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "No Hook"@en,
        "No Hook (Prodced by Ravage:::Rockman sample)"@en .

_:N71d8a84b35ab428aaa22f61f887c7d09 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "American Gamer"@en,
        "American Gamer (featuring Mega Ran) (Produced by Random:::Unknown sample)"@en .

_:N90e43f1b2f294074adc4ee45ce120e4c 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "Intro"@en,
        "Intro (Produced by Random:::Castlevania sample)"@en .

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

_:Nae0c0d883e0f4add93312adb474ceb70 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "American Dreamin'"@en,
        "American Dreamin' (Produced by Random:::Resident Evil CV sample)"@en .

_:Nd1134845483a4071bb77da0e5086dfa6 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "Hello Brooklyn 2.0.1"@en,
        "Hello Brooklyn 2.0.1 (Produced by K-Murdock:::NiGHTS sample)"@en .

_:Nd74cf861245a4ecfb1d7df34b8477563 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "Party Life"@en,
        "Party Life (Produced by K-Murdock:::Final Fantasy sample)"@en .

_:Ndd29b3d777324a53a1a5b0314bb6741a 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "Ignorant Sh*t"@en,
        "Ignorant Sh*t (Produced by Pac-o-naut:::Mega Man)"@en .

_:Ne7a249f08aea49e98c28ac69ae6e07d8 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "Blue Magic"@en,
        "Blue Magic (Produced by Macross:::No sample)"@en .

_:Ned807e7f2988421a91f3de47c84b5c3e 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "Pray"@en,
        "Pray (Produced by Random:::Unknown sample)"@en .

_:Nff35e46dc74f42a7b79903d22051647b 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 _:N058ae799e1cf4d69b5cb4aa41c62c99d ;
    schema:name "Say Hello"@en,
        "Say Hello (Produced by K-Murdock:::Streets of Rage sample)"@en .

_:N058ae799e1cf4d69b5cb4aa41c62c99d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N005f16556df34732b1dd0217a1fff301,
        _:N582a404a9c4848fe9224398001f47062,
        _:N71d8a84b35ab428aaa22f61f887c7d09,
        _:N90e43f1b2f294074adc4ee45ce120e4c,
        _:Nae0c0d883e0f4add93312adb474ceb70,
        _:Nd1134845483a4071bb77da0e5086dfa6,
        _:Nd74cf861245a4ecfb1d7df34b8477563,
        _:Ndd29b3d777324a53a1a5b0314bb6741a,
        _:Ne7a249f08aea49e98c28ac69ae6e07d8,
        _:Ned807e7f2988421a91f3de47c84b5c3e,
        _:Nff35e46dc74f42a7b79903d22051647b ;
    mo:track_count 11 ;
    schema:duration "PT39:40"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N005f16556df34732b1dd0217a1fff301,
        _:N582a404a9c4848fe9224398001f47062,
        _:N71d8a84b35ab428aaa22f61f887c7d09,
        _:N90e43f1b2f294074adc4ee45ce120e4c,
        _:Nae0c0d883e0f4add93312adb474ceb70,
        _:Nd1134845483a4071bb77da0e5086dfa6,
        _:Nd74cf861245a4ecfb1d7df34b8477563,
        _:Ndd29b3d777324a53a1a5b0314bb6741a,
        _:Ne7a249f08aea49e98c28ac69ae6e07d8,
        _:Ned807e7f2988421a91f3de47c84b5c3e,
        _:Nff35e46dc74f42a7b79903d22051647b .

