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

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

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

<artist/1227#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8195#subject> ;
    schema:name "Masato Nakamura"@en,
        "中村正人"@ja ;
    foaf:made <album/8195#composition>,
        <album/8195#subject> ;
    foaf:name "Masato Nakamura"@en,
        "中村正人"@ja .

<artist/190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8195#subject> ;
    schema:name "Koji Kondo"@en,
        "近藤浩治"@ja ;
    foaf:made <album/8195#composition>,
        <album/8195#subject> ;
    foaf:name "Koji Kondo"@en,
        "近藤浩治"@ja .

<product/258#subject> a schema:CreativeWork ;
    schema:name "Super Mario Bros."@en,
        "スーパーマリオブラザーズ"@ja,
        "Super Mario Bros."@ja-latn ;
    foaf:name "Super Mario Bros."@en,
        "スーパーマリオブラザーズ"@ja,
        "Super Mario Bros."@ja-latn .

<product/415#subject> a schema:CreativeWork ;
    schema:name "Super Mario World"@en,
        "スーパーマリオワールド"@ja,
        "Super Mario World"@ja-latn ;
    foaf:name "Super Mario World"@en,
        "スーパーマリオワールド"@ja,
        "Super Mario World"@ja-latn .

<product/420#subject> a schema:CreativeWork ;
    schema:name "Sonic the Hedgehog (16-bit)"@en,
        "ソニック・ザ・ヘッジホッグ (16-bit)"@ja,
        "Sonic the Hedgehog (16-bit)"@ja-latn ;
    foaf:name "Sonic the Hedgehog (16-bit)"@en,
        "ソニック・ザ・ヘッジホッグ (16-bit)"@ja,
        "Sonic the Hedgehog (16-bit)"@ja-latn .

<product/499#subject> a schema:CreativeWork ;
    schema:name "Super Mario Bros. 3"@en,
        "スーパーマリオブラザーズ3"@ja,
        "Super Mario Bros. 3"@ja-latn ;
    foaf:name "Super Mario Bros. 3"@en,
        "スーパーマリオブラザーズ3"@ja,
        "Super Mario Bros. 3"@ja-latn .

<product/500#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: A Link to the Past"@en,
        "ゼルダの伝説 神々のトライフォース"@ja,
        "Zelda no Densetsu: Kamigami no Triforce"@ja-latn ;
    foaf:name "The Legend of Zelda: A Link to the Past"@en,
        "ゼルダの伝説 神々のトライフォース"@ja,
        "Zelda no Densetsu: Kamigami no Triforce"@ja-latn .

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

<album/8195#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Nintendo VS Sega EP"@en,
        "Nintendo VS Sega EP"@ja,
        "Nintendo VS Sega EP"@ja-latn ;
    mo:performance_of <album/8195#musicalwork> ;
    mo:recorded_as <album/8195#musicalexpression> ;
    schema:name "Nintendo VS Sega EP"@en,
        "Nintendo VS Sega EP"@ja,
        "Nintendo VS Sega EP"@ja-latn ;
    schema:workPerformed <album/8195#musicalwork> .

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

<https://medium-media.vgm.io/albums/59/8195/8195-1209225986.jpg> a schema:ImageObject,
        foaf:Image .

<album/8195#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Nintendo VS Sega EP"@en,
        "Nintendo VS Sega EP"@ja,
        "Nintendo VS Sega EP"@ja-latn ;
    mo:composer <artist/1227#subject>,
        <artist/190#subject> ;
    mo:produced_work <album/8195#musicalwork> ;
    schema:name "Nintendo VS Sega EP"@en,
        "Nintendo VS Sega EP"@ja,
        "Nintendo VS Sega EP"@ja-latn .

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

<album/8195#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-04-25"^^xsd:date ;
    dcterms:title "Nintendo VS Sega EP"@en,
        "Nintendo VS Sega EP"@ja,
        "Nintendo VS Sega EP"@ja-latn ;
    mo:catalogue_number "RAC002" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/8195#musicalexpression> ;
    mo:publisher _:N7d30d14519fe4e148f06dc2e2eaaf5e5 ;
    mo:record _:Ndee9cacdf9aa449180103fb880b4be69 ;
    mo:record_count 1 ;
    schema:about <product/258#subject>,
        <product/415#subject>,
        <product/420#subject>,
        <product/499#subject>,
        <product/500#subject> ;
    schema:datePublished "2008-04-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/59/8195/8195-1209225986.jpg> ;
    schema:name "Nintendo VS Sega EP"@en,
        "Nintendo VS Sega EP"@ja,
        "Nintendo VS Sega EP"@ja-latn ;
    schema:publisher _:N7d30d14519fe4e148f06dc2e2eaaf5e5 ;
    foaf:depiction <https://media.vgm.io/albums/59/8195/8195-1209225986.jpg> .

_:N67d23ae60a2946e3aa292ad81555896e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Link To The Past (RAC Mix)"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:Ndee9cacdf9aa449180103fb880b4be69 ;
    schema:name "A Link To The Past (RAC Mix)"@en .

_:N7d30d14519fe4e148f06dc2e2eaaf5e5 schema:name "Remix Artist Collective"@en,
        "Remix Artist Collective"@ja,
        "Remix Artist Collective"@ja-latn ;
    foaf:name "Remix Artist Collective"@en,
        "Remix Artist Collective"@ja,
        "Remix Artist Collective"@ja-latn .

_:Na1aad8a1ef7e4be98e4e283e881a6467 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonic: Spring Yard Zone (RAC Maury Mix)"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:Ndee9cacdf9aa449180103fb880b4be69 ;
    schema:name "Sonic: Spring Yard Zone (RAC Maury Mix)"@en .

_:Nb88e1629f0644358b50a9862d7f3b229 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario Bros (RAC Mix)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:Ndee9cacdf9aa449180103fb880b4be69 ;
    schema:name "Super Mario Bros (RAC Mix)"@en .

_:Nf70f31368a8c4dc792b2bc8f38fe372d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonic: Labyrinth Zone 5 (RAC Maury Mix)"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:Ndee9cacdf9aa449180103fb880b4be69 ;
    schema:name "Sonic: Labyrinth Zone 5 (RAC Maury Mix)"@en .

_:Ndee9cacdf9aa449180103fb880b4be69 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N67d23ae60a2946e3aa292ad81555896e,
        _:Na1aad8a1ef7e4be98e4e283e881a6467,
        _:Nb88e1629f0644358b50a9862d7f3b229,
        _:Nf70f31368a8c4dc792b2bc8f38fe372d ;
    mo:track_count 4 ;
    schema:duration "PT9:53"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N67d23ae60a2946e3aa292ad81555896e,
        _:Na1aad8a1ef7e4be98e4e283e881a6467,
        _:Nb88e1629f0644358b50a9862d7f3b229,
        _:Nf70f31368a8c4dc792b2bc8f38fe372d .

