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

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

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

<artist/148#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44142#subject> ;
    schema:name "Yuzo Koshiro"@en,
        "古代祐三"@ja ;
    foaf:made <album/44142#composition>,
        <album/44142#subject> ;
    foaf:name "Yuzo Koshiro"@en,
        "古代祐三"@ja .

<event/167> a mo:Release ;
    schema:name "Released at Comic Market 85 (Dec 29, 2013 to Dec 31, 2013)" .

<product/1199#subject> a schema:CreativeWork ;
    schema:name "Etrian Odyssey IV: Legends of the Titan"@en,
        "世界樹の迷宮IV 伝承の巨神"@ja,
        "Sekaiju no MeiQ⁴ *denshou no kyojin*"@ja-latn ;
    foaf:name "Etrian Odyssey IV: Legends of the Titan"@en,
        "世界樹の迷宮IV 伝承の巨神"@ja,
        "Sekaiju no MeiQ⁴ *denshou no kyojin*"@ja-latn .

<product/304#subject> a schema:CreativeWork ;
    schema:name "Etrian Odyssey"@en,
        "世界樹の迷宮"@ja,
        "Sekaiju no MeiQ"@ja-latn ;
    foaf:name "Etrian Odyssey"@en,
        "世界樹の迷宮"@ja,
        "Sekaiju no MeiQ"@ja-latn .

<product/305#subject> a schema:CreativeWork ;
    schema:name "Etrian Odyssey II: Heroes of Lagaard"@en,
        "世界樹の迷宮II 諸王の聖杯"@ja,
        "Sekaiju no MeiQ² *shoou no seihai*"@ja-latn ;
    foaf:name "Etrian Odyssey II: Heroes of Lagaard"@en,
        "世界樹の迷宮II 諸王の聖杯"@ja,
        "Sekaiju no MeiQ² *shoou no seihai*"@ja-latn .

<product/306#subject> a schema:CreativeWork ;
    schema:name "Etrian Odyssey III: The Drowned City"@en,
        "世界樹の迷宮III 星海の来訪者"@ja,
        "Sekaiju no MeiQ³ *seikai no raihousya*"@ja-latn ;
    foaf:name "Etrian Odyssey III: The Drowned City"@en,
        "世界樹の迷宮III 星海の来訪者"@ja,
        "Sekaiju no MeiQ³ *seikai no raihousya*"@ja-latn .

<album/44142#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Oneday of Adventurers 2"@en,
        "冒険者たちの一日2"@ja,
        "Oneday of Adventurers 2"@ja-latn ;
    mo:composer <artist/148#subject> ;
    mo:produced_work <album/44142#musicalwork> ;
    schema:name "Oneday of Adventurers 2"@en,
        "冒険者たちの一日2"@ja,
        "Oneday of Adventurers 2"@ja-latn .

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

<album/44142#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Oneday of Adventurers 2"@en,
        "冒険者たちの一日2"@ja,
        "Oneday of Adventurers 2"@ja-latn ;
    mo:performance_of <album/44142#musicalwork> ;
    mo:recorded_as <album/44142#musicalexpression> ;
    schema:name "Oneday of Adventurers 2"@en,
        "冒険者たちの一日2"@ja,
        "Oneday of Adventurers 2"@ja-latn ;
    schema:workPerformed <album/44142#musicalwork> .

<org/444#subject> schema:name "N-tone"@en,
        "N-tone"@ja,
        "N-tone"@ja-latn ;
    foaf:name "N-tone"@en,
        "N-tone"@ja,
        "N-tone"@ja-latn .

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

<https://medium-media.vgm.io/albums/24/44142/44142-1391203972.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/44142#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-12-31"^^xsd:date ;
    dcterms:title "Oneday of Adventurers 2"@en,
        "冒険者たちの一日2"@ja,
        "Oneday of Adventurers 2"@ja-latn ;
    mo:catalogue_number "NTCD-0008" ;
    mo:media_type "CD" ;
    mo:publication_of <album/44142#musicalexpression> ;
    mo:publisher <org/444#subject> ;
    mo:record _:Nb456fa45ecc14848be7232e3819be0e5 ;
    mo:record_count 1 ;
    mo:release <event/167> ;
    schema:about <product/1199#subject>,
        <product/304#subject>,
        <product/305#subject>,
        <product/306#subject> ;
    schema:datePublished "2013-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/24/44142/44142-1391203972.jpg> ;
    schema:name "Oneday of Adventurers 2"@en,
        "冒険者たちの一日2"@ja,
        "Oneday of Adventurers 2"@ja-latn ;
    schema:publisher <org/444#subject> ;
    foaf:depiction <https://media.vgm.io/albums/24/44142/44142-1391203972.jpg> .

_:N112e1f4502bc4ab39f170b686b1d35d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dance!Dance!Hakua!"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:38"^^xsd:interval ;
    schema:inPlaylist _:Nb456fa45ecc14848be7232e3819be0e5 ;
    schema:name "Dance!Dance!Hakua!"@ja .

_:N71d7748425404628be82193095bcf43c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "新しい冒険の始まり"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:Nb456fa45ecc14848be7232e3819be0e5 ;
    schema:name "新しい冒険の始まり"@ja .

_:N8a4a604878764bcc8ecc621cb9841d70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "朝霧の憧憬"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:Nb456fa45ecc14848be7232e3819be0e5 ;
    schema:name "朝霧の憧憬"@ja .

_:N98c76a4e43c24f8792f0b685ea29cc4e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "己が信念を杖に立つ者たち"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:28"^^xsd:interval ;
    schema:inPlaylist _:Nb456fa45ecc14848be7232e3819be0e5 ;
    schema:name "己が信念を杖に立つ者たち"@ja .

_:N9e9c8e932f2a4d9e9d9d0f1a0c2b8dfd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天空の海を泳ぐ主"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:Nb456fa45ecc14848be7232e3819be0e5 ;
    schema:name "天空の海を泳ぐ主"@ja .

_:Ne8c1277793f04224b97c3ad6bbb0f6c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cloister Career"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:Nb456fa45ecc14848be7232e3819be0e5 ;
    schema:name "Cloister Career"@ja .

_:Nb456fa45ecc14848be7232e3819be0e5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N112e1f4502bc4ab39f170b686b1d35d1,
        _:N71d7748425404628be82193095bcf43c,
        _:N8a4a604878764bcc8ecc621cb9841d70,
        _:N98c76a4e43c24f8792f0b685ea29cc4e,
        _:N9e9c8e932f2a4d9e9d9d0f1a0c2b8dfd,
        _:Ne8c1277793f04224b97c3ad6bbb0f6c3 ;
    mo:track_count 6 ;
    schema:duration "PT30:25"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N112e1f4502bc4ab39f170b686b1d35d1,
        _:N71d7748425404628be82193095bcf43c,
        _:N8a4a604878764bcc8ecc621cb9841d70,
        _:N98c76a4e43c24f8792f0b685ea29cc4e,
        _:N9e9c8e932f2a4d9e9d9d0f1a0c2b8dfd,
        _:Ne8c1277793f04224b97c3ad6bbb0f6c3 .

