Jump to content

No label defined (E3)

From ARXIVE
Revision as of 09:33, 4 May 2026 by MVouraki (talk | contribs) (Created a new Schema: HC3 Fragment Shape)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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  ?  ;
}