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

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

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

<artist/55119#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97639#subject> ;
    schema:name "Obadiah Brown-Beach"@en ;
    foaf:made <album/97639#composition>,
        <album/97639#subject> ;
    foaf:name "Obadiah Brown-Beach"@en .

<product/8451#subject> a schema:CreativeWork ;
    schema:name "Arknights"@en,
        "明日方舟"@ja,
        "Arknights"@ja-latn ;
    foaf:name "Arknights"@en,
        "明日方舟"@ja,
        "Arknights"@ja-latn .

<album/97639#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Wind of Hometown"@en,
        "故乡的风"@ja,
        "Gu Xiang De Feng"@ja-latn ;
    mo:composer <artist/55119#subject> ;
    mo:produced_work <album/97639#musicalwork> ;
    schema:name "Wind of Hometown"@en,
        "故乡的风"@ja,
        "Gu Xiang De Feng"@ja-latn .

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

<album/97639#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Wind of Hometown"@en,
        "故乡的风"@ja,
        "Gu Xiang De Feng"@ja-latn ;
    mo:performance_of <album/97639#musicalwork> ;
    mo:recorded_as <album/97639#musicalexpression> ;
    schema:name "Wind of Hometown"@en,
        "故乡的风"@ja,
        "Gu Xiang De Feng"@ja-latn ;
    schema:workPerformed <album/97639#musicalwork> .

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

<https://medium-media.vgm.io/albums/93/97639/97639-1585896579.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/97639#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-03-18"^^xsd:date ;
    dcterms:title "Wind of Hometown"@en,
        "故乡的风"@ja,
        "Gu Xiang De Feng"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/97639#musicalexpression> ;
    mo:publisher _:N8220feb875a84e138e9e3fb01e8888da ;
    mo:record _:N1ced418162474d83bdfe3e812bcac06f ;
    mo:record_count 1 ;
    schema:about <product/8451#subject> ;
    schema:datePublished "2020-03-18"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/93/97639/97639-1585896579.jpg> ;
    schema:name "Wind of Hometown"@en,
        "故乡的风"@ja,
        "Gu Xiang De Feng"@ja-latn ;
    schema:publisher _:N8220feb875a84e138e9e3fb01e8888da ;
    foaf:depiction <https://media.vgm.io/albums/93/97639/97639-1585896579.jpg> .

_:N1ced418162474d83bdfe3e812bcac06f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na69515e6e77a436195be9f72478387c1 ;
    mo:track_count 1 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Na69515e6e77a436195be9f72478387c1 .

_:N8220feb875a84e138e9e3fb01e8888da schema:name "Monster Siren Records"@en,
        "Monster Siren Records"@ja,
        "Monster Siren Records"@ja-latn ;
    foaf:name "Monster Siren Records"@en,
        "Monster Siren Records"@ja,
        "Monster Siren Records"@ja-latn .

_:Na69515e6e77a436195be9f72478387c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "故乡的风"@zd ;
    mo:track_number 1 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N1ced418162474d83bdfe3e812bcac06f ;
    schema:name "故乡的风"@zd .

