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

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

<album/99491#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The music in a mirror"@en,
        "鏡奏曲"@ja,
        "The music in a mirror"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "whoo"@en ;
            foaf:made <album/99491#composition> ;
            foaf:name "whoo"@en ] ;
    mo:produced_work <album/99491#musicalwork> ;
    schema:name "The music in a mirror"@en,
        "鏡奏曲"@ja,
        "The music in a mirror"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/19/99491/99491-1590441553.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/99491#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The music in a mirror"@en,
        "鏡奏曲"@ja,
        "The music in a mirror"@ja-latn ;
    mo:performance_of <album/99491#musicalwork> ;
    mo:performer _:N8434b30c51c54a91930bc232b2026887 ;
    mo:recorded_as <album/99491#musicalexpression> ;
    schema:byArtist _:N8434b30c51c54a91930bc232b2026887 ;
    schema:name "The music in a mirror"@en,
        "鏡奏曲"@ja,
        "The music in a mirror"@ja-latn ;
    schema:workPerformed <album/99491#musicalwork> .

<album/99491#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-05-16"^^xsd:date ;
    dcterms:title "The music in a mirror"@en,
        "鏡奏曲"@ja,
        "The music in a mirror"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/99491#musicalexpression> ;
    mo:publisher _:N7c430e01c70e458fad219cb8a63c2594 ;
    mo:record _:N541b2acf5fbe4f789093266a55fe28f4 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "The prescription of Uyurifu"@en ;
            foaf:name "The prescription of Uyurifu"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Ryota Osaka"@en ;
            foaf:name "Ryota Osaka"@en ] ;
    schema:datePublished "2020-05-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/19/99491/99491-1590441553.jpg> ;
    schema:name "The music in a mirror"@en,
        "鏡奏曲"@ja,
        "The music in a mirror"@ja-latn ;
    schema:publisher _:N7c430e01c70e458fad219cb8a63c2594 ;
    foaf:depiction <https://media.vgm.io/albums/19/99491/99491-1590441553.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99491#subject> ;
    schema:name "whoo"@en ;
    foaf:made <album/99491#subject> ;
    foaf:name "whoo"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "whoo"@en ;
    foaf:made <album/99491#subject> ;
    foaf:name "whoo"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "whoo"@en ;
    foaf:made <album/99491#lyrics> ;
    foaf:name "whoo"@en .

_:N379b9ef7111e43c68ca8b42bf77b3ee5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The music in a mirror"@en,
        "鏡奏曲"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N541b2acf5fbe4f789093266a55fe28f4 ;
    schema:name "The music in a mirror"@en,
        "鏡奏曲"@ja .

_:N7c430e01c70e458fad219cb8a63c2594 schema:name "SEEC Inc."@en,
        "SEEC Inc."@ja,
        "SEEC Inc."@ja-latn ;
    foaf:name "SEEC Inc."@en,
        "SEEC Inc."@ja,
        "SEEC Inc."@ja-latn .

_:N8434b30c51c54a91930bc232b2026887 a schema:Person,
        foaf:Person ;
    mo:performed <album/99491#performance> ;
    schema:name "Ryota Osaka"@en ;
    foaf:name "Ryota Osaka"@en .

_:N94b98164c96d45c5834c0226f4507059 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The music in a mirror (Instrumental)"@en,
        "鏡奏曲 (Instrumental)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N541b2acf5fbe4f789093266a55fe28f4 ;
    schema:name "The music in a mirror (Instrumental)"@en,
        "鏡奏曲 (Instrumental)"@ja .

_:N541b2acf5fbe4f789093266a55fe28f4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N379b9ef7111e43c68ca8b42bf77b3ee5,
        _:N94b98164c96d45c5834c0226f4507059 ;
    mo:track_count 2 ;
    schema:duration "PT7:38"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N379b9ef7111e43c68ca8b42bf77b3ee5,
        _:N94b98164c96d45c5834c0226f4507059 .

