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

<album/9866#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "EP of Doom!"@en,
        "EP of Doom!"@ja,
        "EP of Doom!"@ja-latn ;
    mo:produced_work <album/9866#musicalwork> ;
    schema:name "EP of Doom!"@en,
        "EP of Doom!"@ja,
        "EP of Doom!"@ja-latn .

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

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

<product/416#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda"@en,
        "ゼルダの伝説"@ja,
        "The Legend of Zelda"@ja-latn ;
    foaf:name "The Legend of Zelda"@en,
        "ゼルダの伝説"@ja,
        "The Legend of Zelda"@ja-latn .

<product/6049#subject> a schema:CreativeWork ;
    schema:name "Duck Hunt"@en,
        "ダックハント"@ja,
        "Duck Hunt"@ja-latn ;
    foaf:name "Duck Hunt"@en,
        "ダックハント"@ja,
        "Duck Hunt"@ja-latn .

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

<product/7277#subject> a schema:CreativeWork ;
    schema:name "Little Nemo: The Dream Master"@en,
        "パジャマヒーロー NEMO"@ja,
        "Pajama Hero Nemo"@ja-latn ;
    foaf:name "Little Nemo: The Dream Master"@en,
        "パジャマヒーロー NEMO"@ja,
        "Pajama Hero Nemo"@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 .

<product/9414#subject> a schema:CreativeWork ;
    schema:name "Bomberman (1985)"@en,
        "ボンバーマン (1985)"@ja,
        "Bomberman (1985)"@ja-latn ;
    foaf:name "Bomberman (1985)"@en,
        "ボンバーマン (1985)"@ja,
        "Bomberman (1985)"@ja-latn .

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

<https://media.vgm.io/albums/66/9866/9866-1218044958.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/9866#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/66/9866/9866-1218044958.gif> ;
    foaf:depicts <album/9866#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/66/9866/9866-1218044958.gif> .

<https://medium-media.vgm.io/albums/66/9866/9866-1218044958.gif> a schema:ImageObject,
        foaf:Image .

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

<album/9866#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "EP of Doom!"@en,
        "EP of Doom!"@ja,
        "EP of Doom!"@ja-latn ;
    mo:performance_of <album/9866#musicalwork> ;
    mo:performer <artist/4861#subject> ;
    mo:recorded_as <album/9866#musicalexpression> ;
    schema:byArtist <artist/4861#subject> ;
    schema:name "EP of Doom!"@en,
        "EP of Doom!"@ja,
        "EP of Doom!"@ja-latn ;
    schema:workPerformed <album/9866#musicalwork> .

<artist/4861#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/9866#performance> ;
    schema:name "The Adventures of Duane & BrandO"@en ;
    foaf:name "The Adventures of Duane & BrandO"@en .

<album/9866#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-06-27"^^xsd:date ;
    dcterms:title "EP of Doom!"@en,
        "EP of Doom!"@ja,
        "EP of Doom!"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/9866#musicalexpression> ;
    mo:publisher _:N9215a0b90c8d4ca0a545431b4d6359fb ;
    mo:record _:Nad8005caeb4c4e86b05640a0c9f33d5e ;
    mo:record_count 1 ;
    schema:about <product/416#subject>,
        <product/6049#subject>,
        <product/7265#subject>,
        <product/7277#subject>,
        <product/812#subject>,
        <product/9414#subject> ;
    schema:byArtist <artist/4861#subject> ;
    schema:datePublished "2008-06-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/66/9866/9866-1218044958.gif> ;
    schema:name "EP of Doom!"@en,
        "EP of Doom!"@ja,
        "EP of Doom!"@ja-latn ;
    schema:publisher _:N9215a0b90c8d4ca0a545431b4d6359fb ;
    foaf:depiction <https://media.vgm.io/albums/66/9866/9866-1218044958.gif> .

_:N04ef138485274f03a7dc40604922358e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Castlevania"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Nad8005caeb4c4e86b05640a0c9f33d5e ;
    schema:name "Castlevania"@en .

_:N2e9bce76948b4083a120392deeae216f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Duck Hunt"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:Nad8005caeb4c4e86b05640a0c9f33d5e ;
    schema:name "Duck Hunt"@en .

_:N9215a0b90c8d4ca0a545431b4d6359fb schema:name "The Adventures of Duane & BrandO"@en ;
    foaf:name "The Adventures of Duane & BrandO"@en .

_:Naca26cf47a72469da70a9136f904e07c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battletoads"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:Nad8005caeb4c4e86b05640a0c9f33d5e ;
    schema:name "Battletoads"@en .

_:Nb1e54216f5794479962b9c60cd936f33 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Little Nemo the Dream Master"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:Nad8005caeb4c4e86b05640a0c9f33d5e ;
    schema:name "Little Nemo the Dream Master"@en .

_:Nb49f7cd5bc32463d94162feda3a7cbe6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Legend of Zelda"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:Nad8005caeb4c4e86b05640a0c9f33d5e ;
    schema:name "The Legend of Zelda"@en .

_:Nd09f2e4bdb8745c1bc49ce4b323e6cb5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bomberman"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Nad8005caeb4c4e86b05640a0c9f33d5e ;
    schema:name "Bomberman"@en .

_:Nad8005caeb4c4e86b05640a0c9f33d5e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N04ef138485274f03a7dc40604922358e,
        _:N2e9bce76948b4083a120392deeae216f,
        _:Naca26cf47a72469da70a9136f904e07c,
        _:Nb1e54216f5794479962b9c60cd936f33,
        _:Nb49f7cd5bc32463d94162feda3a7cbe6,
        _:Nd09f2e4bdb8745c1bc49ce4b323e6cb5 ;
    mo:track_count 6 ;
    schema:duration "PT17:37"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N04ef138485274f03a7dc40604922358e,
        _:N2e9bce76948b4083a120392deeae216f,
        _:Naca26cf47a72469da70a9136f904e07c,
        _:Nb1e54216f5794479962b9c60cd936f33,
        _:Nb49f7cd5bc32463d94162feda3a7cbe6,
        _:Nd09f2e4bdb8745c1bc49ce4b323e6cb5 .

