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

<artist/10443#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hisako Kanemoto"@en,
        "金元寿子"@ja ;
    foaf:made <album/56901#subject>,
        <album/56901#vocals> ;
    foaf:name "Hisako Kanemoto"@en,
        "金元寿子"@ja .

<artist/7363#subject> a schema:Person,
        foaf:Person ;
    schema:name "Airi Kirishima"@en,
        "桐島愛里"@ja ;
    foaf:made <album/56901#lyrics>,
        <album/56901#subject> ;
    foaf:name "Airi Kirishima"@en,
        "桐島愛里"@ja .

<artist/40753#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56901#subject> ;
    schema:name "ALL OFF"@en ;
    foaf:made <album/56901#composition>,
        <album/56901#subject> ;
    foaf:name "ALL OFF"@en .

<artist/6517#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56901#subject> ;
    schema:name "Keiji Inai"@en,
        "井内啓二"@ja ;
    foaf:made <album/56901#composition>,
        <album/56901#subject> ;
    foaf:name "Keiji Inai"@en,
        "井内啓二"@ja .

<artist/978#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56901#subject> ;
    schema:name "Maiko Iuchi"@en,
        "井内舞子"@ja ;
    foaf:made <album/56901#composition>,
        <album/56901#subject> ;
    foaf:name "Maiko Iuchi"@en,
        "井内舞子"@ja .

<product/3922#subject> a schema:CreativeWork ;
    schema:name "Heavy Object"@en,
        "ヘヴィーオブジェクト"@ja,
        "Heavy Object"@ja-latn ;
    foaf:name "Heavy Object"@en,
        "ヘヴィーオブジェクト"@ja,
        "Heavy Object"@ja-latn .

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

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

<album/56901#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "HEAVY OBJECT Original Soundtrack -Another Selection-"@en,
        "ヘヴィーオブジェクト オリジナルサウンドトラック -Another Selection-"@ja,
        "HEAVY OBJECT Original Soundtrack -Another Selection-"@ja-latn ;
    mo:performance_of <album/56901#musicalwork> ;
    mo:recorded_as <album/56901#musicalexpression> ;
    schema:name "HEAVY OBJECT Original Soundtrack -Another Selection-"@en,
        "ヘヴィーオブジェクト オリジナルサウンドトラック -Another Selection-"@ja,
        "HEAVY OBJECT Original Soundtrack -Another Selection-"@ja-latn ;
    schema:workPerformed <album/56901#musicalwork> .

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

<org/1329#subject> schema:name "Warner Bros. Home Entertainment"@en,
        "Warner Bros. Home Entertainment"@ja,
        "Warner Bros. Home Entertainment"@ja-latn ;
    foaf:name "Warner Bros. Home Entertainment"@en,
        "Warner Bros. Home Entertainment"@ja,
        "Warner Bros. Home Entertainment"@ja-latn .

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

<https://medium-media.vgm.io/albums/10/56901/56901-1547435967.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/56901#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "HEAVY OBJECT Original Soundtrack -Another Selection-"@en,
        "ヘヴィーオブジェクト オリジナルサウンドトラック -Another Selection-"@ja,
        "HEAVY OBJECT Original Soundtrack -Another Selection-"@ja-latn ;
    mo:composer <artist/40753#subject>,
        <artist/6517#subject>,
        <artist/978#subject> ;
    mo:produced_work <album/56901#musicalwork> ;
    schema:name "HEAVY OBJECT Original Soundtrack -Another Selection-"@en,
        "ヘヴィーオブジェクト オリジナルサウンドトラック -Another Selection-"@ja,
        "HEAVY OBJECT Original Soundtrack -Another Selection-"@ja-latn .

<album/56901#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-05-25"^^xsd:date ;
    dcterms:title "HEAVY OBJECT Original Soundtrack -Another Selection-"@en,
        "ヘヴィーオブジェクト オリジナルサウンドトラック -Another Selection-"@ja,
        "HEAVY OBJECT Original Soundtrack -Another Selection-"@ja-latn ;
    mo:catalogue_number "1000587159-CD" ;
    mo:media_type "CD" ;
    mo:publication_of <album/56901#musicalexpression> ;
    mo:publisher <org/1329#subject> ;
    mo:record _:Na4c7724663e2451296d90ee9bdd8a546 ;
    mo:record_count 1 ;
    schema:about <product/3922#subject> ;
    schema:datePublished "2016-05-25"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/10/56901/56901-1547435967.jpg> ;
    schema:name "HEAVY OBJECT Original Soundtrack -Another Selection-"@en,
        "ヘヴィーオブジェクト オリジナルサウンドトラック -Another Selection-"@ja,
        "HEAVY OBJECT Original Soundtrack -Another Selection-"@ja-latn ;
    schema:publisher <org/1329#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/56901/56901-1547435967.jpg> .

_:N0cb4e0e38b5348c2991d387edddb7a87 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ずーっと流れ作業だよ?"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "ずーっと流れ作業だよ?"@ja .

_:N190ec18daa6a4f159b9149df836083c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恐怖との邂逅"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "恐怖との邂逅"@ja .

_:N1f656af9d9e6447fba3063bf4b709a0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "「One More Chance!!」～ acoustic guitar"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "「One More Chance!!」～ acoustic guitar"@ja .

_:N28cd25662af04e769ff5bf3ffd58f1be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Laid Back"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Laid Back"@ja .

_:N2f16252b2af948ffa3f52f444d80f64f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Risk my life"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:33"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Risk my life"@ja .

_:N4ab0dcdf13e64f868eca74c1840e4d2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "日光浴に特殊スーツ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "日光浴に特殊スーツ"@ja .

_:N4e39596f50454a198da26467f482d683 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "援軍到着"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "援軍到着"@ja .

_:N55fce49461c942509969144d0aa78583 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Go Heavy ! ～ Magnum version"@ja ;
    mo:track_number 27 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Go Heavy ! ～ Magnum version"@ja .

_:N5dd2c0e2d5a84591aef216707d85fd62 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "会議だけなら楽なのに"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "会議だけなら楽なのに"@ja .

_:N6a3f75049ada4b14aec70caeef69231d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "敵襲"@ja ;
    mo:track_number 18 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "敵襲"@ja .

_:N83f30f4a7eb74c82b863f7d6276a9eae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "正統王国軍の謀計"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "正統王国軍の謀計"@ja .

_:N88ec2a82a7304be58d2f8961b687f8ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋はワン・ツー～あなたはモンスター～ (真おほほ ver.)"@ja ;
    mo:track_number 28 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "恋はワン・ツー～あなたはモンスター～ (真おほほ ver.)"@ja .

_:N8fc65ebd941e475ea14e533af4125dce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "お・ほ・ほ"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "お・ほ・ほ"@ja .

_:N97518dc67eb94ac8827339c592980373 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Train of Thought"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Train of Thought"@ja .

_:N98b6052639f34099b9a999e2a166d016 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Expressionless of Love"@ja ;
    mo:track_number 22 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Expressionless of Love"@ja .

_:N9a3eb8290b1046e2aeb39ff038452ec8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "平穏の地平線へ"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "平穏の地平線へ"@ja .

_:Na1b42830cfb04b2084e7bed2515a6dbe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Seedings of Sadness"@ja ;
    mo:track_number 24 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Seedings of Sadness"@ja .

_:Na33930fedfe042f3a513dd862e24c45d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Matter-of-factness"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Matter-of-factness"@ja .

_:Na7ebdb8693bf4864ae27b6ad46f4547b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Desperate Situation"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "The Desperate Situation"@ja .

_:Nb3a2610a595340688fbf93a8a730fff4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Good for nothing"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Good for nothing"@ja .

_:Nbc0fd35fdbff4b4b882713d6026ffbf2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Break Carrier"@ja ;
    mo:track_number 20 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Break Carrier"@ja .

_:Nc29dbe7d5a094840b4ab7fa742a500e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "それはご愁傷サマ..."@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "それはご愁傷サマ..."@ja .

_:Nc76742a7132a44488b473a72abfd4417 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Second Attack"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "The Second Attack"@ja .

_:Ncddb988e33ce4fedaa5bde02f98a1991 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "During Mission"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "During Mission"@ja .

_:Ne37d221efbab4db0b20ee523dc292843 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "例の噂"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "例の噂"@ja .

_:Ne8eb85bebc5a4a41bf3221d58ff617ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kind '2'"@ja ;
    mo:track_number 26 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Kind '2'"@ja .

_:Nf044cc9e155e46e8bc78d5633b1e1f99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Strategy Instruction"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "Strategy Instruction"@ja .

_:Nfc31f1103ed143f9b65b52edabd8b340 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "As I Am"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:Na4c7724663e2451296d90ee9bdd8a546 ;
    schema:name "As I Am"@ja .

_:Na4c7724663e2451296d90ee9bdd8a546 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0cb4e0e38b5348c2991d387edddb7a87,
        _:N190ec18daa6a4f159b9149df836083c2,
        _:N1f656af9d9e6447fba3063bf4b709a0e,
        _:N28cd25662af04e769ff5bf3ffd58f1be,
        _:N2f16252b2af948ffa3f52f444d80f64f,
        _:N4ab0dcdf13e64f868eca74c1840e4d2c,
        _:N4e39596f50454a198da26467f482d683,
        _:N55fce49461c942509969144d0aa78583,
        _:N5dd2c0e2d5a84591aef216707d85fd62,
        _:N6a3f75049ada4b14aec70caeef69231d,
        _:N83f30f4a7eb74c82b863f7d6276a9eae,
        _:N88ec2a82a7304be58d2f8961b687f8ea,
        _:N8fc65ebd941e475ea14e533af4125dce,
        _:N97518dc67eb94ac8827339c592980373,
        _:N98b6052639f34099b9a999e2a166d016,
        _:N9a3eb8290b1046e2aeb39ff038452ec8,
        _:Na1b42830cfb04b2084e7bed2515a6dbe,
        _:Na33930fedfe042f3a513dd862e24c45d,
        _:Na7ebdb8693bf4864ae27b6ad46f4547b,
        _:Nb3a2610a595340688fbf93a8a730fff4,
        _:Nbc0fd35fdbff4b4b882713d6026ffbf2,
        _:Nc29dbe7d5a094840b4ab7fa742a500e5,
        _:Nc76742a7132a44488b473a72abfd4417,
        _:Ncddb988e33ce4fedaa5bde02f98a1991,
        _:Ne37d221efbab4db0b20ee523dc292843,
        _:Ne8eb85bebc5a4a41bf3221d58ff617ef,
        _:Nf044cc9e155e46e8bc78d5633b1e1f99,
        _:Nfc31f1103ed143f9b65b52edabd8b340 ;
    mo:track_count 28 ;
    schema:duration "PT59:50"^^xsd:interval ;
    schema:numTracks 28 ;
    schema:track _:N0cb4e0e38b5348c2991d387edddb7a87,
        _:N190ec18daa6a4f159b9149df836083c2,
        _:N1f656af9d9e6447fba3063bf4b709a0e,
        _:N28cd25662af04e769ff5bf3ffd58f1be,
        _:N2f16252b2af948ffa3f52f444d80f64f,
        _:N4ab0dcdf13e64f868eca74c1840e4d2c,
        _:N4e39596f50454a198da26467f482d683,
        _:N55fce49461c942509969144d0aa78583,
        _:N5dd2c0e2d5a84591aef216707d85fd62,
        _:N6a3f75049ada4b14aec70caeef69231d,
        _:N83f30f4a7eb74c82b863f7d6276a9eae,
        _:N88ec2a82a7304be58d2f8961b687f8ea,
        _:N8fc65ebd941e475ea14e533af4125dce,
        _:N97518dc67eb94ac8827339c592980373,
        _:N98b6052639f34099b9a999e2a166d016,
        _:N9a3eb8290b1046e2aeb39ff038452ec8,
        _:Na1b42830cfb04b2084e7bed2515a6dbe,
        _:Na33930fedfe042f3a513dd862e24c45d,
        _:Na7ebdb8693bf4864ae27b6ad46f4547b,
        _:Nb3a2610a595340688fbf93a8a730fff4,
        _:Nbc0fd35fdbff4b4b882713d6026ffbf2,
        _:Nc29dbe7d5a094840b4ab7fa742a500e5,
        _:Nc76742a7132a44488b473a72abfd4417,
        _:Ncddb988e33ce4fedaa5bde02f98a1991,
        _:Ne37d221efbab4db0b20ee523dc292843,
        _:Ne8eb85bebc5a4a41bf3221d58ff617ef,
        _:Nf044cc9e155e46e8bc78d5633b1e1f99,
        _:Nfc31f1103ed143f9b65b52edabd8b340 .

