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

<album/141048#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Power, Wisdom, & Courage"@en,
        "Power, Wisdom, & Courage"@ja,
        "Power, Wisdom, & Courage"@ja-latn ;
    mo:produced_work <album/141048#musicalwork> ;
    schema:name "Power, Wisdom, & Courage"@en,
        "Power, Wisdom, & Courage"@ja,
        "Power, Wisdom, & Courage"@ja-latn .

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

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

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

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

<album/141048#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Power, Wisdom, & Courage"@en,
        "Power, Wisdom, & Courage"@ja,
        "Power, Wisdom, & Courage"@ja-latn ;
    mo:performance_of <album/141048#musicalwork> ;
    mo:recorded_as <album/141048#musicalexpression> ;
    schema:name "Power, Wisdom, & Courage"@en,
        "Power, Wisdom, & Courage"@ja,
        "Power, Wisdom, & Courage"@ja-latn ;
    schema:workPerformed <album/141048#musicalwork> .

<https://media.vgm.io/albums/84/141048/141048-53451a8d9481.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/141048#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/84/141048/141048-53451a8d9481.jpg> ;
    foaf:depicts <album/141048#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/84/141048/141048-53451a8d9481.jpg> .

<https://medium-media.vgm.io/albums/84/141048/141048-53451a8d9481.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/141048#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-07-12"^^xsd:date ;
    dcterms:title "Power, Wisdom, & Courage"@en,
        "Power, Wisdom, & Courage"@ja,
        "Power, Wisdom, & Courage"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/141048#musicalexpression> ;
    mo:publisher _:Nfdbc8f3b5e09451a9af1361d99451ad3 ;
    mo:record _:Nf2a5f947e6974e86b659eab8f1e8b9a6 ;
    mo:record_count 1 ;
    schema:about <product/1051#subject>,
        <product/187#subject>,
        <product/493#subject>,
        <product/500#subject>,
        <product/501#subject> ;
    schema:datePublished "2024-07-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/84/141048/141048-53451a8d9481.jpg> ;
    schema:name "Power, Wisdom, & Courage"@en,
        "Power, Wisdom, & Courage"@ja,
        "Power, Wisdom, & Courage"@ja-latn ;
    schema:publisher _:Nfdbc8f3b5e09451a9af1361d99451ad3 ;
    foaf:depiction <https://media.vgm.io/albums/84/141048/141048-53451a8d9481.jpg> .

_:N6203c7e44516436ba546ddb2ef1b99fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hyrule Castle"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:Nf2a5f947e6974e86b659eab8f1e8b9a6 ;
    schema:name "Hyrule Castle"@en .

_:N62ee0bacba174352a6c0d0e24520ff46 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lullaby of the Goddess"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:Nf2a5f947e6974e86b659eab8f1e8b9a6 ;
    schema:name "Lullaby of the Goddess"@en .

_:N746e7169ae824b6e8d4624fbf6deff36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temple Theme"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:Nf2a5f947e6974e86b659eab8f1e8b9a6 ;
    schema:name "Temple Theme"@en .

_:Ne9dd7937e72b4602a78a40bee9876d0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gerudo Valley"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:Nf2a5f947e6974e86b659eab8f1e8b9a6 ;
    schema:name "Gerudo Valley"@en .

_:Neb89d262ecaa49eda57a7021faada2d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overworld"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:Nf2a5f947e6974e86b659eab8f1e8b9a6 ;
    schema:name "Overworld"@en .

_:Nfdbc8f3b5e09451a9af1361d99451ad3 schema:name "The Limit Breakers"@en,
        "The Limit Breakers"@ja,
        "The Limit Breakers"@ja-latn ;
    foaf:name "The Limit Breakers"@en,
        "The Limit Breakers"@ja,
        "The Limit Breakers"@ja-latn .

_:Nf2a5f947e6974e86b659eab8f1e8b9a6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6203c7e44516436ba546ddb2ef1b99fc,
        _:N62ee0bacba174352a6c0d0e24520ff46,
        _:N746e7169ae824b6e8d4624fbf6deff36,
        _:Ne9dd7937e72b4602a78a40bee9876d0f,
        _:Neb89d262ecaa49eda57a7021faada2d2 ;
    mo:track_count 5 ;
    schema:duration "PT14:17"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N6203c7e44516436ba546ddb2ef1b99fc,
        _:N62ee0bacba174352a6c0d0e24520ff46,
        _:N746e7169ae824b6e8d4624fbf6deff36,
        _:Ne9dd7937e72b4602a78a40bee9876d0f,
        _:Neb89d262ecaa49eda57a7021faada2d2 .

