@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/17332> foaf:primaryTopic <album/17332#subject> .

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

<album/17332#vocals> a mo:Singer .

<artist/2361#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17332#subject> ;
    schema:name "Alabaster"@en ;
    foaf:made <album/17332#composition>,
        <album/17332#subject> ;
    foaf:name "Alabaster"@en .

<event/66> a mo:Release ;
    schema:name "Released at Comic Market 77 (Dec 29, 2009 to Dec 31, 2009)" .

<album/17332#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Shards of The Future"@en,
        "Shards of The Future"@ja,
        "Shards of The Future"@ja-latn ;
    mo:composer <artist/2361#subject> ;
    mo:produced_work <album/17332#musicalwork> ;
    schema:name "Shards of The Future"@en,
        "Shards of The Future"@ja,
        "Shards of The Future"@ja-latn .

<album/17332#musicalexpression> a mo:Signal ;
    mo:published_as <album/17332#subject> ;
    mo:records <album/17332#performance> .

<album/17332#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Shards of The Future"@en,
        "Shards of The Future"@ja,
        "Shards of The Future"@ja-latn ;
    mo:performance_of <album/17332#musicalwork> ;
    mo:recorded_as <album/17332#musicalexpression> ;
    schema:name "Shards of The Future"@en,
        "Shards of The Future"@ja,
        "Shards of The Future"@ja-latn ;
    schema:workPerformed <album/17332#musicalwork> .

<org/428#subject> schema:name "Monochrome & Colored Rec."@en,
        "Monochrome & Colored Rec."@ja,
        "Monochrome & Colored Rec."@ja-latn ;
    foaf:name "Monochrome & Colored Rec."@en,
        "Monochrome & Colored Rec."@ja,
        "Monochrome & Colored Rec."@ja-latn .

<https://media.vgm.io/albums/23/17332/17332-1276900175.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/17332#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/23/17332/17332-1276900175.jpg> ;
    foaf:depicts <album/17332#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/23/17332/17332-1276900175.jpg> .

<https://medium-media.vgm.io/albums/23/17332/17332-1276900175.jpg> a schema:ImageObject,
        foaf:Image .

<album/17332#musicalwork> a mo:MusicalWork,
        schema:CreativeWork ;
    mo:composed_in <album/17332#composition> ;
    mo:lyrics <album/17332#lyrics> ;
    mo:performed_in <album/17332#performance> ;
    mo:singer <album/17332#vocals> .

<album/17332#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-30"^^xsd:date ;
    dcterms:title "Shards of The Future"@en,
        "Shards of The Future"@ja,
        "Shards of The Future"@ja-latn ;
    mo:catalogue_number "MCRS003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/17332#musicalexpression> ;
    mo:publisher <org/428#subject> ;
    mo:record _:N4f1d109a018e4b44a40038c3c815fbd3 ;
    mo:record_count 1 ;
    mo:release <event/66> ;
    schema:datePublished "2009-12-30"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/23/17332/17332-1276900175.jpg> ;
    schema:name "Shards of The Future"@en,
        "Shards of The Future"@ja,
        "Shards of The Future"@ja-latn ;
    schema:publisher <org/428#subject> ;
    foaf:depiction <https://media.vgm.io/albums/23/17332/17332-1276900175.jpg> .

_:N981678772bf54cbda78806ddf0ccf6e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prototype Machine"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N4f1d109a018e4b44a40038c3c815fbd3 ;
    schema:name "Prototype Machine"@en .

_:Ne3cedb933b1641b4bf50e819c4cbe775 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shards of The Future"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:32"^^xsd:interval ;
    schema:inPlaylist _:N4f1d109a018e4b44a40038c3c815fbd3 ;
    schema:name "Shards of The Future"@en .

_:N4f1d109a018e4b44a40038c3c815fbd3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N981678772bf54cbda78806ddf0ccf6e6,
        _:Ne3cedb933b1641b4bf50e819c4cbe775 ;
    mo:track_count 2 ;
    schema:duration "PT11:16"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N981678772bf54cbda78806ddf0ccf6e6,
        _:Ne3cedb933b1641b4bf50e819c4cbe775 .

