@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/> .

:11743 a yav:Works;
    rdfs:label "鞍馬天狗　角兵衛獅子"@ja;
    dc:title "鞍馬天狗　角兵衛獅子"@ja;
    dc:creator "矢澤弦月"@ja;
    dct:issued "1951-12-20"^^xsd:date;
    dc:relation "『決定版 鞍馬天狗 第12巻』　中央公論社"^^xsd:string;
    dct:type <http://data.yafjp.org/concept/type/%E5%8F%A3%E7%B5%B5>;

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