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

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

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

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

<artist/44791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/27677#subject> ;
    schema:name "U2"@en ;
    foaf:made <album/27677#composition>,
        <album/27677#subject> ;
    foaf:name "U2"@en .

<event/100> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 8 (May 08, 2011)" .

<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/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn .

<product/27#subject> a schema:CreativeWork ;
    schema:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn ;
    foaf:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@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/27677#musicalexpression> a mo:Signal ;
    mo:published_as <album/27677#subject> ;
    mo:records <album/27677#performance> .

<org/743#subject> schema:name "surreacheese"@en,
        "シュールレアチーズ"@ja,
        "surreacheese"@ja-latn ;
    foaf:name "surreacheese"@en,
        "シュールレアチーズ"@ja,
        "surreacheese"@ja-latn .

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

<https://medium-media.vgm.io/albums/77/27677/27677-1312152510.jpg> a schema:ImageObject,
        foaf:Image .

<album/27677#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "RE:RICOTTA"@en,
        "RE:RICOTTA"@ja,
        "RE:RICOTTA"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/44791#subject> ;
    mo:produced_work <album/27677#musicalwork> ;
    schema:name "RE:RICOTTA"@en,
        "RE:RICOTTA"@ja,
        "RE:RICOTTA"@ja-latn .

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

<album/27677#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "RE:RICOTTA"@en,
        "RE:RICOTTA"@ja,
        "RE:RICOTTA"@ja-latn ;
    mo:performance_of <album/27677#musicalwork> ;
    mo:performer <artist/7360#subject> ;
    mo:recorded_as <album/27677#musicalexpression> ;
    schema:byArtist <artist/7360#subject> ;
    schema:name "RE:RICOTTA"@en,
        "RE:RICOTTA"@ja,
        "RE:RICOTTA"@ja-latn ;
    schema:workPerformed <album/27677#musicalwork> .

<artist/7360#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/27677#performance> ;
    schema:name "CON"@en ;
    foaf:name "CON"@en .

<album/27677#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-05-08"^^xsd:date ;
    dcterms:title "RE:RICOTTA"@en,
        "RE:RICOTTA"@ja,
        "RE:RICOTTA"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/27677#musicalexpression> ;
    mo:publisher <org/743#subject> ;
    mo:record _:N85bd139f469f4700a3eb941de23af5d4 ;
    mo:record_count 1 ;
    mo:release <event/100> ;
    schema:about <product/20#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/37#subject> ;
    schema:byArtist <artist/7360#subject> ;
    schema:datePublished "2011-05-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/77/27677/27677-1312152510.jpg> ;
    schema:name "RE:RICOTTA"@en,
        "RE:RICOTTA"@ja,
        "RE:RICOTTA"@ja-latn ;
    schema:publisher <org/743#subject> ;
    foaf:depiction <https://media.vgm.io/albums/77/27677/27677-1312152510.jpg> .

_:N04f6f0064350422d86a764023cef7977 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Forest life"@en,
        "Forest life"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:N85bd139f469f4700a3eb941de23af5d4 ;
    schema:name "Forest life"@en,
        "Forest life"@ja .

_:Nb722c24be6024d768609f91ecb316522 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Song of Lunar Reminiscence"@en,
        "想月の詩"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:N85bd139f469f4700a3eb941de23af5d4 ;
    schema:name "Song of Lunar Reminiscence"@en,
        "想月の詩"@ja .

_:Nb82082d4ec50499bbd267b26f1fed665 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Old time"@en,
        "Old time"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N85bd139f469f4700a3eb941de23af5d4 ;
    schema:name "Old time"@en,
        "Old time"@ja .

_:Nb8b094cfb36f4e7a8cc32a9939529b3d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Present"@en,
        "Present"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N85bd139f469f4700a3eb941de23af5d4 ;
    schema:name "Present"@en,
        "Present"@ja .

_:Nd252b9dc32d74c30993d467a301ced17 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lucondium"@en,
        "Lucondium"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N85bd139f469f4700a3eb941de23af5d4 ;
    schema:name "Lucondium"@en,
        "Lucondium"@ja .

_:N85bd139f469f4700a3eb941de23af5d4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N04f6f0064350422d86a764023cef7977,
        _:Nb722c24be6024d768609f91ecb316522,
        _:Nb82082d4ec50499bbd267b26f1fed665,
        _:Nb8b094cfb36f4e7a8cc32a9939529b3d,
        _:Nd252b9dc32d74c30993d467a301ced17 ;
    mo:track_count 5 ;
    schema:duration "PT19:11"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N04f6f0064350422d86a764023cef7977,
        _:Nb722c24be6024d768609f91ecb316522,
        _:Nb82082d4ec50499bbd267b26f1fed665,
        _:Nb8b094cfb36f4e7a8cc32a9939529b3d,
        _:Nd252b9dc32d74c30993d467a301ced17 .

