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

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

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

<artist/57872#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/134631#subject> ;
    schema:name "NOMA"@en ;
    foaf:made <album/134631#composition>,
        <album/134631#subject> ;
    foaf:name "NOMA"@en .

<product/12004#subject> a schema:CreativeWork ;
    schema:name "WACCA Reverse"@en,
        "WACCA Reverse"@ja,
        "WACCA Reverse"@ja-latn ;
    foaf:name "WACCA Reverse"@en,
        "WACCA Reverse"@ja,
        "WACCA Reverse"@ja-latn .

<album/134631#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "cloud IX / NOMA"@en,
        "cloud IX / NOMA"@ja,
        "cloud IX / NOMA"@ja-latn ;
    mo:composer <artist/57872#subject> ;
    mo:produced_work <album/134631#musicalwork> ;
    schema:name "cloud IX / NOMA"@en,
        "cloud IX / NOMA"@ja,
        "cloud IX / NOMA"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/13/134631/134631-d1c88eafcb98.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/134631#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-03-03"^^xsd:date ;
    dcterms:title "cloud IX / NOMA"@en,
        "cloud IX / NOMA"@ja,
        "cloud IX / NOMA"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/134631#musicalexpression> ;
    mo:publisher _:Nac950720ef574589859367ea614cdb51 ;
    mo:record _:Nd2fca406fc274f22914c21ebd3b3f61d ;
    mo:record_count 1 ;
    schema:about <product/12004#subject> ;
    schema:datePublished "2022-03-03"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/134631/134631-d1c88eafcb98.jpg> ;
    schema:name "cloud IX / NOMA"@en,
        "cloud IX / NOMA"@ja,
        "cloud IX / NOMA"@ja-latn ;
    schema:publisher _:Nac950720ef574589859367ea614cdb51 ;
    foaf:depiction <https://media.vgm.io/albums/13/134631/134631-d1c88eafcb98.jpg> .

_:N5cc2bdd3a8814b0ab139bcd38a9751ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "cloud IX"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:Nd2fca406fc274f22914c21ebd3b3f61d ;
    schema:name "cloud IX"@en .

_:Nac950720ef574589859367ea614cdb51 schema:name "Elecat Records"@en,
        "Elecat Records"@ja,
        "Elecat Records"@ja-latn ;
    foaf:name "Elecat Records"@en,
        "Elecat Records"@ja,
        "Elecat Records"@ja-latn .

_:Nd2fca406fc274f22914c21ebd3b3f61d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5cc2bdd3a8814b0ab139bcd38a9751ca ;
    mo:track_count 1 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N5cc2bdd3a8814b0ab139bcd38a9751ca .

