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

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

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

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

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

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

<event/343#subject> a mo:ReleaseEvent,
        schema:MusicEvent ;
    event:time <event/343#release_event> ;
    mo:release <album/155635#subject>,
        <album/22279#subject> ;
    schema:endDate "2001-02-12"^^xsd:date ;
    schema:startDate "2001-02-12"^^xsd:date .

<album/155635#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-02-12"^^xsd:date ;
    dcterms:title "Teardrop"@en,
        "Teardrop"@ja,
        "Teardrop"@ja-latn ;
    mo:catalogue_number "HTCD-1004" ;
    mo:publisher <org/4991#subject> ;
    schema:datePublished "2001-02-12"^^xsd:date ;
    schema:name "Teardrop"@en,
        "Teardrop"@ja,
        "Teardrop"@ja-latn ;
    schema:publisher <org/4991#subject> .

<album/22279#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-02-12"^^xsd:date ;
    dcterms:title "BPM130OVER"@en,
        "BPM130OVER"@ja,
        "BPM130OVER"@ja-latn ;
    mo:catalogue_number "LMCD-0001" ;
    mo:publisher <org/157#subject> ;
    schema:datePublished "2001-02-12"^^xsd:date ;
    schema:name "BPM130OVER"@en,
        "BPM130OVER"@ja,
        "BPM130OVER"@ja-latn ;
    schema:publisher <org/157#subject> .

<event/343#release_event> a tl:Interval ;
    tl:end "2001-02-12"^^xsd:date ;
    tl:start "2001-02-12"^^xsd:date .

<org/157#subject> a schema:Organization,
        foaf:Organization ;
    schema:name "Love Machine"@en,
        "LOVEマシーン"@ja ;
    foaf:name "Love Machine"@en,
        "LOVEマシーン"@ja .

<org/4991#subject> a schema:Organization,
        foaf:Organization ;
    schema:name "Hatsuonkan"@en,
        "初音館"@ja ;
    foaf:name "Hatsuonkan"@en,
        "初音館"@ja .

[] a mo:Singer .

[] a mo:Singer .

