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

<artist/31689#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yamachang"@en ;
    foaf:made <album/138088#lyrics>,
        <album/138088#subject> ;
    foaf:name "Yamachang"@en .

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

<artist/25672#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/138088#subject> ;
    schema:name "Masamichi Nagai"@en,
        "永井正道"@ja ;
    foaf:made <album/138088#composition>,
        <album/138088#subject> ;
    foaf:name "Masamichi Nagai"@en,
        "永井正道"@ja .

<product/3193#subject> a schema:CreativeWork ;
    schema:name "Fate/Grand Order"@en,
        "フェイト/グランドオーダー"@ja,
        "Fate/Grand Order"@ja-latn ;
    foaf:name "Fate/Grand Order"@en,
        "フェイト/グランドオーダー"@ja,
        "Fate/Grand Order"@ja-latn .

<album/138088#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Beyond the Gray Sky / momoka"@en,
        "Beyond the Gray Sky / 百華"@ja,
        "Beyond the Gray Sky / momoka"@ja-latn ;
    mo:composer <artist/25672#subject> ;
    mo:produced_work <album/138088#musicalwork> ;
    schema:name "Beyond the Gray Sky / momoka"@en,
        "Beyond the Gray Sky / 百華"@ja,
        "Beyond the Gray Sky / momoka"@ja-latn .

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

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

<album/138088#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Beyond the Gray Sky / momoka"@en,
        "Beyond the Gray Sky / 百華"@ja,
        "Beyond the Gray Sky / momoka"@ja-latn ;
    mo:performance_of <album/138088#musicalwork> ;
    mo:recorded_as <album/138088#musicalexpression> ;
    schema:name "Beyond the Gray Sky / momoka"@en,
        "Beyond the Gray Sky / 百華"@ja,
        "Beyond the Gray Sky / momoka"@ja-latn ;
    schema:workPerformed <album/138088#musicalwork> .

<org/86#subject> schema:name "Aniplex"@en,
        "Aniplex"@ja,
        "Aniplex"@ja-latn ;
    foaf:name "Aniplex"@en,
        "Aniplex"@ja,
        "Aniplex"@ja-latn .

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

<https://medium-media.vgm.io/albums/88/138088/138088-d171f5cd3f50.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/138088#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-03-30"^^xsd:date ;
    dcterms:title "Beyond the Gray Sky / momoka"@en,
        "Beyond the Gray Sky / 百華"@ja,
        "Beyond the Gray Sky / momoka"@ja-latn ;
    mo:catalogue_number "ANXX-01219" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/138088#musicalexpression> ;
    mo:publisher <org/86#subject> ;
    mo:record _:N92383e5f8880400da384d5f96d6272b7 ;
    mo:record_count 1 ;
    schema:about <product/3193#subject> ;
    schema:datePublished "2024-03-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/138088/138088-d171f5cd3f50.jpg> ;
    schema:name "Beyond the Gray Sky / momoka"@en,
        "Beyond the Gray Sky / 百華"@ja,
        "Beyond the Gray Sky / momoka"@ja-latn ;
    schema:publisher <org/86#subject> ;
    foaf:depiction <https://media.vgm.io/albums/88/138088/138088-d171f5cd3f50.jpg> .

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

_:N99154e1fa13e427f8d6c751005ab89c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beyond the Gray Sky"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N92383e5f8880400da384d5f96d6272b7 ;
    schema:name "Beyond the Gray Sky"@en .

