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

<artist/24843#subject> a schema:Person,
        foaf:Person ;
    schema:name "Nina Branch"@en ;
    foaf:made <album/135644#lyrics>,
        <album/135644#subject> ;
    foaf:name "Nina Branch"@en .

<artist/3408#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takashi Matsumoto"@en,
        "松本隆"@ja ;
    foaf:made <album/135644#lyrics>,
        <album/135644#subject> ;
    foaf:name "Takashi Matsumoto"@en,
        "松本隆"@ja .

<artist/9300#subject> a schema:Person,
        foaf:Person ;
    schema:name "foolen"@en ;
    foaf:made <album/135644#lyrics>,
        <album/135644#subject> ;
    foaf:name "foolen"@en .

<artist/96#subject> a schema:Person,
        foaf:Person ;
    schema:name "Chata"@en,
        "茶太"@ja ;
    foaf:made <album/135644#subject>,
        <album/135644#vocals> ;
    foaf:name "Chata"@en,
        "茶太"@ja .

<artist/3963#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/135644#subject> ;
    schema:name "takezou"@en ;
    foaf:made <album/135644#composition>,
        <album/135644#subject> ;
    foaf:name "takezou"@en .

<artist/845#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/135644#subject> ;
    schema:name "Haruomi Hosono"@en,
        "細野晴臣"@ja ;
    foaf:made <album/135644#composition>,
        <album/135644#subject> ;
    foaf:name "Haruomi Hosono"@en,
        "細野晴臣"@ja .

<event/71> a mo:Release ;
    schema:name "Released at M3-2010 Spring (May 05, 2010)" .

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

<album/135644#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Bokutachi no Henhyoushi off vocal CD"@en,
        "ぼくたちの変拍子 オフボーカルCD"@ja,
        "Bokutachi no Henhyoushi off vocal CD"@ja-latn ;
    mo:performance_of <album/135644#musicalwork> ;
    mo:recorded_as <album/135644#musicalexpression> ;
    schema:name "Bokutachi no Henhyoushi off vocal CD"@en,
        "ぼくたちの変拍子 オフボーカルCD"@ja,
        "Bokutachi no Henhyoushi off vocal CD"@ja-latn ;
    schema:workPerformed <album/135644#musicalwork> .

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

<org/5166#subject> schema:name "Studio-Kurage"@en,
        "Studio-Kurage"@ja,
        "Studio-Kurage"@ja-latn ;
    foaf:name "Studio-Kurage"@en,
        "Studio-Kurage"@ja,
        "Studio-Kurage"@ja-latn .

<https://media.vgm.io/albums/44/135644/135644-8000206d53f9.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/135644#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/44/135644/135644-8000206d53f9.jpg> ;
    foaf:depicts <album/135644#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/44/135644/135644-8000206d53f9.jpg> .

<https://medium-media.vgm.io/albums/44/135644/135644-8000206d53f9.jpg> a schema:ImageObject,
        foaf:Image .

<album/135644#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Bokutachi no Henhyoushi off vocal CD"@en,
        "ぼくたちの変拍子 オフボーカルCD"@ja,
        "Bokutachi no Henhyoushi off vocal CD"@ja-latn ;
    mo:composer <artist/3963#subject>,
        <artist/845#subject> ;
    mo:produced_work <album/135644#musicalwork> ;
    schema:name "Bokutachi no Henhyoushi off vocal CD"@en,
        "ぼくたちの変拍子 オフボーカルCD"@ja,
        "Bokutachi no Henhyoushi off vocal CD"@ja-latn .

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

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

<album/135644#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-05-05"^^xsd:date ;
    dcterms:title "Bokutachi no Henhyoushi off vocal CD"@en,
        "ぼくたちの変拍子 オフボーカルCD"@ja,
        "Bokutachi no Henhyoushi off vocal CD"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/135644#musicalexpression> ;
    mo:publisher <org/5166#subject> ;
    mo:record _:Ncedbbd3afe6047a29d6fbf138709fcb9 ;
    mo:record_count 1 ;
    mo:release <event/71> ;
    schema:datePublished "2010-05-05"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/44/135644/135644-8000206d53f9.jpg> ;
    schema:name "Bokutachi no Henhyoushi off vocal CD"@en,
        "ぼくたちの変拍子 オフボーカルCD"@ja,
        "Bokutachi no Henhyoushi off vocal CD"@ja-latn ;
    schema:publisher <org/5166#subject> ;
    foaf:depiction <https://media.vgm.io/albums/44/135644/135644-8000206d53f9.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "樹薩らん"@en ;
    foaf:made <album/135644#subject> ;
    foaf:name "樹薩らん"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "樹薩らん"@en ;
    foaf:made <album/135644#lyrics> ;
    foaf:name "樹薩らん"@en .

_:N4785d90df64c405b9ba8c91132de5f09 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "徒党を組むことに、理論を並べることに必死な人々は足下しか見てはいない [off vocal]"@ja ;
    mo:track_number 6 ;
    schema:duration "PT7:19"^^xsd:interval ;
    schema:inPlaylist _:Ncedbbd3afe6047a29d6fbf138709fcb9 ;
    schema:name "徒党を組むことに、理論を並べることに必死な人々は足下しか見てはいない [off vocal]"@ja .

_:N7fda66965e3641f996b8f48b8e6c7d14 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clover [off vocal]"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Ncedbbd3afe6047a29d6fbf138709fcb9 ;
    schema:name "Clover [off vocal]"@ja .

_:N9c71f41fe9ee42f493d9f2e9b693512b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Daydream Channel [off vocal]"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:24"^^xsd:interval ;
    schema:inPlaylist _:Ncedbbd3afe6047a29d6fbf138709fcb9 ;
    schema:name "Daydream Channel [off vocal]"@ja .

_:Nb8a7e8b8afba4d819c0404e93d502a7a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "????"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:Ncedbbd3afe6047a29d6fbf138709fcb9 ;
    schema:name "????"@ja .

_:Nd44720ff4ff04f37b91a1a3bc09eaeca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "冷たい風 [off vocal]"@ja ;
    mo:track_number 5 ;
    schema:duration "PT6:29"^^xsd:interval ;
    schema:inPlaylist _:Ncedbbd3afe6047a29d6fbf138709fcb9 ;
    schema:name "冷たい風 [off vocal]"@ja .

_:Ndc60bf3eb6c74bf4aa82f1fb8e949dab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Op"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:Ncedbbd3afe6047a29d6fbf138709fcb9 ;
    schema:name "Op"@ja .

_:Ncedbbd3afe6047a29d6fbf138709fcb9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4785d90df64c405b9ba8c91132de5f09,
        _:N7fda66965e3641f996b8f48b8e6c7d14,
        _:N9c71f41fe9ee42f493d9f2e9b693512b,
        _:Nb8a7e8b8afba4d819c0404e93d502a7a,
        _:Nd44720ff4ff04f37b91a1a3bc09eaeca,
        _:Ndc60bf3eb6c74bf4aa82f1fb8e949dab ;
    mo:track_count 6 ;
    schema:duration "PT27:56"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N4785d90df64c405b9ba8c91132de5f09,
        _:N7fda66965e3641f996b8f48b8e6c7d14,
        _:N9c71f41fe9ee42f493d9f2e9b693512b,
        _:Nb8a7e8b8afba4d819c0404e93d502a7a,
        _:Nd44720ff4ff04f37b91a1a3bc09eaeca,
        _:Ndc60bf3eb6c74bf4aa82f1fb8e949dab .

