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

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

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

<artist/146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11724#subject> ;
    schema:name "Yasunori Mitsuda"@en,
        "光田康典"@ja ;
    foaf:made <album/11724#composition>,
        <album/11724#subject> ;
    foaf:name "Yasunori Mitsuda"@en,
        "光田康典"@ja .

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

<artist/761#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11724#subject> ;
    schema:name "Ippo Yamada"@en,
        "山田一法"@ja ;
    foaf:made <album/11724#composition>,
        <album/11724#subject> ;
    foaf:name "Ippo Yamada"@en,
        "山田一法"@ja .

<event/7> a mo:Release ;
    schema:name "Released at MAGFest 7 (Jan 01, 2009 to Jan 04, 2009)" .

<product/194#subject> a schema:CreativeWork ;
    schema:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn ;
    foaf:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn .

<product/2078#subject> a schema:CreativeWork ;
    schema:name "Mega Man 9"@en,
        "ロックマン9 野望の復活!!"@ja,
        "Rockman 9: Yabou no Fukkatsu!!"@ja-latn ;
    foaf:name "Mega Man 9"@en,
        "ロックマン9 野望の復活!!"@ja,
        "Rockman 9: Yabou no Fukkatsu!!"@ja-latn .

<product/2116#subject> a schema:CreativeWork ;
    schema:name "Super Mario World 2: Yoshi's Island"@en,
        "スーパーマリオ ヨッシーアイランド"@ja,
        "Super Mario: Yoshi Island"@ja-latn ;
    foaf:name "Super Mario World 2: Yoshi's Island"@en,
        "スーパーマリオ ヨッシーアイランド"@ja,
        "Super Mario: Yoshi Island"@ja-latn .

<product/493#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Link's Awakening (1993)"@en,
        "ゼルダの伝説 夢をみる島 (1993)"@ja,
        "Zelda no Densetsu: Yume wo Miru Shima (1993)"@ja-latn ;
    foaf:name "The Legend of Zelda: Link's Awakening (1993)"@en,
        "ゼルダの伝説 夢をみる島 (1993)"@ja,
        "Zelda no Densetsu: Yume wo Miru Shima (1993)"@ja-latn .

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

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

<album/11724#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gotta Rock 'Em All"@en,
        "Gotta Rock 'Em All"@ja,
        "Gotta Rock 'Em All"@ja-latn ;
    mo:performance_of <album/11724#musicalwork> ;
    mo:performer <artist/5660#subject> ;
    mo:recorded_as <album/11724#musicalexpression> ;
    schema:byArtist <artist/5660#subject> ;
    schema:name "Gotta Rock 'Em All"@en,
        "Gotta Rock 'Em All"@ja,
        "Gotta Rock 'Em All"@ja-latn ;
    schema:workPerformed <album/11724#musicalwork> .

<artist/5660#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11724#performance> ;
    schema:name "Rare Candy"@en ;
    foaf:name "Rare Candy"@en .

<album/11724#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gotta Rock 'Em All"@en,
        "Gotta Rock 'Em All"@ja,
        "Gotta Rock 'Em All"@ja-latn ;
    mo:composer <artist/146#subject>,
        <artist/190#subject>,
        <artist/761#subject> ;
    mo:produced_work <album/11724#musicalwork> ;
    schema:name "Gotta Rock 'Em All"@en,
        "Gotta Rock 'Em All"@ja,
        "Gotta Rock 'Em All"@ja-latn .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/11724#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/11724#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/11724#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-01-01"^^xsd:date ;
    dcterms:title "Gotta Rock 'Em All"@en,
        "Gotta Rock 'Em All"@ja,
        "Gotta Rock 'Em All"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11724#musicalexpression> ;
    mo:publisher _:N877c57f40d2b422b87bee3927a8d49a3 ;
    mo:record _:N3a31fd39d14c4efcaea68b014e69cd5c ;
    mo:record_count 1 ;
    mo:release <event/7> ;
    schema:about <product/194#subject>,
        <product/2078#subject>,
        <product/2116#subject>,
        <product/493#subject> ;
    schema:byArtist <artist/5660#subject> ;
    schema:datePublished "2009-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Gotta Rock 'Em All"@en,
        "Gotta Rock 'Em All"@ja,
        "Gotta Rock 'Em All"@ja-latn ;
    schema:publisher _:N877c57f40d2b422b87bee3927a8d49a3 ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N002d02c4df8f4c18b5588bbb95db18ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "chrono trigger - undersea palace"@en ;
    mo:track_number 4 ;
    schema:duration "PT6:06"^^xsd:interval ;
    schema:inPlaylist _:N3a31fd39d14c4efcaea68b014e69cd5c ;
    schema:name "chrono trigger - undersea palace"@en .

_:N18c0c658323246da88d4a69a1ce1462c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "megaman 9 - tornado man"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:48"^^xsd:interval ;
    schema:inPlaylist _:N3a31fd39d14c4efcaea68b014e69cd5c ;
    schema:name "megaman 9 - tornado man"@en .

_:N534dd055171243039f4b1f876af37f81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "zelda, link's awakening - tal tal heights"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N3a31fd39d14c4efcaea68b014e69cd5c ;
    schema:name "zelda, link's awakening - tal tal heights"@en .

_:N877c57f40d2b422b87bee3927a8d49a3 schema:name "Rare Candy"@en ;
    foaf:name "Rare Candy"@en .

_:Naa5351a541064cb799bb1067e10219f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "yoshi's island - athletic theme"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N3a31fd39d14c4efcaea68b014e69cd5c ;
    schema:name "yoshi's island - athletic theme"@en .

_:N3a31fd39d14c4efcaea68b014e69cd5c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N002d02c4df8f4c18b5588bbb95db18ad,
        _:N18c0c658323246da88d4a69a1ce1462c,
        _:N534dd055171243039f4b1f876af37f81,
        _:Naa5351a541064cb799bb1067e10219f7 ;
    mo:track_count 4 ;
    schema:duration "PT16:27"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N002d02c4df8f4c18b5588bbb95db18ad,
        _:N18c0c658323246da88d4a69a1ce1462c,
        _:N534dd055171243039f4b1f876af37f81,
        _:Naa5351a541064cb799bb1067e10219f7 .

