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

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

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

<artist/752#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/78693#subject> ;
    schema:name "Joe Hisaishi"@en,
        "久石譲"@ja ;
    foaf:made <album/78693#composition>,
        <album/78693#subject> ;
    foaf:name "Joe Hisaishi"@en,
        "久石譲"@ja .

<product/2476#subject> a schema:CreativeWork ;
    schema:name "Laputa: Castle in the Sky"@en,
        "天空の城ラピュタ"@ja,
        "Tenkuu no Shiro Laputa"@ja-latn ;
    foaf:name "Laputa: Castle in the Sky"@en,
        "天空の城ラピュタ"@ja,
        "Tenkuu no Shiro Laputa"@ja-latn .

<album/78693#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@en,
        "交響組曲「天空の城ラピュタ」/ 久石 譲＆新日本フィル・ワールド・ドリーム・オーケストラ"@ja,
        "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@ja-latn ;
    mo:composer <artist/752#subject> ;
    mo:produced_work <album/78693#musicalwork> ;
    schema:name "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@en,
        "交響組曲「天空の城ラピュタ」/ 久石 譲＆新日本フィル・ワールド・ドリーム・オーケストラ"@ja,
        "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@ja-latn .

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

<org/2381#subject> schema:name "A&M RECORDS"@en,
        "A&M RECORDS"@ja,
        "A&M RECORDS"@ja-latn ;
    foaf:name "A&M RECORDS"@en,
        "A&M RECORDS"@ja,
        "A&M RECORDS"@ja-latn .

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

<https://medium-media.vgm.io/albums/39/78693/78693-1532882169.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/78693#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@en,
        "交響組曲「天空の城ラピュタ」/ 久石 譲＆新日本フィル・ワールド・ドリーム・オーケストラ"@ja,
        "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@ja-latn ;
    mo:performance_of <album/78693#musicalwork> ;
    mo:performer <artist/13882#subject> ;
    mo:recorded_as <album/78693#musicalexpression> ;
    schema:byArtist <artist/13882#subject> ;
    schema:name "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@en,
        "交響組曲「天空の城ラピュタ」/ 久石 譲＆新日本フィル・ワールド・ドリーム・オーケストラ"@ja,
        "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@ja-latn ;
    schema:workPerformed <album/78693#musicalwork> .

<artist/13882#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78693#performance> ;
    schema:name "New Japan Philharmonic World Dream Orchestra"@en,
        "新日本フィル・ワールド・ドリーム・オーケストラ"@ja ;
    foaf:name "New Japan Philharmonic World Dream Orchestra"@en,
        "新日本フィル・ワールド・ドリーム・オーケストラ"@ja .

<album/78693#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-08-01"^^xsd:date ;
    dcterms:title "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@en,
        "交響組曲「天空の城ラピュタ」/ 久石 譲＆新日本フィル・ワールド・ドリーム・オーケストラ"@ja,
        "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@ja-latn ;
    mo:catalogue_number "UMCK-1605" ;
    mo:media_type "CD" ;
    mo:publication_of <album/78693#musicalexpression> ;
    mo:publisher <org/2381#subject> ;
    mo:record _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    mo:record_count 1 ;
    schema:about <product/2476#subject> ;
    schema:byArtist <artist/13882#subject> ;
    schema:datePublished "2018-08-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/39/78693/78693-1532882169.jpg> ;
    schema:name "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@en,
        "交響組曲「天空の城ラピュタ」/ 久石 譲＆新日本フィル・ワールド・ドリーム・オーケストラ"@ja,
        "Symphonic Suite Castle in the Sky / Joe Hisaishi and New Japan Philharmonic World Dream Orchestra"@ja-latn ;
    schema:publisher <org/2381#subject> ;
    foaf:depiction <https://media.vgm.io/albums/39/78693/78693-1532882169.jpg> .

_:N0b535da947ea46998e3d92eccabef951 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I. Dawn of Asia"@en ;
    mo:track_number 10 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "I. Dawn of Asia"@en .

_:N49c23c120de7481c835312cea483403f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Castle of Time"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "The Castle of Time"@en .

_:N4cf67c380830408f80aaff63b2aab1ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "II. Hurly-Burly"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "II. Hurly-Burly"@en .

_:N4f0595a4191842139b3c4ab08471ed85 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Innocent"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "Innocent"@en .

_:N7b5cbb20a24849a6a05a05e44d990290 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Doves and the Boy ~ The Girl Who Fell from the Sky"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "Doves and the Boy ~ The Girl Who Fell from the Sky"@en .

_:N7f11ef7e9d9d4b8ca394fe8e26d3d289 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "IV. Absolution"@en ;
    mo:track_number 13 ;
    schema:duration "PT5:48"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "IV. Absolution"@en .

_:Nbc15f559b33f4297be2f77cd2de9d4e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Eternal Tree of Life"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "The Eternal Tree of Life"@en .

_:Nc2415edc7cc74f2f92af878cf6d17316 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "V. Asian Crisis"@en ;
    mo:track_number 14 ;
    schema:duration "PT6:36"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "V. Asian Crisis"@en .

_:Nc82e96c18a864736997bc534b76cf47c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gran'ma Dola"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "Gran'ma Dola"@en .

_:Nc8d1e9545fed4a23a003591af89e3a78 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Crisis ~ Disheartened Pazu"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "The Crisis ~ Disheartened Pazu"@en .

_:Nd01933ad4a1148489e2880ad91cc992a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Memories of Gondoa"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "Memories of Gondoa"@en .

_:Nd53ec1c3d44d4e96887b0e4530d8d922 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "III. Monkey Forest"@en ;
    mo:track_number 12 ;
    schema:duration "PT5:43"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "III. Monkey Forest"@en .

_:Ne369d60eb56d457a922c39cde97f6e2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Robot Soldier ~Resurrection - Rescue~"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "Robot Soldier ~Resurrection - Rescue~"@en .

_:Nf7f90a8a663e40dcae28f2009fe9648c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Street Brawl ~ The Chase ~ Floating with the Crystal"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N5c28baaa6c634b62a8ebafbde3484c21 ;
    schema:name "A Street Brawl ~ The Chase ~ Floating with the Crystal"@en .

_:N5c28baaa6c634b62a8ebafbde3484c21 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b535da947ea46998e3d92eccabef951,
        _:N49c23c120de7481c835312cea483403f,
        _:N4cf67c380830408f80aaff63b2aab1ca,
        _:N4f0595a4191842139b3c4ab08471ed85,
        _:N7b5cbb20a24849a6a05a05e44d990290,
        _:N7f11ef7e9d9d4b8ca394fe8e26d3d289,
        _:Nbc15f559b33f4297be2f77cd2de9d4e7,
        _:Nc2415edc7cc74f2f92af878cf6d17316,
        _:Nc82e96c18a864736997bc534b76cf47c,
        _:Nc8d1e9545fed4a23a003591af89e3a78,
        _:Nd01933ad4a1148489e2880ad91cc992a,
        _:Nd53ec1c3d44d4e96887b0e4530d8d922,
        _:Ne369d60eb56d457a922c39cde97f6e2d,
        _:Nf7f90a8a663e40dcae28f2009fe9648c ;
    mo:track_count 14 ;
    schema:duration "PT53:19"^^xsd:interval ;
    schema:numTracks 14 ;
    schema:track _:N0b535da947ea46998e3d92eccabef951,
        _:N49c23c120de7481c835312cea483403f,
        _:N4cf67c380830408f80aaff63b2aab1ca,
        _:N4f0595a4191842139b3c4ab08471ed85,
        _:N7b5cbb20a24849a6a05a05e44d990290,
        _:N7f11ef7e9d9d4b8ca394fe8e26d3d289,
        _:Nbc15f559b33f4297be2f77cd2de9d4e7,
        _:Nc2415edc7cc74f2f92af878cf6d17316,
        _:Nc82e96c18a864736997bc534b76cf47c,
        _:Nc8d1e9545fed4a23a003591af89e3a78,
        _:Nd01933ad4a1148489e2880ad91cc992a,
        _:Nd53ec1c3d44d4e96887b0e4530d8d922,
        _:Ne369d60eb56d457a922c39cde97f6e2d,
        _:Nf7f90a8a663e40dcae28f2009fe9648c .

