Mirror

Aerial PhotographArchitectural SculptureBound volumeCoinsEastern BronzeEastern CeramicEastern DrawingEastern PaintingEastern PrintEngraved printEtchingGems and CameosInscriptionJewelleryMapMenhirMirrorMosaicOtherPapyrusPhotographPortraitSarcophagusSite planStatueStatuetteTextileUnknownWall PaintingWeaponWestern BronzeWestern CeramicWestern Sculpture

Query used to generate this page

  • PREFIX crm: <http://purl.org/NET/crm-owl#>
    PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
    
    CONSTRUCT {
      ?obj rdfs:label ?label .
      ?obj crm:P138i_has_representation ?image
    } WHERE {
      ?obj crm:P2_has_type <http://id.clarosnet.org/type/object/mirror> .
      ?obj crm:P138i_has_representation ?image .
      ?obj rdfs:label ?label .
    } LIMIT 2000