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

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

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

<artist/16186#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/82308#subject> ;
    schema:name "Yasuaki Iwata"@en,
        "岩田恭明"@ja ;
    foaf:made <album/82308#composition>,
        <album/82308#subject> ;
    foaf:name "Yasuaki Iwata"@en,
        "岩田恭明"@ja .

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

<artist/432#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/82308#subject> ;
    schema:name "Kenta Nagata"@en,
        "永田権太"@ja ;
    foaf:made <album/82308#composition>,
        <album/82308#subject> ;
    foaf:name "Kenta Nagata"@en,
        "永田権太"@ja .

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

<artist/5389#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/82308#subject> ;
    schema:name "Takeshi Hama"@en,
        "はまたけし"@ja ;
    foaf:made <album/82308#composition>,
        <album/82308#subject> ;
    foaf:name "Takeshi Hama"@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/4600#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Breath of the Wild"@en,
        "ゼルダの伝説 ブレス オブ ザ ワイルド"@ja,
        "Zelda no Densetsu: Breath of the Wild"@ja-latn ;
    foaf:name "The Legend of Zelda: Breath of the Wild"@en,
        "ゼルダの伝説 ブレス オブ ザ ワイルド"@ja,
        "Zelda no Densetsu: Breath of the Wild"@ja-latn .

<product/489#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Majora's Mask"@en,
        "ゼルダの伝説 ムジュラの仮面"@ja,
        "Zelda no Densetsu: Majora no Kamen"@ja-latn ;
    foaf:name "The Legend of Zelda: Majora's Mask"@en,
        "ゼルダの伝説 ムジュラの仮面"@ja,
        "Zelda no Densetsu: Majora no Kamen"@ja-latn .

<product/490#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: The Wind Waker"@en,
        "ゼルダの伝説 風のタクト"@ja,
        "Zelda no Densetsu: Kaze no Takt"@ja-latn ;
    foaf:name "The Legend of Zelda: The Wind Waker"@en,
        "ゼルダの伝説 風のタクト"@ja,
        "Zelda no Densetsu: Kaze no Takt"@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/82308#musicalexpression> a mo:Signal ;
    mo:published_as <album/82308#subject> ;
    mo:records <album/82308#performance> .

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

<https://medium-media.vgm.io/albums/80/82308/82308-1543390744.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/45322#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/82308#performance> ;
    schema:name "Ace Waters"@en ;
    foaf:name "Ace Waters"@en .

<album/82308#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Zelda Month 2018"@en,
        "Zelda Month 2018"@ja,
        "Zelda Month 2018"@ja-latn ;
    mo:composer <artist/16186#subject>,
        <artist/190#subject>,
        <artist/432#subject>,
        <artist/504#subject>,
        <artist/5389#subject> ;
    mo:produced_work <album/82308#musicalwork> ;
    schema:name "Zelda Month 2018"@en,
        "Zelda Month 2018"@ja,
        "Zelda Month 2018"@ja-latn .

<album/82308#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-11-27"^^xsd:date ;
    dcterms:title "Zelda Month 2018"@en,
        "Zelda Month 2018"@ja,
        "Zelda Month 2018"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/82308#musicalexpression> ;
    mo:publisher _:N1a2de5ec3bbe499da4faa6c619b3bc90 ;
    mo:record _:N57c40cce86de43eb8e68f354481a7237 ;
    mo:record_count 1 ;
    schema:about <product/1051#subject>,
        <product/4600#subject>,
        <product/489#subject>,
        <product/490#subject>,
        <product/501#subject> ;
    schema:byArtist <artist/45322#subject> ;
    schema:datePublished "2018-11-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/80/82308/82308-1543390744.jpg> ;
    schema:name "Zelda Month 2018"@en,
        "Zelda Month 2018"@ja,
        "Zelda Month 2018"@ja-latn ;
    schema:publisher _:N1a2de5ec3bbe499da4faa6c619b3bc90 ;
    foaf:depiction <https://media.vgm.io/albums/80/82308/82308-1543390744.jpg> .

_:N176ee860565b41a7993d4db2fd0ba8ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Divine Beast Vah Medoh (Breath of the Wild)"@en ;
    mo:track_number 4 ;
    schema:duration "PT8:10"^^xsd:interval ;
    schema:inPlaylist _:N57c40cce86de43eb8e68f354481a7237 ;
    schema:name "The Divine Beast Vah Medoh (Breath of the Wild)"@en .

_:N1a2de5ec3bbe499da4faa6c619b3bc90 schema:name "Ace Waters"@en,
        "Ace Waters"@ja,
        "Ace Waters"@ja-latn ;
    foaf:name "Ace Waters"@en,
        "Ace Waters"@ja,
        "Ace Waters"@ja-latn .

_:N3d2cdd4cb82747e7a21e79325cdaf88c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title Theme (Wind Waker)"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:47"^^xsd:interval ;
    schema:inPlaylist _:N57c40cce86de43eb8e68f354481a7237 ;
    schema:name "Title Theme (Wind Waker)"@en .

_:Nc0aa956fed84465daddfa36a5d7f8e17 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Calling the Four Giants (Majora's Mask)"@en ;
    mo:track_number 2 ;
    schema:duration "PT7:17"^^xsd:interval ;
    schema:inPlaylist _:N57c40cce86de43eb8e68f354481a7237 ;
    schema:name "Calling the Four Giants (Majora's Mask)"@en .

_:Nd94e50cbfdd94bf8aa1c8e5859f55029 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fi's Farewell (Skyward Sword)"@en ;
    mo:track_number 3 ;
    schema:duration "PT6:48"^^xsd:interval ;
    schema:inPlaylist _:N57c40cce86de43eb8e68f354481a7237 ;
    schema:name "Fi's Farewell (Skyward Sword)"@en .

_:Nf235fcd758c44b66b1702e6384007b18 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temple Theme (Zelda II)"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N57c40cce86de43eb8e68f354481a7237 ;
    schema:name "Temple Theme (Zelda II)"@en .

_:N57c40cce86de43eb8e68f354481a7237 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N176ee860565b41a7993d4db2fd0ba8ac,
        _:N3d2cdd4cb82747e7a21e79325cdaf88c,
        _:Nc0aa956fed84465daddfa36a5d7f8e17,
        _:Nd94e50cbfdd94bf8aa1c8e5859f55029,
        _:Nf235fcd758c44b66b1702e6384007b18 ;
    mo:track_count 5 ;
    schema:duration "PT32:41"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N176ee860565b41a7993d4db2fd0ba8ac,
        _:N3d2cdd4cb82747e7a21e79325cdaf88c,
        _:Nc0aa956fed84465daddfa36a5d7f8e17,
        _:Nd94e50cbfdd94bf8aa1c8e5859f55029,
        _:Nf235fcd758c44b66b1702e6384007b18 .

