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

<album/1107#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "RAGNAROK ONLINE SOUND TRACK (tentative)"@en,
        "RAGNAROK ONLINE SOUND TRACK(仮)"@ja,
        "RAGNAROK ONLINE SOUND TRACK (tentative)"@ja-latn ;
    mo:produced_work <album/1107#musicalwork> ;
    schema:name "RAGNAROK ONLINE SOUND TRACK (tentative)"@en,
        "RAGNAROK ONLINE SOUND TRACK(仮)"@ja,
        "RAGNAROK ONLINE SOUND TRACK (tentative)"@ja-latn .

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

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

<product/1146#subject> a schema:CreativeWork ;
    schema:name "Ragnarök Online"@en,
        "라그나로크 온라인"@ja,
        "Ragnarök Online"@ja-latn ;
    foaf:name "Ragnarök Online"@en,
        "라그나로크 온라인"@ja,
        "Ragnarök Online"@ja-latn .

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

<album/1107#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "RAGNAROK ONLINE SOUND TRACK (tentative)"@en,
        "RAGNAROK ONLINE SOUND TRACK(仮)"@ja,
        "RAGNAROK ONLINE SOUND TRACK (tentative)"@ja-latn ;
    mo:performance_of <album/1107#musicalwork> ;
    mo:recorded_as <album/1107#musicalexpression> ;
    schema:name "RAGNAROK ONLINE SOUND TRACK (tentative)"@en,
        "RAGNAROK ONLINE SOUND TRACK(仮)"@ja,
        "RAGNAROK ONLINE SOUND TRACK (tentative)"@ja-latn ;
    schema:workPerformed <album/1107#musicalwork> .

<org/222#subject> schema:name "avex trax"@en,
        "avex trax"@ja,
        "avex trax"@ja-latn ;
    foaf:name "avex trax"@en,
        "avex trax"@ja,
        "avex trax"@ja-latn .

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

<album/1107#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-09-20"^^xsd:date ;
    dcterms:title "RAGNAROK ONLINE SOUND TRACK (tentative)"@en,
        "RAGNAROK ONLINE SOUND TRACK(仮)"@ja,
        "RAGNAROK ONLINE SOUND TRACK (tentative)"@ja-latn ;
    mo:catalogue_number "AVCD-23003/B" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/1107#musicalexpression> ;
    mo:publisher <org/222#subject> ;
    mo:record_count 0 ;
    schema:about <product/1146#subject> ;
    schema:datePublished "2006-09-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "RAGNAROK ONLINE SOUND TRACK (tentative)"@en,
        "RAGNAROK ONLINE SOUND TRACK(仮)"@ja,
        "RAGNAROK ONLINE SOUND TRACK (tentative)"@ja-latn ;
    schema:publisher <org/222#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/1107#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/1107#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

