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

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

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

<artist/64076#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/142400#subject> ;
    schema:name "Anti-General"@en ;
    foaf:made <album/142400#composition>,
        <album/142400#subject> ;
    foaf:name "Anti-General"@en .

<product/16581#subject> a schema:CreativeWork ;
    schema:name "Wuthering Waves"@en,
        "鸣潮"@ja,
        "Wuthering Waves"@ja-latn ;
    foaf:name "Wuthering Waves"@en,
        "鸣潮"@ja,
        "Wuthering Waves"@ja-latn .

<album/142400#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "天悬烽火"@en,
        "天悬烽火"@ja,
        "天悬烽火"@ja-latn ;
    mo:composer <artist/64076#subject> ;
    mo:produced_work <album/142400#musicalwork> ;
    schema:name "天悬烽火"@en,
        "天悬烽火"@ja,
        "天悬烽火"@ja-latn .

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

<album/142400#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "天悬烽火"@en,
        "天悬烽火"@ja,
        "天悬烽火"@ja-latn ;
    mo:performance_of <album/142400#musicalwork> ;
    mo:recorded_as <album/142400#musicalexpression> ;
    schema:name "天悬烽火"@en,
        "天悬烽火"@ja,
        "天悬烽火"@ja-latn ;
    schema:workPerformed <album/142400#musicalwork> .

<https://media.vgm.io/albums/00/142400/142400-06635951aa0e.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/142400#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/00/142400/142400-06635951aa0e.jpg> ;
    foaf:depicts <album/142400#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/00/142400/142400-06635951aa0e.jpg> .

<https://medium-media.vgm.io/albums/00/142400/142400-06635951aa0e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/142400#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-08-31"^^xsd:date ;
    dcterms:title "天悬烽火"@en,
        "天悬烽火"@ja,
        "天悬烽火"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/142400#musicalexpression> ;
    mo:publisher _:N43becd6963644337b95075604727d448 ;
    mo:record _:Na67325b5f3684b348811fb5fa77a19f5 ;
    mo:record_count 1 ;
    schema:about <product/16581#subject> ;
    schema:datePublished "2024-08-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/00/142400/142400-06635951aa0e.jpg> ;
    schema:name "天悬烽火"@en,
        "天悬烽火"@ja,
        "天悬烽火"@ja-latn ;
    schema:publisher _:N43becd6963644337b95075604727d448 ;
    foaf:depiction <https://media.vgm.io/albums/00/142400/142400-06635951aa0e.jpg> .

_:N43becd6963644337b95075604727d448 schema:name "Anti-General"@en,
        "Anti-General"@ja,
        "Anti-General"@ja-latn ;
    foaf:name "Anti-General"@en,
        "Anti-General"@ja,
        "Anti-General"@ja-latn .

_:N9f18954955534845a113190c16fce501 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heavy is the Desire"@en,
        "天悬烽火（《鸣潮》游戏原声）"@zd ;
    mo:track_number 1 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:Na67325b5f3684b348811fb5fa77a19f5 ;
    schema:name "Heavy is the Desire"@en,
        "天悬烽火（《鸣潮》游戏原声）"@zd .

_:Na67325b5f3684b348811fb5fa77a19f5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N9f18954955534845a113190c16fce501 ;
    mo:track_count 1 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N9f18954955534845a113190c16fce501 .

