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

<album/126443#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "C90 Double Universe Special Disc"@en,
        "C90 Double Universe Special Disc"@ja,
        "C90 Double Universe Special Disc"@ja-latn ;
    mo:produced_work <album/126443#musicalwork> ;
    schema:name "C90 Double Universe Special Disc"@en,
        "C90 Double Universe Special Disc"@ja,
        "C90 Double Universe Special Disc"@ja-latn .

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

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

<event/188> a mo:Release ;
    schema:name "Released at Comic Market 90 (Aug 12, 2016 to Aug 14, 2016)" .

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

<album/126443#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "C90 Double Universe Special Disc"@en,
        "C90 Double Universe Special Disc"@ja,
        "C90 Double Universe Special Disc"@ja-latn ;
    mo:performance_of <album/126443#musicalwork> ;
    mo:recorded_as <album/126443#musicalexpression> ;
    schema:name "C90 Double Universe Special Disc"@en,
        "C90 Double Universe Special Disc"@ja,
        "C90 Double Universe Special Disc"@ja-latn ;
    schema:workPerformed <album/126443#musicalwork> .

<org/456#subject> schema:name "pichnopop"@en,
        "pichnopop"@ja,
        "pichnopop"@ja-latn ;
    foaf:name "pichnopop"@en,
        "pichnopop"@ja,
        "pichnopop"@ja-latn .

<https://media.vgm.io/albums/34/126443/126443-7ff5b9a68b48.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/126443#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/34/126443/126443-7ff5b9a68b48.jpg> ;
    foaf:depicts <album/126443#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/34/126443/126443-7ff5b9a68b48.jpg> .

<https://medium-media.vgm.io/albums/34/126443/126443-7ff5b9a68b48.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/126443#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-08-14"^^xsd:date ;
    dcterms:title "C90 Double Universe Special Disc"@en,
        "C90 Double Universe Special Disc"@ja,
        "C90 Double Universe Special Disc"@ja-latn ;
    mo:catalogue_number "DUSP-001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/126443#musicalexpression> ;
    mo:publisher <org/456#subject> ;
    mo:record _:Ndf92aac4d4ac4f7f9e44c2edb09de95f ;
    mo:record_count 1 ;
    mo:release <event/188> ;
    schema:datePublished "2016-08-14"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/34/126443/126443-7ff5b9a68b48.jpg> ;
    schema:name "C90 Double Universe Special Disc"@en,
        "C90 Double Universe Special Disc"@ja,
        "C90 Double Universe Special Disc"@ja-latn ;
    schema:publisher <org/456#subject> ;
    foaf:depiction <https://media.vgm.io/albums/34/126443/126443-7ff5b9a68b48.jpg> .

_:N644b401704c446518afd8f76dbdfd23b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Feelin' You (BlackY Remix)"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndf92aac4d4ac4f7f9e44c2edb09de95f ;
    schema:name "Feelin' You (BlackY Remix)"@en .

_:N68a12051b36545368da19016c75b68fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Liquid & Moon Gov. (Yooh Remix)"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndf92aac4d4ac4f7f9e44c2edb09de95f ;
    schema:name "Liquid & Moon Gov. (Yooh Remix)"@en .

_:Ndf92aac4d4ac4f7f9e44c2edb09de95f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N644b401704c446518afd8f76dbdfd23b,
        _:N68a12051b36545368da19016c75b68fe ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N644b401704c446518afd8f76dbdfd23b,
        _:N68a12051b36545368da19016c75b68fe .

