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

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

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

<artist/75064#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/153025#subject> ;
    schema:name "Alejandro Rebollo de Hoz"@en ;
    foaf:made <album/153025#composition>,
        <album/153025#subject> ;
    foaf:name "Alejandro Rebollo de Hoz"@en .

<album/153025#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Over a Sea of Clouds"@en,
        "Over a Sea of Clouds"@ja,
        "Over a Sea of Clouds"@ja-latn ;
    mo:composer <artist/75064#subject> ;
    mo:produced_work <album/153025#musicalwork> ;
    schema:name "Over a Sea of Clouds"@en,
        "Over a Sea of Clouds"@ja,
        "Over a Sea of Clouds"@ja-latn .

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

<album/153025#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Over a Sea of Clouds"@en,
        "Over a Sea of Clouds"@ja,
        "Over a Sea of Clouds"@ja-latn ;
    mo:performance_of <album/153025#musicalwork> ;
    mo:recorded_as <album/153025#musicalexpression> ;
    schema:name "Over a Sea of Clouds"@en,
        "Over a Sea of Clouds"@ja,
        "Over a Sea of Clouds"@ja-latn ;
    schema:workPerformed <album/153025#musicalwork> .

<https://media.vgm.io/albums/52/153025/153025-0bbe37c44ab9.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/153025#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/52/153025/153025-0bbe37c44ab9.png> ;
    foaf:depicts <album/153025#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/52/153025/153025-0bbe37c44ab9.png> .

<https://medium-media.vgm.io/albums/52/153025/153025-0bbe37c44ab9.png> a schema:ImageObject,
        foaf:Image .

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

<album/153025#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-06-05"^^xsd:date ;
    dcterms:title "Over a Sea of Clouds"@en,
        "Over a Sea of Clouds"@ja,
        "Over a Sea of Clouds"@ja-latn ;
    mo:catalogue_number "LR-2437430" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/153025#musicalexpression> ;
    mo:publisher _:Nef1614a32ae446bc987e32c85ff87e47 ;
    mo:record _:Nb2f7f6fca1c142cab89d7ba8e67a40d4 ;
    mo:record_count 1 ;
    schema:datePublished "2024-06-05"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/52/153025/153025-0bbe37c44ab9.png> ;
    schema:name "Over a Sea of Clouds"@en,
        "Over a Sea of Clouds"@ja,
        "Over a Sea of Clouds"@ja-latn ;
    schema:publisher _:Nef1614a32ae446bc987e32c85ff87e47 ;
    foaf:depiction <https://media.vgm.io/albums/52/153025/153025-0bbe37c44ab9.png> .

_:N4756e8dd488c484eb86a19b4cae575fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Over a Sea of Clouds"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nb2f7f6fca1c142cab89d7ba8e67a40d4 ;
    schema:name "Over a Sea of Clouds"@en .

_:Nb2f7f6fca1c142cab89d7ba8e67a40d4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4756e8dd488c484eb86a19b4cae575fd ;
    mo:track_count 1 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4756e8dd488c484eb86a19b4cae575fd .

_:Nef1614a32ae446bc987e32c85ff87e47 schema:name "Alejandro Rebollo de Hoz"@en,
        "Alejandro Rebollo de Hoz"@ja,
        "Alejandro Rebollo de Hoz"@ja-latn ;
    foaf:name "Alejandro Rebollo de Hoz"@en,
        "Alejandro Rebollo de Hoz"@ja,
        "Alejandro Rebollo de Hoz"@ja-latn .

