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

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

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

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

<event/38> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 4 (Nov 02, 2008)" .

<product/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn .

<product/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn .

<album/10958#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Grimoire Of Alice"@en,
        "The Grimoire Of Alice"@ja,
        "The Grimoire Of Alice"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/10958#musicalwork> ;
    schema:name "The Grimoire Of Alice"@en,
        "The Grimoire Of Alice"@ja,
        "The Grimoire Of Alice"@ja-latn .

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

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

<https://media.vgm.io/albums/85/10958/10958-1225991642.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/10958#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/85/10958/10958-1225991642.png> ;
    foaf:depicts <album/10958#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/85/10958/10958-1225991642.png> .

<https://medium-media.vgm.io/albums/85/10958/10958-1225991642.png> a schema:ImageObject,
        foaf:Image .

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

<artist/2354#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10958#performance> ;
    schema:name "Myon"@en,
        "みょん"@ja ;
    foaf:name "Myon"@en,
        "みょん"@ja .

<artist/2372#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10958#performance> ;
    schema:name "tuuten"@en,
        "通天"@ja ;
    foaf:name "tuuten"@en,
        "通天"@ja .

<artist/4435#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10958#performance> ;
    schema:name "Godwood"@en ;
    foaf:name "Godwood"@en .

<artist/54074#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10958#performance> ;
    schema:name "pizuya"@en,
        "ぴずや"@ja ;
    foaf:name "pizuya"@en,
        "ぴずや"@ja .

<album/10958#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Grimoire Of Alice"@en,
        "The Grimoire Of Alice"@ja,
        "The Grimoire Of Alice"@ja-latn ;
    mo:performance_of <album/10958#musicalwork> ;
    mo:performer <artist/2354#subject>,
        <artist/2372#subject>,
        <artist/4435#subject>,
        <artist/54074#subject> ;
    mo:recorded_as <album/10958#musicalexpression> ;
    schema:byArtist <artist/2354#subject>,
        <artist/2372#subject>,
        <artist/4435#subject>,
        <artist/54074#subject> ;
    schema:name "The Grimoire Of Alice"@en,
        "The Grimoire Of Alice"@ja,
        "The Grimoire Of Alice"@ja-latn ;
    schema:workPerformed <album/10958#musicalwork> .

<album/10958#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-11-02"^^xsd:date ;
    dcterms:title "The Grimoire Of Alice"@en,
        "The Grimoire Of Alice"@ja,
        "The Grimoire Of Alice"@ja-latn ;
    mo:catalogue_number "PCMM-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10958#musicalexpression> ;
    mo:publisher <org/707#subject> ;
    mo:record _:N08b038605a374946b238cfb4c9fcead6 ;
    mo:record_count 1 ;
    mo:release <event/38> ;
    schema:about <product/18#subject>,
        <product/22#subject> ;
    schema:byArtist <artist/2354#subject>,
        <artist/2372#subject>,
        <artist/4435#subject>,
        <artist/54074#subject> ;
    schema:datePublished "2008-11-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/85/10958/10958-1225991642.png> ;
    schema:name "The Grimoire Of Alice"@en,
        "The Grimoire Of Alice"@ja,
        "The Grimoire Of Alice"@ja-latn ;
    schema:publisher <org/707#subject> ;
    foaf:depiction <https://media.vgm.io/albums/85/10958/10958-1225991642.png> .

_:N00fc142a518040b48cb13d5b9c4fecda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WEII -World's End Est-"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N08b038605a374946b238cfb4c9fcead6 ;
    schema:name "WEII -World's End Est-"@en .

_:N13016030e9514d2dbb1acc577c6ab234 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crazy Clock Cracker"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N08b038605a374946b238cfb4c9fcead6 ;
    schema:name "Crazy Clock Cracker"@en .

_:N372fca63ba1d4bbf87df9e333af996ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Breeds PuPPet"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N08b038605a374946b238cfb4c9fcead6 ;
    schema:name "Breeds PuPPet"@en .

_:N648b491e32314cc1be96d62b5a3a0c15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Meteralice"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N08b038605a374946b238cfb4c9fcead6 ;
    schema:name "Meteralice"@en .

_:N7116db870492474fbfcbf05cded75fc6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mind is Love Holic Pt.1"@en ;
    mo:track_number 6 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N08b038605a374946b238cfb4c9fcead6 ;
    schema:name "Mind is Love Holic Pt.1"@en .

_:N87e8fbf82178466b8b34c57195be169c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Myth Logic Inginite"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:N08b038605a374946b238cfb4c9fcead6 ;
    schema:name "Myth Logic Inginite"@en .

_:Na2430db78996453f980951db03776694 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Romantic Children"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N08b038605a374946b238cfb4c9fcead6 ;
    schema:name "Romantic Children"@en .

_:Nd9a4cc0b0d1f414ea67292ae4209a1e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mind is Love Holic Pt.2"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N08b038605a374946b238cfb4c9fcead6 ;
    schema:name "Mind is Love Holic Pt.2"@en .

_:Ndcaa886f0b53471898520d500a064cc8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Grimoire Of Alice"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:N08b038605a374946b238cfb4c9fcead6 ;
    schema:name "The Grimoire Of Alice"@en .

_:N08b038605a374946b238cfb4c9fcead6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00fc142a518040b48cb13d5b9c4fecda,
        _:N13016030e9514d2dbb1acc577c6ab234,
        _:N372fca63ba1d4bbf87df9e333af996ab,
        _:N648b491e32314cc1be96d62b5a3a0c15,
        _:N7116db870492474fbfcbf05cded75fc6,
        _:N87e8fbf82178466b8b34c57195be169c,
        _:Na2430db78996453f980951db03776694,
        _:Nd9a4cc0b0d1f414ea67292ae4209a1e5,
        _:Ndcaa886f0b53471898520d500a064cc8 ;
    mo:track_count 9 ;
    schema:duration "PT34:54"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N00fc142a518040b48cb13d5b9c4fecda,
        _:N13016030e9514d2dbb1acc577c6ab234,
        _:N372fca63ba1d4bbf87df9e333af996ab,
        _:N648b491e32314cc1be96d62b5a3a0c15,
        _:N7116db870492474fbfcbf05cded75fc6,
        _:N87e8fbf82178466b8b34c57195be169c,
        _:Na2430db78996453f980951db03776694,
        _:Nd9a4cc0b0d1f414ea67292ae4209a1e5,
        _:Ndcaa886f0b53471898520d500a064cc8 .

