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

<album/92291> a mo:Release ;
    mo:catalogue_number "SSR-008" .

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

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

<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/92292#musicalexpression> a mo:Signal ;
    mo:published_as <album/92292#subject> ;
    mo:records <album/92292#performance> .

<album/92292#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Legend of Zelda: Link's Awakening"@en,
        "The Legend of Zelda: Link's Awakening"@ja,
        "The Legend of Zelda: Link's Awakening"@ja-latn ;
    mo:performance_of <album/92292#musicalwork> ;
    mo:recorded_as <album/92292#musicalexpression> ;
    schema:name "The Legend of Zelda: Link's Awakening"@en,
        "The Legend of Zelda: Link's Awakening"@ja,
        "The Legend of Zelda: Link's Awakening"@ja-latn ;
    schema:workPerformed <album/92292#musicalwork> .

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

<https://medium-media.vgm.io/albums/29/92292/92292-1572603250.jpg> a schema:ImageObject,
        foaf:Image .

<album/92292#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Legend of Zelda: Link's Awakening"@en,
        "The Legend of Zelda: Link's Awakening"@ja,
        "The Legend of Zelda: Link's Awakening"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Kozue Ishikawa"@en ;
            foaf:made <album/92292#composition> ;
            foaf:name "Kozue Ishikawa"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Minako Hamano"@en ;
            foaf:made <album/92292#composition> ;
            foaf:name "Minako Hamano"@en ] ;
    mo:produced_work <album/92292#musicalwork> ;
    schema:name "The Legend of Zelda: Link's Awakening"@en,
        "The Legend of Zelda: Link's Awakening"@ja,
        "The Legend of Zelda: Link's Awakening"@ja-latn .

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

<album/92292#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-01-01"^^xsd:date ;
    dcterms:title "The Legend of Zelda: Link's Awakening"@en,
        "The Legend of Zelda: Link's Awakening"@ja,
        "The Legend of Zelda: Link's Awakening"@ja-latn ;
    mo:catalogue_number "SST-011" ;
    mo:media_type "Cassette" ;
    mo:other_release_of <album/92291> ;
    mo:publication_of <album/92292#musicalexpression> ;
    mo:publisher _:Nd9d7ed2c8a5d4e35a255951008a0fd00 ;
    mo:record_count 0 ;
    schema:about <product/493#subject> ;
    schema:datePublished "2019-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/29/92292/92292-1572603250.jpg> ;
    schema:name "The Legend of Zelda: Link's Awakening"@en,
        "The Legend of Zelda: Link's Awakening"@ja,
        "The Legend of Zelda: Link's Awakening"@ja-latn ;
    schema:publisher _:Nd9d7ed2c8a5d4e35a255951008a0fd00 ;
    foaf:depiction <https://media.vgm.io/albums/29/92292/92292-1572603250.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/92292#subject> ;
    schema:name "Kozue Ishikawa"@en ;
    foaf:made <album/92292#subject> ;
    foaf:name "Kozue Ishikawa"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/92292#subject> ;
    schema:name "Minako Hamano"@en ;
    foaf:made <album/92292#subject> ;
    foaf:name "Minako Hamano"@en .

_:Nd9d7ed2c8a5d4e35a255951008a0fd00 schema:name "SELECT/START Records"@en ;
    foaf:name "SELECT/START Records"@en .

