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

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

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

<event/147#subject> a mo:ReleaseEvent,
        schema:MusicEvent ;
    event:time <event/147#release_event> ;
    mo:release <album/32104#subject> ;
    schema:endDate "2012-01-08"^^xsd:date ;
    schema:startDate "2012-01-05"^^xsd:date .

<album/32104#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-01-05"^^xsd:date ;
    dcterms:title "Contra"@en,
        "Contra"@ja,
        "Contra"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:publisher _:N61d252e5fb3440cab4b7a9d0f921d8d5 ;
    schema:datePublished "2012-01-05"^^xsd:date ;
    schema:name "Contra"@en,
        "Contra"@ja,
        "Contra"@ja-latn ;
    schema:publisher _:N61d252e5fb3440cab4b7a9d0f921d8d5 .

<event/147#release_event> a tl:Interval ;
    tl:end "2012-01-08"^^xsd:date ;
    tl:start "2012-01-05"^^xsd:date .

[] a mo:Singer .

_:N61d252e5fb3440cab4b7a9d0f921d8d5 a schema:Organization,
        foaf:Organization ;
    schema:name "Hello Sir Records"@en ;
    foaf:name "Hello Sir Records"@en .

