Jump to content

No label defined (E3)

From ARXIVE
language codelabeldescriptionaliasesedit
enedit
elHC3 Fragment ShapeShape για θραύσματα αντικειμένων. CIDOC: crm:P46i_forms_part_ofFragmentShape | HC3 | crm:P46iedit
PREFIX wd:  <https://wikibase.arxive.okfn.gr/entity/>
PREFIX wdt: <https://wikibase.arxive.okfn.gr/prop/direct/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

<FragmentShape> {

  # instance of = Fragment (Q1749) ΜΟΝΟ
  wdt:P460  [ wd:Q1749 ]     ;

  # excavation ID — ΥΠΟΧΡΕΩΤΙΚΟ
  wdt:P454  xsd:string       ;

  # square — ΥΠΟΧΡΕΩΤΙΚΟ
  wdt:P456  xsd:string       ;

  # depth — ΥΠΟΧΡΕΩΤΙΚΟ
  wdt:P457  xsd:decimal      ;

  # conservation status — ΥΠΟΧΡΕΩΤΙΚΟ
  wdt:P461  .                ;

  # excavation site — ΥΠΟΧΡΕΩΤΙΚΟ
  wdt:P464  .                ;

  # material — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P465  .             ?  ;

  # date found — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P459  xsd:dateTime  ?  ;
}