@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/145301#composition> a mo:Composition ;
    dcterms:title "evolution Music Collection"@en,
        "evolution Music Collection"@ja,
        "evolution Music Collection"@ja-latn ;
    schema:name "evolution Music Collection"@en,
        "evolution Music Collection"@ja,
        "evolution Music Collection"@ja-latn .

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

<album/145301#performance> a mo:Performance ;
    dcterms:title "evolution Music Collection"@en,
        "evolution Music Collection"@ja,
        "evolution Music Collection"@ja-latn ;
    schema:name "evolution Music Collection"@en,
        "evolution Music Collection"@ja,
        "evolution Music Collection"@ja-latn .

<album/3984#composition> a mo:Composition ;
    dcterms:title "Alive renewal Original Theme Song \"ALIVE\""@en,
        "Alive renewal Original Theme Song \"ALIVE\""@ja,
        "Alive renewal Original Theme Song \"ALIVE\""@ja-latn ;
    schema:name "Alive renewal Original Theme Song \"ALIVE\""@en,
        "Alive renewal Original Theme Song \"ALIVE\""@ja,
        "Alive renewal Original Theme Song \"ALIVE\""@ja-latn .

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

<album/3984#performance> a mo:Performance ;
    dcterms:title "Alive renewal Original Theme Song \"ALIVE\""@en,
        "Alive renewal Original Theme Song \"ALIVE\""@ja,
        "Alive renewal Original Theme Song \"ALIVE\""@ja-latn ;
    schema:name "Alive renewal Original Theme Song \"ALIVE\""@en,
        "Alive renewal Original Theme Song \"ALIVE\""@ja,
        "Alive renewal Original Theme Song \"ALIVE\""@ja-latn .

<event/321#subject> a mo:ReleaseEvent,
        schema:MusicEvent ;
    event:time <event/321#release_event> ;
    mo:release <album/145301#subject>,
        <album/3984#subject> ;
    schema:endDate "2001-04-28"^^xsd:date ;
    schema:startDate "2001-04-28"^^xsd:date .

<album/145301#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-04-28"^^xsd:date ;
    dcterms:title "evolution Music Collection"@en,
        "evolution Music Collection"@ja,
        "evolution Music Collection"@ja-latn ;
    mo:catalogue_number "EVO-7015" ;
    schema:datePublished "2001-04-28"^^xsd:date ;
    schema:name "evolution Music Collection"@en,
        "evolution Music Collection"@ja,
        "evolution Music Collection"@ja-latn .

<album/3984#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-04-28"^^xsd:date ;
    dcterms:title "Alive renewal Original Theme Song \"ALIVE\""@en,
        "Alive renewal Original Theme Song \"ALIVE\""@ja,
        "Alive renewal Original Theme Song \"ALIVE\""@ja-latn ;
    mo:catalogue_number "WIC-7043" ;
    mo:publisher <org/2145#subject> ;
    schema:datePublished "2001-04-28"^^xsd:date ;
    schema:name "Alive renewal Original Theme Song \"ALIVE\""@en,
        "Alive renewal Original Theme Song \"ALIVE\""@ja,
        "Alive renewal Original Theme Song \"ALIVE\""@ja-latn ;
    schema:publisher <org/2145#subject> .

<event/321#release_event> a tl:Interval ;
    tl:end "2001-04-28"^^xsd:date ;
    tl:start "2001-04-28"^^xsd:date .

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

[] a mo:Singer .

[] a mo:Singer .

