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

<artist/8022#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroshi Yamada"@en,
        "山田ひろし"@ja ;
    foaf:made <album/26815#lyrics>,
        <album/26815#subject> ;
    foaf:name "Hiroshi Yamada"@en,
        "山田ひろし"@ja .

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

<artist/812#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/26815#subject> ;
    schema:name "Yo Yamazaki"@en,
        "山崎燿"@ja ;
    foaf:made <album/26815#composition>,
        <album/26815#subject> ;
    foaf:name "Yo Yamazaki"@en,
        "山崎燿"@ja .

<product/5949#subject> a schema:CreativeWork ;
    schema:name "TORIKO"@en,
        "トリコ"@ja,
        "TORIKO"@ja-latn ;
    foaf:name "TORIKO"@en,
        "トリコ"@ja,
        "TORIKO"@ja-latn .

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

<org/2192#subject> schema:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn ;
    foaf:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn .

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

<https://medium-media.vgm.io/albums/51/26815/26815-1309382668.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/5783#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/26815#performance> ;
    schema:name "Akira Kushida"@en,
        "串田アキラ"@ja ;
    foaf:name "Akira Kushida"@en,
        "串田アキラ"@ja .

<album/26815#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Toriko Character Collection I"@en,
        "トリコ キャラクターコレクションI"@ja,
        "Toriko Character Collection I"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "yoh"@en ;
            foaf:made <album/26815#composition> ;
            foaf:name "yoh"@en ],
        <artist/3553#subject>,
        <artist/812#subject> ;
    mo:produced_work <album/26815#musicalwork> ;
    schema:name "Toriko Character Collection I"@en,
        "トリコ キャラクターコレクションI"@ja,
        "Toriko Character Collection I"@ja-latn .

<artist/3553#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/26815#subject> ;
    mo:performed <album/26815#performance> ;
    schema:name "Shinichi Sakurai"@en,
        "櫻井真一"@ja ;
    foaf:made <album/26815#composition>,
        <album/26815#subject> ;
    foaf:name "Shinichi Sakurai"@en,
        "櫻井真一"@ja .

<album/26815#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Toriko Character Collection I"@en,
        "トリコ キャラクターコレクションI"@ja,
        "Toriko Character Collection I"@ja-latn ;
    mo:performance_of <album/26815#musicalwork> ;
    mo:performer _:N2fb5467ab467478597ecb430f351c59b,
        _:N5c18deacc30b4b3181e4d58b184afffa,
        <artist/3553#subject>,
        <artist/5783#subject> ;
    mo:recorded_as <album/26815#musicalexpression> ;
    schema:byArtist _:N2fb5467ab467478597ecb430f351c59b,
        _:N5c18deacc30b4b3181e4d58b184afffa,
        <artist/3553#subject>,
        <artist/5783#subject> ;
    schema:name "Toriko Character Collection I"@en,
        "トリコ キャラクターコレクションI"@ja,
        "Toriko Character Collection I"@ja-latn ;
    schema:workPerformed <album/26815#musicalwork> .

<album/26815#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-06-29"^^xsd:date ;
    dcterms:title "Toriko Character Collection I"@en,
        "トリコ キャラクターコレクションI"@ja,
        "Toriko Character Collection I"@ja-latn ;
    mo:catalogue_number "COCC-16480" ;
    mo:media_type "CD" ;
    mo:publication_of <album/26815#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:Nd3efaa282ab5408095f9294858d8babd ;
    mo:record_count 1 ;
    schema:about <product/5949#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "MTR"@en ;
            foaf:name "MTR"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Yuzo Gucchi"@en ;
            foaf:name "Yuzo Gucchi"@en ],
        <artist/3553#subject>,
        <artist/5783#subject> ;
    schema:datePublished "2011-06-29"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/51/26815/26815-1309382668.jpg> ;
    schema:name "Toriko Character Collection I"@en,
        "トリコ キャラクターコレクションI"@ja,
        "Toriko Character Collection I"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/51/26815/26815-1309382668.jpg> .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "jam"@en ;
    foaf:made <album/26815#lyrics> ;
    foaf:name "jam"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/26815#subject> ;
    schema:name "yoh"@en ;
    foaf:made <album/26815#subject> ;
    foaf:name "yoh"@en .

_:N2fb5467ab467478597ecb430f351c59b a schema:Person,
        foaf:Person ;
    mo:performed <album/26815#performance> ;
    schema:name "Yuzo Gucchi"@en ;
    foaf:name "Yuzo Gucchi"@en .

_:N478f955e37714a3c83a097b5715d6050 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Poison teller / 櫻井真一"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:Nd3efaa282ab5408095f9294858d8babd ;
    schema:name "Poison teller / 櫻井真一"@ja .

_:N5c18deacc30b4b3181e4d58b184afffa a schema:Person,
        foaf:Person ;
    mo:performed <album/26815#performance> ;
    schema:name "MTR"@en ;
    foaf:name "MTR"@en .

_:N926d889f0a0c401fa7e0d108af5a3b76 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ガツガツ!! (TVサイズ) / 串田アキラ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:Nd3efaa282ab5408095f9294858d8babd ;
    schema:name "ガツガツ!! (TVサイズ) / 串田アキラ"@ja .

_:Ncde7c362fc9d410e832684165d346913 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gourmet telexistence robot / MTR"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Nd3efaa282ab5408095f9294858d8babd ;
    schema:name "Gourmet telexistence robot / MTR"@ja .

_:Ne7efea7fd1ec4b27818cb1520d8c1714 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シェフ!! / グッチ裕三"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:Nd3efaa282ab5408095f9294858d8babd ;
    schema:name "シェフ!! / グッチ裕三"@ja .

_:Nd3efaa282ab5408095f9294858d8babd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N478f955e37714a3c83a097b5715d6050,
        _:N926d889f0a0c401fa7e0d108af5a3b76,
        _:Ncde7c362fc9d410e832684165d346913,
        _:Ne7efea7fd1ec4b27818cb1520d8c1714 ;
    mo:track_count 4 ;
    schema:duration "PT14:19"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N478f955e37714a3c83a097b5715d6050,
        _:N926d889f0a0c401fa7e0d108af5a3b76,
        _:Ncde7c362fc9d410e832684165d346913,
        _:Ne7efea7fd1ec4b27818cb1520d8c1714 .

