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

<album/7912#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "No Title"@en,
        "No Title"@ja,
        "No Title"@ja-latn ;
    mo:produced_work <album/7912#musicalwork> ;
    schema:name "No Title"@en,
        "No Title"@ja,
        "No Title"@ja-latn .

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

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

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

<album/7912#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "No Title"@en,
        "No Title"@ja,
        "No Title"@ja-latn ;
    mo:performance_of <album/7912#musicalwork> ;
    mo:recorded_as <album/7912#musicalexpression> ;
    schema:name "No Title"@en,
        "No Title"@ja,
        "No Title"@ja-latn ;
    schema:workPerformed <album/7912#musicalwork> .

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

<album/7912#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-01-01"^^xsd:date ;
    dcterms:title "No Title"@en,
        "No Title"@ja,
        "No Title"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/7912#musicalexpression> ;
    mo:publisher _:N5cfa8bbc7a934e14b65e399500d89ee0 ;
    mo:record _:N69617eaffc87443b88ee25321384ce4b ;
    mo:record_count 1 ;
    schema:datePublished "2008-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "No Title"@en,
        "No Title"@ja,
        "No Title"@ja-latn ;
    schema:publisher _:N5cfa8bbc7a934e14b65e399500d89ee0 ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/7912#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/7912#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N459f828f4f5f4a38b7c7069ac877184d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summer Wind Refrain"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N69617eaffc87443b88ee25321384ce4b ;
    schema:name "Summer Wind Refrain"@ja .

_:N468f4a57ade4415ba9f2ded83c5cab30 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ryptika -the Next Generation-（仮）"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N69617eaffc87443b88ee25321384ce4b ;
    schema:name "Ryptika -the Next Generation-（仮）"@ja .

_:N5cfa8bbc7a934e14b65e399500d89ee0 schema:name "WAVE"@en ;
    foaf:name "WAVE"@en .

_:Ncc5e80e2702b4c3598196c5b000dbdeb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "OrchestraSounds cross-fade from \"WAVE\""@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N69617eaffc87443b88ee25321384ce4b ;
    schema:name "OrchestraSounds cross-fade from \"WAVE\""@ja .

_:N69617eaffc87443b88ee25321384ce4b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N459f828f4f5f4a38b7c7069ac877184d,
        _:N468f4a57ade4415ba9f2ded83c5cab30,
        _:Ncc5e80e2702b4c3598196c5b000dbdeb ;
    mo:track_count 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N459f828f4f5f4a38b7c7069ac877184d,
        _:N468f4a57ade4415ba9f2ded83c5cab30,
        _:Ncc5e80e2702b4c3598196c5b000dbdeb .

