Jump to content

EntitySchema:E1: Difference between revisions

From ARXIVE
MVouraki (talk | contribs)
Created a new Schema: HC3 Archaeological Find Shape
 
Updated Schema text
 
Schema / Line 6: Schema / Line 6:


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


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


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


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


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


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


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


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


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


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


   # P466 has digital twin — ΠΡΟΑΙΡΕΤΙΚΟ
   # P466 has digital twin — ΠΡΟΑΙΡΕΤΙΚΟ
   wdt:P466 .             ? ;
   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    ? ;
}
}

Latest revision as of 08:19, 5 May 2026

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