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

:11491 a yav:Works;
    rdfs:label "鎌倉絵図"@ja;
    dc:title "鎌倉絵図"@ja;
    dc:creator "一光斎芳盛写"@ja;
    dc:extent "地図1枚　62.1×42.9"^^xsd:string;
    dc:language "jp";

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