@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix type: <http://data.yafjp.org/concept/type/> .
@prefix yav: <http://yafjp.org/terms/yav/1.0#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <http://osaragi.yafjp.org/archives/items/show/> .

:19880 a yav:Works;
    rdfs:label "死なぬ伊織"@ja;
    dc:title "死なぬ伊織"@ja;
    dct:alternative "ｼﾅﾇｲｵﾘ"@fr;
    dc:description "半身　雪の太鼓　夕凪　時雨の蝶　紫友の話　死なぬ伊織"@ja;
    dc:creator "大佛次郎"@ja;
    dc:publisher "同光社"@ja;
    dct:date "1955.12.20　"@fr;
    dc:relation "大衆小説名作選"^^xsd:string;
    dct:type <http://data.yafjp.org/concept/type/%E8%87%AA%E8%91%97>;

    yav:currentLocationAt <https://artnavi.yokohama/art-spot/589/>
    .