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

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

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

<artist/11782#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/140393#subject> ;
    schema:name "satella"@en ;
    foaf:made <album/140393#composition>,
        <album/140393#subject> ;
    foaf:name "satella"@en .

<product/15288#subject> a schema:CreativeWork ;
    schema:name "DUEL MASTERS PLAY'S"@en,
        "デュエル・マスターズ プレイス"@ja,
        "DUEL MASTERS PLAY'S"@ja-latn ;
    foaf:name "DUEL MASTERS PLAY'S"@en,
        "デュエル・マスターズ プレイス"@ja,
        "DUEL MASTERS PLAY'S"@ja-latn .

<album/140393#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Wild Haven"@en,
        "Wild Haven"@ja,
        "Wild Haven"@ja-latn ;
    mo:composer <artist/11782#subject> ;
    mo:produced_work <album/140393#musicalwork> ;
    schema:name "Wild Haven"@en,
        "Wild Haven"@ja,
        "Wild Haven"@ja-latn .

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

<album/140393#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Wild Haven"@en,
        "Wild Haven"@ja,
        "Wild Haven"@ja-latn ;
    mo:performance_of <album/140393#musicalwork> ;
    mo:recorded_as <album/140393#musicalexpression> ;
    schema:name "Wild Haven"@en,
        "Wild Haven"@ja,
        "Wild Haven"@ja-latn ;
    schema:workPerformed <album/140393#musicalwork> .

<https://media.vgm.io/albums/39/140393/140393-0c40c1b0138e.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/140393#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/39/140393/140393-0c40c1b0138e.jpg> ;
    foaf:depicts <album/140393#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/39/140393/140393-0c40c1b0138e.jpg> .

<https://medium-media.vgm.io/albums/39/140393/140393-0c40c1b0138e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/140393#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-06-21"^^xsd:date ;
    dcterms:title "Wild Haven"@en,
        "Wild Haven"@ja,
        "Wild Haven"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/140393#musicalexpression> ;
    mo:publisher _:N67ce3dc84a2d4d82ad5a3762e5ff2fd2 ;
    mo:record _:N1f2892c205364b5f8632d0e8f62792fb ;
    mo:record_count 1 ;
    schema:about <product/15288#subject> ;
    schema:datePublished "2024-06-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/39/140393/140393-0c40c1b0138e.jpg> ;
    schema:name "Wild Haven"@en,
        "Wild Haven"@ja,
        "Wild Haven"@ja-latn ;
    schema:publisher _:N67ce3dc84a2d4d82ad5a3762e5ff2fd2 ;
    foaf:depiction <https://media.vgm.io/albums/39/140393/140393-0c40c1b0138e.jpg> .

_:N1f2892c205364b5f8632d0e8f62792fb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ne681ada6b9c34d5086a2bd04b2450c06 ;
    mo:track_count 1 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ne681ada6b9c34d5086a2bd04b2450c06 .

_:N67ce3dc84a2d4d82ad5a3762e5ff2fd2 schema:name "eMPIRE SOUND SYSTeMS"@en,
        "eMPIRE SOUND SYSTeMS"@ja,
        "eMPIRE SOUND SYSTeMS"@ja-latn ;
    foaf:name "eMPIRE SOUND SYSTeMS"@en,
        "eMPIRE SOUND SYSTeMS"@ja,
        "eMPIRE SOUND SYSTeMS"@ja-latn .

_:Ne681ada6b9c34d5086a2bd04b2450c06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wild Haven"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N1f2892c205364b5f8632d0e8f62792fb ;
    schema:name "Wild Haven"@en .

