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

<artist/143#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rie Kitou"@en ;
    foaf:made <album/20140#subject>,
        <album/20140#vocals> ;
    foaf:name "Rie Kitou"@en .

<artist/34548#subject> a schema:Person,
        foaf:Person ;
    schema:name "Sara Yajima"@en,
        "矢島さら"@ja ;
    foaf:made <album/20140#lyrics>,
        <album/20140#subject> ;
    foaf:name "Sara Yajima"@en,
        "矢島さら"@ja .

<artist/3806#subject> a schema:Person,
        foaf:Person ;
    schema:name "Melody Nelson"@en ;
    foaf:made <album/20140#lyrics>,
        <album/20140#subject> ;
    foaf:name "Melody Nelson"@en .

<artist/3840#subject> a schema:Person,
        foaf:Person ;
    schema:name "Miu Arimura"@en,
        "有村深羽"@ja ;
    foaf:made <album/20140#subject>,
        <album/20140#vocals> ;
    foaf:name "Miu Arimura"@en,
        "有村深羽"@ja .

<artist/78278#subject> a schema:Person,
        foaf:Person ;
    schema:name "Naoko Futami"@en,
        "二見直子"@ja ;
    foaf:made <album/20140#subject>,
        <album/20140#vocals> ;
    foaf:name "Naoko Futami"@en,
        "二見直子"@ja .

<artist/2887#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20140#subject> ;
    schema:name "Hideki Takahashi"@en,
        "高橋秀紀"@ja ;
    foaf:made <album/20140#composition>,
        <album/20140#subject> ;
    foaf:name "Hideki Takahashi"@en,
        "高橋秀紀"@ja .

<artist/3163#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20140#subject> ;
    schema:name "Hechima"@en,
        "へちま"@ja ;
    foaf:made <album/20140#composition>,
        <album/20140#subject> ;
    foaf:name "Hechima"@en,
        "へちま"@ja .

<release/40124#subject> a schema:CreativeWork ;
    schema:name "Kana ~Imouto~"@en,
        "加奈 ～いもうと～"@ja,
        "Kana ~Imouto~"@ja-latn ;
    foaf:name "Kana ~Imouto~"@en,
        "加奈 ～いもうと～"@ja,
        "Kana ~Imouto~"@ja-latn .

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

<album/20140#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kana ~Imouto~ Sound Collection"@en,
        "加奈～いもうと～ サウンドコレクション"@ja,
        "Kana ~Imouto~ Sound Collection"@ja-latn ;
    mo:performance_of <album/20140#musicalwork> ;
    mo:recorded_as <album/20140#musicalexpression> ;
    schema:name "Kana ~Imouto~ Sound Collection"@en,
        "加奈～いもうと～ サウンドコレクション"@ja,
        "Kana ~Imouto~ Sound Collection"@ja-latn ;
    schema:workPerformed <album/20140#musicalwork> .

<org/1675#subject> schema:name "CYBERFRONT"@en,
        "株式会社サイバーフロント"@ja,
        "CYBERFRONT"@ja-latn ;
    foaf:name "CYBERFRONT"@en,
        "株式会社サイバーフロント"@ja,
        "CYBERFRONT"@ja-latn .

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

<https://medium-media.vgm.io/albums/04/20140/20140-ac0bdb48eba4.jpg> a schema:ImageObject,
        foaf:Image .

<album/20140#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kana ~Imouto~ Sound Collection"@en,
        "加奈～いもうと～ サウンドコレクション"@ja,
        "Kana ~Imouto~ Sound Collection"@ja-latn ;
    mo:composer <artist/2887#subject>,
        <artist/3163#subject> ;
    mo:produced_work <album/20140#musicalwork> ;
    schema:name "Kana ~Imouto~ Sound Collection"@en,
        "加奈～いもうと～ サウンドコレクション"@ja,
        "Kana ~Imouto~ Sound Collection"@ja-latn .

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

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

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

<album/20140#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-10-07"^^xsd:date ;
    dcterms:title "Kana ~Imouto~ Sound Collection"@en,
        "加奈～いもうと～ サウンドコレクション"@ja,
        "Kana ~Imouto~ Sound Collection"@ja-latn ;
    mo:catalogue_number "320042-2-1~2" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/20140#musicalexpression> ;
    mo:publisher <org/1675#subject> ;
    mo:record _:N5adf92fcd8c34e73a9439356cd306385,
        _:N5c06e63a0484429da2fad34ceff476a9 ;
    mo:record_count 2 ;
    schema:about <release/40124#subject> ;
    schema:datePublished "2010-10-07"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/04/20140/20140-ac0bdb48eba4.jpg> ;
    schema:name "Kana ~Imouto~ Sound Collection"@en,
        "加奈～いもうと～ サウンドコレクション"@ja,
        "Kana ~Imouto~ Sound Collection"@ja-latn ;
    schema:publisher <org/1675#subject> ;
    foaf:depiction <https://media.vgm.io/albums/04/20140/20140-ac0bdb48eba4.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "KANA"@en ;
    foaf:made <album/20140#subject> ;
    foaf:name "KANA"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "KANA"@en ;
    foaf:made <album/20140#vocals> ;
    foaf:name "KANA"@en .

_:N08538d4fb66e42f39a8f949ebf66f3fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hesitation to Hug Someone Close"@en,
        "抱きしめることのためらい"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "Hesitation to Hug Someone Close"@en,
        "抱きしめることのためらい"@ja .

_:N0874dbc8c5494974897231a7603b9c77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Play A Joke"@en,
        "Play A Joke"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "Play A Joke"@en,
        "Play A Joke"@ja .

_:N0bde958d939d48fc9554e3f14addc69c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fanciful jump"@en,
        "Fanciful jump"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "Fanciful jump"@en,
        "Fanciful jump"@ja .

_:N1b42f8e6a7d047888296e9fc3d630e1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Message"@en,
        "メッセージ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "Message"@en,
        "メッセージ"@ja .

_:N3fdf94e45da74702a5d26d74ce37dc95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Melancholic Motive"@en,
        "憂鬱な理由"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "Melancholic Motive"@en,
        "憂鬱な理由"@ja .

_:N58b7e2e2939d4f79b585ca5fab2eebba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sacrifice"@en,
        "Sacrifice"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "Sacrifice"@en,
        "Sacrifice"@ja .

_:N5d64adb29f3044e4a64f27f26b199107 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Thank You"@en,
        "ありがとう"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "Thank You"@en,
        "ありがとう"@ja .

_:N77c286ca45e64f6583aa7b856428afd2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Snowflake ~End of Memories, Snow falls~"@en,
        "Snowflake ～想い出の果て、雪は降る～"@ja ;
    mo:track_number 6 ;
    schema:duration "PT6:15"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "Snowflake ~End of Memories, Snow falls~"@en,
        "Snowflake ～想い出の果て、雪は降る～"@ja .

_:N7ec6a30538894938be5c82ecacb84b77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To You (Music Box Version)"@en,
        "あなたへ (オルゴールバージョン)"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:33"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "To You (Music Box Version)"@en,
        "あなたへ (オルゴールバージョン)"@ja .

_:N806b93ec2a2e469b84f3961b357bd263 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Melody of the Sea Roar"@en,
        "潮騒のメロディ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "Melody of the Sea Roar"@en,
        "潮騒のメロディ"@ja .

_:N8973be3058ed47359251b8625d8feca3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Roadside Trees in the Evening"@en,
        "夕暮れの街路樹"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "Roadside Trees in the Evening"@en,
        "夕暮れの街路樹"@ja .

_:N8f04288e1f24441bb60ccd93754b7106 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "How Do You Feel?"@en,
        "気分はいかが?"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "How Do You Feel?"@en,
        "気分はいかが?"@ja .

_:N96bee185d1c843a69af8fc4ffa83abee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dream a dream"@en,
        "Dream a dream"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "Dream a dream"@en,
        "Dream a dream"@ja .

_:Nb01c64522f63479c9f30a1b48b491b78 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To You"@en,
        "あなたへ"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:31"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "To You"@en,
        "あなたへ"@ja .

_:Nb19559830f6b408285e84501bc93df4f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Feeling of becoming one"@en,
        "ひとつになった気持ち"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "Feeling of becoming one"@en,
        "ひとつになった気持ち"@ja .

_:Nb935478e8d1b4d909b5708b4c62ee0d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'm glad I met you"@en,
        "あなたに出会えて良かった"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:32"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "I'm glad I met you"@en,
        "あなたに出会えて良かった"@ja .

_:Nbcec30addb4849618b37419e5a7c77f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The White Season"@en,
        "白い季節"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "The White Season"@en,
        "白い季節"@ja .

_:Nbedd2ed4bbd84104951ba70dc1154f2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Beginning Goodbye"@en,
        "はじまりのさよなら"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:16"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "The Beginning Goodbye"@en,
        "はじまりのさよなら"@ja .

_:Nc0c1bcdd0069438db16c1111e5b3d4a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Album of Two People"@en,
        "2人のアルバム"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "Album of Two People"@en,
        "2人のアルバム"@ja .

_:Nc27a12828d2b449b93ac8cc3214be70f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I can't Live Without her"@en,
        "I can't Live Without her"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "I can't Live Without her"@en,
        "I can't Live Without her"@ja .

_:Nd48216b293d54bcb9792ee4f264cc7f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Believe ~Round Eyes~"@en,
        "Believe～つぶらな瞳～"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "Believe ~Round Eyes~"@en,
        "Believe～つぶらな瞳～"@ja .

_:Nf96c8cba163e4789a770181d941bfd93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "She was Weeping sadly"@en,
        "She was Weeping sadly"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N5adf92fcd8c34e73a9439356cd306385 ;
    schema:name "She was Weeping sadly"@en,
        "She was Weeping sadly"@ja .

_:Nffe8e7caa81240eaa36e0b20dc568ff0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Riding on the Wind"@en,
        "風に乗って"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N5c06e63a0484429da2fad34ceff476a9 ;
    schema:name "Riding on the Wind"@en,
        "風に乗って"@ja .

_:N5c06e63a0484429da2fad34ceff476a9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1b42f8e6a7d047888296e9fc3d630e1f,
        _:N77c286ca45e64f6583aa7b856428afd2,
        _:N806b93ec2a2e469b84f3961b357bd263,
        _:N96bee185d1c843a69af8fc4ffa83abee,
        _:Nb01c64522f63479c9f30a1b48b491b78,
        _:Nb935478e8d1b4d909b5708b4c62ee0d9,
        _:Nbcec30addb4849618b37419e5a7c77f2,
        _:Nbedd2ed4bbd84104951ba70dc1154f2e,
        _:Nd48216b293d54bcb9792ee4f264cc7f3,
        _:Nffe8e7caa81240eaa36e0b20dc568ff0 ;
    mo:track_count 10 ;
    schema:duration "PT53:21"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N1b42f8e6a7d047888296e9fc3d630e1f,
        _:N77c286ca45e64f6583aa7b856428afd2,
        _:N806b93ec2a2e469b84f3961b357bd263,
        _:N96bee185d1c843a69af8fc4ffa83abee,
        _:Nb01c64522f63479c9f30a1b48b491b78,
        _:Nb935478e8d1b4d909b5708b4c62ee0d9,
        _:Nbcec30addb4849618b37419e5a7c77f2,
        _:Nbedd2ed4bbd84104951ba70dc1154f2e,
        _:Nd48216b293d54bcb9792ee4f264cc7f3,
        _:Nffe8e7caa81240eaa36e0b20dc568ff0 .

_:N5adf92fcd8c34e73a9439356cd306385 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N08538d4fb66e42f39a8f949ebf66f3fd,
        _:N0874dbc8c5494974897231a7603b9c77,
        _:N0bde958d939d48fc9554e3f14addc69c,
        _:N3fdf94e45da74702a5d26d74ce37dc95,
        _:N58b7e2e2939d4f79b585ca5fab2eebba,
        _:N5d64adb29f3044e4a64f27f26b199107,
        _:N7ec6a30538894938be5c82ecacb84b77,
        _:N8973be3058ed47359251b8625d8feca3,
        _:N8f04288e1f24441bb60ccd93754b7106,
        _:Nb19559830f6b408285e84501bc93df4f,
        _:Nc0c1bcdd0069438db16c1111e5b3d4a6,
        _:Nc27a12828d2b449b93ac8cc3214be70f,
        _:Nf96c8cba163e4789a770181d941bfd93 ;
    mo:track_count 13 ;
    schema:duration "PT36:14"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N08538d4fb66e42f39a8f949ebf66f3fd,
        _:N0874dbc8c5494974897231a7603b9c77,
        _:N0bde958d939d48fc9554e3f14addc69c,
        _:N3fdf94e45da74702a5d26d74ce37dc95,
        _:N58b7e2e2939d4f79b585ca5fab2eebba,
        _:N5d64adb29f3044e4a64f27f26b199107,
        _:N7ec6a30538894938be5c82ecacb84b77,
        _:N8973be3058ed47359251b8625d8feca3,
        _:N8f04288e1f24441bb60ccd93754b7106,
        _:Nb19559830f6b408285e84501bc93df4f,
        _:Nc0c1bcdd0069438db16c1111e5b3d4a6,
        _:Nc27a12828d2b449b93ac8cc3214be70f,
        _:Nf96c8cba163e4789a770181d941bfd93 .

