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

<album/101008> a mo:Release ;
    mo:catalogue_number "PCCG-00358" .

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

<artist/35184#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101010#subject> ;
    schema:name "Shinji Wajima"@en,
        "和嶋慎治"@ja ;
    foaf:made <album/101010#composition>,
        <album/101010#lyrics>,
        <album/101010#subject> ;
    foaf:name "Shinji Wajima"@en,
        "和嶋慎治"@ja .

<product/8457#subject> a schema:CreativeWork ;
    schema:name "Blade of the Immortal (Manga)"@en,
        "無限の住人 (Manga)"@ja,
        "Mugen no Juunin (Manga)"@ja-latn ;
    foaf:name "Blade of the Immortal (Manga)"@en,
        "無限の住人 (Manga)"@ja,
        "Mugen no Juunin (Manga)"@ja-latn .

<album/101010#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Mugen no Juunin / NINGEN ISU"@en,
        "無限の住人 / 人間椅子"@ja,
        "Mugen no Juunin / NINGEN ISU"@ja-latn ;
    mo:composer <artist/35184#subject> ;
    mo:produced_work <album/101010#musicalwork> ;
    schema:name "Mugen no Juunin / NINGEN ISU"@en,
        "無限の住人 / 人間椅子"@ja,
        "Mugen no Juunin / NINGEN ISU"@ja-latn .

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

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

<org/2244#subject> schema:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn ;
    foaf:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn .

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

<https://medium-media.vgm.io/albums/01/101010/101010-1593742157.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/101010#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Mugen no Juunin / NINGEN ISU"@en,
        "無限の住人 / 人間椅子"@ja,
        "Mugen no Juunin / NINGEN ISU"@ja-latn ;
    mo:performance_of <album/101010#musicalwork> ;
    mo:performer <artist/62200#subject> ;
    mo:recorded_as <album/101010#musicalexpression> ;
    schema:byArtist <artist/62200#subject> ;
    schema:name "Mugen no Juunin / NINGEN ISU"@en,
        "無限の住人 / 人間椅子"@ja,
        "Mugen no Juunin / NINGEN ISU"@ja-latn ;
    schema:workPerformed <album/101010#musicalwork> .

<artist/62200#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/101010#performance> ;
    schema:name "NINGEN ISU"@en,
        "人間椅子"@ja ;
    foaf:name "NINGEN ISU"@en,
        "人間椅子"@ja .

<album/101010#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-07-18"^^xsd:date ;
    dcterms:title "Mugen no Juunin / NINGEN ISU"@en,
        "無限の住人 / 人間椅子"@ja,
        "Mugen no Juunin / NINGEN ISU"@ja-latn ;
    mo:catalogue_number "DSP-1226" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/101008> ;
    mo:publication_of <album/101010#musicalexpression> ;
    mo:publisher <org/2244#subject> ;
    mo:record _:N7d131085fc254f5884bdeff295aeef33 ;
    mo:record_count 1 ;
    schema:about <product/8457#subject> ;
    schema:byArtist <artist/62200#subject> ;
    schema:datePublished "1996-07-18"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/01/101010/101010-1593742157.jpg> ;
    schema:name "Mugen no Juunin / NINGEN ISU"@en,
        "無限の住人 / 人間椅子"@ja,
        "Mugen no Juunin / NINGEN ISU"@ja-latn ;
    schema:publisher <org/2244#subject> ;
    foaf:depiction <https://media.vgm.io/albums/01/101010/101010-1593742157.jpg> .

_:N0dc9f10901f44fa5b0751666b9c34b51 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "刀と鞘"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "刀と鞘"@ja .

_:N1c547adb15f94e05a833bb1cc42ca21f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "黒猫"@ja ;
    mo:track_number 10 ;
    schema:duration "PT8:45"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "黒猫"@ja .

_:N4de2b7ac50294ad29613e3a77e4b170c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "地獄"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "地獄"@ja .

_:N626f240bd3ae4bd1b90d6270331f57ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "蛮カラ一代記"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "蛮カラ一代記"@ja .

_:N7e1788c3762643c5aeeca2316013d4fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宇宙遊泳"@ja ;
    mo:track_number 9 ;
    schema:duration "PT6:51"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "宇宙遊泳"@ja .

_:N81556b4f81d44cc9b9af42b5607b1c64 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "辻斬り小唄無宿編"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "辻斬り小唄無宿編"@ja .

_:Na4e446b31056465480dca8f7e14cbf4e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "晒し首"@ja ;
    mo:track_number 1 ;
    schema:duration "PT6:57"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "晒し首"@ja .

_:Na9c0b733fe0e4d90a32c242b9cfe120e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "もっこの子守唄"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "もっこの子守唄"@ja .

_:Ne3808bb4a3dd45369daa72996979492b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "莫迦酔狂ひ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT7:53"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "莫迦酔狂ひ"@ja .

_:Ne5c03719b0854cb893d62bd6599fb904 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "無限の住人"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:N7d131085fc254f5884bdeff295aeef33 ;
    schema:name "無限の住人"@ja .

_:N7d131085fc254f5884bdeff295aeef33 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0dc9f10901f44fa5b0751666b9c34b51,
        _:N1c547adb15f94e05a833bb1cc42ca21f,
        _:N4de2b7ac50294ad29613e3a77e4b170c,
        _:N626f240bd3ae4bd1b90d6270331f57ce,
        _:N7e1788c3762643c5aeeca2316013d4fe,
        _:N81556b4f81d44cc9b9af42b5607b1c64,
        _:Na4e446b31056465480dca8f7e14cbf4e,
        _:Na9c0b733fe0e4d90a32c242b9cfe120e,
        _:Ne3808bb4a3dd45369daa72996979492b,
        _:Ne5c03719b0854cb893d62bd6599fb904 ;
    mo:track_count 10 ;
    schema:duration "PT54:10"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0dc9f10901f44fa5b0751666b9c34b51,
        _:N1c547adb15f94e05a833bb1cc42ca21f,
        _:N4de2b7ac50294ad29613e3a77e4b170c,
        _:N626f240bd3ae4bd1b90d6270331f57ce,
        _:N7e1788c3762643c5aeeca2316013d4fe,
        _:N81556b4f81d44cc9b9af42b5607b1c64,
        _:Na4e446b31056465480dca8f7e14cbf4e,
        _:Na9c0b733fe0e4d90a32c242b9cfe120e,
        _:Ne3808bb4a3dd45369daa72996979492b,
        _:Ne5c03719b0854cb893d62bd6599fb904 .

