@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/15109#composition> a mo:Composition ;
    dcterms:title "U-Key Mix III"@en,
        "U-Key Mix III"@ja,
        "U-Key Mix III"@ja-latn ;
    schema:name "U-Key Mix III"@en,
        "U-Key Mix III"@ja,
        "U-Key Mix III"@ja-latn .

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

<album/15109#performance> a mo:Performance ;
    dcterms:title "U-Key Mix III"@en,
        "U-Key Mix III"@ja,
        "U-Key Mix III"@ja-latn ;
    schema:name "U-Key Mix III"@en,
        "U-Key Mix III"@ja,
        "U-Key Mix III"@ja-latn .

<event/57#subject> a mo:ReleaseEvent,
        schema:MusicEvent ;
    event:time <event/57#release_event> ;
    mo:release <album/15109#subject> ;
    schema:endDate "2003-09-07"^^xsd:date ;
    schema:startDate "2003-09-07"^^xsd:date .

<album/15109#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-09-07"^^xsd:date ;
    dcterms:title "U-Key Mix III"@en,
        "U-Key Mix III"@ja,
        "U-Key Mix III"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:publisher <org/363#subject> ;
    schema:datePublished "2003-09-07"^^xsd:date ;
    schema:name "U-Key Mix III"@en,
        "U-Key Mix III"@ja,
        "U-Key Mix III"@ja-latn ;
    schema:publisher <org/363#subject> .

<event/57#release_event> a tl:Interval ;
    tl:end "2003-09-07"^^xsd:date ;
    tl:start "2003-09-07"^^xsd:date .

<org/363#subject> a schema:Organization,
        foaf:Organization ;
    schema:name "U-KeyStar"@en,
        "U-Key☆ミ"@ja ;
    foaf:name "U-KeyStar"@en,
        "U-Key☆ミ"@ja .

[] a mo:Singer .

