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

<artist/25003#subject> a schema:Person,
        foaf:Person ;
    schema:name "SION"@en ;
    foaf:made <album/144568#subject>,
        <album/144568#vocals> ;
    foaf:name "SION"@en .

<album/144568#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Rose of Misery / Rose&Rosary"@en,
        "Rose of Misery / Rose&Rosary"@ja,
        "Rose of Misery / Rose&Rosary"@ja-latn ;
    mo:produced_work <album/144568#musicalwork> ;
    schema:name "Rose of Misery / Rose&Rosary"@en,
        "Rose of Misery / Rose&Rosary"@ja,
        "Rose of Misery / Rose&Rosary"@ja-latn .

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

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

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

<https://media.vgm.io/albums/86/144568/144568-1f0c94a2328c.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/144568#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/86/144568/144568-1f0c94a2328c.png> ;
    foaf:depicts <album/144568#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/86/144568/144568-1f0c94a2328c.png> .

<https://medium-media.vgm.io/albums/86/144568/144568-1f0c94a2328c.png> a schema:ImageObject,
        foaf:Image .

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

<album/144568#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Rose of Misery / Rose&Rosary"@en,
        "Rose of Misery / Rose&Rosary"@ja,
        "Rose of Misery / Rose&Rosary"@ja-latn ;
    mo:performance_of <album/144568#musicalwork> ;
    mo:performer <artist/25002#subject> ;
    mo:recorded_as <album/144568#musicalexpression> ;
    schema:byArtist <artist/25002#subject> ;
    schema:name "Rose of Misery / Rose&Rosary"@en,
        "Rose of Misery / Rose&Rosary"@ja,
        "Rose of Misery / Rose&Rosary"@ja-latn ;
    schema:workPerformed <album/144568#musicalwork> .

<artist/25002#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/144568#performance> ;
    schema:name "Rose&Rosary"@en ;
    foaf:name "Rose&Rosary"@en .

<album/144568#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-11-23"^^xsd:date ;
    dcterms:title "Rose of Misery / Rose&Rosary"@en,
        "Rose of Misery / Rose&Rosary"@ja,
        "Rose of Misery / Rose&Rosary"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/144568#musicalexpression> ;
    mo:publisher _:N1ce444c2117544ef8db0de8704087f90 ;
    mo:record_count 0 ;
    schema:byArtist <artist/25002#subject> ;
    schema:datePublished "2008-11-23"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/86/144568/144568-1f0c94a2328c.png> ;
    schema:name "Rose of Misery / Rose&Rosary"@en,
        "Rose of Misery / Rose&Rosary"@ja,
        "Rose of Misery / Rose&Rosary"@ja-latn ;
    schema:publisher _:N1ce444c2117544ef8db0de8704087f90 ;
    foaf:depiction <https://media.vgm.io/albums/86/144568/144568-1f0c94a2328c.png> .

_:N1ce444c2117544ef8db0de8704087f90 schema:name "N/A"@en ;
    foaf:name "N/A"@en .

