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

<artist/6794#subject> a schema:Person,
        foaf:Person ;
    schema:name "Sayaka Yamazaki"@en,
        "やまざきさやか"@ja ;
    foaf:made <album/11629#lyrics>,
        <album/11629#subject> ;
    foaf:name "Sayaka Yamazaki"@en,
        "やまざきさやか"@ja .

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

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

<artist/2660#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11629#subject> ;
    schema:name "Kai Gojou"@en,
        "五条下位"@ja ;
    foaf:made <album/11629#composition>,
        <album/11629#subject> ;
    foaf:name "Kai Gojou"@en,
        "五条下位"@ja .

<event/35> a mo:Release ;
    schema:name "Released at Comic Market 75 (Dec 28, 2008 to Dec 30, 2008)" .

<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/11629#musicalexpression> a mo:Signal ;
    mo:published_as <album/11629#subject> ;
    mo:records <album/11629#performance> .

<org/276#subject> schema:name "SYNC.ART'S"@en,
        "SYNC.ART'S"@ja,
        "SYNC.ART'S"@ja-latn ;
    foaf:name "SYNC.ART'S"@en,
        "SYNC.ART'S"@ja,
        "SYNC.ART'S"@ja-latn .

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

<https://medium-media.vgm.io/albums/92/11629/11629-1231407265.jpg> a schema:ImageObject,
        foaf:Image .

<album/11629#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ALTERNATIVE 200812"@en,
        "ALTERNATIVE 200812"@ja,
        "ALTERNATIVE 200812"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/2660#subject> ;
    mo:produced_work <album/11629#musicalwork> ;
    schema:name "ALTERNATIVE 200812"@en,
        "ALTERNATIVE 200812"@ja,
        "ALTERNATIVE 200812"@ja-latn .

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

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

<artist/1986#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11629#performance> ;
    schema:name "Misato"@en,
        "美里"@ja ;
    foaf:made <album/11629#lyrics>,
        <album/11629#subject> ;
    foaf:name "Misato"@en,
        "美里"@ja .

<artist/2471#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11629#performance> ;
    schema:name "Luca"@en,
        "流歌"@ja ;
    foaf:name "Luca"@en,
        "流歌"@ja .

<artist/5519#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11629#performance> ;
    schema:name "Nachi Sakaue"@en,
        "坂上なち"@ja ;
    foaf:name "Nachi Sakaue"@en,
        "坂上なち"@ja .

<artist/5523#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11629#performance> ;
    schema:name "BB"@en ;
    foaf:name "BB"@en .

<album/11629#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ALTERNATIVE 200812"@en,
        "ALTERNATIVE 200812"@ja,
        "ALTERNATIVE 200812"@ja-latn ;
    mo:performance_of <album/11629#musicalwork> ;
    mo:performer <artist/1986#subject>,
        <artist/2471#subject>,
        <artist/5519#subject>,
        <artist/5523#subject> ;
    mo:recorded_as <album/11629#musicalexpression> ;
    schema:byArtist <artist/1986#subject>,
        <artist/2471#subject>,
        <artist/5519#subject>,
        <artist/5523#subject> ;
    schema:name "ALTERNATIVE 200812"@en,
        "ALTERNATIVE 200812"@ja,
        "ALTERNATIVE 200812"@ja-latn ;
    schema:workPerformed <album/11629#musicalwork> .

<album/11629#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-12-29"^^xsd:date ;
    dcterms:title "ALTERNATIVE 200812"@en,
        "ALTERNATIVE 200812"@ja,
        "ALTERNATIVE 200812"@ja-latn ;
    mo:catalogue_number "SACD-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11629#musicalexpression> ;
    mo:publisher <org/276#subject> ;
    mo:record _:Ndcb575e6a8934c3b96e9ef8406f2ef9e ;
    mo:record_count 1 ;
    mo:release <event/35> ;
    schema:about <product/37#subject> ;
    schema:byArtist <artist/1986#subject>,
        <artist/2471#subject>,
        <artist/5519#subject>,
        <artist/5523#subject> ;
    schema:datePublished "2008-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/92/11629/11629-1231407265.jpg> ;
    schema:name "ALTERNATIVE 200812"@en,
        "ALTERNATIVE 200812"@ja,
        "ALTERNATIVE 200812"@ja-latn ;
    schema:publisher <org/276#subject> ;
    foaf:depiction <https://media.vgm.io/albums/92/11629/11629-1231407265.jpg> .

_:N3f533aa4cc6b48768eccd0f1da25c65d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "See you Doll"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:Ndcb575e6a8934c3b96e9ef8406f2ef9e ;
    schema:name "See you Doll"@en .

_:Nf5ed1bc139184db3a946a40143493c35 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Green Grass Garden"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Ndcb575e6a8934c3b96e9ef8406f2ef9e ;
    schema:name "Green Grass Garden"@en .

_:Ndcb575e6a8934c3b96e9ef8406f2ef9e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3f533aa4cc6b48768eccd0f1da25c65d,
        _:Nf5ed1bc139184db3a946a40143493c35 ;
    mo:track_count 2 ;
    schema:duration "PT8:11"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N3f533aa4cc6b48768eccd0f1da25c65d,
        _:Nf5ed1bc139184db3a946a40143493c35 .

