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

<artist/1630#subject> a schema:Person,
        foaf:Person ;
    schema:name "Don McCow"@en,
        "ドン・マッコウ"@ja ;
    foaf:made <album/222#lyrics>,
        <album/222#subject> ;
    foaf:name "Don McCow"@en,
        "ドン・マッコウ"@ja .

<artist/3109#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kyoko Hikami"@en,
        "氷上恭子"@ja ;
    foaf:made <album/222#subject>,
        <album/222#vocals> ;
    foaf:name "Kyoko Hikami"@en,
        "氷上恭子"@ja .

<artist/3232#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoko Asada"@en,
        "浅田葉子"@ja ;
    foaf:made <album/222#subject>,
        <album/222#vocals> ;
    foaf:name "Yoko Asada"@en,
        "浅田葉子"@ja .

<artist/3243#subject> a schema:Person,
        foaf:Person ;
    schema:name "Isao Mizoguchi"@en,
        "溝口功"@ja ;
    foaf:made <album/222#lyrics>,
        <album/222#subject> ;
    foaf:name "Isao Mizoguchi"@en,
        "溝口功"@ja .

<artist/64679#subject> a schema:Person,
        foaf:Person ;
    schema:name "DUE Sato"@en,
        "佐藤DUE"@ja ;
    foaf:made <album/222#lyrics>,
        <album/222#subject> ;
    foaf:name "DUE Sato"@en,
        "佐藤DUE"@ja .

<artist/6594#subject> a schema:Person,
        foaf:Person ;
    schema:name "Junko Hagimori"@en,
        "萩森侚子"@ja ;
    foaf:made <album/222#lyrics>,
        <album/222#subject> ;
    foaf:name "Junko Hagimori"@en,
        "萩森侚子"@ja .

<artist/104#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/222#subject> ;
    schema:name "Noriyuki Iwadare"@en,
        "岩垂徳行"@ja ;
    foaf:made <album/222#composition>,
        <album/222#subject> ;
    foaf:name "Noriyuki Iwadare"@en,
        "岩垂徳行"@ja .

<product/9130#subject> a schema:CreativeWork ;
    schema:name "Lunar: Silver Star Story"@en,
        "ルナ~シルバースターストーリー"@ja,
        "Lunar: Silver Star Story"@ja-latn ;
    foaf:name "Lunar: Silver Star Story"@en,
        "ルナ~シルバースターストーリー"@ja,
        "Lunar: Silver Star Story"@ja-latn .

<album/222#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Lunar: Silver Star Story Lunatic Festa Vol.2"@en,
        "ルナ シルバースターストーリー ルナティック フェスタ Vol.2"@ja,
        "Lunar: Silver Star Story Lunatic Festa Vol.2"@ja-latn ;
    mo:composer <artist/104#subject> ;
    mo:produced_work <album/222#musicalwork> ;
    schema:name "Lunar: Silver Star Story Lunatic Festa Vol.2"@en,
        "ルナ シルバースターストーリー ルナティック フェスタ Vol.2"@ja,
        "Lunar: Silver Star Story Lunatic Festa Vol.2"@ja-latn .

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

<album/222#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Lunar: Silver Star Story Lunatic Festa Vol.2"@en,
        "ルナ シルバースターストーリー ルナティック フェスタ Vol.2"@ja,
        "Lunar: Silver Star Story Lunatic Festa Vol.2"@ja-latn ;
    mo:performance_of <album/222#musicalwork> ;
    mo:recorded_as <album/222#musicalexpression> ;
    schema:name "Lunar: Silver Star Story Lunatic Festa Vol.2"@en,
        "ルナ シルバースターストーリー ルナティック フェスタ Vol.2"@ja,
        "Lunar: Silver Star Story Lunatic Festa Vol.2"@ja-latn ;
    schema:workPerformed <album/222#musicalwork> .

<org/67#subject> schema:name "FUTURELAND"@en,
        "FUTURELAND"@ja,
        "FUTURELAND"@ja-latn ;
    foaf:name "FUTURELAND"@en,
        "FUTURELAND"@ja,
        "FUTURELAND"@ja-latn .

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

<https://medium-media.vgm.io/albums/22/222/222-1304517476.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

<album/222#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-09-04"^^xsd:date ;
    dcterms:title "Lunar: Silver Star Story Lunatic Festa Vol.2"@en,
        "ルナ シルバースターストーリー ルナティック フェスタ Vol.2"@ja,
        "Lunar: Silver Star Story Lunatic Festa Vol.2"@ja-latn ;
    mo:catalogue_number "TYCY-5523" ;
    mo:media_type "CD" ;
    mo:publication_of <album/222#musicalexpression> ;
    mo:publisher <org/67#subject> ;
    mo:record _:N6b0f9a70ce0e4be594d3151894044885 ;
    mo:record_count 1 ;
    schema:about <product/9130#subject> ;
    schema:datePublished "1996-09-04"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/222/222-1304517476.jpg> ;
    schema:name "Lunar: Silver Star Story Lunatic Festa Vol.2"@en,
        "ルナ シルバースターストーリー ルナティック フェスタ Vol.2"@ja,
        "Lunar: Silver Star Story Lunatic Festa Vol.2"@ja-latn ;
    schema:publisher <org/67#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/222/222-1304517476.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "大納言"@en ;
    foaf:made <album/222#vocals> ;
    foaf:name "大納言"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "大納言"@en ;
    foaf:made <album/222#subject> ;
    foaf:name "大納言"@en .

_:N00b04c2f471341858f9a97c12789b372 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter 6 \"The Bandit Appears!\""@en,
        "第6話「山賊登場!」"@ja ;
    mo:track_number 2 ;
    schema:duration "PT8:13"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Chapter 6 \"The Bandit Appears!\""@en,
        "第6話「山賊登場!」"@ja .

_:N0f4c555ebdfe42d68fe6298781dd00a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter 9 \"Reunion with the Traveler\""@en,
        "第9話「旅人との再会」"@ja ;
    mo:track_number 8 ;
    schema:duration "PT6:45"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Chapter 9 \"Reunion with the Traveler\""@en,
        "第9話「旅人との再会」"@ja .

_:N33edfe72ed8f4fa5877a27b2a5d6b403 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luna in the Fountain"@en,
        "泉のルーナ"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Luna in the Fountain"@en,
        "泉のルーナ"@ja .

_:N56136f20d6304b36889946550780a222 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dragon ~Sacred Spirit in the Darkness~"@en,
        "竜～闇の中の聖なる魂～"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Dragon ~Sacred Spirit in the Darkness~"@en,
        "竜～闇の中の聖なる魂～"@ja .

_:N77cf505f74664932a86b1937c85c4f94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Take a Shower!!"@en,
        "シャワーをあびろ!!"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Take a Shower!!"@en,
        "シャワーをあびろ!!"@ja .

_:N7ad0875f6b9f4098a7e8e88e9d38f534 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter 10 \"Test of the Red Dragon\""@en,
        "第10話「赤龍の試練」"@ja ;
    mo:track_number 10 ;
    schema:duration "PT7:50"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Chapter 10 \"Test of the Red Dragon\""@en,
        "第10話「赤龍の試練」"@ja .

_:N87edf108f48d4e128716e730977900da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fighting Spirits No.1"@en,
        "Fighting Spirits No.1"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Fighting Spirits No.1"@en,
        "Fighting Spirits No.1"@ja .

_:N903fca1cfd4c46babccbe10e1bd6344a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter 8 \"Seal of the Black Dragon\""@en,
        "第8話「封印の黒竜」"@ja ;
    mo:track_number 6 ;
    schema:duration "PT7:05"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Chapter 8 \"Seal of the Black Dragon\""@en,
        "第8話「封印の黒竜」"@ja .

_:N9d62f484b2454803adea7c895e30fe70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter 7 \"Magic City Venn\""@en,
        "第7話「魔法都市ヴェーン」"@ja ;
    mo:track_number 4 ;
    schema:duration "PT8:44"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Chapter 7 \"Magic City Venn\""@en,
        "第7話「魔法都市ヴェーン」"@ja .

_:Naa4cd45eecca4e8da0a38018182788ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ramus"@en,
        "ラムス"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Ramus"@en,
        "ラムス"@ja .

_:Nb8378e17e68d4eb29c8ced226190d062 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fairy Rain"@en,
        "フェアリー・レイン"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Fairy Rain"@en,
        "フェアリー・レイン"@ja .

_:Nc41555792ecd42a189658c200a76f4e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elegy of the Soldiers"@en,
        "戦士達の哀歌(エレジー)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N6b0f9a70ce0e4be594d3151894044885 ;
    schema:name "Elegy of the Soldiers"@en,
        "戦士達の哀歌(エレジー)"@ja .

_:N6b0f9a70ce0e4be594d3151894044885 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00b04c2f471341858f9a97c12789b372,
        _:N0f4c555ebdfe42d68fe6298781dd00a3,
        _:N33edfe72ed8f4fa5877a27b2a5d6b403,
        _:N56136f20d6304b36889946550780a222,
        _:N77cf505f74664932a86b1937c85c4f94,
        _:N7ad0875f6b9f4098a7e8e88e9d38f534,
        _:N87edf108f48d4e128716e730977900da,
        _:N903fca1cfd4c46babccbe10e1bd6344a,
        _:N9d62f484b2454803adea7c895e30fe70,
        _:Naa4cd45eecca4e8da0a38018182788ea,
        _:Nb8378e17e68d4eb29c8ced226190d062,
        _:Nc41555792ecd42a189658c200a76f4e3 ;
    mo:track_count 12 ;
    schema:duration "PT66:07"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N00b04c2f471341858f9a97c12789b372,
        _:N0f4c555ebdfe42d68fe6298781dd00a3,
        _:N33edfe72ed8f4fa5877a27b2a5d6b403,
        _:N56136f20d6304b36889946550780a222,
        _:N77cf505f74664932a86b1937c85c4f94,
        _:N7ad0875f6b9f4098a7e8e88e9d38f534,
        _:N87edf108f48d4e128716e730977900da,
        _:N903fca1cfd4c46babccbe10e1bd6344a,
        _:N9d62f484b2454803adea7c895e30fe70,
        _:Naa4cd45eecca4e8da0a38018182788ea,
        _:Nb8378e17e68d4eb29c8ced226190d062,
        _:Nc41555792ecd42a189658c200a76f4e3 .

