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

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

<artist/36188#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31092#subject> ;
    schema:name "bassy"@en ;
    foaf:made <album/31092#composition>,
        <album/31092#lyrics>,
        <album/31092#subject> ;
    foaf:name "bassy"@en .

<event/146> a mo:Release ;
    schema:name "Released at Comic Market 81 (Dec 29, 2011 to Dec 31, 2011)" .

<album/31092#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Piano Mushi ga Kaettara"@en,
        "ピアノムシが孵ったら"@ja,
        "Piano Mushi ga Kaettara"@ja-latn ;
    mo:composer <artist/36188#subject> ;
    mo:produced_work <album/31092#musicalwork> ;
    schema:name "Piano Mushi ga Kaettara"@en,
        "ピアノムシが孵ったら"@ja,
        "Piano Mushi ga Kaettara"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/29/31092/31092-1325983696.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/10213#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31092#performance> ;
    schema:name "Akira Nanjo"@en,
        "南条あきら"@ja ;
    foaf:name "Akira Nanjo"@en,
        "南条あきら"@ja .

<artist/11103#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31092#performance> ;
    schema:name "Seriyu"@en,
        "セリユ"@ja ;
    foaf:name "Seriyu"@en,
        "セリユ"@ja .

<artist/24835#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31092#performance> ;
    schema:name "Yuzo Kawai"@en,
        "河合雄三"@ja ;
    foaf:name "Yuzo Kawai"@en,
        "河合雄三"@ja .

<artist/24836#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31092#performance> ;
    schema:name "Kanako Sonoda"@en,
        "薗田可奈子"@ja ;
    foaf:name "Kanako Sonoda"@en,
        "薗田可奈子"@ja .

<artist/3970#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31092#performance> ;
    schema:name "Annabel"@en ;
    foaf:name "Annabel"@en .

<artist/96#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31092#performance> ;
    schema:name "Chata"@en,
        "茶太"@ja ;
    foaf:name "Chata"@en,
        "茶太"@ja .

<album/31092#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-12-31"^^xsd:date ;
    dcterms:title "Piano Mushi ga Kaettara"@en,
        "ピアノムシが孵ったら"@ja,
        "Piano Mushi ga Kaettara"@ja-latn ;
    mo:catalogue_number "BASH-004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/31092#musicalexpression> ;
    mo:publisher _:N4e92f8f96906476e9ae4e5d38e8ef158 ;
    mo:record _:N6ab39d36b4e14c23b613f01d28b4a7fb ;
    mo:record_count 1 ;
    mo:release <event/146> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Akihiko Shimura"@en ;
            foaf:name "Akihiko Shimura"@en ],
        <artist/10213#subject>,
        <artist/11103#subject>,
        <artist/24835#subject>,
        <artist/24836#subject>,
        <artist/3970#subject>,
        <artist/96#subject> ;
    schema:datePublished "2011-12-31"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/29/31092/31092-1325983696.jpg> ;
    schema:name "Piano Mushi ga Kaettara"@en,
        "ピアノムシが孵ったら"@ja,
        "Piano Mushi ga Kaettara"@ja-latn ;
    schema:publisher _:N4e92f8f96906476e9ae4e5d38e8ef158 ;
    foaf:depiction <https://media.vgm.io/albums/29/31092/31092-1325983696.jpg> .

<album/31092#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Piano Mushi ga Kaettara"@en,
        "ピアノムシが孵ったら"@ja,
        "Piano Mushi ga Kaettara"@ja-latn ;
    mo:performance_of <album/31092#musicalwork> ;
    mo:performer _:Na71deee3f0f948598c65b7b245dca439,
        <artist/10213#subject>,
        <artist/11103#subject>,
        <artist/24835#subject>,
        <artist/24836#subject>,
        <artist/3970#subject>,
        <artist/96#subject> ;
    mo:recorded_as <album/31092#musicalexpression> ;
    schema:byArtist _:Na71deee3f0f948598c65b7b245dca439,
        <artist/10213#subject>,
        <artist/11103#subject>,
        <artist/24835#subject>,
        <artist/24836#subject>,
        <artist/3970#subject>,
        <artist/96#subject> ;
    schema:name "Piano Mushi ga Kaettara"@en,
        "ピアノムシが孵ったら"@ja,
        "Piano Mushi ga Kaettara"@ja-latn ;
    schema:workPerformed <album/31092#musicalwork> .

_:N338415cc9b414ce2857192883284b12d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "カラエダマビレ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:N6ab39d36b4e14c23b613f01d28b4a7fb ;
    schema:name "カラエダマビレ"@ja .

_:N4e92f8f96906476e9ae4e5d38e8ef158 schema:name "bassy"@en ;
    foaf:name "bassy"@en .

_:N518e1dc0950b41fbb57988f70c96a53f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "線と点"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N6ab39d36b4e14c23b613f01d28b4a7fb ;
    schema:name "線と点"@ja .

_:N5d126bad9fd343e6a5a69972958798c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "愛せる気持ち"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N6ab39d36b4e14c23b613f01d28b4a7fb ;
    schema:name "愛せる気持ち"@ja .

_:N85ea2240259146db975d71ebe3a6fcfa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "走れ！中央線"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N6ab39d36b4e14c23b613f01d28b4a7fb ;
    schema:name "走れ！中央線"@ja .

_:N908102688f7841b68a56a7f460392ffa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "スーパースターはもういない"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N6ab39d36b4e14c23b613f01d28b4a7fb ;
    schema:name "スーパースターはもういない"@ja .

_:Na1b9a3925fd74b6882ec29ff98994e68 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "D.C."@ja ;
    mo:track_number 8 ;
    schema:duration "PT6:06"^^xsd:interval ;
    schema:inPlaylist _:N6ab39d36b4e14c23b613f01d28b4a7fb ;
    schema:name "D.C."@ja .

_:Na71deee3f0f948598c65b7b245dca439 a schema:Person,
        foaf:Person ;
    mo:performed <album/31092#performance> ;
    schema:name "Akihiko Shimura"@en ;
    foaf:name "Akihiko Shimura"@en .

_:Nbb880503dc1e493cb4cf1c8f38a46482 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "少年の夜"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N6ab39d36b4e14c23b613f01d28b4a7fb ;
    schema:name "少年の夜"@ja .

_:Nde91207ec57c47cfb1bbd61945fd0765 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ココロネ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT7:31"^^xsd:interval ;
    schema:inPlaylist _:N6ab39d36b4e14c23b613f01d28b4a7fb ;
    schema:name "ココロネ"@ja .

_:N6ab39d36b4e14c23b613f01d28b4a7fb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N338415cc9b414ce2857192883284b12d,
        _:N518e1dc0950b41fbb57988f70c96a53f,
        _:N5d126bad9fd343e6a5a69972958798c4,
        _:N85ea2240259146db975d71ebe3a6fcfa,
        _:N908102688f7841b68a56a7f460392ffa,
        _:Na1b9a3925fd74b6882ec29ff98994e68,
        _:Nbb880503dc1e493cb4cf1c8f38a46482,
        _:Nde91207ec57c47cfb1bbd61945fd0765 ;
    mo:track_count 8 ;
    schema:duration "PT38:56"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N338415cc9b414ce2857192883284b12d,
        _:N518e1dc0950b41fbb57988f70c96a53f,
        _:N5d126bad9fd343e6a5a69972958798c4,
        _:N85ea2240259146db975d71ebe3a6fcfa,
        _:N908102688f7841b68a56a7f460392ffa,
        _:Na1b9a3925fd74b6882ec29ff98994e68,
        _:Nbb880503dc1e493cb4cf1c8f38a46482,
        _:Nde91207ec57c47cfb1bbd61945fd0765 .

