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

<album/133402#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Legend of Dragoon - Dart's Theme"@en,
        "The Legend of Dragoon - Dart's Theme"@ja,
        "The Legend of Dragoon - Dart's Theme"@ja-latn ;
    mo:produced_work <album/133402#musicalwork> ;
    schema:name "The Legend of Dragoon - Dart's Theme"@en,
        "The Legend of Dragoon - Dart's Theme"@ja,
        "The Legend of Dragoon - Dart's Theme"@ja-latn .

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

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

<product/6819#subject> a schema:CreativeWork ;
    schema:name "The Legend of Dragoon"@en,
        "レジェンド オブ ドラグーン"@ja,
        "The Legend of Dragoon"@ja-latn ;
    foaf:name "The Legend of Dragoon"@en,
        "レジェンド オブ ドラグーン"@ja,
        "The Legend of Dragoon"@ja-latn .

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

<album/133402#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Legend of Dragoon - Dart's Theme"@en,
        "The Legend of Dragoon - Dart's Theme"@ja,
        "The Legend of Dragoon - Dart's Theme"@ja-latn ;
    mo:performance_of <album/133402#musicalwork> ;
    mo:recorded_as <album/133402#musicalexpression> ;
    schema:name "The Legend of Dragoon - Dart's Theme"@en,
        "The Legend of Dragoon - Dart's Theme"@ja,
        "The Legend of Dragoon - Dart's Theme"@ja-latn ;
    schema:workPerformed <album/133402#musicalwork> .

<https://media.vgm.io/albums/20/133402/133402-506a50f15c20.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/133402#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/20/133402/133402-506a50f15c20.jpg> ;
    foaf:depicts <album/133402#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/20/133402/133402-506a50f15c20.jpg> .

<https://medium-media.vgm.io/albums/20/133402/133402-506a50f15c20.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/133402#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-07-25"^^xsd:date ;
    dcterms:title "The Legend of Dragoon - Dart's Theme"@en,
        "The Legend of Dragoon - Dart's Theme"@ja,
        "The Legend of Dragoon - Dart's Theme"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/133402#musicalexpression> ;
    mo:publisher _:N70721508dcae4ea5bb7776459301d1fd ;
    mo:record _:N0c15c261f4de4a8087d4102d182feb11 ;
    mo:record_count 1 ;
    schema:about <product/6819#subject> ;
    schema:datePublished "2023-07-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/20/133402/133402-506a50f15c20.jpg> ;
    schema:name "The Legend of Dragoon - Dart's Theme"@en,
        "The Legend of Dragoon - Dart's Theme"@ja,
        "The Legend of Dragoon - Dart's Theme"@ja-latn ;
    schema:publisher _:N70721508dcae4ea5bb7776459301d1fd ;
    foaf:depiction <https://media.vgm.io/albums/20/133402/133402-506a50f15c20.jpg> .

_:N0c15c261f4de4a8087d4102d182feb11 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7fb6021ccca8448c8e744f94e13bc062 ;
    mo:track_count 1 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N7fb6021ccca8448c8e744f94e13bc062 .

_:N70721508dcae4ea5bb7776459301d1fd schema:name "GuitarWanker90"@en,
        "GuitarWanker90"@ja,
        "GuitarWanker90"@ja-latn ;
    foaf:name "GuitarWanker90"@en,
        "GuitarWanker90"@ja,
        "GuitarWanker90"@ja-latn .

_:N7fb6021ccca8448c8e744f94e13bc062 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dart's Theme"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N0c15c261f4de4a8087d4102d182feb11 ;
    schema:name "Dart's Theme"@en .

