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

<album/140953#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Great Sea"@en,
        "大海原"@ja,
        "The Great Sea"@ja-latn ;
    mo:produced_work <album/140953#musicalwork> ;
    schema:name "The Great Sea"@en,
        "大海原"@ja,
        "The Great Sea"@ja-latn .

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

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

<product/490#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: The Wind Waker"@en,
        "ゼルダの伝説 風のタクト"@ja,
        "Zelda no Densetsu: Kaze no Takt"@ja-latn ;
    foaf:name "The Legend of Zelda: The Wind Waker"@en,
        "ゼルダの伝説 風のタクト"@ja,
        "Zelda no Densetsu: Kaze no Takt"@ja-latn .

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

<album/140953#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Great Sea"@en,
        "大海原"@ja,
        "The Great Sea"@ja-latn ;
    mo:performance_of <album/140953#musicalwork> ;
    mo:recorded_as <album/140953#musicalexpression> ;
    schema:name "The Great Sea"@en,
        "大海原"@ja,
        "The Great Sea"@ja-latn ;
    schema:workPerformed <album/140953#musicalwork> .

<https://media.vgm.io/albums/35/140953/140953-af1743e33afe.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/140953#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/35/140953/140953-af1743e33afe.jpg> ;
    foaf:depicts <album/140953#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/35/140953/140953-af1743e33afe.jpg> .

<https://medium-media.vgm.io/albums/35/140953/140953-af1743e33afe.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/140953#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-10-15"^^xsd:date ;
    dcterms:title "The Great Sea"@en,
        "大海原"@ja,
        "The Great Sea"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/140953#musicalexpression> ;
    mo:publisher _:N5e63a9db8c8a46f786553deaadf09ca4 ;
    mo:record _:Nb62a4d6ea5464ceca379cab6fe712e87 ;
    mo:record_count 1 ;
    schema:about <product/490#subject> ;
    schema:datePublished "2021-10-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/35/140953/140953-af1743e33afe.jpg> ;
    schema:name "The Great Sea"@en,
        "大海原"@ja,
        "The Great Sea"@ja-latn ;
    schema:publisher _:N5e63a9db8c8a46f786553deaadf09ca4 ;
    foaf:depiction <https://media.vgm.io/albums/35/140953/140953-af1743e33afe.jpg> .

_:N5e63a9db8c8a46f786553deaadf09ca4 schema:name "Marble Pawns"@en,
        "Marble Pawns"@ja,
        "Marble Pawns"@ja-latn ;
    foaf:name "Marble Pawns"@en,
        "Marble Pawns"@ja,
        "Marble Pawns"@ja-latn .

_:Nb62a4d6ea5464ceca379cab6fe712e87 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nc5ce325fc8c94b78bc1f3b41800037b3 ;
    mo:track_count 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nc5ce325fc8c94b78bc1f3b41800037b3 .

_:Nc5ce325fc8c94b78bc1f3b41800037b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Great Sea"@en,
        "大海原"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:Nb62a4d6ea5464ceca379cab6fe712e87 ;
    schema:name "The Great Sea"@en,
        "大海原"@ja .

