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

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

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

<product/18308#subject> a schema:CreativeWork ;
    schema:name "Fluid"@en,
        "DEPTH"@ja,
        "Fluid"@ja-latn ;
    foaf:name "Fluid"@en,
        "DEPTH"@ja,
        "Fluid"@ja-latn .

<album/12086#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Fluid: Dolphinus Solarus"@en,
        "Fluid: Dolphinus Solarus"@ja,
        "Fluid: Dolphinus Solarus"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Roger Sanchez"@en ;
            foaf:made <album/12086#composition> ;
            foaf:name "Roger Sanchez"@en ] ;
    mo:produced_work <album/12086#musicalwork> ;
    schema:name "Fluid: Dolphinus Solarus"@en,
        "Fluid: Dolphinus Solarus"@ja,
        "Fluid: Dolphinus Solarus"@ja-latn .

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

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

<https://media.vgm.io/albums/68/12086/12086-81ffe1ca96d0.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/12086#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/68/12086/12086-81ffe1ca96d0.jpg> ;
    foaf:depicts <album/12086#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/68/12086/12086-81ffe1ca96d0.jpg> .

<https://medium-media.vgm.io/albums/68/12086/12086-81ffe1ca96d0.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/12086#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1998-08-01"^^xsd:date ;
    dcterms:title "Fluid: Dolphinus Solarus"@en,
        "Fluid: Dolphinus Solarus"@ja,
        "Fluid: Dolphinus Solarus"@ja-latn ;
    mo:catalogue_number "FLUID0898" ;
    mo:media_type "CD" ;
    mo:publication_of <album/12086#musicalexpression> ;
    mo:publisher _:Nab570472f3a643139e3948edceb0b481 ;
    mo:record _:Na60c185a176e4ee5b743bb9a978b2dcc ;
    mo:record_count 1 ;
    schema:about <product/18308#subject> ;
    schema:datePublished "1998-08-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/68/12086/12086-81ffe1ca96d0.jpg> ;
    schema:name "Fluid: Dolphinus Solarus"@en,
        "Fluid: Dolphinus Solarus"@ja,
        "Fluid: Dolphinus Solarus"@ja-latn ;
    schema:publisher _:Nab570472f3a643139e3948edceb0b481 ;
    foaf:depiction <https://media.vgm.io/albums/68/12086/12086-81ffe1ca96d0.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/12086#subject> ;
    schema:name "Roger Sanchez"@en ;
    foaf:made <album/12086#subject> ;
    foaf:name "Roger Sanchez"@en .

_:N551535417f87454b83ac9781d27dc990 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dolphinus Solarus"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:03"^^xsd:interval ;
    schema:inPlaylist _:Na60c185a176e4ee5b743bb9a978b2dcc ;
    schema:name "Dolphinus Solarus"@en .

_:Na60c185a176e4ee5b743bb9a978b2dcc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N551535417f87454b83ac9781d27dc990 ;
    mo:track_count 1 ;
    schema:duration "PT6:03"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N551535417f87454b83ac9781d27dc990 .

_:Nab570472f3a643139e3948edceb0b481 schema:name "N/A"@en ;
    foaf:name "N/A"@en .

