Jump to content

No label defined (E1)

From ARXIVE
Revision as of 09:30, 4 May 2026 by MVouraki (talk | contribs) (Created a new Schema: HC3 Archaeological Find Shape)
(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  .               ;

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

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

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

  # 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  .             ? ;

  # P465 material — 0 ή περισσότερα
  wdt:P465  .             * ;

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

  # P470 heritage community — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P470  .             * ;

  # P463 visual representation — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P463  xsd:anyURI    * ;

  # P467 conservation report — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P467  xsd:anyURI    ? ;

  # P468 storage location — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P468  xsd:string    ? ;
}