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

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

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

<artist/11167#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Shinpei Nakayama"@en,
        "中山晋平"@ja ;
    foaf:made <album/101683#composition>,
        <album/101683#subject> ;
    foaf:name "Shinpei Nakayama"@en,
        "中山晋平"@ja .

<artist/21077#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Lev Knipper"@en ;
    foaf:made <album/101683#composition>,
        <album/101683#subject> ;
    foaf:name "Lev Knipper"@en .

<artist/21078#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Matvey Blanter"@en ;
    foaf:made <album/101683#composition>,
        <album/101683#subject> ;
    foaf:name "Matvey Blanter"@en .

<artist/24187#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Ivan Petrovich Larionov"@en,
        "Иван Петрович Ларионов"@ja ;
    foaf:made <album/101683#composition>,
        <album/101683#subject> ;
    foaf:name "Ivan Petrovich Larionov"@en,
        "Иван Петрович Ларионов"@ja .

<artist/28867#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Hiroki Takahashi"@en,
        "高橋宏樹"@ja ;
    foaf:made <album/101683#composition>,
        <album/101683#subject> ;
    foaf:name "Hiroki Takahashi"@en,
        "高橋宏樹"@ja .

<artist/42318#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Nagayo Motoori"@en,
        "本居長世"@ja ;
    foaf:made <album/101683#composition>,
        <album/101683#subject> ;
    foaf:name "Nagayo Motoori"@en,
        "本居長世"@ja .

<artist/6878#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Johann Strauss"@en ;
    foaf:made <album/101683#composition>,
        <album/101683#subject> ;
    foaf:name "Johann Strauss"@en .

<artist/8726#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Seiichiro Uno"@en,
        "宇野誠一郎"@ja ;
    foaf:made <album/101683#composition>,
        <album/101683#subject> ;
    foaf:name "Seiichiro Uno"@en,
        "宇野誠一郎"@ja .

<artist/9887#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Shunsuke Takizawa"@en,
        "滝澤俊輔"@ja ;
    foaf:made <album/101683#composition>,
        <album/101683#subject> ;
    foaf:name "Shunsuke Takizawa"@en,
        "滝澤俊輔"@ja .

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

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

<https://medium-media.vgm.io/albums/38/101683/101683-bd086e89d3a8.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/101683#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tales from the Orchestra"@en,
        "オーケストラ物語"@ja,
        "Tales from the Orchestra"@ja-latn ;
    mo:performance_of <album/101683#musicalwork> ;
    mo:performer _:N0ca2ae3d88ee4f4da3f212ee5a3bac51 ;
    mo:recorded_as <album/101683#musicalexpression> ;
    schema:byArtist _:N0ca2ae3d88ee4f4da3f212ee5a3bac51 ;
    schema:name "Tales from the Orchestra"@en,
        "オーケストラ物語"@ja,
        "Tales from the Orchestra"@ja-latn ;
    schema:workPerformed <album/101683#musicalwork> .

<album/101683#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tales from the Orchestra"@en,
        "オーケストラ物語"@ja,
        "Tales from the Orchestra"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Ryota Ishikawa"@en ;
            foaf:made <album/101683#composition> ;
            foaf:name "Ryota Ishikawa"@en ],
        <artist/11167#subject>,
        <artist/21077#subject>,
        <artist/21078#subject>,
        <artist/24187#subject>,
        <artist/28867#subject>,
        <artist/42318#subject>,
        <artist/6878#subject>,
        <artist/8726#subject>,
        <artist/9887#subject> ;
    mo:produced_work <album/101683#musicalwork> ;
    schema:name "Tales from the Orchestra"@en,
        "オーケストラ物語"@ja,
        "Tales from the Orchestra"@ja-latn .

<album/101683#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-08-01"^^xsd:date ;
    dcterms:title "Tales from the Orchestra"@en,
        "オーケストラ物語"@ja,
        "Tales from the Orchestra"@ja-latn ;
    mo:catalogue_number "SKZP-180801" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/101683#musicalexpression> ;
    mo:publisher _:Nf7a533e065a9438986e6cd6e3974282a ;
    mo:record _:N526ee8099c914538a60a3c23677ed128,
        _:Nfe5ee500064242e581c48fb3beaeefd8 ;
    mo:record_count 2 ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Zoorasian Philharmonic Orchestra"@en ;
            foaf:name "Zoorasian Philharmonic Orchestra"@en ] ;
    schema:datePublished "2018-08-01"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/38/101683/101683-bd086e89d3a8.jpg> ;
    schema:name "Tales from the Orchestra"@en,
        "オーケストラ物語"@ja,
        "Tales from the Orchestra"@ja-latn ;
    schema:publisher _:Nf7a533e065a9438986e6cd6e3974282a ;
    foaf:depiction <https://media.vgm.io/albums/38/101683/101683-bd086e89d3a8.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101683#subject> ;
    schema:name "Ryota Ishikawa"@en ;
    foaf:made <album/101683#subject> ;
    foaf:name "Ryota Ishikawa"@en .

_:N0bdec9d2ffca41fc800f150c49eecf92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オーケストラ物語"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nfe5ee500064242e581c48fb3beaeefd8 ;
    schema:name "オーケストラ物語"@ja .

_:N0ca2ae3d88ee4f4da3f212ee5a3bac51 a schema:Person,
        foaf:Person ;
    mo:performed <album/101683#performance> ;
    schema:name "Zoorasian Philharmonic Orchestra"@en ;
    foaf:name "Zoorasian Philharmonic Orchestra"@en .

_:N1356ab7d8f164c0498deb02a75821d57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シンフォニックアニマル"@ja ;
    mo:track_number 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "シンフォニックアニマル"@ja .

_:N25bc3b3573e84d618cbd05114291045f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アルビレオの誘惑"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "アルビレオの誘惑"@ja .

_:N390d2a43b5124f00921026be8b181d6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ロシアンルーレット"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "ロシアンルーレット"@ja .

_:N40e930f3fb004d6a95f5651f24ef9957 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ストローラーマーチ"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "ストローラーマーチ"@ja .

_:N64cb7183089e4117a4215c7870c55a92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻想曲「かごめ」"@ja ;
    mo:track_number 12 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "幻想曲「かごめ」"@ja .

_:N7b24e38f797f4c0ebacc2e4b17914fe6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "蝶々コンチェルト"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "蝶々コンチェルト"@ja .

_:N7f39d7e124024cf5830afd9f5aaa06d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オーケストラ物語"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "オーケストラ物語"@ja .

_:N9474e179cd034c22b1f109710310da69 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ロンドンデリーの歌"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nfe5ee500064242e581c48fb3beaeefd8 ;
    schema:name "ロンドンデリーの歌"@ja .

_:N9b9749e615794816a7140788026195c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アルビレオの誘惑"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nfe5ee500064242e581c48fb3beaeefd8 ;
    schema:name "アルビレオの誘惑"@ja .

_:N9c5a3d27e4924c7d9ceb06cc00a5f17f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "七つの子の主題による幻想曲"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "七つの子の主題による幻想曲"@ja .

_:Na061145949ed4025902164c5ef81575c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "マザーグースコンチェルト"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "マザーグースコンチェルト"@ja .

_:Nb0fafbf2257848ff87aa7700900953a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ロンドンデリーの歌"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "ロンドンデリーの歌"@ja .

_:Nb39f61a4cf6e4b24b8666a069efcc8a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ソソラソラソラシュトラウス"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nfe5ee500064242e581c48fb3beaeefd8 ;
    schema:name "ソソラソラソラシュトラウス"@ja .

_:Nb715514e20674ebb8d46fde79085782b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ソソラソラソラシュトラウス"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "ソソラソラソラシュトラウス"@ja .

_:Ndfa7887024ba44038a7a8a81e7b472ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "七つの子の主題による幻想曲"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nfe5ee500064242e581c48fb3beaeefd8 ;
    schema:name "七つの子の主題による幻想曲"@ja .

_:Ne3207835e0c843d4a23ccbfb91ce921c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "こぎつね“コン”チェルト"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N526ee8099c914538a60a3c23677ed128 ;
    schema:name "こぎつね“コン”チェルト"@ja .

_:Nf313e42f2e3f41dfb3b9916a870e801a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻想曲「かごめ」"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nfe5ee500064242e581c48fb3beaeefd8 ;
    schema:name "幻想曲「かごめ」"@ja .

_:Nf7a533e065a9438986e6cd6e3974282a schema:name "SUPERKIDS RECORDS"@en ;
    foaf:name "SUPERKIDS RECORDS"@en .

_:Nfe5ee500064242e581c48fb3beaeefd8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N0bdec9d2ffca41fc800f150c49eecf92,
        _:N9474e179cd034c22b1f109710310da69,
        _:N9b9749e615794816a7140788026195c4,
        _:Nb39f61a4cf6e4b24b8666a069efcc8a2,
        _:Ndfa7887024ba44038a7a8a81e7b472ea,
        _:Nf313e42f2e3f41dfb3b9916a870e801a ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0bdec9d2ffca41fc800f150c49eecf92,
        _:N9474e179cd034c22b1f109710310da69,
        _:N9b9749e615794816a7140788026195c4,
        _:Nb39f61a4cf6e4b24b8666a069efcc8a2,
        _:Ndfa7887024ba44038a7a8a81e7b472ea,
        _:Nf313e42f2e3f41dfb3b9916a870e801a .

_:N526ee8099c914538a60a3c23677ed128 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1356ab7d8f164c0498deb02a75821d57,
        _:N25bc3b3573e84d618cbd05114291045f,
        _:N390d2a43b5124f00921026be8b181d6e,
        _:N40e930f3fb004d6a95f5651f24ef9957,
        _:N64cb7183089e4117a4215c7870c55a92,
        _:N7b24e38f797f4c0ebacc2e4b17914fe6,
        _:N7f39d7e124024cf5830afd9f5aaa06d2,
        _:N9c5a3d27e4924c7d9ceb06cc00a5f17f,
        _:Na061145949ed4025902164c5ef81575c,
        _:Nb0fafbf2257848ff87aa7700900953a2,
        _:Nb715514e20674ebb8d46fde79085782b,
        _:Ne3207835e0c843d4a23ccbfb91ce921c ;
    mo:track_count 12 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N1356ab7d8f164c0498deb02a75821d57,
        _:N25bc3b3573e84d618cbd05114291045f,
        _:N390d2a43b5124f00921026be8b181d6e,
        _:N40e930f3fb004d6a95f5651f24ef9957,
        _:N64cb7183089e4117a4215c7870c55a92,
        _:N7b24e38f797f4c0ebacc2e4b17914fe6,
        _:N7f39d7e124024cf5830afd9f5aaa06d2,
        _:N9c5a3d27e4924c7d9ceb06cc00a5f17f,
        _:Na061145949ed4025902164c5ef81575c,
        _:Nb0fafbf2257848ff87aa7700900953a2,
        _:Nb715514e20674ebb8d46fde79085782b,
        _:Ne3207835e0c843d4a23ccbfb91ce921c .

