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

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

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

<album/133400#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/133400#musicalexpression> a mo:Signal ;
    mo:published_as <album/133400#subject> ;
    mo:records <album/133400#performance> .

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

<https://media.vgm.io/albums/00/133400/133400-95804326d693.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/133400#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/00/133400/133400-95804326d693.jpg> ;
    foaf:depicts <album/133400#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/00/133400/133400-95804326d693.jpg> .

<https://medium-media.vgm.io/albums/00/133400/133400-95804326d693.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/133400#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-02-14"^^xsd:date ;
    dcterms:title "Dart's Theme [Legend of Dragoon OST]"@en,
        "Dart's Theme [Legend of Dragoon OST]"@ja,
        "Dart's Theme [Legend of Dragoon OST]"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/133400#musicalexpression> ;
    mo:publisher _:Nd37fe769f3144690adb404b14cab73ed ;
    mo:record _:Nd99bdbd98af141b1b5a71e0ab22609c0 ;
    mo:record_count 1 ;
    schema:about <product/6819#subject> ;
    schema:datePublished "2023-02-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/00/133400/133400-95804326d693.jpg> ;
    schema:name "Dart's Theme [Legend of Dragoon OST]"@en,
        "Dart's Theme [Legend of Dragoon OST]"@ja,
        "Dart's Theme [Legend of Dragoon OST]"@ja-latn ;
    schema:publisher _:Nd37fe769f3144690adb404b14cab73ed ;
    foaf:depiction <https://media.vgm.io/albums/00/133400/133400-95804326d693.jpg> .

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

_:Nd37fe769f3144690adb404b14cab73ed schema:name "Haibane"@en,
        "Haibane"@ja,
        "Haibane"@ja-latn ;
    foaf:name "Haibane"@en,
        "Haibane"@ja,
        "Haibane"@ja-latn .

_:Nd99bdbd98af141b1b5a71e0ab22609c0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na8868de555544d1685ee795502cb0929 ;
    mo:track_count 1 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Na8868de555544d1685ee795502cb0929 .

