@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/25744#composition> a mo:Composition ;
    dcterms:title "nonstop techNOVAbble"@en,
        "nonstop techNOVAbble"@ja,
        "nonstop techNOVAbble"@ja-latn ;
    schema:name "nonstop techNOVAbble"@en,
        "nonstop techNOVAbble"@ja,
        "nonstop techNOVAbble"@ja-latn .

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

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

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

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

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

<event/117#subject> a mo:ReleaseEvent,
        schema:MusicEvent ;
    event:time <event/117#release_event> ;
    mo:release <album/25744#subject>,
        <album/29298#subject> ;
    schema:endDate "2010-02-14"^^xsd:date ;
    schema:startDate "2010-02-14"^^xsd:date .

<album/25744#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-02-14"^^xsd:date ;
    dcterms:title "nonstop techNOVAbble"@en,
        "nonstop techNOVAbble"@ja,
        "nonstop techNOVAbble"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:publisher <org/744#subject> ;
    schema:datePublished "2010-02-14"^^xsd:date ;
    schema:name "nonstop techNOVAbble"@en,
        "nonstop techNOVAbble"@ja,
        "nonstop techNOVAbble"@ja-latn ;
    schema:publisher <org/744#subject> .

<album/29298#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-02-14"^^xsd:date ;
    dcterms:title "XTRSH"@en,
        "XTRSH"@ja,
        "XTRSH"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:publisher _:N13a23d9609424bb4b0e56c339e3612ad ;
    schema:datePublished "2010-02-14"^^xsd:date ;
    schema:name "XTRSH"@en,
        "XTRSH"@ja,
        "XTRSH"@ja-latn ;
    schema:publisher _:N13a23d9609424bb4b0e56c339e3612ad .

<event/117#release_event> a tl:Interval ;
    tl:end "2010-02-14"^^xsd:date ;
    tl:start "2010-02-14"^^xsd:date .

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

[] a mo:Singer .

[] a mo:Singer .

_:N13a23d9609424bb4b0e56c339e3612ad a schema:Organization,
        foaf:Organization ;
    schema:name "SharpEight"@en ;
    foaf:name "SharpEight"@en .

