Jump to content

No label defined (E1)

From ARXIVE
Revision as of 08:19, 5 May 2026 by 172.24.0.5 (talk) (Updated Schema text)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
language codelabeldescriptionaliasesedit
enedit
elHC3 Archaeological Find ShapeShape για αρχαιολογικά ευρήματα ως HC3 Tangible Aspect. CIDOC CRM + HDTO ontology validation.ArchaeologicalFindShape | HC3 | CIDOC crm:E18edit
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#>

<ArchaeologicalFindShape> {

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

  # P460 instance of — ΥΠΟΧΡΕΩΤΙΚΟ, μόνο αποδεκτοί τύποι
  wdt:P460 [ wd:Q1747 wd:Q1748 wd:Q1749 ] ;

  # P464 excavation site — ΥΠΟΧΡΕΩΤΙΚΟ
  wdt:P464 [ wd:Q1759 ] ;

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

  # P457 depth — ΥΠΟΧΡΕΩΤΙΚΟ, θετικός αριθμός
  wdt:P457 xsd:decimal MININCLUSIVE 0 ;

  # P459 date found — ΥΠΟΧΡΕΩΤΙΚΟ
  wdt:P459 xsd:dateTime ;

  # P455 conservation ID — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P455 xsd:string ? ;

  # P458 stratigraphic layer — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P458 xsd:string ? ;

  # P461 conservation status — ΠΡΟΑΙΡΕΤΙΚΟ, περιορισμένες τιμές
  wdt:P461 [ wd:Q1755 wd:Q1756 wd:Q1757 wd:Q1758 ] ? ;

  # P465 material — 0 ή περισσότερα, περιορισμένες τιμές
  wdt:P465 [ wd:Q1750 wd:Q1751 wd:Q1752 wd:Q1753 wd:Q1754 ] * ;

  # P466 has digital twin — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P466 . ? ;
}