No label defined (E3)
Appearance
| language code | label | description | aliases | edit |
|---|---|---|---|---|
| en | edit | |||
| el | HC3 Fragment Shape | Shape για θραύσματα αντικειμένων. CIDOC: crm:P46i_forms_part_of | FragmentShape | HC3 | crm:P46i | 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#>
<FragmentShape> {
# instance of = Fragment (Q1749) ΜΟΝΟ
wdt:P460 [ wd:Q1749 ] ;
# excavation ID — ΥΠΟΧΡΕΩΤΙΚΟ
wdt:P454 xsd:string ;
# square — ΥΠΟΧΡΕΩΤΙΚΟ
wdt:P456 xsd:string ;
# depth — ΥΠΟΧΡΕΩΤΙΚΟ
wdt:P457 xsd:decimal ;
# conservation status — ΥΠΟΧΡΕΩΤΙΚΟ
wdt:P461 . ;
# excavation site — ΥΠΟΧΡΕΩΤΙΚΟ
wdt:P464 . ;
# material — ΠΡΟΑΙΡΕΤΙΚΟ
wdt:P465 . ? ;
# date found — ΠΡΟΑΙΡΕΤΙΚΟ
wdt:P459 xsd:dateTime ? ;
}