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

<album/135585#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Crimson Skies"@en,
        "Crimson Skies"@ja,
        "Crimson Skies"@ja-latn ;
    mo:produced_work <album/135585#musicalwork> ;
    schema:name "Crimson Skies"@en,
        "Crimson Skies"@ja,
        "Crimson Skies"@ja-latn .

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

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

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

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

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

<https://media.vgm.io/albums/58/135585/135585-1d09262a2c79.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/135585#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/58/135585/135585-1d09262a2c79.jpg> ;
    foaf:depicts <album/135585#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/58/135585/135585-1d09262a2c79.jpg> .

<https://medium-media.vgm.io/albums/58/135585/135585-1d09262a2c79.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/135585#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-12-31"^^xsd:date ;
    dcterms:title "Crimson Skies"@en,
        "Crimson Skies"@ja,
        "Crimson Skies"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/135585#musicalexpression> ;
    mo:publisher _:N6fd8e84ea0cd4923aca40f81fcf1613d ;
    mo:record _:N266be714e9894da48d9e5de04922cbc0 ;
    mo:record_count 1 ;
    schema:about <product/8451#subject> ;
    schema:datePublished "2023-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/58/135585/135585-1d09262a2c79.jpg> ;
    schema:name "Crimson Skies"@en,
        "Crimson Skies"@ja,
        "Crimson Skies"@ja-latn ;
    schema:publisher _:N6fd8e84ea0cd4923aca40f81fcf1613d ;
    foaf:depiction <https://media.vgm.io/albums/58/135585/135585-1d09262a2c79.jpg> .

_:N266be714e9894da48d9e5de04922cbc0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nfb032c83551c4f87b2df58548901fd42 ;
    mo:track_count 1 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nfb032c83551c4f87b2df58548901fd42 .

_:N6fd8e84ea0cd4923aca40f81fcf1613d schema:name "Foodbot"@en,
        "Foodbot"@ja,
        "Foodbot"@ja-latn ;
    foaf:name "Foodbot"@en,
        "Foodbot"@ja,
        "Foodbot"@ja-latn .

_:Nfb032c83551c4f87b2df58548901fd42 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crimson Skies"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N266be714e9894da48d9e5de04922cbc0 ;
    schema:name "Crimson Skies"@en .

