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

<artist/23987#subject> a schema:Person,
        foaf:Person ;
    schema:name "Taku Kitahara"@en,
        "北原拓"@ja ;
    foaf:made <album/53055#subject>,
        <album/53055#vocals> ;
    foaf:name "Taku Kitahara"@en,
        "北原拓"@ja .

<artist/5025#subject> a schema:Person,
        foaf:Person ;
    schema:name "Azumi Inoue"@en,
        "井上あずみ"@ja ;
    foaf:made <album/53055#subject>,
        <album/53055#vocals> ;
    foaf:name "Azumi Inoue"@en,
        "井上あずみ"@ja .

<artist/5916#subject> a schema:Person,
        foaf:Person ;
    schema:name "Suginami Junior Chorus"@en,
        "杉並児童合唱団"@ja ;
    foaf:made <album/53055#subject>,
        <album/53055#vocals> ;
    foaf:name "Suginami Junior Chorus"@en,
        "杉並児童合唱団"@ja .

<artist/6448#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hayao Miyazaki"@en,
        "宮崎駿"@ja ;
    foaf:made <album/53055#lyrics>,
        <album/53055#subject> ;
    foaf:name "Hayao Miyazaki"@en,
        "宮崎駿"@ja .

<artist/8460#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kumiko Mori"@en,
        "森公美子"@ja ;
    foaf:made <album/53055#subject>,
        <album/53055#vocals> ;
    foaf:name "Kumiko Mori"@en,
        "森公美子"@ja .

<artist/8466#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rieko Nakagawa"@en,
        "中川李枝子"@ja ;
    foaf:made <album/53055#lyrics>,
        <album/53055#subject> ;
    foaf:name "Rieko Nakagawa"@en,
        "中川李枝子"@ja .

<album/25263> a mo:Release ;
    mo:catalogue_number "32ATC-157" .

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

<product/1788#subject> a schema:CreativeWork ;
    schema:name "My Neighbor Totoro"@en,
        "となりのトトロ"@ja,
        "Tonari no Totoro"@ja-latn ;
    foaf:name "My Neighbor Totoro"@en,
        "となりのトトロ"@ja,
        "Tonari no Totoro"@ja-latn .

<album/53055#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tonari no Totoro Image Song Collection"@en,
        "となりのトトロ イメージソング集"@ja,
        "Tonari no Totoro Image Song Collection"@ja-latn ;
    mo:composer <artist/752#subject> ;
    mo:produced_work <album/53055#musicalwork> ;
    schema:name "Tonari no Totoro Image Song Collection"@en,
        "となりのトトロ イメージソング集"@ja,
        "Tonari no Totoro Image Song Collection"@ja-latn .

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

<album/53055#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tonari no Totoro Image Song Collection"@en,
        "となりのトトロ イメージソング集"@ja,
        "Tonari no Totoro Image Song Collection"@ja-latn ;
    mo:performance_of <album/53055#musicalwork> ;
    mo:recorded_as <album/53055#musicalexpression> ;
    schema:name "Tonari no Totoro Image Song Collection"@en,
        "となりのトトロ イメージソング集"@ja,
        "Tonari no Totoro Image Song Collection"@ja-latn ;
    schema:workPerformed <album/53055#musicalwork> .

<org/296#subject> schema:name "K-O Records"@en,
        "K-O Records"@ja,
        "K-O Records"@ja-latn ;
    foaf:name "K-O Records"@en,
        "K-O Records"@ja,
        "K-O Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/55/53055/53055-1432650140.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

<album/53055#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-01-01"^^xsd:date ;
    dcterms:title "Tonari no Totoro Image Song Collection"@en,
        "となりのトトロ イメージソング集"@ja,
        "Tonari no Totoro Image Song Collection"@ja-latn ;
    mo:catalogue_number "KO-88014" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/25263> ;
    mo:publication_of <album/53055#musicalexpression> ;
    mo:publisher <org/296#subject> ;
    mo:record _:N38e352fa157442b48de72393fe2f6e17 ;
    mo:record_count 1 ;
    schema:about <product/1788#subject> ;
    schema:datePublished "2005-01-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/55/53055/53055-1432650140.jpg> ;
    schema:name "Tonari no Totoro Image Song Collection"@en,
        "となりのトトロ イメージソング集"@ja,
        "Tonari no Totoro Image Song Collection"@ja-latn ;
    schema:publisher <org/296#subject> ;
    foaf:depiction <https://media.vgm.io/albums/55/53055/53055-1432650140.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "W.シティ制作部"@en ;
    foaf:made <album/53055#subject> ;
    foaf:name "W.シティ制作部"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "W.シティ制作部"@en ;
    foaf:made <album/53055#lyrics> ;
    foaf:name "W.シティ制作部"@en .

_:N07d869f5491f430faba4fa56933ec0fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Lost Child"@en,
        "まいご"@ja,
        "Maigo"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "A Lost Child"@en,
        "まいご"@ja,
        "Maigo"@ja-latn .

_:N173c163244d84cdc83379dc7367e1b12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dondoko Festival"@en,
        "ドンドコまつり"@ja,
        "Dondoko Matsuri"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "Dondoko Festival"@en,
        "ドンドコまつり"@ja,
        "Dondoko Matsuri"@ja-latn .

_:N47409dd7e65d428fa5c17bf48924ffb1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Neighbor Totoro"@en,
        "となりのトトロ"@ja,
        "Tonari no Totoro"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "My Neighbor Totoro"@en,
        "となりのトトロ"@ja,
        "Tonari no Totoro"@ja-latn .

_:N596eaea10e1c4a15aec3bba96fc82a24 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Traveling Soot"@en,
        "すすわたり"@ja,
        "Susuwatari"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "Traveling Soot"@en,
        "すすわたり"@ja,
        "Susuwatari"@ja-latn .

_:N7384cb49b268473f94e49245a3f16bcb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Little Picture"@en,
        "小さな写真"@ja,
        "Chiisana Shashin"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "A Little Picture"@en,
        "小さな写真"@ja,
        "Chiisana Shashin"@ja-latn .

_:N7d0aa6b45f7347c0b036f40fbded4f44 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stroll"@en,
        "さんぽ"@ja,
        "Sanpo"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "Stroll"@en,
        "さんぽ"@ja,
        "Sanpo"@ja-latn .

_:N8bc1f2a6963f4740a0192da5fa02a429 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Wondrous Play Song"@en,
        "ふしぎしりとりうた"@ja,
        "Fushigi Shiritori Uta"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "A Wondrous Play Song"@en,
        "ふしぎしりとりうた"@ja,
        "Fushigi Shiritori Uta"@ja-latn .

_:N9d8a9a317203470c89ca207ad42dba29 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Catbus"@en,
        "ねこバス"@ja,
        "Nekobasu"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "Catbus"@en,
        "ねこバス"@ja,
        "Nekobasu"@ja-latn .

_:Nb860a1beb1d04bfb911a2a1bf8e0a560 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Path of Wind (Instrumental)"@en,
        "風のとおり道（インストゥルメンタル）"@ja,
        "Kaze no Toorimichi (Instrumental)"@ja-latn ;
    mo:track_number 11 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "The Path of Wind (Instrumental)"@en,
        "風のとおり道（インストゥルメンタル）"@ja,
        "Kaze no Toorimichi (Instrumental)"@ja-latn .

_:Ncb21eaa76df343b2b9d06691717dfa34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mother"@en,
        "おかあさん"@ja,
        "Okaasan"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "Mother"@en,
        "おかあさん"@ja,
        "Okaasan"@ja-latn .

_:Nd3a4d639b803472ab0ab7fdca4143913 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Path of Wind"@en,
        "風のとおり道"@ja,
        "Kaze no Toorimichi"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N38e352fa157442b48de72393fe2f6e17 ;
    schema:name "The Path of Wind"@en,
        "風のとおり道"@ja,
        "Kaze no Toorimichi"@ja-latn .

_:N38e352fa157442b48de72393fe2f6e17 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07d869f5491f430faba4fa56933ec0fe,
        _:N173c163244d84cdc83379dc7367e1b12,
        _:N47409dd7e65d428fa5c17bf48924ffb1,
        _:N596eaea10e1c4a15aec3bba96fc82a24,
        _:N7384cb49b268473f94e49245a3f16bcb,
        _:N7d0aa6b45f7347c0b036f40fbded4f44,
        _:N8bc1f2a6963f4740a0192da5fa02a429,
        _:N9d8a9a317203470c89ca207ad42dba29,
        _:Nb860a1beb1d04bfb911a2a1bf8e0a560,
        _:Ncb21eaa76df343b2b9d06691717dfa34,
        _:Nd3a4d639b803472ab0ab7fdca4143913 ;
    mo:track_count 11 ;
    schema:duration "PT42:17"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N07d869f5491f430faba4fa56933ec0fe,
        _:N173c163244d84cdc83379dc7367e1b12,
        _:N47409dd7e65d428fa5c17bf48924ffb1,
        _:N596eaea10e1c4a15aec3bba96fc82a24,
        _:N7384cb49b268473f94e49245a3f16bcb,
        _:N7d0aa6b45f7347c0b036f40fbded4f44,
        _:N8bc1f2a6963f4740a0192da5fa02a429,
        _:N9d8a9a317203470c89ca207ad42dba29,
        _:Nb860a1beb1d04bfb911a2a1bf8e0a560,
        _:Ncb21eaa76df343b2b9d06691717dfa34,
        _:Nd3a4d639b803472ab0ab7fdca4143913 .

