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

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

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

<artist/1743#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "Kaoru Wada"@en,
        "和田薫"@ja ;
    foaf:made <album/44693#composition>,
        <album/44693#subject> ;
    foaf:name "Kaoru Wada"@en,
        "和田薫"@ja .

<artist/260#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "Masamicz Amano"@en ;
    foaf:made <album/44693#composition>,
        <album/44693#subject> ;
    foaf:name "Masamicz Amano"@en .

<artist/261#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "Toshio Mashima"@en,
        "真島俊夫"@ja ;
    foaf:made <album/44693#composition>,
        <album/44693#subject> ;
    foaf:name "Toshio Mashima"@en,
        "真島俊夫"@ja .

<artist/5631#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "Yasuhide Ito"@en,
        "伊藤康英"@ja ;
    foaf:made <album/44693#composition>,
        <album/44693#subject> ;
    foaf:name "Yasuhide Ito"@en,
        "伊藤康英"@ja .

<artist/8174#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "John Lennon"@en ;
    foaf:made <album/44693#composition>,
        <album/44693#subject> ;
    foaf:name "John Lennon"@en .

<artist/8175#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "Paul McCartney"@en ;
    foaf:made <album/44693#composition>,
        <album/44693#subject> ;
    foaf:name "Paul McCartney"@en .

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

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

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

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

<album/44693#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "CHUNSHINGURA IBUN"@en,
        "忠臣蔵異聞"@ja,
        "CHUNSHINGURA IBUN"@ja-latn ;
    mo:performance_of <album/44693#musicalwork> ;
    mo:performer _:Nd4a7a17b94594e2a91a39b1d915a9b80 ;
    mo:recorded_as <album/44693#musicalexpression> ;
    schema:byArtist _:Nd4a7a17b94594e2a91a39b1d915a9b80 ;
    schema:name "CHUNSHINGURA IBUN"@en,
        "忠臣蔵異聞"@ja,
        "CHUNSHINGURA IBUN"@ja-latn ;
    schema:workPerformed <album/44693#musicalwork> .

<album/44693#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "CHUNSHINGURA IBUN"@en,
        "忠臣蔵異聞"@ja,
        "CHUNSHINGURA IBUN"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Frederick Loewe"@en ;
            foaf:made <album/44693#composition> ;
            foaf:name "Frederick Loewe"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Henry Fillmore"@en ;
            foaf:made <album/44693#composition> ;
            foaf:name "Henry Fillmore"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Toshiaki Minami"@en ;
            foaf:made <album/44693#composition> ;
            foaf:name "Toshiaki Minami"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Hiroshi Hoshina"@en ;
            foaf:made <album/44693#composition> ;
            foaf:name "Hiroshi Hoshina"@en ],
        <artist/1743#subject>,
        <artist/260#subject>,
        <artist/261#subject>,
        <artist/5631#subject>,
        <artist/8174#subject>,
        <artist/8175#subject> ;
    mo:produced_work <album/44693#musicalwork> ;
    schema:name "CHUNSHINGURA IBUN"@en,
        "忠臣蔵異聞"@ja,
        "CHUNSHINGURA IBUN"@ja-latn .

<album/44693#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-03-12"^^xsd:date ;
    dcterms:title "CHUNSHINGURA IBUN"@en,
        "忠臣蔵異聞"@ja,
        "CHUNSHINGURA IBUN"@ja-latn ;
    mo:catalogue_number "CACG-0106" ;
    mo:media_type "CD" ;
    mo:publication_of <album/44693#musicalexpression> ;
    mo:publisher _:Nc02af86b62ec4510a3f592617e1ba897 ;
    mo:record _:Nea52a8d770324fa7b093984d342e81f4 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Giant Robo THE ANIMATION"@en ;
            foaf:name "Giant Robo THE ANIMATION"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "NTT EAST Tokyo Wind Ensemble"@en ;
            foaf:name "NTT EAST Tokyo Wind Ensemble"@en ] ;
    schema:datePublished "2008-03-12"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/39/44693/44693-1394152921.jpg> ;
    schema:name "CHUNSHINGURA IBUN"@en,
        "忠臣蔵異聞"@ja,
        "CHUNSHINGURA IBUN"@ja-latn ;
    schema:publisher _:Nc02af86b62ec4510a3f592617e1ba897 ;
    foaf:depiction <https://media.vgm.io/albums/39/44693/44693-1394152921.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "Toshiaki Minami"@en ;
    foaf:made <album/44693#subject> ;
    foaf:name "Toshiaki Minami"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "Hiroshi Hoshina"@en ;
    foaf:made <album/44693#subject> ;
    foaf:name "Hiroshi Hoshina"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "Frederick Loewe"@en ;
    foaf:made <album/44693#subject> ;
    foaf:name "Frederick Loewe"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44693#subject> ;
    schema:name "Henry Fillmore"@en ;
    foaf:made <album/44693#subject> ;
    foaf:name "Henry Fillmore"@en .

_:N03a969e0ad0249e19272a1390ab7516a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ル・ボゥ・ジャポン"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "ル・ボゥ・ジャポン"@ja .

_:N040e8705759d4c94b747d09bebf1bee5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "踊りあかそう"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:38"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "踊りあかそう"@ja .

_:N18bcc498b9d7425db4eff4d3f9a7b852 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ヘイ・ジュード"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "ヘイ・ジュード"@ja .

_:N3f164eac44904a46a895d5693ec527f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パストラーレ (牧歌)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT7:10"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "パストラーレ (牧歌)"@ja .

_:N3f1fed0e4ffb4dcfac2b5cdfa318ee88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "忠臣蔵異聞 巻ノ壱"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:06"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "忠臣蔵異聞 巻ノ壱"@ja .

_:N63e1cb08e3e0493bbd38a18fbfe2a16e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鳳凰が舞う 印象、京都、石庭 金閣寺"@ja ;
    mo:track_number 4 ;
    schema:duration "PT9:57"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "鳳凰が舞う 印象、京都、石庭 金閣寺"@ja .

_:N927db203ce2444679e39a0acd821381e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "吹奏楽のための「土俗的舞曲」"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "吹奏楽のための「土俗的舞曲」"@ja .

_:Na1985718e27a4f5daef336ab83d6fee0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ピアノと吹奏楽のための「琉球幻想曲」"@ja ;
    mo:track_number 13 ;
    schema:duration "PT5:25"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "ピアノと吹奏楽のための「琉球幻想曲」"@ja .

_:Na83b306b0bc04402adb46a536b349bd5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "忠臣蔵異聞 巻ノ弐"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:41"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "忠臣蔵異聞 巻ノ弐"@ja .

_:Nb2609fcb183c4ebc8c40367990dcb899 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "憧れの街"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "憧れの街"@ja .

_:Nb36b342cb1c44e44aed19a7062231b9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "忠臣蔵異聞 巻ノ参"@ja ;
    mo:track_number 10 ;
    schema:duration "PT9:09"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "忠臣蔵異聞 巻ノ参"@ja .

_:Nc02af86b62ec4510a3f592617e1ba897 schema:name "CAFUA"@en ;
    foaf:name "CAFUA"@en .

_:Nd087d8c412cb4c45813f3a0bc937bd9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サーカス・ビー"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "サーカス・ビー"@ja .

_:Nd4a7a17b94594e2a91a39b1d915a9b80 a schema:Person,
        foaf:Person ;
    mo:performed <album/44693#performance> ;
    schema:name "NTT EAST Tokyo Wind Ensemble"@en ;
    foaf:name "NTT EAST Tokyo Wind Ensemble"@en .

_:Nef53b3364a8c4270aae900fd2c10e654 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「GR」より 明日への希望"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:Nea52a8d770324fa7b093984d342e81f4 ;
    schema:name "「GR」より 明日への希望"@ja .

_:Nea52a8d770324fa7b093984d342e81f4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N03a969e0ad0249e19272a1390ab7516a,
        _:N040e8705759d4c94b747d09bebf1bee5,
        _:N18bcc498b9d7425db4eff4d3f9a7b852,
        _:N3f164eac44904a46a895d5693ec527f7,
        _:N3f1fed0e4ffb4dcfac2b5cdfa318ee88,
        _:N63e1cb08e3e0493bbd38a18fbfe2a16e,
        _:N927db203ce2444679e39a0acd821381e,
        _:Na1985718e27a4f5daef336ab83d6fee0,
        _:Na83b306b0bc04402adb46a536b349bd5,
        _:Nb2609fcb183c4ebc8c40367990dcb899,
        _:Nb36b342cb1c44e44aed19a7062231b9e,
        _:Nd087d8c412cb4c45813f3a0bc937bd9c,
        _:Nef53b3364a8c4270aae900fd2c10e654 ;
    mo:track_count 13 ;
    schema:duration "PT71:43"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N03a969e0ad0249e19272a1390ab7516a,
        _:N040e8705759d4c94b747d09bebf1bee5,
        _:N18bcc498b9d7425db4eff4d3f9a7b852,
        _:N3f164eac44904a46a895d5693ec527f7,
        _:N3f1fed0e4ffb4dcfac2b5cdfa318ee88,
        _:N63e1cb08e3e0493bbd38a18fbfe2a16e,
        _:N927db203ce2444679e39a0acd821381e,
        _:Na1985718e27a4f5daef336ab83d6fee0,
        _:Na83b306b0bc04402adb46a536b349bd5,
        _:Nb2609fcb183c4ebc8c40367990dcb899,
        _:Nb36b342cb1c44e44aed19a7062231b9e,
        _:Nd087d8c412cb4c45813f3a0bc937bd9c,
        _:Nef53b3364a8c4270aae900fd2c10e654 .

