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

<album/21100> a mo:Release ;
    mo:catalogue_number "VICL-61453" .

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

<artist/9335#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21101#subject> ;
    schema:name "Nujabes"@en ;
    foaf:made <album/21101#composition>,
        <album/21101#subject> ;
    foaf:name "Nujabes"@en .

<artist/9338#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21101#subject> ;
    schema:name "fat jon"@en ;
    foaf:made <album/21101#composition>,
        <album/21101#subject> ;
    foaf:name "fat jon"@en .

<product/1561#subject> a schema:CreativeWork ;
    schema:name "Samurai Champloo"@en,
        "サムライチャンプルー"@ja,
        "Samurai Champloo"@ja-latn ;
    foaf:name "Samurai Champloo"@en,
        "サムライチャンプルー"@ja,
        "Samurai Champloo"@ja-latn .

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

<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/10/21101/21101-1506269076.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/21101#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/10/21101/21101-1506269076.jpg> ;
    foaf:depicts <album/21101#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/10/21101/21101-1506269076.jpg> .

<https://medium-media.vgm.io/albums/10/21101/21101-1506269076.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/11293#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21101#performance> ;
    schema:name "Yoshihiko Katori"@en,
        "香取良彦"@ja ;
    foaf:name "Yoshihiko Katori"@en,
        "香取良彦"@ja .

<artist/9337#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21101#subject> ;
    mo:performed <album/21101#performance> ;
    schema:name "MINMI"@en ;
    foaf:made <album/21101#composition>,
        <album/21101#lyrics>,
        <album/21101#subject> ;
    foaf:name "MINMI"@en .

<artist/9339#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21101#subject> ;
    mo:performed <album/21101#performance> ;
    schema:name "FORCE OF NATURE"@en ;
    foaf:made <album/21101#composition>,
        <album/21101#subject> ;
    foaf:name "FORCE OF NATURE"@en .

<album/21101#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "samurai champloo music record: impression"@en,
        "samurai champloo music record: impression"@ja,
        "samurai champloo music record: impression"@ja-latn ;
    mo:composer <artist/9335#subject>,
        <artist/9337#subject>,
        <artist/9338#subject>,
        <artist/9339#subject> ;
    mo:produced_work <album/21101#musicalwork> ;
    schema:name "samurai champloo music record: impression"@en,
        "samurai champloo music record: impression"@ja,
        "samurai champloo music record: impression"@ja-latn .

<album/21101#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "samurai champloo music record: impression"@en,
        "samurai champloo music record: impression"@ja,
        "samurai champloo music record: impression"@ja-latn ;
    mo:performance_of <album/21101#musicalwork> ;
    mo:performer _:Ne2d53d0951814b4ea554dee3879bb0c2,
        <artist/11293#subject>,
        <artist/9337#subject>,
        <artist/9339#subject> ;
    mo:recorded_as <album/21101#musicalexpression> ;
    schema:byArtist _:Ne2d53d0951814b4ea554dee3879bb0c2,
        <artist/11293#subject>,
        <artist/9337#subject>,
        <artist/9339#subject> ;
    schema:name "samurai champloo music record: impression"@en,
        "samurai champloo music record: impression"@ja,
        "samurai champloo music record: impression"@ja-latn ;
    schema:workPerformed <album/21101#musicalwork> .

<album/21101#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-01-01"^^xsd:date ;
    dcterms:title "samurai champloo music record: impression"@en,
        "samurai champloo music record: impression"@ja,
        "samurai champloo music record: impression"@ja-latn ;
    mo:catalogue_number "KO-88418" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/21100> ;
    mo:publication_of <album/21101#musicalexpression> ;
    mo:publisher <org/296#subject> ;
    mo:record _:N83af149bbb474d25b84d16db83408cdd ;
    mo:record_count 1 ;
    schema:about <product/1561#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "SUIKEN & S-WORD"@en ;
            foaf:name "SUIKEN & S-WORD"@en ],
        <artist/11293#subject>,
        <artist/9337#subject>,
        <artist/9339#subject> ;
    schema:datePublished "2009-01-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/10/21101/21101-1506269076.jpg> ;
    schema:name "samurai champloo music record: impression"@en,
        "samurai champloo music record: impression"@ja,
        "samurai champloo music record: impression"@ja-latn ;
    schema:publisher <org/296#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/21101/21101-1506269076.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "SUIKEN & S-WORD"@en ;
    foaf:made <album/21101#lyrics> ;
    foaf:name "SUIKEN & S-WORD"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "SUIKEN & S-WORD"@en ;
    foaf:made <album/21101#subject> ;
    foaf:name "SUIKEN & S-WORD"@en .

_:N0276d9557d60403ab15ca799692e88ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "dead season"@en,
        "dead season"@ja,
        "dead season"@ja-latn ;
    mo:track_number 12 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "dead season"@en,
        "dead season"@ja,
        "dead season"@ja-latn .

_:N101a250dadd74b74896df7398a1b9832 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "world without words"@en,
        "world without words"@ja,
        "world without words"@ja-latn ;
    mo:track_number 14 ;
    schema:duration "PT6:15"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "world without words"@en,
        "world without words"@ja,
        "world without words"@ja-latn .

_:N1458f02fb64d4b59a52fa9b100d9994b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "haiku [interlude]"@en,
        "haiku [interlude]"@ja,
        "haiku [interlude]"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "haiku [interlude]"@en,
        "haiku [interlude]"@ja,
        "haiku [interlude]"@ja-latn .

_:N1489dcd0f0474643adc7e91bdbd14c7d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the stroll"@en,
        "the stroll"@ja,
        "the stroll"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "the stroll"@en,
        "the stroll"@ja,
        "the stroll"@ja-latn .

_:N18f512bf0e3747599f65bd48d282d35c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "set it off"@en,
        "set it off"@ja,
        "set it off"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "set it off"@en,
        "set it off"@ja,
        "set it off"@ja-latn .

_:N1a2b77e137124b349e9cfa765295af89 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "nightshift"@en,
        "nightshift"@ja,
        "nightshift"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "nightshift"@en,
        "nightshift"@ja,
        "nightshift"@ja-latn .

_:N33a32005300f41e4a30de5637b0d3fcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STYLE of the Rising Sun"@en,
        "日出ズルSTYLE"@ja,
        "Hi Izuru STYLE"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "STYLE of the Rising Sun"@en,
        "日出ズルSTYLE"@ja,
        "Hi Izuru STYLE"@ja-latn .

_:N370580ecd25243c5900911d9a3f82a9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "death wish"@en,
        "death wish"@ja,
        "death wish"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "death wish"@en,
        "death wish"@ja,
        "death wish"@ja-latn .

_:N415caee5d43e432d8d3ab085cac8265b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "night out"@en,
        "night out"@ja,
        "night out"@ja-latn ;
    mo:track_number 19 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "night out"@en,
        "night out"@ja,
        "night out"@ja-latn .

_:N4422904fe02540cba67de36dcc1a0425 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "silver morning"@en,
        "silver morning"@ja,
        "silver morning"@ja-latn ;
    mo:track_number 16 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "silver morning"@en,
        "silver morning"@ja,
        "silver morning"@ja-latn .

_:N46f24350ca6040ffa9e19ae404168129 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "sanctuary ship"@en,
        "sanctuary ship"@ja,
        "sanctuary ship"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "sanctuary ship"@en,
        "sanctuary ship"@ja,
        "sanctuary ship"@ja-latn .

_:N5d6ad9726cd04f9b823b5ea0daed3511 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Who's Theme"@en,
        "Who's Theme"@ja,
        "Who's Theme"@ja-latn ;
    mo:track_number 23 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "Who's Theme"@en,
        "Who's Theme"@ja,
        "Who's Theme"@ja-latn .

_:N5fa5c5a4c8764d46947fda6a367f5284 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "tsurugi no mai"@en,
        "tsurugi no mai"@ja,
        "tsurugi no mai"@ja-latn ;
    mo:track_number 11 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "tsurugi no mai"@en,
        "tsurugi no mai"@ja,
        "tsurugi no mai"@ja-latn .

_:N638aff00f000448394abc53e2bf36f34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "kodama [interlude]"@en,
        "kodama [interlude]"@ja,
        "kodama [interlude]"@ja-latn ;
    mo:track_number 15 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "kodama [interlude]"@en,
        "kodama [interlude]"@ja,
        "kodama [interlude]"@ja-latn .

_:N6ba5b982d98a48648ddc6e1dcaa56829 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "just forget"@en,
        "just forget"@ja,
        "just forget"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "just forget"@en,
        "just forget"@ja,
        "just forget"@ja-latn .

_:N7c324740ea7d47b8989f0b066ae6014a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "not quite seleah"@en,
        "not quite seleah"@ja,
        "not quite seleah"@ja-latn ;
    mo:track_number 20 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "not quite seleah"@en,
        "not quite seleah"@ja,
        "not quite seleah"@ja-latn .

_:N8921d289fa3746299d19765ab1e943ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "decade [interlude]"@en,
        "decade [interlude]"@ja,
        "decade [interlude]"@ja-latn ;
    mo:track_number 13 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "decade [interlude]"@en,
        "decade [interlude]"@ja,
        "decade [interlude]"@ja-latn .

_:Nb755cfadf0aa409487b4b3a0b03564c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "here and there"@en,
        "here and there"@ja,
        "here and there"@ja-latn ;
    mo:track_number 22 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "here and there"@en,
        "here and there"@ja,
        "here and there"@ja-latn .

_:Ncf5c8ed8d90b4a0a8e16ff5e7e018398 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "in position"@en,
        "in position"@ja,
        "in position"@ja-latn ;
    mo:track_number 18 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "in position"@en,
        "in position"@ja,
        "in position"@ja-latn .

_:Nd029068d44954223b47630d6bc87b848 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the million way of Drum"@en,
        "the million way of Drum"@ja,
        "the million way of Drum"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "the million way of Drum"@en,
        "the million way of Drum"@ja,
        "the million way of Drum"@ja-latn .

_:Nd6787e2ced1c4544a2f6e5433f972171 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "labyrinth statistic"@en,
        "labyrinth statistic"@ja,
        "labyrinth statistic"@ja-latn ;
    mo:track_number 21 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "labyrinth statistic"@en,
        "labyrinth statistic"@ja,
        "labyrinth statistic"@ja-latn .

_:Ndd2709bc1c8142cfa94309552cb52977 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "bracelet"@en,
        "bracelet"@ja,
        "bracelet"@ja-latn ;
    mo:track_number 17 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "bracelet"@en,
        "bracelet"@ja,
        "bracelet"@ja-latn .

_:Ne18af21b77cc47619aa0e48595b12dfc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "a space in air in space in air [interlude]"@en,
        "a space in air in space in air [interlude]"@ja,
        "a space in air in space in air [interlude]"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:N83af149bbb474d25b84d16db83408cdd ;
    schema:name "a space in air in space in air [interlude]"@en,
        "a space in air in space in air [interlude]"@ja,
        "a space in air in space in air [interlude]"@ja-latn .

_:Ne2d53d0951814b4ea554dee3879bb0c2 a schema:Person,
        foaf:Person ;
    mo:performed <album/21101#performance> ;
    schema:name "SUIKEN & S-WORD"@en ;
    foaf:name "SUIKEN & S-WORD"@en .

_:N83af149bbb474d25b84d16db83408cdd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0276d9557d60403ab15ca799692e88ee,
        _:N101a250dadd74b74896df7398a1b9832,
        _:N1458f02fb64d4b59a52fa9b100d9994b,
        _:N1489dcd0f0474643adc7e91bdbd14c7d,
        _:N18f512bf0e3747599f65bd48d282d35c,
        _:N1a2b77e137124b349e9cfa765295af89,
        _:N33a32005300f41e4a30de5637b0d3fcf,
        _:N370580ecd25243c5900911d9a3f82a9c,
        _:N415caee5d43e432d8d3ab085cac8265b,
        _:N4422904fe02540cba67de36dcc1a0425,
        _:N46f24350ca6040ffa9e19ae404168129,
        _:N5d6ad9726cd04f9b823b5ea0daed3511,
        _:N5fa5c5a4c8764d46947fda6a367f5284,
        _:N638aff00f000448394abc53e2bf36f34,
        _:N6ba5b982d98a48648ddc6e1dcaa56829,
        _:N7c324740ea7d47b8989f0b066ae6014a,
        _:N8921d289fa3746299d19765ab1e943ff,
        _:Nb755cfadf0aa409487b4b3a0b03564c5,
        _:Ncf5c8ed8d90b4a0a8e16ff5e7e018398,
        _:Nd029068d44954223b47630d6bc87b848,
        _:Nd6787e2ced1c4544a2f6e5433f972171,
        _:Ndd2709bc1c8142cfa94309552cb52977,
        _:Ne18af21b77cc47619aa0e48595b12dfc ;
    mo:track_count 23 ;
    schema:duration "PT70:32"^^xsd:interval ;
    schema:numTracks 23 ;
    schema:track _:N0276d9557d60403ab15ca799692e88ee,
        _:N101a250dadd74b74896df7398a1b9832,
        _:N1458f02fb64d4b59a52fa9b100d9994b,
        _:N1489dcd0f0474643adc7e91bdbd14c7d,
        _:N18f512bf0e3747599f65bd48d282d35c,
        _:N1a2b77e137124b349e9cfa765295af89,
        _:N33a32005300f41e4a30de5637b0d3fcf,
        _:N370580ecd25243c5900911d9a3f82a9c,
        _:N415caee5d43e432d8d3ab085cac8265b,
        _:N4422904fe02540cba67de36dcc1a0425,
        _:N46f24350ca6040ffa9e19ae404168129,
        _:N5d6ad9726cd04f9b823b5ea0daed3511,
        _:N5fa5c5a4c8764d46947fda6a367f5284,
        _:N638aff00f000448394abc53e2bf36f34,
        _:N6ba5b982d98a48648ddc6e1dcaa56829,
        _:N7c324740ea7d47b8989f0b066ae6014a,
        _:N8921d289fa3746299d19765ab1e943ff,
        _:Nb755cfadf0aa409487b4b3a0b03564c5,
        _:Ncf5c8ed8d90b4a0a8e16ff5e7e018398,
        _:Nd029068d44954223b47630d6bc87b848,
        _:Nd6787e2ced1c4544a2f6e5433f972171,
        _:Ndd2709bc1c8142cfa94309552cb52977,
        _:Ne18af21b77cc47619aa0e48595b12dfc .

