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

<artist/6403#subject> a schema:Person,
        foaf:Person ;
    schema:name "Masumi Kawamura"@en,
        "川村真澄"@ja ;
    foaf:made <album/100848#lyrics>,
        <album/100848#subject> ;
    foaf:name "Masumi Kawamura"@en,
        "川村真澄"@ja .

<artist/6752#subject> a schema:Person,
        foaf:Person ;
    schema:name "Masami Tozawa"@en,
        "戸沢暢美"@ja ;
    foaf:made <album/100848#lyrics>,
        <album/100848#subject> ;
    foaf:name "Masami Tozawa"@en,
        "戸沢暢美"@ja .

<album/143217> a mo:Release ;
    mo:catalogue_number "VTCL-60634" .

<artist/5007#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100848#subject> ;
    schema:name "Kazuhiko Kato"@en,
        "加藤和彦"@ja ;
    foaf:made <album/100848#composition>,
        <album/100848#subject> ;
    foaf:name "Kazuhiko Kato"@en,
        "加藤和彦"@ja .

<artist/864#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100848#subject> ;
    schema:name "Akino Arai"@en,
        "新居昭乃"@ja ;
    foaf:made <album/100848#composition>,
        <album/100848#lyrics>,
        <album/100848#subject>,
        <album/100848#vocals> ;
    foaf:name "Akino Arai"@en,
        "新居昭乃"@ja .

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

<album/100848#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Natsukashii Mirai / Akino Arai"@en,
        "懐かしい未来 / 新居昭乃"@ja,
        "Natsukashii Mirai / Akino Arai"@ja-latn ;
    mo:performance_of <album/100848#musicalwork> ;
    mo:recorded_as <album/100848#musicalexpression> ;
    schema:name "Natsukashii Mirai / Akino Arai"@en,
        "懐かしい未来 / 新居昭乃"@ja,
        "Natsukashii Mirai / Akino Arai"@ja-latn ;
    schema:workPerformed <album/100848#musicalwork> .

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

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

<https://media.vgm.io/albums/84/100848/100848-90f9ffef1ac4.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/100848#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/84/100848/100848-90f9ffef1ac4.jpg> ;
    foaf:depicts <album/100848#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/84/100848/100848-90f9ffef1ac4.jpg> .

<https://medium-media.vgm.io/albums/84/100848/100848-90f9ffef1ac4.jpg> a schema:ImageObject,
        foaf:Image .

<album/100848#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Natsukashii Mirai / Akino Arai"@en,
        "懐かしい未来 / 新居昭乃"@ja,
        "Natsukashii Mirai / Akino Arai"@ja-latn ;
    mo:composer <artist/5007#subject>,
        <artist/864#subject> ;
    mo:produced_work <album/100848#musicalwork> ;
    schema:name "Natsukashii Mirai / Akino Arai"@en,
        "懐かしい未来 / 新居昭乃"@ja,
        "Natsukashii Mirai / Akino Arai"@ja-latn .

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

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

<album/100848#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1986-10-21"^^xsd:date ;
    dcterms:title "Natsukashii Mirai / Akino Arai"@en,
        "懐かしい未来 / 新居昭乃"@ja,
        "Natsukashii Mirai / Akino Arai"@ja-latn ;
    mo:catalogue_number "VDR-1284" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/143217> ;
    mo:publication_of <album/100848#musicalexpression> ;
    mo:publisher <org/1927#subject> ;
    mo:record _:Ne3e9410fef0b4166a3a63bc348861565 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Windaria"@en ;
            foaf:name "Windaria"@en ] ;
    schema:datePublished "1986-10-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/84/100848/100848-90f9ffef1ac4.jpg> ;
    schema:name "Natsukashii Mirai / Akino Arai"@en,
        "懐かしい未来 / 新居昭乃"@ja,
        "Natsukashii Mirai / Akino Arai"@ja-latn ;
    schema:publisher <org/1927#subject> ;
    foaf:depiction <https://media.vgm.io/albums/84/100848/100848-90f9ffef1ac4.jpg> .

_:N309fbcdf8620480c9c7155069de851f9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "地図をゆく雲"@ja,
        "Chizu wo Yuku Kumo"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:Ne3e9410fef0b4166a3a63bc348861565 ;
    schema:name "地図をゆく雲"@ja,
        "Chizu wo Yuku Kumo"@ja-latn .

_:N38fa94b708ee42e0bbb65700568ba896 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月よ凍れ"@ja,
        "Tsuki no Koure"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:Ne3e9410fef0b4166a3a63bc348861565 ;
    schema:name "月よ凍れ"@ja,
        "Tsuki no Koure"@ja-latn .

_:N4907186382d9402998d4ef46e088f0f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "約束"@ja,
        "Yakusoku"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:Ne3e9410fef0b4166a3a63bc348861565 ;
    schema:name "約束"@ja,
        "Yakusoku"@ja-latn .

_:N53e067a86db540e597c98e3848cc2e77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sky Lounge"@ja,
        "Sky Lounge"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT5:19"^^xsd:interval ;
    schema:inPlaylist _:Ne3e9410fef0b4166a3a63bc348861565 ;
    schema:name "Sky Lounge"@ja,
        "Sky Lounge"@ja-latn .

_:N9488a87fea244a53b0b07da923e5b7c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "1999"@ja,
        "1999"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:Ne3e9410fef0b4166a3a63bc348861565 ;
    schema:name "1999"@ja,
        "1999"@ja-latn .

_:Nb0821975357b4eefbcd07879e00d1f1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ロゼ・ルージュ"@ja,
        "Rose Rouge"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:Ne3e9410fef0b4166a3a63bc348861565 ;
    schema:name "ロゼ・ルージュ"@ja,
        "Rose Rouge"@ja-latn .

_:Nba1b9d52d7de474f9a86db57724f92c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "金色の目"@ja,
        "Kin'iro no Me"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Ne3e9410fef0b4166a3a63bc348861565 ;
    schema:name "金色の目"@ja,
        "Kin'iro no Me"@ja-latn .

_:Nc72d4f3a12e34e0a9ca82789b14b3525 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "美しい星"@ja,
        "Utsukushii Hoshi"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:Ne3e9410fef0b4166a3a63bc348861565 ;
    schema:name "美しい星"@ja,
        "Utsukushii Hoshi"@ja-latn .

_:Nd481badd894548b896183a32f023d9a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ring Ring"@ja,
        "Ring Ring"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Ne3e9410fef0b4166a3a63bc348861565 ;
    schema:name "Ring Ring"@ja,
        "Ring Ring"@ja-latn .

_:Ne3e9410fef0b4166a3a63bc348861565 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N309fbcdf8620480c9c7155069de851f9,
        _:N38fa94b708ee42e0bbb65700568ba896,
        _:N4907186382d9402998d4ef46e088f0f2,
        _:N53e067a86db540e597c98e3848cc2e77,
        _:N9488a87fea244a53b0b07da923e5b7c3,
        _:Nb0821975357b4eefbcd07879e00d1f1c,
        _:Nba1b9d52d7de474f9a86db57724f92c9,
        _:Nc72d4f3a12e34e0a9ca82789b14b3525,
        _:Nd481badd894548b896183a32f023d9a6 ;
    mo:track_count 9 ;
    schema:duration "PT42:08"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N309fbcdf8620480c9c7155069de851f9,
        _:N38fa94b708ee42e0bbb65700568ba896,
        _:N4907186382d9402998d4ef46e088f0f2,
        _:N53e067a86db540e597c98e3848cc2e77,
        _:N9488a87fea244a53b0b07da923e5b7c3,
        _:Nb0821975357b4eefbcd07879e00d1f1c,
        _:Nba1b9d52d7de474f9a86db57724f92c9,
        _:Nc72d4f3a12e34e0a9ca82789b14b3525,
        _:Nd481badd894548b896183a32f023d9a6 .

