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

<artist/54032#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/141861#subject> ;
    schema:name "Anonymouz"@en ;
    foaf:made <album/141861#composition>,
        <album/141861#lyrics>,
        <album/141861#subject>,
        <album/141861#vocals> ;
    foaf:name "Anonymouz"@en .

<album/141861#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Prayer / Anonymouz"@en,
        "Prayer / Anonymouz"@ja,
        "Prayer / Anonymouz"@ja-latn ;
    mo:composer <artist/54032#subject> ;
    mo:produced_work <album/141861#musicalwork> ;
    schema:name "Prayer / Anonymouz"@en,
        "Prayer / Anonymouz"@ja,
        "Prayer / Anonymouz"@ja-latn .

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

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

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

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

<org/717#subject> schema:name "SME Records"@en,
        "SME Records"@ja,
        "SME Records"@ja-latn ;
    foaf:name "SME Records"@en,
        "SME Records"@ja,
        "SME Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/16/141861/141861-ebef29ec6a3b.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/141861#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-08-15"^^xsd:date ;
    dcterms:title "Prayer / Anonymouz"@en,
        "Prayer / Anonymouz"@ja,
        "Prayer / Anonymouz"@ja-latn ;
    mo:catalogue_number "SEXX-02683" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/141861#musicalexpression> ;
    mo:publisher <org/717#subject> ;
    mo:record _:Nf932d438e38a499baec81e295dcf5413 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Delico's Nursery"@en ;
            foaf:name "Delico's Nursery"@en ] ;
    schema:datePublished "2024-08-15"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/16/141861/141861-ebef29ec6a3b.jpg> ;
    schema:name "Prayer / Anonymouz"@en,
        "Prayer / Anonymouz"@ja,
        "Prayer / Anonymouz"@ja-latn ;
    schema:publisher <org/717#subject> ;
    foaf:depiction <https://media.vgm.io/albums/16/141861/141861-ebef29ec6a3b.jpg> .

_:N44900b01053043f4bc1a2e2bce29dcff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prayer"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:Nf932d438e38a499baec81e295dcf5413 ;
    schema:name "Prayer"@en .

_:Nf932d438e38a499baec81e295dcf5413 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N44900b01053043f4bc1a2e2bce29dcff ;
    mo:track_count 1 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N44900b01053043f4bc1a2e2bce29dcff .

