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

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

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

<artist/11564#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98288#subject> ;
    schema:name "M2N"@en,
        "みっつん"@ja ;
    foaf:made <album/98288#composition>,
        <album/98288#subject> ;
    foaf:name "M2N"@en,
        "みっつん"@ja .

<event/159> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 10 (May 26, 2013)" .

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

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

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

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

<https://medium-media.vgm.io/albums/88/98288/98288-1587960508.png> a schema:ImageObject,
        foaf:Image .

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

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

<artist/16836#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98288#performance> ;
    schema:name "Futoumeido"@en,
        "普透明度"@ja ;
    foaf:made <album/98288#lyrics>,
        <album/98288#subject> ;
    foaf:name "Futoumeido"@en,
        "普透明度"@ja .

<artist/7301#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98288#performance> ;
    schema:name "Mei Ayakura"@en,
        "綾倉盟"@ja ;
    foaf:made <album/98288#lyrics>,
        <album/98288#subject> ;
    foaf:name "Mei Ayakura"@en,
        "綾倉盟"@ja .

<artist/78499#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98288#performance> ;
    schema:name "AISHIRO"@en,
        "あいしろ"@ja ;
    foaf:name "AISHIRO"@en,
        "あいしろ"@ja .

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

<album/98288#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Logic of Alice"@en,
        "The Logic of Alice"@ja,
        "The Logic of Alice"@ja-latn ;
    mo:performance_of <album/98288#musicalwork> ;
    mo:performer <artist/16836#subject>,
        <artist/7301#subject>,
        <artist/78499#subject> ;
    mo:recorded_as <album/98288#musicalexpression> ;
    schema:byArtist <artist/16836#subject>,
        <artist/7301#subject>,
        <artist/78499#subject> ;
    schema:name "The Logic of Alice"@en,
        "The Logic of Alice"@ja,
        "The Logic of Alice"@ja-latn ;
    schema:workPerformed <album/98288#musicalwork> .

<album/98288#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-05-26"^^xsd:date ;
    dcterms:title "The Logic of Alice"@en,
        "The Logic of Alice"@ja,
        "The Logic of Alice"@ja-latn ;
    mo:catalogue_number "APLC-0004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/98288#musicalexpression> ;
    mo:publisher _:Nd04f16f1489342099b9cf66bbde37408 ;
    mo:record _:Ndea766076a8a4ec5970a66168345272b ;
    mo:record_count 1 ;
    mo:release <event/159> ;
    schema:about <product/18#subject>,
        <product/37#subject>,
        <product/51#subject> ;
    schema:byArtist <artist/16836#subject>,
        <artist/7301#subject>,
        <artist/78499#subject> ;
    schema:datePublished "2013-05-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/98288/98288-1587960508.png> ;
    schema:name "The Logic of Alice"@en,
        "The Logic of Alice"@ja,
        "The Logic of Alice"@ja-latn ;
    schema:publisher _:Nd04f16f1489342099b9cf66bbde37408 ;
    foaf:depiction <https://media.vgm.io/albums/88/98288/98288-1587960508.png> .

[] a schema:Person,
        foaf:Person ;
    schema:name "どろにさん"@en ;
    foaf:made <album/98288#subject> ;
    foaf:name "どろにさん"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "どろにさん"@en ;
    foaf:made <album/98288#lyrics> ;
    foaf:name "どろにさん"@en .

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

_:N0ab6da2f827f44c2a3d6093f5632c751 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fantasy Travel -Instrumental-"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:06"^^xsd:interval ;
    schema:inPlaylist _:Ndea766076a8a4ec5970a66168345272b ;
    schema:name "Fantasy Travel -Instrumental-"@ja .

_:N20c356b5a3d94374a1db7ef720d601ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Logic of Alice -Instrumental-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:Ndea766076a8a4ec5970a66168345272b ;
    schema:name "the Logic of Alice -Instrumental-"@ja .

_:N46bd809c816f4649bb9aceac406c3727 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fantasy Travel"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:06"^^xsd:interval ;
    schema:inPlaylist _:Ndea766076a8a4ec5970a66168345272b ;
    schema:name "Fantasy Travel"@ja .

_:N5eceacd696a44cdd8d710c3c86b22d37 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅魔ティータイム(C Dubstep Remix)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:Ndea766076a8a4ec5970a66168345272b ;
    schema:name "紅魔ティータイム(C Dubstep Remix)"@ja .

_:N707ff2a9567448b09224be25e5c9a3b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Logic of Alice"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:Ndea766076a8a4ec5970a66168345272b ;
    schema:name "the Logic of Alice"@ja .

_:N81b5058a405a478388809e76ae8550bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ATTACK ON THE WAY -Instrumental-"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:Ndea766076a8a4ec5970a66168345272b ;
    schema:name "ATTACK ON THE WAY -Instrumental-"@ja .

_:Nd04f16f1489342099b9cf66bbde37408 schema:name "Applice"@en ;
    foaf:name "Applice"@en .

_:Ne7bf0404c0b74890b4b726b286fcf36d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ATTACK ON THE WAY"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:Ndea766076a8a4ec5970a66168345272b ;
    schema:name "ATTACK ON THE WAY"@ja .

_:Ndea766076a8a4ec5970a66168345272b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N014972c44cbd488f96dc7735665b5229,
        _:N0ab6da2f827f44c2a3d6093f5632c751,
        _:N20c356b5a3d94374a1db7ef720d601ec,
        _:N46bd809c816f4649bb9aceac406c3727,
        _:N5eceacd696a44cdd8d710c3c86b22d37,
        _:N707ff2a9567448b09224be25e5c9a3b3,
        _:N81b5058a405a478388809e76ae8550bc,
        _:Ne7bf0404c0b74890b4b726b286fcf36d ;
    mo:track_count 8 ;
    schema:duration "PT34:25"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N014972c44cbd488f96dc7735665b5229,
        _:N0ab6da2f827f44c2a3d6093f5632c751,
        _:N20c356b5a3d94374a1db7ef720d601ec,
        _:N46bd809c816f4649bb9aceac406c3727,
        _:N5eceacd696a44cdd8d710c3c86b22d37,
        _:N707ff2a9567448b09224be25e5c9a3b3,
        _:N81b5058a405a478388809e76ae8550bc,
        _:Ne7bf0404c0b74890b4b726b286fcf36d .

