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

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

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

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

<event/197> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 12 (Oct 09, 2016)" .

<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 .

<album/62230#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Pajama de Odoro Preview Version"@en,
        "パジャマで踊ろ プレビュー版"@ja,
        "Pajama de Odoro Preview Version"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/62230#musicalwork> ;
    schema:name "Pajama de Odoro Preview Version"@en,
        "パジャマで踊ろ プレビュー版"@ja,
        "Pajama de Odoro Preview Version"@ja-latn .

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

<org/1484#subject> schema:name "Ringing Volcano"@en,
        "風鈴ぼるけいの"@ja,
        "Ringing Volcano"@ja-latn ;
    foaf:name "Ringing Volcano"@en,
        "風鈴ぼるけいの"@ja,
        "Ringing Volcano"@ja-latn .

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

<https://medium-media.vgm.io/albums/03/62230/62230-1476027121.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/17080#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/62230#performance> ;
    schema:name "Sakana Nakasako"@en,
        "中迫酒菜"@ja ;
    foaf:name "Sakana Nakasako"@en,
        "中迫酒菜"@ja .

<artist/17085#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/62230#performance> ;
    schema:name "Chabatake"@en,
        "茶畑"@ja ;
    foaf:name "Chabatake"@en,
        "茶畑"@ja .

<artist/5965#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/62230#performance> ;
    schema:name "Yukkie Mizuhashi"@en,
        "水橋ゆっきー"@ja ;
    foaf:name "Yukkie Mizuhashi"@en,
        "水橋ゆっきー"@ja .

<album/62230#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Pajama de Odoro Preview Version"@en,
        "パジャマで踊ろ プレビュー版"@ja,
        "Pajama de Odoro Preview Version"@ja-latn ;
    mo:performance_of <album/62230#musicalwork> ;
    mo:performer <artist/17080#subject>,
        <artist/17085#subject>,
        <artist/5965#subject> ;
    mo:recorded_as <album/62230#musicalexpression> ;
    schema:byArtist <artist/17080#subject>,
        <artist/17085#subject>,
        <artist/5965#subject> ;
    schema:name "Pajama de Odoro Preview Version"@en,
        "パジャマで踊ろ プレビュー版"@ja,
        "Pajama de Odoro Preview Version"@ja-latn ;
    schema:workPerformed <album/62230#musicalwork> .

<album/62230#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-10-08"^^xsd:date ;
    dcterms:title "Pajama de Odoro Preview Version"@en,
        "パジャマで踊ろ プレビュー版"@ja,
        "Pajama de Odoro Preview Version"@ja-latn ;
    mo:catalogue_number "RVMC-0001P" ;
    mo:media_type "CD" ;
    mo:publication_of <album/62230#musicalexpression> ;
    mo:publisher <org/1484#subject> ;
    mo:record _:Ne3108f512b3341068044a15bff5bd7c5 ;
    mo:record_count 1 ;
    mo:release <event/197> ;
    schema:about <product/20#subject> ;
    schema:byArtist <artist/17080#subject>,
        <artist/17085#subject>,
        <artist/5965#subject> ;
    schema:datePublished "2016-10-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/03/62230/62230-1476027121.jpg> ;
    schema:name "Pajama de Odoro Preview Version"@en,
        "パジャマで踊ろ プレビュー版"@ja,
        "Pajama de Odoro Preview Version"@ja-latn ;
    schema:publisher <org/1484#subject> ;
    foaf:depiction <https://media.vgm.io/albums/03/62230/62230-1476027121.jpg> .

_:N3c0665c05fef436ab5ddd907ecf54c13 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "フランお嬢様"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:Ne3108f512b3341068044a15bff5bd7c5 ;
    schema:name "フランお嬢様"@ja .

_:N78e033e8331647eb8fd845dcd5c796b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レミフラ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Ne3108f512b3341068044a15bff5bd7c5 ;
    schema:name "レミフラ"@ja .

_:Nb036c8eda86343a884b8dbe6f1505a49 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レミリアお嬢様"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:Ne3108f512b3341068044a15bff5bd7c5 ;
    schema:name "レミリアお嬢様"@ja .

_:Nd6fe651406ea496c84bd292ebdf571be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パチュリーさま"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:Ne3108f512b3341068044a15bff5bd7c5 ;
    schema:name "パチュリーさま"@ja .

_:Ne3108f512b3341068044a15bff5bd7c5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3c0665c05fef436ab5ddd907ecf54c13,
        _:N78e033e8331647eb8fd845dcd5c796b4,
        _:Nb036c8eda86343a884b8dbe6f1505a49,
        _:Nd6fe651406ea496c84bd292ebdf571be ;
    mo:track_count 4 ;
    schema:duration "PT11:29"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N3c0665c05fef436ab5ddd907ecf54c13,
        _:N78e033e8331647eb8fd845dcd5c796b4,
        _:Nb036c8eda86343a884b8dbe6f1505a49,
        _:Nd6fe651406ea496c84bd292ebdf571be .

