No label defined (E2)
Appearance
| language code | label | description | aliases | edit |
|---|---|---|---|---|
| en | edit | |||
| el | HC3 Amphora Shape | Shape για αμφορείς μετά τη συντήρηση. Απαιτεί conservation ID, material, digital twin. CIDOC: crm:E22 | AmphoraShape | HC3 | crm:P46_is_composed_of | edit |
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 . * ;
}