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

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

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

<artist/139#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6776#subject> ;
    schema:name "Yoko Shimomura"@en,
        "下村陽子"@ja ;
    foaf:made <album/6776#composition>,
        <album/6776#subject> ;
    foaf:name "Yoko Shimomura"@en,
        "下村陽子"@ja .

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

<artist/504#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6776#subject> ;
    schema:name "Akito Nakatsuka"@en,
        "中塚章人"@ja ;
    foaf:made <album/6776#composition>,
        <album/6776#subject> ;
    foaf:name "Akito Nakatsuka"@en,
        "中塚章人"@ja .

<product/187#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Ocarina of Time"@en,
        "ゼルダの伝説 時のオカリナ"@ja,
        "Zelda no Densetsu: Toki no Ocarina"@ja-latn ;
    foaf:name "The Legend of Zelda: Ocarina of Time"@en,
        "ゼルダの伝説 時のオカリナ"@ja,
        "Zelda no Densetsu: Toki no Ocarina"@ja-latn .

<product/2132#subject> a schema:CreativeWork ;
    schema:name "Super Mario RPG: Legend of the Seven Stars"@en,
        "スーパーマリオ RPG"@ja,
        "Super Mario RPG"@ja-latn ;
    foaf:name "Super Mario RPG: Legend of the Seven Stars"@en,
        "スーパーマリオ RPG"@ja,
        "Super Mario RPG"@ja-latn .

<product/501#subject> a schema:CreativeWork ;
    schema:name "Zelda II: The Adventure of Link"@en,
        "リンクの冒険"@ja,
        "Link no Bouken"@ja-latn ;
    foaf:name "Zelda II: The Adventure of Link"@en,
        "リンクの冒険"@ja,
        "Link no Bouken"@ja-latn .

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

<org/113#subject> schema:name "Mega Twerp"@en,
        "Mega Twerp"@ja,
        "Mega Twerp"@ja-latn ;
    foaf:name "Mega Twerp"@en,
        "Mega Twerp"@ja,
        "Mega Twerp"@ja-latn .

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

<https://medium-media.vgm.io/albums/67/6776/6776-1199921700.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/2755#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6776#performance> ;
    schema:name "Press Start"@en ;
    foaf:name "Press Start"@en .

<album/6776#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Boom"@en,
        "Boom"@ja,
        "Boom"@ja-latn ;
    mo:composer <artist/139#subject>,
        <artist/190#subject>,
        <artist/504#subject> ;
    mo:produced_work <album/6776#musicalwork> ;
    schema:name "Boom"@en,
        "Boom"@ja,
        "Boom"@ja-latn .

<album/6776#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-11-17"^^xsd:date ;
    dcterms:title "Boom"@en,
        "Boom"@ja,
        "Boom"@ja-latn ;
    mo:catalogue_number "mega006" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/6776#musicalexpression> ;
    mo:publisher <org/113#subject> ;
    mo:record _:Na6e3b3666c8e4be78761a96e47f8072f ;
    mo:record_count 1 ;
    schema:about <product/187#subject>,
        <product/2132#subject>,
        <product/501#subject> ;
    schema:byArtist <artist/2755#subject> ;
    schema:datePublished "2005-11-17"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/67/6776/6776-1199921700.jpg> ;
    schema:name "Boom"@en,
        "Boom"@ja,
        "Boom"@ja-latn ;
    schema:publisher <org/113#subject> ;
    foaf:depiction <https://media.vgm.io/albums/67/6776/6776-1199921700.jpg> .

_:N07b35939b2f54b2394c1db7dc89d46b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario RPG: Monstro Town"@en ;
    mo:track_number 4 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:Na6e3b3666c8e4be78761a96e47f8072f ;
    schema:name "Super Mario RPG: Monstro Town"@en .

_:N1571d23fe73945a990d4719d0957ee7c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Zelda 64: Gerudo Valley"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:Na6e3b3666c8e4be78761a96e47f8072f ;
    schema:name "Zelda 64: Gerudo Valley"@en .

_:N161e699c9ee94c78aceeb11ac14f83cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Zelda 2: Temple"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:Na6e3b3666c8e4be78761a96e47f8072f ;
    schema:name "Zelda 2: Temple"@en .

_:N4a8413576e194528a9385400d4495130 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Zelda 64: Lost Woods"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:50"^^xsd:interval ;
    schema:inPlaylist _:Na6e3b3666c8e4be78761a96e47f8072f ;
    schema:name "Zelda 64: Lost Woods"@en .

_:Nf8a19775969e47458e2657401e7b6194 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Zelda 64: Windmill"@en ;
    mo:track_number 2 ;
    schema:duration "PT0:52"^^xsd:interval ;
    schema:inPlaylist _:Na6e3b3666c8e4be78761a96e47f8072f ;
    schema:name "Zelda 64: Windmill"@en .

_:Na6e3b3666c8e4be78761a96e47f8072f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07b35939b2f54b2394c1db7dc89d46b6,
        _:N1571d23fe73945a990d4719d0957ee7c,
        _:N161e699c9ee94c78aceeb11ac14f83cd,
        _:N4a8413576e194528a9385400d4495130,
        _:Nf8a19775969e47458e2657401e7b6194 ;
    mo:track_count 5 ;
    schema:duration "PT6:05"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N07b35939b2f54b2394c1db7dc89d46b6,
        _:N1571d23fe73945a990d4719d0957ee7c,
        _:N161e699c9ee94c78aceeb11ac14f83cd,
        _:N4a8413576e194528a9385400d4495130,
        _:Nf8a19775969e47458e2657401e7b6194 .

