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

<album/130664#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Adrifting On The Celestial Sea"@en,
        "Adrifting On The Celestial Sea"@ja,
        "Adrifting On The Celestial Sea"@ja-latn ;
    mo:produced_work <album/130664#musicalwork> ;
    schema:name "Adrifting On The Celestial Sea"@en,
        "Adrifting On The Celestial Sea"@ja,
        "Adrifting On The Celestial Sea"@ja-latn .

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

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

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

<album/130664#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Adrifting On The Celestial Sea"@en,
        "Adrifting On The Celestial Sea"@ja,
        "Adrifting On The Celestial Sea"@ja-latn ;
    mo:performance_of <album/130664#musicalwork> ;
    mo:recorded_as <album/130664#musicalexpression> ;
    schema:name "Adrifting On The Celestial Sea"@en,
        "Adrifting On The Celestial Sea"@ja,
        "Adrifting On The Celestial Sea"@ja-latn ;
    schema:workPerformed <album/130664#musicalwork> .

<https://media.vgm.io/albums/46/130664/130664-148585fa1715.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/130664#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/46/130664/130664-148585fa1715.png> ;
    foaf:depicts <album/130664#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/46/130664/130664-148585fa1715.png> .

<https://medium-media.vgm.io/albums/46/130664/130664-148585fa1715.png> a schema:ImageObject,
        foaf:Image .

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

<album/130664#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-05-15"^^xsd:date ;
    dcterms:title "Adrifting On The Celestial Sea"@en,
        "Adrifting On The Celestial Sea"@ja,
        "Adrifting On The Celestial Sea"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/130664#musicalexpression> ;
    mo:publisher _:N4ad9114e2b9c4e29a4ffc2513a3b0497 ;
    mo:record _:N275ad6245a1e467aa9fcb8402fb8cb71 ;
    mo:record_count 1 ;
    schema:datePublished "2021-05-15"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/46/130664/130664-148585fa1715.png> ;
    schema:name "Adrifting On The Celestial Sea"@en,
        "Adrifting On The Celestial Sea"@ja,
        "Adrifting On The Celestial Sea"@ja-latn ;
    schema:publisher _:N4ad9114e2b9c4e29a4ffc2513a3b0497 ;
    foaf:depiction <https://media.vgm.io/albums/46/130664/130664-148585fa1715.png> .

_:N275ad6245a1e467aa9fcb8402fb8cb71 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nae0fce58afaa4c77a0df5bf123394fc5 ;
    mo:track_count 1 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nae0fce58afaa4c77a0df5bf123394fc5 .

_:N4ad9114e2b9c4e29a4ffc2513a3b0497 schema:name "factal"@en,
        "factal"@ja,
        "factal"@ja-latn ;
    foaf:name "factal"@en,
        "factal"@ja,
        "factal"@ja-latn .

_:Nae0fce58afaa4c77a0df5bf123394fc5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Adrifting On The Celestial Sea"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N275ad6245a1e467aa9fcb8402fb8cb71 ;
    schema:name "Adrifting On The Celestial Sea"@en .

