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

:11436 a yav:Works;
    rdfs:label "冬の宿"@ja;
    dc:title "冬の宿"@ja;
    dc:creator "大佛次郎"@ja;
    dct:type <http://data.yafjp.org/concept/type/%E5%8F%B0%E6%9C%AC>;
    dct:issued "1954-12"^^xsd:date;
    yav:representedAt "明治座"@ja;

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