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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99750#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/99750#composition>,
        <album/99750#subject> ;
    foaf:name "ZUN"@en .

<event/156> a mo:Release ;
    schema:name "Released at Comic Market 83 (Dec 29, 2012 to Dec 31, 2012)" .

<product/20#subject> a schema:CreativeWork ;
    schema:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn ;
    foaf:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn .

<product/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

<album/99750#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "REST TIME vol.2"@en,
        "REST TIME vol.2"@ja,
        "REST TIME vol.2"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/99750#musicalwork> ;
    schema:name "REST TIME vol.2"@en,
        "REST TIME vol.2"@ja,
        "REST TIME vol.2"@ja-latn .

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

<org/886#subject> schema:name "SNUG SPACE"@en,
        "SNUG SPACE"@ja,
        "SNUG SPACE"@ja-latn ;
    foaf:name "SNUG SPACE"@en,
        "SNUG SPACE"@ja,
        "SNUG SPACE"@ja-latn .

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

<https://medium-media.vgm.io/albums/05/99750/99750-1590903723.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/99750#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "REST TIME vol.2"@en,
        "REST TIME vol.2"@ja,
        "REST TIME vol.2"@ja-latn ;
    mo:performance_of <album/99750#musicalwork> ;
    mo:performer <artist/11575#subject> ;
    mo:recorded_as <album/99750#musicalexpression> ;
    schema:byArtist <artist/11575#subject> ;
    schema:name "REST TIME vol.2"@en,
        "REST TIME vol.2"@ja,
        "REST TIME vol.2"@ja-latn ;
    schema:workPerformed <album/99750#musicalwork> .

<artist/11575#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/99750#performance> ;
    schema:name "Suzumaru"@en,
        "鈴丸"@ja ;
    foaf:name "Suzumaru"@en,
        "鈴丸"@ja .

<album/99750#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-12-30"^^xsd:date ;
    dcterms:title "REST TIME vol.2"@en,
        "REST TIME vol.2"@ja,
        "REST TIME vol.2"@ja-latn ;
    mo:catalogue_number "SNSP-004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/99750#musicalexpression> ;
    mo:publisher <org/886#subject> ;
    mo:record _:Ned6072a97ebd4e63af3a8965527fa0db ;
    mo:record_count 1 ;
    mo:release <event/156> ;
    schema:about <product/20#subject>,
        <product/37#subject> ;
    schema:byArtist <artist/11575#subject> ;
    schema:datePublished "2012-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/05/99750/99750-1590903723.jpg> ;
    schema:name "REST TIME vol.2"@en,
        "REST TIME vol.2"@ja,
        "REST TIME vol.2"@ja-latn ;
    schema:publisher <org/886#subject> ;
    foaf:depiction <https://media.vgm.io/albums/05/99750/99750-1590903723.jpg> .

_:N1df3b59330f647eea8df9d7df8444160 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A STARRY SKY"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:Ned6072a97ebd4e63af3a8965527fa0db ;
    schema:name "A STARRY SKY"@ja .

_:N6eae573849694227b33f0138f1e34e12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悪魔の棲む館にて"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:Ned6072a97ebd4e63af3a8965527fa0db ;
    schema:name "悪魔の棲む館にて"@ja .

_:Ncfe4a0e712d04d0da89f704750f2d05d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "プロローグ　～ 地底から地上へ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:inPlaylist _:Ned6072a97ebd4e63af3a8965527fa0db ;
    schema:name "プロローグ　～ 地底から地上へ"@ja .

_:Ned6072a97ebd4e63af3a8965527fa0db a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1df3b59330f647eea8df9d7df8444160,
        _:N6eae573849694227b33f0138f1e34e12,
        _:Ncfe4a0e712d04d0da89f704750f2d05d ;
    mo:track_count 3 ;
    schema:duration "PT11:31"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N1df3b59330f647eea8df9d7df8444160,
        _:N6eae573849694227b33f0138f1e34e12,
        _:Ncfe4a0e712d04d0da89f704750f2d05d .

