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

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

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

<artist/26892#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/105575#subject> ;
    schema:name "Adam Gubman"@en ;
    foaf:made <album/105575#composition>,
        <album/105575#subject> ;
    foaf:name "Adam Gubman"@en .

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

<album/105575#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Stay Gold"@en,
        "Stay Gold"@ja,
        "Stay Gold"@ja-latn ;
    mo:composer <artist/26892#subject> ;
    mo:produced_work <album/105575#musicalwork> ;
    schema:name "Stay Gold"@en,
        "Stay Gold"@ja,
        "Stay Gold"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/57/105575/105575-a5c9ddbe04ec.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/105575#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-10-21"^^xsd:date ;
    dcterms:title "Stay Gold"@en,
        "Stay Gold"@ja,
        "Stay Gold"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/105575#musicalexpression> ;
    mo:publisher _:N8a3b33e76b904155b65b27ed87233e70 ;
    mo:record _:N6b523dbf69f2492a9240ac1a75059cfb ;
    mo:record_count 1 ;
    schema:about <product/8451#subject> ;
    schema:datePublished "2020-10-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/57/105575/105575-a5c9ddbe04ec.jpg> ;
    schema:name "Stay Gold"@en,
        "Stay Gold"@ja,
        "Stay Gold"@ja-latn ;
    schema:publisher _:N8a3b33e76b904155b65b27ed87233e70 ;
    foaf:depiction <https://media.vgm.io/albums/57/105575/105575-a5c9ddbe04ec.jpg> .

_:N01af92e1e344414088dbbdf4bcb3348b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stay Gold"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N6b523dbf69f2492a9240ac1a75059cfb ;
    schema:name "Stay Gold"@en .

_:N6b523dbf69f2492a9240ac1a75059cfb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N01af92e1e344414088dbbdf4bcb3348b ;
    mo:track_count 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N01af92e1e344414088dbbdf4bcb3348b .

_:N8a3b33e76b904155b65b27ed87233e70 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 .

