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

<artist/3038#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuri Amano"@en,
        "天野由梨"@ja ;
    foaf:made <album/36969#subject>,
        <album/36969#vocals> ;
    foaf:name "Yuri Amano"@en,
        "天野由梨"@ja .

<artist/59375#subject> a schema:Person,
        foaf:Person ;
    schema:name "SAEKO"@en ;
    foaf:made <album/36969#subject>,
        <album/36969#vocals> ;
    foaf:name "SAEKO"@en .

<artist/7525#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroko Yah"@en,
        "谷亜ヒロコ"@ja ;
    foaf:made <album/36969#lyrics>,
        <album/36969#subject> ;
    foaf:name "Hiroko Yah"@en,
        "谷亜ヒロコ"@ja .

<artist/14518#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36969#subject> ;
    schema:name "Kenichi Kimura"@en,
        "木村賢一"@ja ;
    foaf:made <album/36969#composition>,
        <album/36969#subject> ;
    foaf:name "Kenichi Kimura"@en,
        "木村賢一"@ja .

<artist/28636#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36969#subject> ;
    schema:name "Masashi Kaneko"@en,
        "金児正志"@ja ;
    foaf:made <album/36969#composition>,
        <album/36969#subject> ;
    foaf:name "Masashi Kaneko"@en,
        "金児正志"@ja .

<artist/5222#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36969#subject> ;
    schema:name "Seikou Nagaoka"@en,
        "長岡成貢"@ja ;
    foaf:made <album/36969#composition>,
        <album/36969#subject> ;
    foaf:name "Seikou Nagaoka"@en,
        "長岡成貢"@ja .

<artist/8638#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36969#subject> ;
    schema:name "Kaio Tsuruta"@en,
        "鶴田海生"@ja ;
    foaf:made <album/36969#composition>,
        <album/36969#subject> ;
    foaf:name "Kaio Tsuruta"@en,
        "鶴田海生"@ja .

<product/21709#subject> a schema:CreativeWork ;
    schema:name "Dream Hunter REM"@en,
        "ドリームハンター麗夢"@ja,
        "Dream Hunter REM"@ja-latn ;
    foaf:name "Dream Hunter REM"@en,
        "ドリームハンター麗夢"@ja,
        "Dream Hunter REM"@ja-latn .

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

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

<album/36969#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "NEW DREAM HUNTER REM: Soutou no Mercedes"@en,
        "NEWドリームハンター麗夢 総統のメルセデス"@ja,
        "NEW DREAM HUNTER REM: Soutou no Mercedes"@ja-latn ;
    mo:performance_of <album/36969#musicalwork> ;
    mo:recorded_as <album/36969#musicalexpression> ;
    schema:name "NEW DREAM HUNTER REM: Soutou no Mercedes"@en,
        "NEWドリームハンター麗夢 総統のメルセデス"@ja,
        "NEW DREAM HUNTER REM: Soutou no Mercedes"@ja-latn ;
    schema:workPerformed <album/36969#musicalwork> .

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

<https://medium-media.vgm.io/albums/96/36969/36969-1356081661.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/36969#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "NEW DREAM HUNTER REM: Soutou no Mercedes"@en,
        "NEWドリームハンター麗夢 総統のメルセデス"@ja,
        "NEW DREAM HUNTER REM: Soutou no Mercedes"@ja-latn ;
    mo:composer <artist/14518#subject>,
        <artist/28636#subject>,
        <artist/5222#subject>,
        <artist/8638#subject> ;
    mo:produced_work <album/36969#musicalwork> ;
    schema:name "NEW DREAM HUNTER REM: Soutou no Mercedes"@en,
        "NEWドリームハンター麗夢 総統のメルセデス"@ja,
        "NEW DREAM HUNTER REM: Soutou no Mercedes"@ja-latn .

<album/36969#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1992-04-25"^^xsd:date ;
    dcterms:title "NEW DREAM HUNTER REM: Soutou no Mercedes"@en,
        "NEWドリームハンター麗夢 総統のメルセデス"@ja,
        "NEW DREAM HUNTER REM: Soutou no Mercedes"@ja-latn ;
    mo:catalogue_number "CYCC-10002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/36969#musicalexpression> ;
    mo:publisher _:N44b7d596ea7e4000a308bce26bda5541 ;
    mo:record _:N0a7c116bbb6b465db7adb0638dde8ef0 ;
    mo:record_count 1 ;
    schema:about <product/21709#subject> ;
    schema:datePublished "1992-04-25"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/96/36969/36969-1356081661.jpg> ;
    schema:name "NEW DREAM HUNTER REM: Soutou no Mercedes"@en,
        "NEWドリームハンター麗夢 総統のメルセデス"@ja,
        "NEW DREAM HUNTER REM: Soutou no Mercedes"@ja-latn ;
    schema:publisher _:N44b7d596ea7e4000a308bce26bda5541 ;
    foaf:depiction <https://media.vgm.io/albums/96/36969/36969-1356081661.jpg> .

_:N123d8c91f9c54bb28c32487961e337d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Devil's Revival (Dark Empire)"@en,
        "魔王復活(暗黒帝国)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:N0a7c116bbb6b465db7adb0638dde8ef0 ;
    schema:name "The Devil's Revival (Dark Empire)"@en,
        "魔王復活(暗黒帝国)"@ja .

_:N44b7d596ea7e4000a308bce26bda5541 schema:name "CYCLONE INC."@en,
        "CYCLONE INC."@ja,
        "CYCLONE INC."@ja-latn ;
    foaf:name "CYCLONE INC."@en,
        "CYCLONE INC."@ja,
        "CYCLONE INC."@ja-latn .

_:N51704bfe9c184ed2aa0a80a207c6482e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Paradise Dream"@en,
        "パラダイス・ドリーム"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:N0a7c116bbb6b465db7adb0638dde8ef0 ;
    schema:name "Paradise Dream"@en,
        "パラダイス・ドリーム"@ja .

_:N53560c140bc241a8a37d1cf4ac0e1f05 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Merry-go-round in Dreamland"@en,
        "夢の中のメリーゴーランド"@ja ;
    mo:track_number 7 ;
    schema:duration "PT6:34"^^xsd:interval ;
    schema:inPlaylist _:N0a7c116bbb6b465db7adb0638dde8ef0 ;
    schema:name "Merry-go-round in Dreamland"@en,
        "夢の中のメリーゴーランド"@ja .

_:N705e25eb7cef4375b58944483355da4e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voice Movie ~Mercedes for President~"@en,
        "ヴォイス・ムービー ～総統のメルセデス～"@ja ;
    mo:track_number 4 ;
    schema:duration "PT20:50"^^xsd:interval ;
    schema:inPlaylist _:N0a7c116bbb6b465db7adb0638dde8ef0 ;
    schema:name "Voice Movie ~Mercedes for President~"@en,
        "ヴォイス・ムービー ～総統のメルセデス～"@ja .

_:Na8cfb6749d384064ba3f7306ae3aa1d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spirit of Fire, Salamander"@en,
        "火の精 サラマンダー"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N0a7c116bbb6b465db7adb0638dde8ef0 ;
    schema:name "Spirit of Fire, Salamander"@en,
        "火の精 サラマンダー"@ja .

_:Naf6a7985e3ca4729b74a4909d345f545 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spirit of Water, Undine"@en,
        "水の精 ウンディーネ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N0a7c116bbb6b465db7adb0638dde8ef0 ;
    schema:name "Spirit of Water, Undine"@en,
        "水の精 ウンディーネ"@ja .

_:Nd9a51ee6941f4941a7fbfa4963a097db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Windmill of the Hill"@en,
        "丘の風車小屋"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N0a7c116bbb6b465db7adb0638dde8ef0 ;
    schema:name "The Windmill of the Hill"@en,
        "丘の風車小屋"@ja .

_:N0a7c116bbb6b465db7adb0638dde8ef0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N123d8c91f9c54bb28c32487961e337d9,
        _:N51704bfe9c184ed2aa0a80a207c6482e,
        _:N53560c140bc241a8a37d1cf4ac0e1f05,
        _:N705e25eb7cef4375b58944483355da4e,
        _:Na8cfb6749d384064ba3f7306ae3aa1d5,
        _:Naf6a7985e3ca4729b74a4909d345f545,
        _:Nd9a51ee6941f4941a7fbfa4963a097db ;
    mo:track_count 7 ;
    schema:duration "PT48:49"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N123d8c91f9c54bb28c32487961e337d9,
        _:N51704bfe9c184ed2aa0a80a207c6482e,
        _:N53560c140bc241a8a37d1cf4ac0e1f05,
        _:N705e25eb7cef4375b58944483355da4e,
        _:Na8cfb6749d384064ba3f7306ae3aa1d5,
        _:Naf6a7985e3ca4729b74a4909d345f545,
        _:Nd9a51ee6941f4941a7fbfa4963a097db .

