Jump to content

No label defined (E2)

From ARXIVE
Revision as of 09:32, 4 May 2026 by MVouraki (talk | contribs) (Created a new Schema: HC3 Amphora Shape)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
language codelabeldescriptionaliasesedit
enedit
elHC3 Amphora ShapeShape για αμφορείς μετά τη συντήρηση. Απαιτεί conservation ID, material, digital twin. CIDOC: crm:E22AmphoraShape | HC3 | crm:P46_is_composed_ofedit
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#>

<AmphoraShape> {

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

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

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

  # material — ΥΠΟΧΡΕΩΤΙΚΟ
  wdt:P465  .             +  ;

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

  # has digital twin HC2 — ΥΠΟΧΡΕΩΤΙΚΟ
  wdt:P466  .                ;

  # is composed of fragments — ΠΡΟΑΙΡΕΤΙΚΟ
  wdt:P462  .             *  ;

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

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