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

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

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

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

<artist/8162#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/13082#subject> ;
    schema:name "Bunbun"@en,
        "ぶんぶん"@ja ;
    foaf:made <album/13082#composition>,
        <album/13082#subject> ;
    foaf:name "Bunbun"@en,
        "ぶんぶん"@ja .

<product/2072#subject> a schema:CreativeWork ;
    schema:name "Mega Man 3"@en,
        "ロックマン3 Dr.ワイリーの最期!?"@ja,
        "Rockman 3: Dr. Wily no Saigo!?"@ja-latn ;
    foaf:name "Mega Man 3"@en,
        "ロックマン3 Dr.ワイリーの最期!?"@ja,
        "Rockman 3: Dr. Wily no Saigo!?"@ja-latn .

<product/2137#subject> a schema:CreativeWork ;
    schema:name "Super Mario Bros. 2"@en,
        "スーパーマリオUSA"@ja,
        "Super Mario USA"@ja-latn ;
    foaf:name "Super Mario Bros. 2"@en,
        "スーパーマリオUSA"@ja,
        "Super Mario USA"@ja-latn .

<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/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/9067#subject> a schema:CreativeWork ;
    schema:name "Karnov"@en,
        "カルノフ"@ja,
        "Karnov"@ja-latn ;
    foaf:name "Karnov"@en,
        "カルノフ"@ja,
        "Karnov"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/28/13082/13082-1239823462.gif> a schema:ImageObject,
        foaf:Image .

<album/13082#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Mario EP"@en,
        "Mario EP"@ja,
        "Mario EP"@ja-latn ;
    mo:composer <artist/190#subject>,
        <artist/8162#subject> ;
    mo:produced_work <album/13082#musicalwork> ;
    schema:name "Mario EP"@en,
        "Mario EP"@ja,
        "Mario EP"@ja-latn .

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

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

<artist/4882#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/13082#performance> ;
    schema:name "Nerd Army"@en ;
    foaf:name "Nerd Army"@en .

<album/13082#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-03-01"^^xsd:date ;
    dcterms:title "Mario EP"@en,
        "Mario EP"@ja,
        "Mario EP"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/13082#musicalexpression> ;
    mo:publisher _:Nb02371310eb648898564d274ca8be4bc ;
    mo:record _:Nc0dd36c469a84ec392b776ac0065dab7 ;
    mo:record_count 1 ;
    schema:about <product/2072#subject>,
        <product/2137#subject>,
        <product/258#subject>,
        <product/499#subject>,
        <product/9067#subject> ;
    schema:byArtist <artist/4882#subject> ;
    schema:datePublished "2009-03-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/13082/13082-1239823462.gif> ;
    schema:name "Mario EP"@en,
        "Mario EP"@ja,
        "Mario EP"@ja-latn ;
    schema:publisher _:Nb02371310eb648898564d274ca8be4bc ;
    foaf:depiction <https://media.vgm.io/albums/28/13082/13082-1239823462.gif> .

_:N174b4676672c400a99e57d3c262a3e7f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario Bros. - Theme"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:Nc0dd36c469a84ec392b776ac0065dab7 ;
    schema:name "Super Mario Bros. - Theme"@en .

_:N4669840fded944ac93b18e0578be89c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Karnov - Stage 1"@en ;
    mo:track_number 8 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:Nc0dd36c469a84ec392b776ac0065dab7 ;
    schema:name "Karnov - Stage 1"@en .

_:N5c6df85e78214d2db292436bbb0b77ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario Bros. 3 - Warpzone"@en ;
    mo:track_number 3 ;
    schema:duration "PT0:52"^^xsd:interval ;
    schema:inPlaylist _:Nc0dd36c469a84ec392b776ac0065dab7 ;
    schema:name "Super Mario Bros. 3 - Warpzone"@en .

_:N93b559b31a704e18a551bfe80513000b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mega Man III - Topman"@en ;
    mo:track_number 7 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:Nc0dd36c469a84ec392b776ac0065dab7 ;
    schema:name "Mega Man III - Topman"@en .

_:Nb02371310eb648898564d274ca8be4bc schema:name "My Little Distro & Danger Bay Records"@en ;
    foaf:name "My Little Distro & Danger Bay Records"@en .

_:Nbb85c4dd614646628e6481dbfb3602cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario Bros. 2 - Overworld"@en ;
    mo:track_number 6 ;
    schema:duration "PT1:00"^^xsd:interval ;
    schema:inPlaylist _:Nc0dd36c469a84ec392b776ac0065dab7 ;
    schema:name "Super Mario Bros. 2 - Overworld"@en .

_:Nd3d414a874d643c6a30bd062a8822b97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario Bros. 3 - Overworld 2"@en ;
    mo:track_number 5 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:Nc0dd36c469a84ec392b776ac0065dab7 ;
    schema:name "Super Mario Bros. 3 - Overworld 2"@en .

_:Ne9a7eae86a5f429ba4a513d97f4947d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario Bros. 3 - Grassland"@en ;
    mo:track_number 4 ;
    schema:duration "PT0:33"^^xsd:interval ;
    schema:inPlaylist _:Nc0dd36c469a84ec392b776ac0065dab7 ;
    schema:name "Super Mario Bros. 3 - Grassland"@en .

_:Neea8b7e0cd194248bc291c11ffa39d49 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario Bros. - Underwater"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:Nc0dd36c469a84ec392b776ac0065dab7 ;
    schema:name "Super Mario Bros. - Underwater"@en .

_:Nc0dd36c469a84ec392b776ac0065dab7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N174b4676672c400a99e57d3c262a3e7f,
        _:N4669840fded944ac93b18e0578be89c2,
        _:N5c6df85e78214d2db292436bbb0b77ac,
        _:N93b559b31a704e18a551bfe80513000b,
        _:Nbb85c4dd614646628e6481dbfb3602cc,
        _:Nd3d414a874d643c6a30bd062a8822b97,
        _:Ne9a7eae86a5f429ba4a513d97f4947d0,
        _:Neea8b7e0cd194248bc291c11ffa39d49 ;
    mo:track_count 8 ;
    schema:duration "PT8:09"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N174b4676672c400a99e57d3c262a3e7f,
        _:N4669840fded944ac93b18e0578be89c2,
        _:N5c6df85e78214d2db292436bbb0b77ac,
        _:N93b559b31a704e18a551bfe80513000b,
        _:Nbb85c4dd614646628e6481dbfb3602cc,
        _:Nd3d414a874d643c6a30bd062a8822b97,
        _:Ne9a7eae86a5f429ba4a513d97f4947d0,
        _:Neea8b7e0cd194248bc291c11ffa39d49 .

