@prefix ns0: <http://yafjp.org/terms/yav/1.0#Works> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .

<https://inventory.yokohama.art.museum/eng/911>
  a ns0:Works ;
  rdfs:label "Der Engel im Spiegel (The Angel in the Mirror)"@en ;
  dc11:title "Der Engel im Spiegel (The Angel in the Mirror)"@en ;
  dc:creator <https://inventory.yokohama.art.museum/eng/artist/721> ;
  schema:creator <https://inventory.yokohama.art.museum/eng/artist/721> ;
  dc11:date "1960" ;
  dc11:format "12.3 x 11.5 cm" ;
  dc:description "collage on paper"@en ;
  dc:type <http://data.yafjp.org/concept/type/Watercolor or Drawing by Foreign Artist> ;
  dc:identifier "84-DRF-006" ;
  ns0:currentLocationAt <http://yan.yafjp.org/place-info/place_46> .

