@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/25822#composition> a mo:Composition ;
    dcterms:title "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@en,
        "それは闇雲に玩ばれる操り人形の如く"@ja,
        "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@ja-latn ;
    schema:name "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@en,
        "それは闇雲に玩ばれる操り人形の如く"@ja,
        "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@ja-latn .

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

<album/25822#performance> a mo:Performance ;
    dcterms:title "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@en,
        "それは闇雲に玩ばれる操り人形の如く"@ja,
        "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@ja-latn ;
    schema:name "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@en,
        "それは闇雲に玩ばれる操り人形の如く"@ja,
        "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@ja-latn .

<album/6939#composition> a mo:Composition ;
    dcterms:title "PRISMA"@en,
        "PRISMA"@ja,
        "PRISMA"@ja-latn ;
    schema:name "PRISMA"@en,
        "PRISMA"@ja,
        "PRISMA"@ja-latn .

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

<album/6939#performance> a mo:Performance ;
    dcterms:title "PRISMA"@en,
        "PRISMA"@ja,
        "PRISMA"@ja-latn ;
    schema:name "PRISMA"@en,
        "PRISMA"@ja,
        "PRISMA"@ja-latn .

<event/123#subject> a mo:ReleaseEvent,
        schema:MusicEvent ;
    event:time <event/123#release_event> ;
    mo:release <album/25822#subject>,
        <album/6939#subject> ;
    schema:endDate "2007-03-21"^^xsd:date ;
    schema:startDate "2007-03-21"^^xsd:date .

<album/25822#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-03-21"^^xsd:date ;
    dcterms:title "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@en,
        "それは闇雲に玩ばれる操り人形の如く"@ja,
        "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@ja-latn ;
    mo:catalogue_number "ASHI-1003" ;
    mo:publisher <org/595#subject> ;
    schema:datePublished "2007-03-21"^^xsd:date ;
    schema:name "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@en,
        "それは闇雲に玩ばれる操り人形の如く"@ja,
        "Sore wa Yamikumo ni Moteasobareru Ayatsuri Ningyou no Gotoku"@ja-latn ;
    schema:publisher <org/595#subject> .

<album/6939#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-03-21"^^xsd:date ;
    dcterms:title "PRISMA"@en,
        "PRISMA"@ja,
        "PRISMA"@ja-latn ;
    mo:catalogue_number "CK-0004P" ;
    mo:publisher <org/211#subject> ;
    schema:datePublished "2007-03-21"^^xsd:date ;
    schema:name "PRISMA"@en,
        "PRISMA"@ja,
        "PRISMA"@ja-latn ;
    schema:publisher <org/211#subject> .

<event/123#release_event> a tl:Interval ;
    tl:end "2007-03-21"^^xsd:date ;
    tl:start "2007-03-21"^^xsd:date .

<org/211#subject> a schema:Organization,
        foaf:Organization ;
    schema:name "CYTOKINE"@en,
        "CYTOKINE"@ja ;
    foaf:name "CYTOKINE"@en,
        "CYTOKINE"@ja .

<org/595#subject> a schema:Organization,
        foaf:Organization ;
    schema:name "As/Hi"@en,
        "As/Hi"@ja ;
    foaf:name "As/Hi"@en,
        "As/Hi"@ja .

[] a mo:Singer .

[] a mo:Singer .

