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

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

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

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

<artist/636#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150284#subject> ;
    schema:name "Kozue Ishikawa"@en,
        "石川こずえ"@ja ;
    foaf:made <album/150284#composition>,
        <album/150284#subject> ;
    foaf:name "Kozue Ishikawa"@en,
        "石川こずえ"@ja .

<artist/8996#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150284#subject> ;
    schema:name "Shiho Fujii"@en,
        "藤井志帆"@ja ;
    foaf:made <album/150284#composition>,
        <album/150284#subject> ;
    foaf:name "Shiho Fujii"@en,
        "藤井志帆"@ja .

<product/1051#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Skyward Sword"@en,
        "ゼルダの伝説 スカイウォードソード"@ja,
        "Zelda no Densetsu: Skyward Sword"@ja-latn ;
    foaf:name "The Legend of Zelda: Skyward Sword"@en,
        "ゼルダの伝説 スカイウォードソード"@ja,
        "Zelda no Densetsu: Skyward Sword"@ja-latn .

<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/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 .

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

<album/150284#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Lon Lon Sound / Louie Zong"@en,
        "The Lon Lon Sound / Louie Zong"@ja,
        "The Lon Lon Sound / Louie Zong"@ja-latn ;
    mo:performance_of <album/150284#musicalwork> ;
    mo:recorded_as <album/150284#musicalexpression> ;
    schema:name "The Lon Lon Sound / Louie Zong"@en,
        "The Lon Lon Sound / Louie Zong"@ja,
        "The Lon Lon Sound / Louie Zong"@ja-latn ;
    schema:workPerformed <album/150284#musicalwork> .

<https://media.vgm.io/albums/48/150284/150284-89d4172bac60.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/150284#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/48/150284/150284-89d4172bac60.png> ;
    foaf:depicts <album/150284#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/48/150284/150284-89d4172bac60.png> .

<https://medium-media.vgm.io/albums/48/150284/150284-89d4172bac60.png> a schema:ImageObject,
        foaf:Image .

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

<album/150284#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Lon Lon Sound / Louie Zong"@en,
        "The Lon Lon Sound / Louie Zong"@ja,
        "The Lon Lon Sound / Louie Zong"@ja-latn ;
    mo:composer <artist/190#subject>,
        <artist/636#subject>,
        <artist/8996#subject> ;
    mo:produced_work <album/150284#musicalwork> ;
    schema:name "The Lon Lon Sound / Louie Zong"@en,
        "The Lon Lon Sound / Louie Zong"@ja,
        "The Lon Lon Sound / Louie Zong"@ja-latn .

<album/150284#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-05-05"^^xsd:date ;
    dcterms:title "The Lon Lon Sound / Louie Zong"@en,
        "The Lon Lon Sound / Louie Zong"@ja,
        "The Lon Lon Sound / Louie Zong"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/150284#musicalexpression> ;
    mo:publisher _:Ncfb9f6966a114b05863ab50aef91a150 ;
    mo:record _:N87d5b3229c534537a2bb4e27148d9f6d ;
    mo:record_count 1 ;
    schema:about <product/1051#subject>,
        <product/187#subject>,
        <product/493#subject>,
        <product/500#subject> ;
    schema:datePublished "2023-05-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/48/150284/150284-89d4172bac60.png> ;
    schema:name "The Lon Lon Sound / Louie Zong"@en,
        "The Lon Lon Sound / Louie Zong"@ja,
        "The Lon Lon Sound / Louie Zong"@ja-latn ;
    schema:publisher _:Ncfb9f6966a114b05863ab50aef91a150 ;
    foaf:depiction <https://media.vgm.io/albums/48/150284/150284-89d4172bac60.png> .

_:N09bddf0084b544fc9bb774f6befe9ff6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Movin' to Mabe"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N87d5b3229c534537a2bb4e27148d9f6d ;
    schema:name "Movin' to Mabe"@en .

_:N27d1757c49e04a1cb77e7da85d76f301 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hyrule Courtyard Blues"@en ;
    mo:track_number 5 ;
    schema:duration "PT0:51"^^xsd:interval ;
    schema:inPlaylist _:N87d5b3229c534537a2bb4e27148d9f6d ;
    schema:name "Hyrule Courtyard Blues"@en .

_:N4907f1913507423594360912e8eee4aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ghost Riders in the Dark World"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N87d5b3229c534537a2bb4e27148d9f6d ;
    schema:name "Ghost Riders in the Dark World"@en .

_:N4a5b085cb10e4c16800ff9be5f704dba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kakariko Shuffle"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N87d5b3229c534537a2bb4e27148d9f6d ;
    schema:name "Kakariko Shuffle"@en .

_:Nb3a589fb27f14eb19bbf52ae16cfc042 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lon Lon Ranch"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N87d5b3229c534537a2bb4e27148d9f6d ;
    schema:name "Lon Lon Ranch"@en .

_:Ncfb9f6966a114b05863ab50aef91a150 schema:name "Fuji Apple Records"@en,
        "Fuji Apple Records"@ja,
        "Fuji Apple Records"@ja-latn ;
    foaf:name "Fuji Apple Records"@en,
        "Fuji Apple Records"@ja,
        "Fuji Apple Records"@ja-latn .

_:Nf55635526ddc42a29fcdc9186932dac2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lumpy Pumpkins"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N87d5b3229c534537a2bb4e27148d9f6d ;
    schema:name "Lumpy Pumpkins"@en .

_:N87d5b3229c534537a2bb4e27148d9f6d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N09bddf0084b544fc9bb774f6befe9ff6,
        _:N27d1757c49e04a1cb77e7da85d76f301,
        _:N4907f1913507423594360912e8eee4aa,
        _:N4a5b085cb10e4c16800ff9be5f704dba,
        _:Nb3a589fb27f14eb19bbf52ae16cfc042,
        _:Nf55635526ddc42a29fcdc9186932dac2 ;
    mo:track_count 6 ;
    schema:duration "PT12:07"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N09bddf0084b544fc9bb774f6befe9ff6,
        _:N27d1757c49e04a1cb77e7da85d76f301,
        _:N4907f1913507423594360912e8eee4aa,
        _:N4a5b085cb10e4c16800ff9be5f704dba,
        _:Nb3a589fb27f14eb19bbf52ae16cfc042,
        _:Nf55635526ddc42a29fcdc9186932dac2 .

