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

<artist/6776#subject> a schema:Person,
        foaf:Person ;
    schema:name "Satoshi Kuroiwa"@en,
        "黒岩サトシ"@ja ;
    foaf:made <album/18251#lyrics>,
        <album/18251#subject> ;
    foaf:name "Satoshi Kuroiwa"@en,
        "黒岩サトシ"@ja .

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

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

<event/68> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 7 (Mar 14, 2010)" .

<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/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/43#subject> a schema:CreativeWork ;
    schema:name "Touhou Sangetsusei ~ Eastern and Little Nature Deity"@en,
        "東方三月精　〜 Eastern and Little Nature Deity"@ja,
        "Touhou Sangetsusei ~ Eastern and Little Nature Deity"@ja-latn ;
    foaf:name "Touhou Sangetsusei ~ Eastern and Little Nature Deity"@en,
        "東方三月精　〜 Eastern and Little Nature Deity"@ja,
        "Touhou Sangetsusei ~ Eastern and Little Nature Deity"@ja-latn .

<album/18251#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ryugetsusho ~ Moon over Mind"@en,
        "流月抄　～ Moon over Mind"@ja,
        "Ryugetsusho ~ Moon over Mind"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/18251#musicalwork> ;
    schema:name "Ryugetsusho ~ Moon over Mind"@en,
        "流月抄　～ Moon over Mind"@ja,
        "Ryugetsusho ~ Moon over Mind"@ja-latn .

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

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

<org/560#subject> schema:name "Crest"@en,
        "Crest"@ja,
        "Crest"@ja-latn ;
    foaf:name "Crest"@en,
        "Crest"@ja,
        "Crest"@ja-latn .

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

<https://medium-media.vgm.io/albums/15/18251/18251-1267573490.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/7326#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/18251#performance> ;
    schema:name "Cherose"@en,
        "チェロス"@ja ;
    foaf:name "Cherose"@en,
        "チェロス"@ja .

<artist/9310#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/18251#performance> ;
    schema:name "YURiCa"@en,
        "ユリカ"@ja ;
    foaf:name "YURiCa"@en,
        "ユリカ"@ja .

<album/18251#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ryugetsusho ~ Moon over Mind"@en,
        "流月抄　～ Moon over Mind"@ja,
        "Ryugetsusho ~ Moon over Mind"@ja-latn ;
    mo:performance_of <album/18251#musicalwork> ;
    mo:performer _:Ncacb2378eca64a98ae774a03cdd12400,
        <artist/7326#subject>,
        <artist/9310#subject> ;
    mo:recorded_as <album/18251#musicalexpression> ;
    schema:byArtist _:Ncacb2378eca64a98ae774a03cdd12400,
        <artist/7326#subject>,
        <artist/9310#subject> ;
    schema:name "Ryugetsusho ~ Moon over Mind"@en,
        "流月抄　～ Moon over Mind"@ja,
        "Ryugetsusho ~ Moon over Mind"@ja-latn ;
    schema:workPerformed <album/18251#musicalwork> .

<album/18251#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-03-14"^^xsd:date ;
    dcterms:title "Ryugetsusho ~ Moon over Mind"@en,
        "流月抄　～ Moon over Mind"@ja,
        "Ryugetsusho ~ Moon over Mind"@ja-latn ;
    mo:catalogue_number "CRAD-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/18251#musicalexpression> ;
    mo:publisher <org/560#subject> ;
    mo:record _:N048f37e955d84f898ce2d4b32769e015 ;
    mo:record_count 1 ;
    mo:release <event/68> ;
    schema:about <product/20#subject>,
        <product/27#subject>,
        <product/43#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "ASK"@en ;
            foaf:name "ASK"@en ],
        <artist/7326#subject>,
        <artist/9310#subject> ;
    schema:datePublished "2010-03-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/15/18251/18251-1267573490.jpg> ;
    schema:name "Ryugetsusho ~ Moon over Mind"@en,
        "流月抄　～ Moon over Mind"@ja,
        "Ryugetsusho ~ Moon over Mind"@ja-latn ;
    schema:publisher <org/560#subject> ;
    foaf:depiction <https://media.vgm.io/albums/15/18251/18251-1267573490.jpg> .

_:N3e3a2e3c0ef845c0876910fb1d2ee9c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "無重力の世界とくだらないいくつかの理由"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N048f37e955d84f898ce2d4b32769e015 ;
    schema:name "無重力の世界とくだらないいくつかの理由"@ja .

_:N3f45fdd6fdd64af1abad328d2d7dd11a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Midnight Queen"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N048f37e955d84f898ce2d4b32769e015 ;
    schema:name "Midnight Queen"@ja .

_:N8a69ef18fe3943d59de3db7a94ac9435 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Bad Moon"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N048f37e955d84f898ce2d4b32769e015 ;
    schema:name "The Bad Moon"@ja .

_:Na0779a07b3cd4e928fb34c32d1f7b58e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Intro."@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:N048f37e955d84f898ce2d4b32769e015 ;
    schema:name "Intro."@ja .

_:Ncacb2378eca64a98ae774a03cdd12400 a schema:Person,
        foaf:Person ;
    mo:performed <album/18251#performance> ;
    schema:name "ASK"@en ;
    foaf:name "ASK"@en .

_:Nce8297a400cc46b894bda54b17a6b46a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tears of Moonlight"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:N048f37e955d84f898ce2d4b32769e015 ;
    schema:name "Tears of Moonlight"@ja .

_:Nff41a3d09ef64212861bcab1926ff83e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Ray"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:N048f37e955d84f898ce2d4b32769e015 ;
    schema:name "Blue Ray"@ja .

_:Nffb53a5199874a9785f8403fc41e82cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bizarre Dream"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:N048f37e955d84f898ce2d4b32769e015 ;
    schema:name "Bizarre Dream"@ja .

_:N048f37e955d84f898ce2d4b32769e015 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3e3a2e3c0ef845c0876910fb1d2ee9c6,
        _:N3f45fdd6fdd64af1abad328d2d7dd11a,
        _:N8a69ef18fe3943d59de3db7a94ac9435,
        _:Na0779a07b3cd4e928fb34c32d1f7b58e,
        _:Nce8297a400cc46b894bda54b17a6b46a,
        _:Nff41a3d09ef64212861bcab1926ff83e,
        _:Nffb53a5199874a9785f8403fc41e82cb ;
    mo:track_count 7 ;
    schema:duration "PT28:12"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N3e3a2e3c0ef845c0876910fb1d2ee9c6,
        _:N3f45fdd6fdd64af1abad328d2d7dd11a,
        _:N8a69ef18fe3943d59de3db7a94ac9435,
        _:Na0779a07b3cd4e928fb34c32d1f7b58e,
        _:Nce8297a400cc46b894bda54b17a6b46a,
        _:Nff41a3d09ef64212861bcab1926ff83e,
        _:Nffb53a5199874a9785f8403fc41e82cb .

