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

:22239 a yav:Works;
    rdfs:label "宝島"@ja;
    dc:title "宝島"@ja;
    dct:alternative "ﾀｶﾗｼﾞﾏ"@fr;
    dc:creator "R.L.スティーヴンソン著　大佛次郎訳　"@ja;
    dc:publisher "恒文社"@ja;
    dct:issued "1997-02-20"^^xsd:date;
    dct:type <http://data.yafjp.org/concept/type/%E8%87%AA%E8%91%97>;

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