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

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

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

<artist/1354#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/12112#subject> ;
    schema:name "takrockers!!"@en ;
    foaf:made <album/12112#composition>,
        <album/12112#subject> ;
    foaf:name "takrockers!!"@en .

<event/35> a mo:Release ;
    schema:name "Released at Comic Market 75 (Dec 28, 2008 to Dec 30, 2008)" .

<album/12112#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Takrockers Champloo"@en,
        "タクロッカーズ　チャンプルー"@ja,
        "Takrockers Champloo"@ja-latn ;
    mo:composer <artist/1354#subject> ;
    mo:produced_work <album/12112#musicalwork> ;
    schema:name "Takrockers Champloo"@en,
        "タクロッカーズ　チャンプルー"@ja,
        "Takrockers Champloo"@ja-latn .

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

<org/704#subject> schema:name "takrockers!!"@en,
        "takrockers!!"@ja,
        "takrockers!!"@ja-latn ;
    foaf:name "takrockers!!"@en,
        "takrockers!!"@ja,
        "takrockers!!"@ja-latn .

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

<https://medium-media.vgm.io/albums/21/12112/12112-1234892641.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/3420#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12112#performance> ;
    schema:name "sagi"@en,
        "鷺"@ja ;
    foaf:name "sagi"@en,
        "鷺"@ja .

<artist/47904#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12112#performance> ;
    schema:name "mochi"@en ;
    foaf:name "mochi"@en .

<artist/5523#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12112#performance> ;
    schema:name "BB"@en ;
    foaf:name "BB"@en .

<artist/5998#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12112#performance> ;
    schema:name "Riku Hayama"@en,
        "葉山りく"@ja ;
    foaf:name "Riku Hayama"@en,
        "葉山りく"@ja .

<artist/6680#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12112#performance> ;
    schema:name "Miyu"@en,
        "ミュウ"@ja ;
    foaf:name "Miyu"@en,
        "ミュウ"@ja .

<artist/8305#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12112#performance> ;
    schema:name "hisashi"@en ;
    foaf:name "hisashi"@en .

<artist/9679#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12112#performance> ;
    schema:name "TT"@en,
        "父"@ja ;
    foaf:name "TT"@en,
        "父"@ja .

<album/12112#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-12-29"^^xsd:date ;
    dcterms:title "Takrockers Champloo"@en,
        "タクロッカーズ　チャンプルー"@ja,
        "Takrockers Champloo"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/12112#musicalexpression> ;
    mo:publisher <org/704#subject> ;
    mo:record _:N138b326cbf6c4a5c969df0da07704f7f ;
    mo:record_count 1 ;
    mo:release <event/35> ;
    schema:byArtist <artist/3420#subject>,
        <artist/47904#subject>,
        <artist/5523#subject>,
        <artist/5998#subject>,
        <artist/6680#subject>,
        <artist/8305#subject>,
        <artist/9679#subject> ;
    schema:datePublished "2008-12-29"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/21/12112/12112-1234892641.jpg> ;
    schema:name "Takrockers Champloo"@en,
        "タクロッカーズ　チャンプルー"@ja,
        "Takrockers Champloo"@ja-latn ;
    schema:publisher <org/704#subject> ;
    foaf:depiction <https://media.vgm.io/albums/21/12112/12112-1234892641.jpg> .

<album/12112#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Takrockers Champloo"@en,
        "タクロッカーズ　チャンプルー"@ja,
        "Takrockers Champloo"@ja-latn ;
    mo:performance_of <album/12112#musicalwork> ;
    mo:performer <artist/3420#subject>,
        <artist/47904#subject>,
        <artist/5523#subject>,
        <artist/5998#subject>,
        <artist/6680#subject>,
        <artist/8305#subject>,
        <artist/9679#subject> ;
    mo:recorded_as <album/12112#musicalexpression> ;
    schema:byArtist <artist/3420#subject>,
        <artist/47904#subject>,
        <artist/5523#subject>,
        <artist/5998#subject>,
        <artist/6680#subject>,
        <artist/8305#subject>,
        <artist/9679#subject> ;
    schema:name "Takrockers Champloo"@en,
        "タクロッカーズ　チャンプルー"@ja,
        "Takrockers Champloo"@ja-latn ;
    schema:workPerformed <album/12112#musicalwork> .

_:N02ef47e1d4574d6aaad9e44b4984b7d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "しあわせって何だっけ"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N138b326cbf6c4a5c969df0da07704f7f ;
    schema:name "しあわせって何だっけ"@ja .

_:N457016f41e0d47729b56d07dbfc9c3b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "spin"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N138b326cbf6c4a5c969df0da07704f7f ;
    schema:name "spin"@ja .

_:N5b3a3bd35fb4457b9ee010d2d4bfeaf3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "白の絵本"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N138b326cbf6c4a5c969df0da07704f7f ;
    schema:name "白の絵本"@ja .

_:N7c74e892e1fb461bb5eb660f67b480f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MIYAKOに行きたい"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N138b326cbf6c4a5c969df0da07704f7f ;
    schema:name "MIYAKOに行きたい"@ja .

_:N99e93bcd975841c6aec8fb6aa281c9ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Track01"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N138b326cbf6c4a5c969df0da07704f7f ;
    schema:name "Track01"@ja .

_:N9e81749ad5cd45798c8dff37ba07f54a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "素敵じゃないかい"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N138b326cbf6c4a5c969df0da07704f7f ;
    schema:name "素敵じゃないかい"@ja .

_:Nda8fe3db7a7347ecb9dce111254976aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ちょっかな（冬）"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N138b326cbf6c4a5c969df0da07704f7f ;
    schema:name "ちょっかな（冬）"@ja .

_:N138b326cbf6c4a5c969df0da07704f7f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N02ef47e1d4574d6aaad9e44b4984b7d8,
        _:N457016f41e0d47729b56d07dbfc9c3b4,
        _:N5b3a3bd35fb4457b9ee010d2d4bfeaf3,
        _:N7c74e892e1fb461bb5eb660f67b480f2,
        _:N99e93bcd975841c6aec8fb6aa281c9ad,
        _:N9e81749ad5cd45798c8dff37ba07f54a,
        _:Nda8fe3db7a7347ecb9dce111254976aa ;
    mo:track_count 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N02ef47e1d4574d6aaad9e44b4984b7d8,
        _:N457016f41e0d47729b56d07dbfc9c3b4,
        _:N5b3a3bd35fb4457b9ee010d2d4bfeaf3,
        _:N7c74e892e1fb461bb5eb660f67b480f2,
        _:N99e93bcd975841c6aec8fb6aa281c9ad,
        _:N9e81749ad5cd45798c8dff37ba07f54a,
        _:Nda8fe3db7a7347ecb9dce111254976aa .

