diff --git a/README.md b/README.md
index 88eb4f999..6720b8c48 100644
--- a/README.md
+++ b/README.md
@@ -38,14 +38,16 @@ Please refer to our [contributing guidelines](CONTRIBUTING.md)
- **Stefan Eichert** - Idea, Concept and Data Modelling
([stefan.eichert@nhm-wien.ac.at](mailto:stefan.eichert@nhm-wien.ac.at))
+- **Nina Richards** - Project Management and Bioarchaeological Expertise
+([nina.richards@oeaw.ac.at](mailto:nina.richards@oeaw.ac.at))
- **Alexander Watzinger** - Lead Developer and Concept
([alexander.watzinger@oeaw.ac.at](mailto:alexander.watzinger@oeaw.ac.at))
- **Bernhard Koschiček-Krombholz** - Backend Development, API
([bernhard.koschicek-krombholz@oeaw.ac.at](mailto:bernhard.koschicek-krombholz@oeaw.ac.at))
-- **Nina Richards** - Bioarchaeological Expertise
-([nina.richards@oeaw.ac.at](mailto:nina.richards@oeaw.ac.at))
- **Olivia Reichl** - Frontend Development
-([Olivia.Reichl@oeaw.ac.at](mailto:Olivia.Reichl@oeaw.ac.at)
+([Olivia.Reichl@oeaw.ac.at](mailto:Olivia.Reichl@oeaw.ac.at))
+- **Katharina Wünsche** - Frontend Development
+([Katharina Wuensche@oeaw.ac.at](mailto:Katharina Wuensche@oeaw.ac.at))
- **Jan Belik** - Logo Design and Design Consulting
([buero@janbelik.com](mailto:buero@janbelik.com))
diff --git a/config/default.py b/config/default.py
index e3eb97f21..e2c0a2e7f 100644
--- a/config/default.py
+++ b/config/default.py
@@ -3,7 +3,7 @@
from config.database_versions import DATABASE_VERSIONS
-VERSION = '8.9.0'
+VERSION = '8.10.0'
DATABASE_VERSION = DATABASE_VERSIONS[0]
DEMO_MODE = False # If activated some options are disabled, login is prefilled
DEBUG = False
diff --git a/install/1_structure.sql b/install/1_structure.sql
index da36392b6..08426fa19 100644
--- a/install/1_structure.sql
+++ b/install/1_structure.sql
@@ -2,8 +2,8 @@
-- PostgreSQL database dump
--
--- Dumped from database version 15.8 (Debian 15.8-0+deb12u1)
--- Dumped by pg_dump version 15.8 (Debian 15.8-0+deb12u1)
+-- Dumped from database version 15.10 (Debian 15.10-0+deb12u1)
+-- Dumped by pg_dump version 15.10 (Debian 15.10-0+deb12u1)
SET statement_timeout = 0;
SET lock_timeout = 0;
@@ -33,9 +33,6 @@ ALTER TABLE IF EXISTS ONLY web.hierarchy DROP CONSTRAINT IF EXISTS hierarchy_id_
ALTER TABLE IF EXISTS ONLY web.hierarchy_openatlas_class DROP CONSTRAINT IF EXISTS hierarchy_form_hierarchy_id_fkey;
ALTER TABLE IF EXISTS ONLY web.entity_profile_image DROP CONSTRAINT IF EXISTS entity_profile_image_image_id_fkey;
ALTER TABLE IF EXISTS ONLY web.entity_profile_image DROP CONSTRAINT IF EXISTS entity_profile_image_entity_id_fkey;
-ALTER TABLE IF EXISTS ONLY web.annotation_image DROP CONSTRAINT IF EXISTS annotation_image_user_id_fkey;
-ALTER TABLE IF EXISTS ONLY web.annotation_image DROP CONSTRAINT IF EXISTS annotation_image_image_id_fkey;
-ALTER TABLE IF EXISTS ONLY web.annotation_image DROP CONSTRAINT IF EXISTS annotation_image_entity_id_fkey;
ALTER TABLE IF EXISTS ONLY model.property DROP CONSTRAINT IF EXISTS property_range_class_code_fkey;
ALTER TABLE IF EXISTS ONLY model.property_inheritance DROP CONSTRAINT IF EXISTS property_inheritance_super_code_fkey;
ALTER TABLE IF EXISTS ONLY model.property_inheritance DROP CONSTRAINT IF EXISTS property_inheritance_sub_code_fkey;
@@ -55,6 +52,10 @@ ALTER TABLE IF EXISTS ONLY model.entity DROP CONSTRAINT IF EXISTS entity_class_c
ALTER TABLE IF EXISTS ONLY model.cidoc_class_inheritance DROP CONSTRAINT IF EXISTS class_inheritance_super_code_fkey;
ALTER TABLE IF EXISTS ONLY model.cidoc_class_inheritance DROP CONSTRAINT IF EXISTS class_inheritance_sub_code_fkey;
ALTER TABLE IF EXISTS ONLY model.cidoc_class_i18n DROP CONSTRAINT IF EXISTS class_i18n_class_code_fkey;
+ALTER TABLE IF EXISTS ONLY model.annotation_text DROP CONSTRAINT IF EXISTS annotation_text_source_id_fkey;
+ALTER TABLE IF EXISTS ONLY model.annotation_text DROP CONSTRAINT IF EXISTS annotation_text_entity_id_fkey;
+ALTER TABLE IF EXISTS ONLY model.annotation_image DROP CONSTRAINT IF EXISTS annotation_image_image_id_fkey;
+ALTER TABLE IF EXISTS ONLY model.annotation_image DROP CONSTRAINT IF EXISTS annotation_image_entity_id_fkey;
ALTER TABLE IF EXISTS ONLY import.entity DROP CONSTRAINT IF EXISTS entity_user_id_fkey;
ALTER TABLE IF EXISTS ONLY import.entity DROP CONSTRAINT IF EXISTS entity_project_id_fkey;
ALTER TABLE IF EXISTS ONLY import.entity DROP CONSTRAINT IF EXISTS entity_entity_id_fkey;
@@ -72,6 +73,8 @@ DROP TRIGGER IF EXISTS update_modified ON model.link;
DROP TRIGGER IF EXISTS update_modified ON model.gis;
DROP TRIGGER IF EXISTS update_modified ON model.file_info;
DROP TRIGGER IF EXISTS update_modified ON model.entity;
+DROP TRIGGER IF EXISTS update_modified ON model.annotation_text;
+DROP TRIGGER IF EXISTS update_modified ON model.annotation_image;
DROP TRIGGER IF EXISTS on_delete_entity ON model.entity;
DROP TRIGGER IF EXISTS update_modified ON import.project;
ALTER TABLE IF EXISTS ONLY web."user" DROP CONSTRAINT IF EXISTS user_username_key;
@@ -106,7 +109,6 @@ ALTER TABLE IF EXISTS ONLY web."group" DROP CONSTRAINT IF EXISTS group_name_key;
ALTER TABLE IF EXISTS ONLY web.entity_profile_image DROP CONSTRAINT IF EXISTS entity_profile_image_pkey;
ALTER TABLE IF EXISTS ONLY web.entity_profile_image DROP CONSTRAINT IF EXISTS entity_profile_image_entity_id_key;
ALTER TABLE IF EXISTS ONLY web.type_none_selectable DROP CONSTRAINT IF EXISTS entity_id_key;
-ALTER TABLE IF EXISTS ONLY web.annotation_image DROP CONSTRAINT IF EXISTS annotation_image_pkey;
ALTER TABLE IF EXISTS ONLY model.property DROP CONSTRAINT IF EXISTS property_pkey;
ALTER TABLE IF EXISTS ONLY model.property_inheritance DROP CONSTRAINT IF EXISTS property_inheritance_pkey;
ALTER TABLE IF EXISTS ONLY model.property_i18n DROP CONSTRAINT IF EXISTS property_i18n_property_code_language_code_key;
@@ -126,6 +128,8 @@ ALTER TABLE IF EXISTS ONLY model.cidoc_class_inheritance DROP CONSTRAINT IF EXIS
ALTER TABLE IF EXISTS ONLY model.cidoc_class_i18n DROP CONSTRAINT IF EXISTS class_i18n_pkey;
ALTER TABLE IF EXISTS ONLY model.cidoc_class_i18n DROP CONSTRAINT IF EXISTS class_i18n_class_code_language_code_key;
ALTER TABLE IF EXISTS ONLY model.cidoc_class DROP CONSTRAINT IF EXISTS class_code_key;
+ALTER TABLE IF EXISTS ONLY model.annotation_text DROP CONSTRAINT IF EXISTS annotation_text_pkey;
+ALTER TABLE IF EXISTS ONLY model.annotation_image DROP CONSTRAINT IF EXISTS annotation_image_pkey;
ALTER TABLE IF EXISTS ONLY import.project DROP CONSTRAINT IF EXISTS project_pkey;
ALTER TABLE IF EXISTS ONLY import.project DROP CONSTRAINT IF EXISTS project_name_key;
ALTER TABLE IF EXISTS ONLY import.entity DROP CONSTRAINT IF EXISTS entity_project_id_origin_id_key;
@@ -136,6 +140,7 @@ ALTER TABLE IF EXISTS web.user_notes ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS web.user_log ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS web.user_bookmarks ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS web."user" ALTER COLUMN id DROP DEFAULT;
+ALTER TABLE IF EXISTS web.type_none_selectable ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS web.system_log ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS web.settings ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS web.reference_system_openatlas_class ALTER COLUMN id DROP DEFAULT;
@@ -145,7 +150,6 @@ ALTER TABLE IF EXISTS web.hierarchy_openatlas_class ALTER COLUMN id DROP DEFAULT
ALTER TABLE IF EXISTS web.hierarchy ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS web."group" ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS web.entity_profile_image ALTER COLUMN id DROP DEFAULT;
-ALTER TABLE IF EXISTS web.annotation_image ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS model.property_inheritance ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS model.property_i18n ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS model.property ALTER COLUMN id DROP DEFAULT;
@@ -156,6 +160,7 @@ ALTER TABLE IF EXISTS model.entity ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS model.cidoc_class_inheritance ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS model.cidoc_class_i18n ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS model.cidoc_class ALTER COLUMN id DROP DEFAULT;
+ALTER TABLE IF EXISTS model.annotation_image ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS import.project ALTER COLUMN id DROP DEFAULT;
ALTER TABLE IF EXISTS import.entity ALTER COLUMN id DROP DEFAULT;
DROP SEQUENCE IF EXISTS web.user_tokens_id_seq;
@@ -170,8 +175,8 @@ DROP SEQUENCE IF EXISTS web.user_id_seq;
DROP SEQUENCE IF EXISTS web.user_bookmarks_id_seq;
DROP TABLE IF EXISTS web.user_bookmarks;
DROP TABLE IF EXISTS web."user";
-DROP TABLE IF EXISTS web.type_none_selectable;
DROP SEQUENCE IF EXISTS web.type_none_selectable_id_seq;
+DROP TABLE IF EXISTS web.type_none_selectable;
DROP SEQUENCE IF EXISTS web.settings_id_seq;
DROP TABLE IF EXISTS web.settings;
DROP SEQUENCE IF EXISTS web.reference_system_form_id_seq;
@@ -191,8 +196,6 @@ DROP SEQUENCE IF EXISTS web.group_id_seq;
DROP TABLE IF EXISTS web."group";
DROP SEQUENCE IF EXISTS web.entity_profile_image_id_seq;
DROP TABLE IF EXISTS web.entity_profile_image;
-DROP SEQUENCE IF EXISTS web.annotation_image_id_seq;
-DROP TABLE IF EXISTS web.annotation_image;
DROP SEQUENCE IF EXISTS model.property_inheritance_id_seq;
DROP TABLE IF EXISTS model.property_inheritance;
DROP SEQUENCE IF EXISTS model.property_id_seq;
@@ -215,6 +218,10 @@ DROP SEQUENCE IF EXISTS model.cidoc_class_id_seq;
DROP SEQUENCE IF EXISTS model.cidoc_class_i18n_id_seq;
DROP TABLE IF EXISTS model.cidoc_class_i18n;
DROP TABLE IF EXISTS model.cidoc_class;
+DROP TABLE IF EXISTS model.annotation_text;
+DROP SEQUENCE IF EXISTS model.annotation_text_id_seq;
+DROP SEQUENCE IF EXISTS model.annotation_image_id_seq;
+DROP TABLE IF EXISTS model.annotation_image;
DROP SEQUENCE IF EXISTS import.project_id_seq;
DROP TABLE IF EXISTS import.project;
DROP SEQUENCE IF EXISTS import.entity_id_seq;
@@ -400,6 +407,76 @@ ALTER TABLE import.project_id_seq OWNER TO openatlas;
ALTER SEQUENCE import.project_id_seq OWNED BY import.project.id;
+--
+-- Name: annotation_image; Type: TABLE; Schema: model; Owner: openatlas
+--
+
+CREATE TABLE model.annotation_image (
+ id integer NOT NULL,
+ image_id integer NOT NULL,
+ entity_id integer,
+ coordinates text NOT NULL,
+ text text,
+ created timestamp without time zone DEFAULT now() NOT NULL,
+ modified timestamp without time zone
+);
+
+
+ALTER TABLE model.annotation_image OWNER TO openatlas;
+
+--
+-- Name: annotation_image_id_seq; Type: SEQUENCE; Schema: model; Owner: openatlas
+--
+
+CREATE SEQUENCE model.annotation_image_id_seq
+ START WITH 1
+ INCREMENT BY 1
+ NO MINVALUE
+ NO MAXVALUE
+ CACHE 1;
+
+
+ALTER TABLE model.annotation_image_id_seq OWNER TO openatlas;
+
+--
+-- Name: annotation_image_id_seq; Type: SEQUENCE OWNED BY; Schema: model; Owner: openatlas
+--
+
+ALTER SEQUENCE model.annotation_image_id_seq OWNED BY model.annotation_image.id;
+
+
+--
+-- Name: annotation_text_id_seq; Type: SEQUENCE; Schema: model; Owner: openatlas
+--
+
+CREATE SEQUENCE model.annotation_text_id_seq
+ START WITH 1
+ INCREMENT BY 1
+ NO MINVALUE
+ MAXVALUE 2147483647
+ CACHE 1;
+
+
+ALTER TABLE model.annotation_text_id_seq OWNER TO openatlas;
+
+--
+-- Name: annotation_text; Type: TABLE; Schema: model; Owner: openatlas
+--
+
+CREATE TABLE model.annotation_text (
+ id integer DEFAULT nextval('model.annotation_text_id_seq'::regclass) NOT NULL,
+ source_id integer NOT NULL,
+ entity_id integer,
+ link_start integer NOT NULL,
+ link_end integer NOT NULL,
+ text text,
+ created timestamp without time zone DEFAULT now() NOT NULL,
+ modified timestamp without time zone
+);
+
+
+ALTER TABLE model.annotation_text OWNER TO openatlas;
+
--
-- Name: cidoc_class; Type: TABLE; Schema: model; Owner: openatlas
--
@@ -860,44 +937,6 @@ ALTER TABLE model.property_inheritance_id_seq OWNER TO openatlas;
ALTER SEQUENCE model.property_inheritance_id_seq OWNED BY model.property_inheritance.id;
---
--- Name: annotation_image; Type: TABLE; Schema: web; Owner: openatlas
---
-
-CREATE TABLE web.annotation_image (
- id integer NOT NULL,
- image_id integer NOT NULL,
- entity_id integer,
- coordinates text NOT NULL,
- user_id integer,
- annotation text NOT NULL,
- created timestamp without time zone DEFAULT now() NOT NULL
-);
-
-
-ALTER TABLE web.annotation_image OWNER TO openatlas;
-
---
--- Name: annotation_image_id_seq; Type: SEQUENCE; Schema: web; Owner: openatlas
---
-
-CREATE SEQUENCE web.annotation_image_id_seq
- START WITH 1
- INCREMENT BY 1
- NO MINVALUE
- NO MAXVALUE
- CACHE 1;
-
-
-ALTER TABLE web.annotation_image_id_seq OWNER TO openatlas;
-
---
--- Name: annotation_image_id_seq; Type: SEQUENCE OWNED BY; Schema: web; Owner: openatlas
---
-
-ALTER SEQUENCE web.annotation_image_id_seq OWNED BY web.annotation_image.id;
-
-
--
-- Name: entity_profile_image; Type: TABLE; Schema: web; Owner: openatlas
--
@@ -980,7 +1019,8 @@ CREATE TABLE web.hierarchy (
created timestamp without time zone DEFAULT now() NOT NULL,
modified timestamp without time zone,
category text DEFAULT 'standard'::text NOT NULL,
- required boolean DEFAULT false NOT NULL
+ required boolean DEFAULT false NOT NULL,
+ allow_top_level_selection boolean DEFAULT true
);
@@ -1262,26 +1302,12 @@ ALTER TABLE web.settings_id_seq OWNER TO openatlas;
ALTER SEQUENCE web.settings_id_seq OWNED BY web.settings.id;
---
--- Name: type_none_selectable_id_seq; Type: SEQUENCE; Schema: web; Owner: openatlas
---
-
-CREATE SEQUENCE web.type_none_selectable_id_seq
- START WITH 1
- INCREMENT BY 1
- NO MINVALUE
- MAXVALUE 2147483647
- CACHE 1;
-
-
-ALTER TABLE web.type_none_selectable_id_seq OWNER TO openatlas;
-
--
-- Name: type_none_selectable; Type: TABLE; Schema: web; Owner: openatlas
--
CREATE TABLE web.type_none_selectable (
- id integer DEFAULT nextval('web.type_none_selectable_id_seq'::regclass) NOT NULL,
+ id integer NOT NULL,
entity_id integer NOT NULL,
created timestamp without time zone DEFAULT now() NOT NULL
);
@@ -1293,7 +1319,29 @@ ALTER TABLE web.type_none_selectable OWNER TO openatlas;
-- Name: TABLE type_none_selectable; Type: COMMENT; Schema: web; Owner: openatlas
--
-COMMENT ON TABLE web.type_none_selectable IS 'IDs of types that are not meant to be selected, e.g. a category';
+COMMENT ON TABLE web.type_none_selectable IS 'IDs of types that are not for selection, e.g. a category';
+
+
+--
+-- Name: type_none_selectable_id_seq; Type: SEQUENCE; Schema: web; Owner: openatlas
+--
+
+CREATE SEQUENCE web.type_none_selectable_id_seq
+ AS integer
+ START WITH 1
+ INCREMENT BY 1
+ NO MINVALUE
+ NO MAXVALUE
+ CACHE 1;
+
+
+ALTER TABLE web.type_none_selectable_id_seq OWNER TO openatlas;
+
+--
+-- Name: type_none_selectable_id_seq; Type: SEQUENCE OWNED BY; Schema: web; Owner: openatlas
+--
+
+ALTER SEQUENCE web.type_none_selectable_id_seq OWNED BY web.type_none_selectable.id;
--
@@ -1544,6 +1592,13 @@ ALTER TABLE ONLY import.entity ALTER COLUMN id SET DEFAULT nextval('import.entit
ALTER TABLE ONLY import.project ALTER COLUMN id SET DEFAULT nextval('import.project_id_seq'::regclass);
+--
+-- Name: annotation_image id; Type: DEFAULT; Schema: model; Owner: openatlas
+--
+
+ALTER TABLE ONLY model.annotation_image ALTER COLUMN id SET DEFAULT nextval('model.annotation_image_id_seq'::regclass);
+
+
--
-- Name: cidoc_class id; Type: DEFAULT; Schema: model; Owner: openatlas
--
@@ -1614,13 +1669,6 @@ ALTER TABLE ONLY model.property_i18n ALTER COLUMN id SET DEFAULT nextval('model.
ALTER TABLE ONLY model.property_inheritance ALTER COLUMN id SET DEFAULT nextval('model.property_inheritance_id_seq'::regclass);
---
--- Name: annotation_image id; Type: DEFAULT; Schema: web; Owner: openatlas
---
-
-ALTER TABLE ONLY web.annotation_image ALTER COLUMN id SET DEFAULT nextval('web.annotation_image_id_seq'::regclass);
-
-
--
-- Name: entity_profile_image id; Type: DEFAULT; Schema: web; Owner: openatlas
--
@@ -1684,6 +1732,13 @@ ALTER TABLE ONLY web.settings ALTER COLUMN id SET DEFAULT nextval('web.settings_
ALTER TABLE ONLY web.system_log ALTER COLUMN id SET DEFAULT nextval('web.log_id_seq'::regclass);
+--
+-- Name: type_none_selectable id; Type: DEFAULT; Schema: web; Owner: openatlas
+--
+
+ALTER TABLE ONLY web.type_none_selectable ALTER COLUMN id SET DEFAULT nextval('web.type_none_selectable_id_seq'::regclass);
+
+
--
-- Name: user id; Type: DEFAULT; Schema: web; Owner: openatlas
--
@@ -1758,6 +1813,22 @@ ALTER TABLE ONLY import.project
ADD CONSTRAINT project_pkey PRIMARY KEY (id);
+--
+-- Name: annotation_image annotation_image_pkey; Type: CONSTRAINT; Schema: model; Owner: openatlas
+--
+
+ALTER TABLE ONLY model.annotation_image
+ ADD CONSTRAINT annotation_image_pkey PRIMARY KEY (id);
+
+
+--
+-- Name: annotation_text annotation_text_pkey; Type: CONSTRAINT; Schema: model; Owner: openatlas
+--
+
+ALTER TABLE ONLY model.annotation_text
+ ADD CONSTRAINT annotation_text_pkey PRIMARY KEY (id);
+
+
--
-- Name: cidoc_class class_code_key; Type: CONSTRAINT; Schema: model; Owner: openatlas
--
@@ -1910,14 +1981,6 @@ ALTER TABLE ONLY model.property
ADD CONSTRAINT property_pkey PRIMARY KEY (id);
---
--- Name: annotation_image annotation_image_pkey; Type: CONSTRAINT; Schema: web; Owner: openatlas
---
-
-ALTER TABLE ONLY web.annotation_image
- ADD CONSTRAINT annotation_image_pkey PRIMARY KEY (id);
-
-
--
-- Name: type_none_selectable entity_id_key; Type: CONSTRAINT; Schema: web; Owner: openatlas
--
@@ -2188,6 +2251,20 @@ CREATE TRIGGER update_modified BEFORE UPDATE ON import.project FOR EACH ROW EXEC
CREATE TRIGGER on_delete_entity BEFORE DELETE ON model.entity FOR EACH ROW EXECUTE FUNCTION model.delete_entity_related();
+--
+-- Name: annotation_image update_modified; Type: TRIGGER; Schema: model; Owner: openatlas
+--
+
+CREATE TRIGGER update_modified BEFORE UPDATE ON model.annotation_image FOR EACH ROW EXECUTE FUNCTION model.update_modified();
+
+
+--
+-- Name: annotation_text update_modified; Type: TRIGGER; Schema: model; Owner: openatlas
+--
+
+CREATE TRIGGER update_modified BEFORE UPDATE ON model.annotation_text FOR EACH ROW EXECUTE FUNCTION model.update_modified();
+
+
--
-- Name: entity update_modified; Type: TRIGGER; Schema: model; Owner: openatlas
--
@@ -2310,6 +2387,38 @@ ALTER TABLE ONLY import.entity
ADD CONSTRAINT entity_user_id_fkey FOREIGN KEY (user_id) REFERENCES web."user"(id) ON UPDATE CASCADE ON DELETE CASCADE;
+--
+-- Name: annotation_image annotation_image_entity_id_fkey; Type: FK CONSTRAINT; Schema: model; Owner: openatlas
+--
+
+ALTER TABLE ONLY model.annotation_image
+ ADD CONSTRAINT annotation_image_entity_id_fkey FOREIGN KEY (entity_id) REFERENCES model.entity(id) ON UPDATE CASCADE ON DELETE SET NULL;
+
+
+--
+-- Name: annotation_image annotation_image_image_id_fkey; Type: FK CONSTRAINT; Schema: model; Owner: openatlas
+--
+
+ALTER TABLE ONLY model.annotation_image
+ ADD CONSTRAINT annotation_image_image_id_fkey FOREIGN KEY (image_id) REFERENCES model.entity(id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+
+--
+-- Name: annotation_text annotation_text_entity_id_fkey; Type: FK CONSTRAINT; Schema: model; Owner: openatlas
+--
+
+ALTER TABLE ONLY model.annotation_text
+ ADD CONSTRAINT annotation_text_entity_id_fkey FOREIGN KEY (entity_id) REFERENCES model.entity(id) ON UPDATE CASCADE ON DELETE SET NULL;
+
+
+--
+-- Name: annotation_text annotation_text_source_id_fkey; Type: FK CONSTRAINT; Schema: model; Owner: openatlas
+--
+
+ALTER TABLE ONLY model.annotation_text
+ ADD CONSTRAINT annotation_text_source_id_fkey FOREIGN KEY (source_id) REFERENCES model.entity(id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+
--
-- Name: cidoc_class_i18n class_i18n_class_code_fkey; Type: FK CONSTRAINT; Schema: model; Owner: openatlas
--
@@ -2462,30 +2571,6 @@ ALTER TABLE ONLY model.property
ADD CONSTRAINT property_range_class_code_fkey FOREIGN KEY (range_class_code) REFERENCES model.cidoc_class(code) ON UPDATE CASCADE ON DELETE CASCADE;
---
--- Name: annotation_image annotation_image_entity_id_fkey; Type: FK CONSTRAINT; Schema: web; Owner: openatlas
---
-
-ALTER TABLE ONLY web.annotation_image
- ADD CONSTRAINT annotation_image_entity_id_fkey FOREIGN KEY (entity_id) REFERENCES model.entity(id) ON UPDATE CASCADE ON DELETE SET NULL;
-
-
---
--- Name: annotation_image annotation_image_image_id_fkey; Type: FK CONSTRAINT; Schema: web; Owner: openatlas
---
-
-ALTER TABLE ONLY web.annotation_image
- ADD CONSTRAINT annotation_image_image_id_fkey FOREIGN KEY (image_id) REFERENCES model.entity(id) ON UPDATE CASCADE ON DELETE CASCADE;
-
-
---
--- Name: annotation_image annotation_image_user_id_fkey; Type: FK CONSTRAINT; Schema: web; Owner: openatlas
---
-
-ALTER TABLE ONLY web.annotation_image
- ADD CONSTRAINT annotation_image_user_id_fkey FOREIGN KEY (user_id) REFERENCES web."user"(id) ON UPDATE CASCADE ON DELETE SET NULL;
-
-
--
-- Name: entity_profile_image entity_profile_image_entity_id_fkey; Type: FK CONSTRAINT; Schema: web; Owner: openatlas
--
diff --git a/install/2_data_model.sql b/install/2_data_model.sql
index 276a37cb9..1d95c725b 100644
--- a/install/2_data_model.sql
+++ b/install/2_data_model.sql
@@ -2,8 +2,8 @@
-- PostgreSQL database dump
--
--- Dumped from database version 13.10 (Debian 13.10-0+deb11u1)
--- Dumped by pg_dump version 13.10 (Debian 13.10-0+deb11u1)
+-- Dumped from database version 15.10 (Debian 15.10-0+deb12u1)
+-- Dumped by pg_dump version 15.10 (Debian 15.10-0+deb12u1)
SET statement_timeout = 0;
SET lock_timeout = 0;
@@ -21,126 +21,185 @@ SET row_security = off;
--
INSERT INTO model.cidoc_class VALUES
- (1, 'E9', 'Move', 'This class comprises changes of the physical location of the instances of E19 Physical Object.
-Note, that the class E9 Move inherits the property P7 took place at (witnessed): E53 Place. This property should be used to describe the trajectory or a larger area within which a move takes place, whereas the properties P26 moved to (was destination of), P27 moved from (was origin of) describe the start and end points only. Moves may also be documented to consist of other moves (via P9 consists of (forms part of)), in order to describe intermediate stages on a trajectory. In that case, start and end points of the partial moves should match appropriately between each other and with the overall event.'),
- (2, 'E32', 'Authority Document', 'This class comprises encyclopaedia, thesauri, authority lists and other documents that define terminology or conceptual systems for consistent use.'),
- (3, 'E24', 'Physical Human-Made Thing', 'This class comprises all persistent physical items of any size that are purposely created by human activity. This class comprises, besides others, Human-Made objects, such as a sword, and Human-Made features, such as rock art. For example, a “cup and ring” carving on bedrock is regarded as instance of E24 Physical Human-Made Thing.
-Instances of Human-Made thing may be the result of modifying pre-existing physical things, preserving larger parts or most of the original matter and structure, which poses the question if they are new or even Human-Made, the respective interventions of production made on such original material should be obvious and sufficient to regard that the product has a new, distinct identity and intended function and is human-made. Substantial continuity of the previous matter and structure in the new product can be documented by describing the production process also as an instance of E81 Transformation.
-Whereas interventions of conservation and repair are not regarded to produce a new Human-Made thing, the results of preparation of natural history specimens that substantially change their natural or original state should be regarded as physical Human-Made things, including the uncovering of petrified biological features from a solid piece of stone. On the other side, scribbling a museum number on a natural object should not be regarded to make it Human-Made. This notwithstanding, parts, sections, segments, or features of a physical Human-Made thing may continue to be non-Human-Made and preserved during the production process, for example natural pearls used as a part of an eardrop.'),
- (4, 'E34', 'Inscription', 'This class comprises recognisable, texts attached to instances of E24 Physical Human-Made Thing.
-The transcription of the text can be documented in a note by P3 has note: E62 String. The alphabet used can be documented by P2 has type: E55 Type. This class does not intend to describe the idiosyncratic characteristics of an individual physical embodiment of an inscription, but the underlying prototype. The physical embodiment is modelled in the CIDOC CRM as instances of E24 Physical Human-Made Thing.
-The relationship of a physical copy of a book to the text it contains is modelled using E18 Physical Thing. P128 carries (is carried by): E33 Linguistic Object.'),
- (5, 'E78', 'Curated Holding', 'This class comprises aggregations of instances of E18 Physical Thing that are assembled and maintained (“curated” and “preserved,” in museological terminology) by one or more instances of E39 Actor over time for a specific purpose and audience, and according to a particular collection development plan. Typical instances of curated holdings are museum collections, archives, library holdings and digital libraries. A digital library is regarded as an instance of E18 Physical Thing because it requires keeping physical carriers of the electronic content.
-Items may be added or removed from an E78 Curated Holding in pursuit of this plan. This class should not be confused with the E39 Actor maintaining the E78 Curated Holding often referred to with the name of the E78 Curated Holding (e.g., “The Wallace Collection decided…”).
-Collective objects in the general sense, like a tomb full of gifts, a folder with stamps or a set of chessmen, should be documented as instances of E19 Physical Object, and not as instances of E78 Curated Holding. This is because they form wholes either because they are physically bound together or because they are kept together for their functionality.'),
- (6, 'E19', 'Physical Object', 'This class comprises items of a material nature that are units for documentation and have physical boundaries that separate them completely in an objective way from other objects.
-The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen. Typically, instances of E19 Physical Object can be moved (if not too heavy).
-In some contexts, such objects, except for aggregates, are also called “bona fide objects” (Smith & Varzi, 2000, pp.401-420), i.e., naturally defined objects.
-The decision as to what is documented as a complete item, rather than by its parts or components, may be a purely administrative decision or may be a result of the order in which the item was acquired.'),
- (7, 'E31', 'Document', 'This class comprises identifiable immaterial items that make propositions about reality.
-These propositions may be expressed in text, graphics, images, audiograms, videograms or by other similar means. Documentation databases are regarded as instances of E31 Document. This class should not be confused with the concept “document” in Information Technology, which is compatible with E73 Information Object.'),
- (8, 'E72', 'Legal Object', 'This class comprises those material or immaterial items to which instances of E30 Right, such as the right of ownership or use, can be applied.
-This is true for all instances of E18 Physical Thing. In the case of instances of E28 Conceptual Object, however, the identity of an instance of E28 Conceptual Object or the method of its use may be too ambiguous to reliably establish instances of E30 Right, as in the case of taxa and inspirations. Ownership of corporations is currently regarded as out of scope of the CIDOC CRM.'),
- (9, 'E15', 'Identifier Assignment', 'This class comprises activities that result in the allocation of an identifier to an instance of E1 CRM Entity. Instances of E15 Identifier Assignment may include the creation of the identifier from multiple constituents, which themselves may be instances of E41 Appellation. The syntax and kinds of constituents to be used may be declared in a rule constituting an instance of E29 Design or Procedure.
-Examples of such identifiers include Find Numbers, Inventory Numbers, uniform titles in the sense of librarianship and Digital Object Identifiers (DOI). Documenting the act of identifier assignment and deassignment is especially useful when objects change custody or the identification system of an organization is changed. In order to keep track of the identity of things in such cases, it is important to document by whom, when and for what purpose an identifier is assigned to an item.
-The fact that an identifier is a preferred one for an organisation can be expressed by using the property E1 CRM Entity. P48 has preferred identifier (is preferred identifier of): E42 Identifier. It can better be expressed in a context independent form by assigning a suitable E55 Type, such as “preferred identifier assignment”, to the respective instance of E15 Identifier Assignment via the P2 has type property.'),
- (10, 'E65', 'Creation', 'This class comprises events that result in the creation of conceptual items or immaterial products, such as legends, poems, texts, music, images, movies, laws, types etc.'),
- (11, 'E27', 'Site', 'This class comprises pieces of land or sea floor.
-In contrast to the purely geometric notion of E53 Place, this class describes constellations of matter on the surface of the Earth or other celestial body, which can be represented by photographs, paintings and maps.
-Instances of E27 Site are composed of relatively immobile material items and features in a particular configuration at a particular location.'),
- (12, 'E56', 'Language', 'This class is a specialization of E55 Type and comprises the natural languages in the sense of concepts.
-This type is used categorically in the model without reference to instances of it, i.e., the Model does not foresee the description of instances of instances of E56 Language, e.g.: “instances of Mandarin Chinese”.
-It is recommended that internationally or nationally agreed codes and terminology are used to denote instances of E56 Language, such as those defined in ISO 639-2:1998 and later versions.'),
- (13, 'E58', 'Measurement Unit', 'This class is a specialization of E55 Type and comprises the types of measurement units: feet, inches, centimetres, litres, lumens, etc.
-This type is used categorically in the model without reference to instances of it, i.e., the Model does not foresee the description of instances of instances of E58 Measurement Unit, e.g.: “instances of cm”.
-Système International (SI) units or internationally recognized non-SI terms should be used whenever possible, such as those defined by ISO80000:2009. Archaic Measurement Units used in historical records should be preserved.'),
- (14, 'E74', 'Group', 'This class comprises any gatherings or organizations of human individuals or groups that act collectively or in a similar way due to any form of unifying relationship. In the wider sense this class also comprises official positions which used to be regarded in certain contexts as one actor, independent of the current holder of the office, such as the president of a country. In such cases, it may happen that the group never had more than one member. A joint pseudonym (i.e., a name that seems indicative of an individual but that is actually used as a persona by two or more people) is a particular case of E74 Group.
-A gathering of people becomes an instance of E74 Group when it exhibits organizational characteristics usually typified by a set of ideas or beliefs held in common, or actions performed together. These might be communication, creating some common artifact, a common purpose such as study, worship, business, sports, etc. Nationality can be modelled as membership in an instance of E74 Group. Married couples and other concepts of family are regarded as particular examples of E74 Group.'),
- (15, 'E98', 'Currency', 'This class comprises the units in which a monetary system, supported by an administrative authority or other community, quantifies and arithmetically compares all monetary amounts declared in the unit. The unit of a monetary system must describe a nominal value which is kept constant by its administrative authority and an associated banking system if it exists, and not by market value. For instance, one may pay with grams of gold, but the respective monetary amount would have been agreed as the gold price in US dollars on the day of the payment. Under this definition, British Pounds, U.S. Dollars, and European Euros are examples of currency, but “grams of gold” is not. One monetary system has one and only one currency. Instances of this class must not be confused with coin denominations, such as “Dime” or “Sestertius”. Non-monetary exchange of value in terms of quantities of a particular type of goods, such as cows, do not constitute a currency.'),
- (16, 'E16', 'Measurement', 'This class comprises actions measuring quantitative physical properties and other values that can be determined by a systematic, objective procedure of direct observation of particular states of physical reality.
+ (1, 'E16', 'Measurement', 'This class comprises actions measuring physical properties and other values that can be determined by a systematic, objective procedure of direct observation of particular states of physical reality.
An instance of E16 Measurement may use simple counting or tools, such as yardsticks or radiation detection devices. The interest is in the method and care applied, so that the reliability of the result may be judged at a later stage, or research continued on the associated documents. The date of the event is important for dimensions, which may change value over time, such as the length of an object subject to shrinkage. Methods and devices employed should be associated with instances of E16 Measurement by properties such as P33 used specific technique: E29 Design or Procedure, P125 used object of type: E55 Type, P16 used specific object (was used for): E70 Thing, whereas basic techniques such as "carbon-14 dating" should be encoded using P2 has type (is type of): E55 Type. Details of methods and devices reused or reusable in other instances of E16 Measurement should be documented for these entities rather than the measurements themselves, whereas details of particular execution may be documented by free text or by instantiating adequate sub-activities, if the detail may be of interest for an overarching query.
-Regardless whether a measurement is made by an instrument or by human senses, it represents the initial transition from physical reality to information without any other documented information object in between within the reasoning chain that would represent the result of the interaction of the observer or device with reality. Therefore, determining properties of an instance of E90 Symbolic Object is regarded as an instance of E13 Attribute Assignment, which may be inferred from observing and measuring representative carriers. In the case that the carrier can be named, the property P16 used specific object (was used for): should be used to indicate the instance(s) of E18 Physical Thing that was used as the empirical basis for the attribute assignment. For instance, inferring properties of depicted items using image material, such as satellite images, is not regarded as an instance of E16 Measurement, but as a subsequent instance of E13 Attribute Assignment. Rather, only the production of the images, understood as arrays of radiation intensities, is regarded as an instance of E16 Measurement. The same reasoning holds for other sensor data.'),
- (17, 'E33', 'Linguistic Object', 'This class comprises identifiable expressions in natural language or languages.
-Instances of E33 Linguistic Object can be expressed in many ways: e.g., as written texts, recorded speech or sign language. However, the CIDOC CRM treats instances of E33 Linguistic Object independently from the medium or method by which they are expressed. Expressions in formal languages, such as computer code or mathematical formulae, are not treated as instances of E33 Linguistic Object by the CIDOC CRM. These should be modelled as instances of E73 Information Object.
-In general, an instance of E33 Linguistic Object may also contain non-linguistic information, often of artistic or aesthetic value. Only in cases in which the content of an instance of E33 Linguistic Object can completely be expressed by a series of binary-encoded symbols, its content may be documented within a respective knowledge base by the property P190 has symbolic content: E62 String. Otherwise, it should be understood as an identifiable digital resource only available independently from the respective knowledge base.
-In other cases, such as pages of an illuminated manuscript or recordings containing speech in a language supported by a writing system, the linguistic part of the content of an instance of E33 Linguistic Object may be documented within a respective knowledge base in a note by P3 has note: E62 String. Otherwise, it may be described using the property P165 incorporates (is incorporated in): E73 Information Object as a different object with its own identity.'),
- (41, 'E2', 'Temporal Entity', 'This class comprises all phenomena, such as the instances of E4 Periods and E5 Events, which happen over a limited extent in time. This extent in time must be contiguous, i.e., without gaps. In case the defining kinds of phenomena for an instance of E2 Temporal Entity cease to happen, and occur later again at another time, we regard that the former instance of E2 Temporal Entity has ended and a new instance has come into existence. In more intuitive terms, the same event cannot happen twice.
-In some contexts, such phenomena are also called perdurants. This class is disjoint from E77 Persistent Item and is an abstract class that typically has no direct instances. E2 Temporal Entity is specialized into E4 Period, which applies to a particular geographic area (defined with a greater or lesser degree of precision), and E3 Condition State, which applies to instances of E18 Physical Thing.'),
- (18, 'E90', 'Symbolic Object', 'This class comprises identifiable symbols and any aggregation of symbols, such as characters, identifiers, traffic signs, emblems, texts, data sets, images, musical scores, multimedia objects, computer program code or mathematical formulae that have an objectively recognizable structure and that are documented as single units.
-It includes sets of signs of any nature, which may serve to designate something, or to communicate some propositional content. An instance of E90 Symbolic Object may or may not have a specific meaning, for example an arbitrary character string.
-In some cases, the content of an instance of E90 Symbolic Object may completely be represented by a serialized digital content model, such as a sequence of ASCII-encoded characters, an XML or HTML document, or a TIFF image. The property P3 has note and its subproperty P190 has symbolic content allow for the description of this content model. In order to disambiguate which symbolic level is the carrier of the meaning, the property P3.1 has type can be used to specify the encoding (e.g., "bit", "Latin character", RGB pixel).'),
- (19, 'E30', 'Right', 'This class comprises legal privileges concerning material and immaterial things or their derivatives.
-These include reproduction and property rights.'),
- (20, 'E80', 'Part Removal', 'This class comprises the activities that result in an instance of E18 Physical Thing being decreased by the removal of a part.
-Typical scenarios include the detachment of an accessory, the removal of a component or part of a composite object, or the deaccessioning of an object from a curated collection, an instance of E78 Curated Holding. If the instance of E80 Part Removal results in the total decomposition of the original object into pieces, such that the whole ceases to exist, the activity should instead be modelled as an instance of E81 Transformation, i.e., a simultaneous destruction and production. In cases where the part removed has no discernible identity prior to its removal but does have an identity subsequent to its removal, the activity should be modelled as both an instance of E80 Part Removal and E12 Production. This class of activities forms a basis for reasoning about the history, and continuity of identity over time, of objects that are removed from other objects, such as precious gemstones being extracted from different items of jewellery, or cultural artifacts being deaccessioned from different museum collections over their lifespan.'),
- (21, 'E69', 'Death', 'This class comprises the deaths of human beings.
-If a person is killed, the death should be documented as an instance of both E69 Death and E7 Activity. The death or perishing of other living beings should be documented as instances of E64 End of Existence.'),
- (22, 'E37', 'Mark', 'This class comprises symbols, signs, signatures or short texts applied to instances of E24 Physical Human-Made Thing by arbitrary techniques, often in order to indicate such things as creator, owner, dedications, purpose or to communicate information generally. Instances of E37 Mark do not represent the actual image of a mark, but the abstract ideal (or archetype) as used for codification in reference documents forming cultural documentation.
-This class specifically excludes features that have no semantic significance, such as scratches or tool marks. These should be documented as instances of E25 Human-Made Feature.'),
- (23, 'E26', 'Physical Feature', 'This class comprises identifiable features that are physically attached in an integral way to particular physical objects.
-Instances of E26 Physical Feature share many of the attributes of instances of E19 Physical Object. They may have a one-, two- or three-dimensional geometric extent, but there are no natural borders that separate them completely in an objective way from the carrier objects. For example, a doorway is a feature but the door itself, being attached by hinges, is not.
-Instances of E26 Physical Feature can be features in a narrower sense, such as scratches, holes, reliefs, surface colours, reflection zones in an opal crystal or a density change in a piece of wood. In the wider sense, they are portions of particular objects with partially imaginary borders, such as the core of the Earth, an area of property on the surface of the Earth, a landscape or the head of a contiguous marble statue. They can be measured and dated, and it is sometimes possible to state who or what is or was responsible for them. They cannot be separated from the carrier object, but a segment of the carrier object may be identified (or sometimes removed) carrying the complete feature.
-This definition coincides with the definition of "fiat objects" (Smith & Varzi, 2000, pp.401-420), with the exception of aggregates of “bona fide objects”.'),
- (24, 'E99', 'Product Type', 'This classes comprises types that stand as the models for instances of E22 Human-Made Object that are produced as the result of production activities using plans exact enough to result in one or more series of uniform, functionally and aesthetically identical and interchangeable items. The product type is the intended ideal form of the manufacture process. It is typical of instances of E22 that conform to an instance of E99 Product Type that its component parts are interchangeable with component parts of other instances of E22 made after the model of the same instance of E99. Frequently, the uniform production according to a given instance of E99 Product Type is achieved by creating individual tools, such as moulds or print plates that are themselves carriers of the design of the product type. Modern tools may use the flexibility of electronically controlled devices to achieve such uniformity. The product type itself, i.e., the potentially unlimited series of aesthetically equivalent items, may be the target of artistic design, rather than the individual object. In extreme cases, only one instance of a product type may have been produced, such as in a "print on demand" process which was only triggered once. However, this should not be confused with industrial prototypes, such as car prototypes, which are produced prior to the production line being set up, or test the production line itself.'),
- (25, 'E68', 'Dissolution', 'This class comprises the events that result in the formal or informal termination of an instance of E74 Group.
-If the dissolution was deliberate, the Dissolution event should also be instantiated as an instance of E7 Activity.'),
- (51, 'E71', 'Human-Made Thing', 'This class comprises discrete, identifiable human-made items that are documented as single units.
-These items are either intellectual products or human-made physical things, and are characterized by relative stability. They may for instance have a solid physical form, an electronic encoding, or they may be logical concepts or structures.'),
- (52, 'E42', 'Identifier', 'This class comprises strings or codes assigned to instances of E1 CRM Entity in order to identify them uniquely and permanently within the context of one or more organisations. Such codes are often known as inventory numbers, registration codes, etc. and are typically composed of alphanumeric sequences. Postal addresses, telephone numbers, URLs and e-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
-The class E42 Identifier is not normally used for machine-generated identifiers used for automated processing unless these are also used by human agents.'),
- (26, 'E77', 'Persistent Item', 'This class comprises items that have persistent characteristics of structural nature substantially related to their identity and their integrity, sometimes known as “endurants” in philosophy. Persistent Items may be physical entities, such as people, animals or things, conceptual entities such as ideas, concepts, products of the imagination or even names.
-Instances of E77 Persistent Item may be present or be part of interactions in different periods or events. They can repeatedly be recognized at disparate occasions during their existence by characteristics of structural nature. The respective characteristics need not be exactly the same during all the existence of an instance of E77 Persistent Item. Often, they undergo gradual change, still bearing some similarities with that of previous times, or disappear completely and new emerge. For instance, a person, from the time of being born on, will gradually change all its features and acquire new ones, such as a scar. Even the DNA in different body cells will develop defects and mutations. Nevertheless, relevant characteristics used should be sufficiently similar to recognize the instance for some substantial period of time.
-The more specific criteria that determine the identity of instances of subclasses of E77 Persistent Item may vary considerably and are described or referred to in the respective scope notes. The decision about which exact criteria to use depends on whether the observable behaviour of the respective part of reality such confined conforms to the reasoning the user is interested in. For example, a building can be regarded as no longer existing if it is dismantled and the materials reused in a different configuration. On the other hand, human beings go through radical and profound changes during their life-span, affecting both material composition and form, yet preserve their identity by other criteria, such as being bodily separated from other persons. Similarly, inanimate objects may be subject to exchange of parts and matter. On the opposite, the identity of a (version of a) text of a scientific publication is given by the exact arrangement of its relevant symbols.
-The main classes of objects that fall outside the scope of the E77 Persistent Item class are temporal objects such as periods, events and acts, and descriptive properties.
-An instance of E77 Persistent Item does not require actual knowledge of the identifying features of the instance being currently known. There may be cases, where the actual identifying features of an instance of E77 Persistent Item are not decidable at a particular state of knowledge.'),
- (27, 'E86', 'Leaving', 'This class comprises the activities that result in an instance of E39 Actor to be disassociated from an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
-Typical scenarios include the termination of membership in a social organisation, ending the employment at a company, divorce, and the end of tenure of somebody in an official position.'),
- (28, 'E28', 'Conceptual Object', 'This class comprises non-material products of our minds and other human produced data that have become objects of a discourse about their identity, circumstances of creation or historical implication. The production of such information may have been supported by the use of technical devices such as cameras or computers.
-Characteristically, instances of this class are created, invented or thought by someone, and then may be documented or communicated between persons. Instances of E28 Conceptual Object have the ability to exist on more than one particular carrier at the same time, such as paper, electronic signals, marks, audio media, paintings, photos, human memories, etc.
-They cannot be destroyed. They exist as long as they can be found on at least one carrier or in at least one human memory. Their existence ends when the last carrier and the last memory are lost.'),
- (29, 'E39', 'Actor', 'This class comprises people, either individually or in groups, who have the potential to perform intentional actions of kinds for which someone may be held responsible.'),
- (30, 'E92', 'Spacetime Volume', 'This class comprises 4-dimensional point sets (volumes) in physical spacetime (in contrast to mathematical models of it) regardless their true geometric forms. They may derive their identity from being the extent of a material phenomenon or from being the interpretation of an expression defining an extent in spacetime. Intersections of instances of E92 Spacetime Volume, E53 Place and E52 Time-Span are also regarded as instances of E92 Spacetime Volume. An instance of E92 Spacetime Volume is either contiguous or composed of a finite number of contiguous subsets. Its boundaries may be fuzzy due to the properties of the phenomena it derives from or due to the limited precision up to which defining expression can be identified with a real extent in spacetime. The duration of existence of an instance of E92 Spacetime Volume is its projection on time.'),
- (31, 'E1', 'CRM Entity', 'This class comprises all things in the universe of discourse of the CIDOC Conceptual Reference Model.
+Regardless whether a measurement is made by an instrument or by human senses, it represents the initial transition from physical reality to information without any other documented information object in between within the reasoning chain that would represent the result of the interaction of the observer or device with reality. Therefore, determining properties of an instance of E90 Symbolic Object is regarded as an instance of E13 Attribute Assignment, which may be inferred from observing and measuring representative carriers. In the case that the carrier can be named, the property P16 used specific object (was used for) should be used to indicate the instance(s) of E18 Physical Thing that was used as the empirical basis for the attribute assignment. For instance, inferring properties of depicted items using image material, such as satellite images, is not regarded as an instance of E16 Measurement, but as a subsequent instance of E13 Attribute Assignment. Rather, only the production of the images, understood as arrays of radiation intensities, is regarded as an instance of E16 Measurement. The same reasoning holds for other sensor data.'),
+ (2, 'E1', 'CRM Entity', 'This class comprises all things in the universe of discourse of the CIDOC Conceptual Reference Model.
It is an abstract concept providing for three general properties:
Identification by name or appellation, and in particular by a preferred identifier
-Classification by type, allowing further refinement of the specific subclass an instance belongs to
+Classification by type, allowing further refinement of the specific subclass to which an instance belongs
Attachment of free text and other unstructured data for the expression of anything not captured by formal properties
All other classes within the CIDOC CRM are directly or indirectly specialisations of E1 CRM Entity.'),
- (32, 'E12', 'Production', 'This class comprises activities that are designed to, and succeed in, creating one or more new items.
-It specializes the notion of modification into production. The decision as to whether or not an object is regarded as new is context sensitive. Normally, items are considered “new” if there is no obvious overall similarity between them and the consumed items and material used in their production. In other cases, an item is considered “new” because it becomes relevant to documentation by a modification. For example, the scribbling of a name on a potsherd may make it a voting token. The original potsherd may not be worth documenting, in contrast to the inscribed one.
-This entity can be collective: the printing of a thousand books, for example, would normally be considered a single event.
-An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities and matter is preserved, but identity is not.'),
- (33, 'E54', 'Dimension', 'This class comprises quantifiable properties that can be measured by some calibrated means and can be approximated by values, i.e., by points or regions in a mathematical or conceptual space, such as natural or real numbers, RGB values etc.
-An instance of E54 Dimension represents the empirical or theoretically derived quantity, including the precision tolerances resulting from the particular method or calculation. The identity of an instance of E54 Dimension depends on the method of its determination because each method may produce different values even when determining comparable qualities. For instance, the wingspan of a bird alive or dead is a different dimension. Thermoluninescence dating and Rehydroxylation [RHX] dating are different dimensions of temporal distance from now, even if they aim at dating the same object. The method of determination should be expressed using the property P2 has type (is type of). Note that simple terms such as “diameter” or “length” are normally insufficient to unambiguously describe a respective dimension. In contrast, “maximum linear extent” may be sufficient.
+ (3, 'E36', 'Visual Item', 'This class comprises the intellectual or conceptual aspects of recognisable marks and images.
+This class does not intend to describe the idiosyncratic characteristics of an individual physical embodiment of a visual item, but the underlying prototype. For example, a mark such as the ICOM logo is generally considered to be the same logo when used on any number of publications. The size, orientation, and colour may change, but the logo remains uniquely identifiable. The same is true of images that are reproduced many times. This means that visual items are independent of their physical support.
+The E36 Visual Item class provides a means of identifying and linking together instances of E24 Physical Human-Made Thing that carry the same visual symbols, marks, or images, etc. The property P62 depicts (is depicted by) between E24 Physical Human-Made Thing and the depicted subjects (E1 CRM Entity) can be regarded as a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity, which in addition captures the optical features of the depiction.'),
+ (4, 'E28', 'Conceptual Object', 'This class comprises non-material products of our minds and other human produced data that have become objects of a discourse about their identity, circumstances of creation, or historical implication. The production of such information might have been supported by the use of technical devices such as cameras or computers.
+Characteristically, instances of this class are created, invented or thought by someone, and then may be documented or communicated between persons. Instances of E28 Conceptual Object have the ability to exist on more than one particular carrier at the same time, such as paper, electronic signals, marks, audio media, paintings, photos, human memories, etc.
+They cannot be destroyed. They exist as long as they can be found on at least one carrier or in at least one human memory. Their existence ends when the last carrier and the last memory are lost.'),
+ (5, 'E39', 'Actor', 'This class comprises people, either individually or in groups, who have the potential to perform intentional actions of kinds for which they can be held responsible.'),
+ (6, 'E55', 'Type', 'This class comprises concepts denoted by terms from thesauri and controlled vocabularies used to characterize and classify instances of CIDOC CRM classes. Instances of E55 Type represent concepts, in contrast to instances of E41 Appellation which are used to name instances of CIDOC CRM classes.
+E55 Type provides an interface to domain specific ontologies and thesauri. These can be represented in the CIDOC CRM as subclasses of E55 Type, forming hierarchies of terms, i.e. instances of E55 Type linked via P127 has broader term (has narrower term): E55 Type. Such hierarchies may be extended with additional properties.'),
+ (7, 'E73', 'Information Object', 'This class comprises identifiable immaterial items, such as poems, jokes, data sets, images, texts, multimedia objects, procedural prescriptions, computer program code, algorithm or mathematical formulae, that have an objectively recognizable structure and are documented as single units. The encoding structure known as a “named graph” also falls under this class, so that each “named graph” is an instance of E73 Information Object.
+An instance of E73 Information Object does not depend on a specific physical carrier, which can include human memory, and it can exist on one or more carriers simultaneously.
+Instances of E73 Information Object of a linguistic nature should be declared as instances of the E33 Linguistic Object subclass. Instances of E73 Information Object of a documentary nature should be declared as instances of the E31 Document subclass. Conceptual items such as types and classes are not instances of E73 Information Object, nor are ideas without a reproducible expression.'),
+ (8, 'E41', 'Appellation', 'This class comprises all signs, either meaningful or not, or arrangements of signs following a specific syntax, that are used or can be used to refer to and identify a specific instance of some class within a certain context.
+Instances of E41 Appellation do not identify things by their meaning, even if they happen to have one, but by convention, tradition, or agreement. Instances of E41 Appellation are cultural constructs; as such, they have a context, a history, and a use in time and space by some group of users. A given instance of E41 Appellation can have alternative forms, i.e. other instances of E41 Appellation that are regarded as equivalent, regardless of the thing it denotes.
+Different languages may use different appellations for the same thing, such as the names of major cities. Some appellations may be formulated using a valid noun phrase of a particular language. In these cases, the respective instances of E41 Appellation should also be declared as instances of E33 Linguistic Object. Then the language using the appellation can be declared with the property P72 has language: E56 Language.
+Instances of E41 Appellation may be used to identify any instance of E1 CRM Entity and sometimes are characteristic for instances of more specific subclasses of E1 CRM Entity, such as for instances of E52 Time-Span (for instance “dates”), E39 Actor, E53 Place or E28 Conceptual Object. Postal addresses and E-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
+Even numerically expressed identifiers for extents in space or time are also regarded as instances of E41 Appellation, such as Gregorian dates or spatial coordinates, even though they allow for determining some time or location by a known procedure starting from a reference point and by virtue of that fact play a double role as instances of E59 Primitive Value.
+E41 Appellation should not be confused with the act of naming something. Cf. E15 Identifier Assignment.'),
+ (9, 'E14', 'Condition Assessment', 'This class describes the act of assessing the state of preservation of an object during a particular period.
+The condition assessment may be carried out by inspection, measurement, or through historical research. This class is used to document circumstances of the respective assessment that is relevant to interpret its quality at a later stage, or to continue research on related documents.'),
+ (10, 'E31', 'Document', 'This class comprises identifiable immaterial items that make propositions about reality.
+These propositions may be expressed in text, graphics, images, audiograms, videograms, or by other similar means. Documentation databases are regarded as instances of E31 Document. This class should not be confused with the concept “document” in Information Technology, which is compatible with E73 Information Object.'),
+ (11, 'E18', 'Physical Thing', 'This class comprises all persistent physical items with a relatively stable form, human-made or natural.
+Depending on the existence of natural boundaries of such things, the CIDOC CRM distinguishes the instances of E19 Physical Object from instances of E26 Physical Feature, such as holes, rivers, pieces of land, etc. Most instances of E19 Physical Object can be moved (if not too heavy), whereas features are integral to the surrounding matter.
+An instance of E18 Physical Thing occupies not only a particular geometric space at any instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces, such as the interior of a box. For the purpose of more detailed descriptions of the presence of an instance of E18 Physical Thing in space and time it can be associated with its specific instance of E92 Spacetime Volume by the property P196 defines (is defined by).
+The CIDOC CRM is generally not concerned with amounts of matter in fluid or gaseous states, as long as they are not confined in an identifiable way for an identifiable minimal time-span.'),
+ (12, 'E56', 'Language', 'This class is a specialization of E55 Type and comprises the natural languages in the sense of concepts.
+This type is used categorically in the model without reference to instances of it, i.e. the Model does not foresee the description of instances of instances of E56 Language, e.g. “instances of Mandarin Chinese”.
+It is recommended that internationally or nationally agreed codes and terminology should be used to denote instances of E56 Language, such as those defined in ISO 639-3:2007 and later versions.'),
+ (13, 'E57', 'Material', 'This class is a specialization of E55 Type and comprises the concepts of materials.
+Instances of E57 Material may denote properties of matter before its use, during its use, and as incorporated in an object, such as ultramarine powder, tempera paste, reinforced concrete. Discrete pieces of raw-materials kept in museums, such as bricks, sheets of fabric, pieces of metal, should be modelled individually in the same way as other objects. Discrete used or processed pieces, such as the stones from Nefer Titi''s temple, should be modelled as parts (cf. P46 is composed of (forms part of): E18 Physical Thing).
+This type is used categorically in the model without reference to instances of it, i.e. the Model does not foresee the description of instances of instances of E57 Material, e.g. “instances of gold”.
+It is recommended that internationally or nationally agreed codes and terminology should be used.'),
+ (14, 'E7', 'Activity', 'This class comprises actions intentionally carried out by instances of E39 Actor that result in changes of state in the cultural, social, or physical systems documented.
+This notion includes complex, composite, and long-lasting actions such as the building of a settlement or a war, as well as simple, short-lived actions such as the opening of a door.'),
+ (15, 'E54', 'Dimension', 'This class comprises quantifiable properties that can be measured by some calibrated means and can be approximated by values, i.e. points or regions in a mathematical or conceptual space, such as natural or real numbers, RGB values, etc.
+An instance of E54 Dimension represents the empirical or theoretically derived quantity, including the precision tolerances resulting from the particular method or calculation. The identity of an instance of E54 Dimension depends on the method of its determination because each method may produce different values even when determining comparable qualities. For instance, the wingspan of a bird alive or dead is a different dimension. Thermoluminescence dating and Rehydroxylation [RHX] dating are different dimensions of temporal distance from now, even if they aim at dating the same object. The method of determination should be expressed using the property P2 has type (is type of). Note that simple terms such as “diameter” or “length” are normally insufficient to unambiguously describe a respective dimension. In contrast, “maximum linear extent” may be sufficient.
The properties of the class E54 Dimension allow for expressing the numerical approximation of the values of instances of E54 Dimension adequate to the precision of the applied method of determination. If the respective quantity belongs to a non-discrete space according to the laws of physics, such as spatial distances, it is recommended to record them as approximations by intervals or regions of indeterminacy enclosing the assumed true values. For instance, a length of 5 cm may be recorded as 4.5-5.5 cm, according to the precision of the respective observation. Note, that comparability of values described in different units depends critically on the representation as value regions.
Numerical approximations in archaic instances of E58 Measurement Unit used in historical records should be preserved. Equivalents corresponding to current knowledge should be recorded as additional instances of E54 Dimension, as appropriate.'),
- (53, 'E17', 'Type Assignment', 'This class comprises the actions of classifying items of whatever kind. Such items include objects, specimens, people, actions and concepts.
-This class allows for the documentation of the context of classification acts in cases where the value of the classification depends on the personal opinion of the classifier, and the date that the classification was made. This class also encompasses the notion of "determination," i.e., the systematic and molecular identification of a specimen in biology.'),
- (34, 'E13', 'Attribute Assignment', 'This class comprises the actions of making assertions about one property of an object or any single relation between two items or concepts. The type of the property asserted to hold between two items or concepts can be described by the property P177 assigned property of type (is type of property assigned): E55 Type.
-For example, the class describes the actions of people making propositions and statements during certain scientific/scholarly procedures, e.g., the person and date when a condition statement was made, an identifier was assigned, the museum object was measured, etc. Which kinds of such assignments and statements need to be documented explicitly in structures of a schema rather than free text, depends on whether this information should be accessible by structured queries.
-This class allows for the documentation of how the respective assignment came about, and whose opinion it was. Note that all instances of properties described in a knowledge base are the opinion of someone. Per default, they are the opinion of the team maintaining the knowledge base. This fact must not individually be registered for all instances of properties provided by the maintaining team, because it would result in an endless recursion of whose opinion was the description of an opinion. Therefore, the use of instances of E13 Attribute Assignment marks the fact, that the maintaining team is in general neutral to the validity of the respective assertion, but registers someone else’s opinion and how it came about.
-All properties assigned in such an action can also be seen as directly relating the respective pair of items or concepts. Multiple use of instances of E13 Attribute Assignment may possibly lead to a collection of contradictory values.
-All cases of properties in this model that are also described indirectly through a subclass of E13 Attribute Assignment are characterised as "short cuts" of a path via this subclass. This redundant modelling of two alternative views is preferred because many implementations may have good reasons to model either the action of assertion or the short cut, and the relation between both alternatives can be captured by simple rules.'),
- (35, 'E57', 'Material', 'This class is a specialization of E55 Type and comprises the concepts of materials.
-Instances of E57 Material may denote properties of matter before its use, during its use, and as incorporated in an object, such as ultramarine powder, tempera paste, reinforced concrete. Discrete pieces of raw-materials kept in museums, such as bricks, sheets of fabric, pieces of metal, should be modelled individually in the same way as other objects. Discrete used or processed pieces, such as the stones from Nefer Titi''s temple, should be modelled as parts (cf. P46 is composed of (forms part of): E18 Physical Thing).
-This type is used categorically in the model without reference to instances of it, i.e., the Model does not foresee the description of instances of instances of E57 Material, e.g.: “instances of gold”.
-It is recommended that internationally or nationally agreed codes and terminology are used.'),
- (36, 'E97', 'Monetary Amount', 'This class comprises quantities of monetary possessions or obligations in terms of their nominal value with respect to a particular currency. These quantities may be abstract accounting units, the nominal value of a heap of coins or bank notes at the time of validity of the respective currency, the nominal value of a bill of exchange or other documents expressing monetary claims or obligations. It specifically excludes amounts expressed in terms of weights of valuable items, like gold and diamonds, and quantities of other non-currency items, like goats or stocks and bonds.'),
- (37, 'E36', 'Visual Item', 'This class comprises the intellectual or conceptual aspects of recognisable marks, images and other visual works.
-This class does not intend to describe the idiosyncratic characteristics of an individual physical embodiment of a visual item, but the underlying prototype. For example, a mark such as the ICOM logo is generally considered to be the same logo when used on any number of publications. The size, orientation and colour may change, but the logo remains uniquely identifiable. The same is true of images that are reproduced many times. This means that visual items are independent of their physical support.
-The class E36 Visual Item provides a means of identifying and linking together instances of E24 Physical Human-Made Thing that carry the same visual qualities (symbols, marks or images etc.). The property P62 depicts (is depicted by) between E24 Physical Human-Made Thing and depicted subjects (E1 CRM Entity) is a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1CRM Entity, which in addition captures the optical features of the depiction.'),
- (38, 'E5', 'Event', 'This class comprises distinct, delimited and coherent processes and interactions of a material nature, in cultural, social or physical systems, involving and affecting instances of E77 Persistent Item in a way characteristic of the kind of process. Typical examples are meetings, births, deaths, actions of decision taking, making or inventing things, but also more complex and extended ones such as conferences, elections, building of a castle, or battles.
+ (16, 'E83', 'Type Creation', 'This class comprises activities formally defining new types of items.
+It is typically a rigorous scholarly or scientific process that ensures a type is exhaustively described and appropriately named. In some cases, particularly in archaeology and the life sciences, E83 Type Creation requires the identification of an exemplary specimen and the publication of the type definition in an appropriate scholarly forum. The activity modelled as an instance of E83 Type Creation is central to research in the life sciences, where a type would be referred to as a “taxon,” the type description as a “protologue,” and the exemplary specimens as “original element” or “holotype”.'),
+ (17, 'E58', 'Measurement Unit', 'This class is a specialization of E55 Type and comprises the types of measurement units: feet, inches, centimetres, litres, lumens, etc.
+This type is used categorically in the model without reference to instances of it, i.e. the model does not foresee the description of instances of instances of E58 Measurement Unit, e.g. “instances of cm”.
+Système International (SI) units or internationally recognized non-SI terms should be used whenever possible, such as those defined by ISO80000:2009. Archaic Measurement Units used in historical records should be preserved.'),
+ (18, 'E64', 'End of Existence', 'This class comprises events that end the existence of any instance of E77 Persistent Item.
+It may be used for temporal reasoning about things (physical items, groups of people, living beings) ceasing to exist; it serves as a hook both a terminus post quem and a terminus ante quem. In cases where substance from an instance of E77 Persistent Item continues to exist in a new form, the process would be documented as instances of E81 Transformation.'),
+ (45, 'E86', 'Leaving', 'This class comprises the activities that result in an instance of E39 Actor to be disassociated from an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
+Typical scenarios include the termination of membership in a social organisation, ending the employment at a company, divorce, and the end of tenure of somebody in an official position.'),
+ (19, 'E5', 'Event', 'This class comprises distinct, delimited and coherent processes and interactions of a material nature, in cultural, social or physical systems, involving and affecting instances of E77 Persistent Item in a way characteristic of the kind of process. Typical examples are meetings, births, deaths, actions of decision taking, making or inventing things, but also more complex and extended ones such as conferences, elections, building of a castle, or battles.
While the continuous growth of a tree lacks the limits characteristic of an event, its germination from a seed does qualify as an event. Similarly, the blowing of the wind lacks the distinctness and limits of an event, but a hurricane, flood or earthquake would qualify as an event. Mental processes are considered as events, in cases where they are connected with the material externalization of their results; for example, the creation of a poem, a performance or a change of intention that becomes obvious from subsequent actions or declarations.
The effects of an instance of E5 Event may not lead to relevant permanent changes of properties or relations of the items involved in it, for example an unrecorded performance. Of course, in order to be documented, some kind of evidence for an event must exist, be it witnesses, traces or products of the event.
While instances of E4 Period always require some form of coherence between its constituent phenomena, in addition, the essential constituents of instances of E5 Event should contribute to an overall effect; for example, the statements made during a meeting and the listening of the audience.
Viewed at a coarse level of detail, an instance of E5 Event may appear as if it had an ‘instantaneous’ overall effect, but any process or interaction of material nature in reality have an extent in time and space. At a fine level, instances of E5 Event may be analysed into component phenomena and phases within a space and timeframe, and as such can be seen as a period, regardless of the size of the phenomena. The reverse is not necessarily the case: not all instances of E4 Period give rise to a noteworthy overall effect and are thus not instances of E5 Event.'),
- (39, 'E53', 'Place', 'This class comprises extents in the natural space we live in, in particular on the surface of the Earth, in the pure sense of physics: independent from temporal phenomena and matter. They may serve describing the physical location of things or phenomena or other areas of interest. Geometrically, instances of E53 Place constitute single contiguous areas or a finite aggregation of disjoint areas in space which are each individually contiguous. They may have fuzzy boundaries.
-The instances of E53 Place are usually determined by reference to the position of “immobile” objects such as buildings, cities, mountains, rivers, or dedicated geodetic marks, but may also be determined by reference to mobile objects. A Place can be determined by combining a frame of reference and a location with respect to this frame.
-It is sometimes argued that instances of E53 Place are best identified by global coordinates or absolute reference systems. However, relative references are often more relevant in the context of cultural documentation and tend to be more precise. In particular, we are often interested in position in relation to large, mobile objects, such as ships. For example, the Place at which Nelson died is known with reference to a large mobile object – H.M.S Victory. A resolution of this Place in terms of absolute coordinates would require knowledge of the movements of the vessel and the precise time of death, either of which may be revised, and the result would lack historical and cultural relevance.
-Any instance of E18 Physical Thing can serve as a frame of reference for an instance of E53 Place. This may be documented using the property P157 is at rest relative to (provides reference space for).'),
- (40, 'E20', 'Biological Object', 'This class comprises individual items of a material nature, which live, have lived or are natural products of or from living organisms.
-Artificial objects that incorporate biological elements, such as Victorian butterfly frames, can be documented as both instances of E20 Biological Object and E22 Human-Made Object.'),
- (42, 'E10', 'Transfer of Custody', 'This class comprises transfers of the physical custody or the legal responsibility for the physical custody of objects. The recording of the donor or recipient is optional. It is possible that in an instance of E10 Transfer of Custody there is either no donor or no recipient.
+ (20, 'E25', 'Human-Made Feature', 'This class comprises physical features that are purposely created by human activity, such as scratches, artificial caves, artificial water channels, etc. In particular, it includes the information encoding features on mechanical or digital carriers.'),
+ (21, 'E27', 'Site', 'This class comprises pieces of land or sea floor.
+In contrast to the purely geometric notion of E53 Place, this class describes constellations of matter on the surface of the Earth or other celestial body, which can be represented by photographs, paintings, and maps.
+Instances of E27 Site are composed of relatively immobile material items and features in a particular configuration at a particular location.'),
+ (22, 'E52', 'Time-Span', 'This class comprises abstract temporal extents, in the sense of Galilean physics, having a beginning, an end, and a duration.
+Instances of E52 Time-Span have no semantic connotations about phenomena happening within the temporal extent they represent. They do not convey any meaning other than a positioning on the “time-line” of chronology. The actual extent of an instance of E52 Time-Span can be approximated by properties of E52 Time-Span giving inner and outer bounds in the form of dates (instances of E61 Time Primitive). Comparing knowledge about time-spans is fundamental for chronological reasoning.
+Some instances of E52 Time-Span may be defined as the actual, in principle observable, temporal extent of instances of E2 Temporal Entity via the property P4 has time-span (is time-span of): E52 Time-Span. They constitute phenomenal time-spans as defined in CRMgeo (Doerr & Hiebel 2013). Since our knowledge of history is imperfect and physical phenomena are fuzzy in nature, the extent of phenomenal time-spans can only be described in approximation. An extreme case of approximation, might, for example, define an instance of E52 Time-Span having unknown beginning, end and duration. It may, nevertheless, be associated with other descriptions by which people can infer knowledge about it, such as in relative chronologies.
+Some instances of E52 may be defined precisely as representing a declaration of a temporal extent, as, for instance, done in a business contract. They constitute declarative time-spans as defined in CRMgeo (Doerr & Hiebel 2013) and can be described via the property E61 Time Primitive P170 defines time (time is defined by): E52 Time-Span.
+When used as a common E52 Time-Span for two events, it will nevertheless describe them as being simultaneous, even if nothing else is known.'),
+ (23, 'E63', 'Beginning of Existence', 'This class comprises events that bring into existence any instance of E77 Persistent Item.
+It may be used for temporal reasoning about things (intellectual products, physical items, groups of people, living beings) beginning to exist; it serves as a hook for both a terminus post quem and a terminus ante quem.'),
+ (24, 'E65', 'Creation', 'This class comprises events that result in the creation of conceptual items or immaterial products, such as legends, poems, texts, music, images, movies, laws, types, etc.'),
+ (25, 'E68', 'Dissolution', 'This class comprises the events that result in the formal or informal termination of an instance of E74 Group.
+If the dissolution was deliberate, the Dissolution event should also be instantiated as an instance of E7 Activity.'),
+ (26, 'E21', 'Person', 'This class comprises real persons who live or are assumed to have lived.
+Legendary figures that may have existed, such as Ulysses and King Arthur, fall into this class if the documentation refers to them as historical figures. In cases where doubt exists as to whether several persons are in fact identical, multiple instances can be created and linked to indicate their relationship. The CIDOC CRM does not propose a specific form to support reasoning about possible identity.
+In a bibliographic context, a name presented following the conventions usually employed for personal names will be assumed to correspond to an actual real person (an instance of E21 Person), unless evidence is available to indicate that this is not the case. The fact that a persona may erroneously be classified as an instance of E21 Person does not imply that the concept comprises personae.'),
+ (27, 'E34', 'Inscription', 'This class comprises recognisable texts that can be attached to instances of E24 Physical Human-Made Thing.
+The transcription of the text can be documented in a note by P3 has note: E62 String. The alphabet used can be documented by P2 has type: E55 Type. This class is not intended to describe the idiosyncratic characteristics of an individual physical embodiment of an inscription, but the underlying prototype. The physical embodiment is modelled in the CIDOC CRM as instances of E24 Physical Human-Made Thing.
+The relationship of a physical copy of a book to the text it contains is modelled using E18 Physical Thing. P128 carries (is carried by): E33 Linguistic Object.'),
+ (28, 'E72', 'Legal Object', 'This class comprises those material or immaterial items to which instances of E30 Right, such as the right of ownership or use, can be applied.
+This is generally true for all instances of E18 Physical Thing. In the case of instances of E28 Conceptual Object, however, the identity of an instance of E28 Conceptual Object or the method of its use may be too ambiguous to reliably establish instances of E30 Right, as in the case of taxa and inspirations. Ownership of corporations is currently regarded as out of scope of the CIDOC CRM.'),
+ (60, 'E87', 'Curation Activity', 'This class comprises the activities that contribute to the management and the preservation and evolution of instances of E78 Curated Holding, following an implicit or explicit curation plan.
+It specializes the notion of activity into the curation of a collection and allows the history of curation to be recorded.
+Items are accumulated and organized following criteria such as subject, chronological period, material type, style of art, etc., and can be added or removed from an instance of E78 Curated Holding for a specific purpose and/or audience. The initial aggregation of items to form a collection is regarded as an instance of E12 Production Event, while the activities of evolving, preserving, and promoting a collection are regarded as instances of E87 Curation Activity.'),
+ (29, 'E8', 'Acquisition', 'This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more other instances of E39 Actor.
+The class also applies to the establishment or loss of ownership of instances of E18 Physical Thing. It does not, however, imply changes of any other kinds of rights. The recording of the donor and/or recipient is optional. It is possible that in an instance of E8 Acquisition there is either no donor or no recipient. Depending on the circumstances, it may describe:
+1. the beginning of ownership
+2. the end of ownership
+3. the transfer of ownership
+4. the acquisition from an unknown source
+5. the loss of title due to destruction of the item
+It may also describe events where a collector appropriates legal title, for example, by annexation or field collection. The interpretation of the museum notion of “accession” differs between institutions. The CIDOC CRM therefore models legal ownership (E8 Acquisition) and physical custody (E10 Transfer of Custody) separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.'),
+ (30, 'E32', 'Authority Document', 'This class comprises encyclopaedia, thesauri, authority lists and other documents that define terminology or conceptual systems for consistent use.'),
+ (31, 'E67', 'Birth', 'This class comprises the births of human beings. E67 Birth is a biological event focussing on the context of people coming into life. (E63 Beginning of Existence comprises the coming into life of any living being.)
+Twins, triplets, etc. are brought into life by the same instance of E67 Birth. The introduction of the E67 Birth event as a documentation element allows the description of a range of family relationships in a simple model. Suitable extensions may describe more details and the complexity of motherhood since the advent of modern medicine. In this model, the biological father is not seen as a necessary participant in the E67 Birth.'),
+ (32, 'E2', 'Temporal Entity', 'This class comprises all phenomena, such as the instances of E4 Periods and E5 Events, which happen over a limited extent in time. This extent in time must be contiguous, i.e., without gaps. In case the defining kinds of phenomena for an instance of E2 Temporal Entity cease to happen, and occur later again at another time, we regard that the former instance of E2 Temporal Entity has ended and a new instance has come into existence. In more intuitive terms, the same event cannot happen twice.
+In some contexts, such phenomena are also called perdurants. This class is disjoint from E77 Persistent Item and is an abstract class that typically has no direct instances. E2 Temporal Entity is specialized into E4 Period, which applies to a particular geographic area (defined with a greater or lesser degree of precision), and E3 Condition State, which applies to instances of E18 Physical Thing.'),
+ (33, 'E42', 'Identifier', 'This class comprises strings or codes assigned to instances of E1 CRM Entity in order to identify them uniquely and permanently within the context of one or more organisations. Such codes are often known as inventory numbers, registration codes, etc. and are typically composed of alphanumeric sequences. Postal addresses, telephone numbers, URLs and e-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
+The class E42 Identifier is not normally used for machine-generated identifiers used for automated processing unless these are also used by human agents.'),
+ (34, 'E85', 'Joining', 'This class comprises the activities that result in an instance of E39 Actor becoming a member of an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
+Typical scenarios include becoming a member of a social organisation, becoming an employee of a company, marriage, the adoption of a child by a family, and the inauguration of somebody into an official position.'),
+ (35, 'E90', 'Symbolic Object', 'This class comprises identifiable symbols and any aggregation of symbols, such as characters, identifiers, traffic signs, emblems, texts, data sets, images, musical scores, multimedia objects, computer program code, or mathematical formulae that have an objectively recognizable structure and that are documented as single units.
+It includes sets of signs of any nature, which may serve to designate something, or to communicate some propositional content. An instance of E90 Symbolic Object may or may not have a specific meaning, for example an arbitrary character string.
+In some cases, the content of an instance of E90 Symbolic Object may completely be represented by a serialized digital content model, such as a sequence of ASCII-encoded characters, an XML or HTML document, or a TIFF image. The property P3 has note and its subproperty P190 has symbolic content allow for the description of this content model. In order to disambiguate which symbolic level is the carrier of the meaning, the property P3.1 has type can be used to specify the encoding (e.g. “bit”, “Latin character”, RGB pixel).'),
+ (36, 'E24', 'Physical Human-Made Thing', 'This class comprises all persistent physical items of any size that are purposely created by human activity. This class comprises, besides others, human-made objects, such as a sword, and human-made features, such as rock art. For example, a “cup and ring” carving on bedrock is regarded as instance of E24 Physical Human-Made Thing.
+Instances of E24 Physical Human-Made Thing may be the result of modifying pre-existing physical things, preserving larger parts or most of the original matter and structure, which poses the question if they are new or even human-made, the respective interventions of production made on such original material should be obvious and sufficient to regard that the product has a new, distinct identity and intended function and is human-made. Substantial continuity of the previous matter and structure in the new product can be documented by describing the production process also as an instance of E81 Transformation.
+Whereas interventions of conservation and repair are not regarded to produce a new instance of E24 Physical Human-Made Thing, the results of preparation of natural history specimens that substantially change their natural or original state should be regarded as instances of E24 Physical Human-Made Things, including the uncovering of petrified biological features from a solid piece of stone. On the other side, scribbling a museum number on a natural object should not be regarded to make it human-made. This notwithstanding, parts, sections, segments, or features of an instance of E24 Physical Human-Made Thing may continue to be non-human-made and preserved during the production process, for example natural pearls used as a part of an eardrop.'),
+ (37, 'E37', 'Mark', 'This class comprises symbols, signs, signatures, or short texts applied to instances of E24 Physical Human-Made Thing by arbitrary techniques, often in order to indicate such things as creator, owner, dedications, purpose, or to communicate information generally. Instances of E37 Mark do not represent the actual image of a mark, but the abstract ideal (or archetype) as used for codification in reference documents forming cultural documentation.
+This class specifically excludes features that have no semantic significance, such as scratches or tool marks. These should be documented as instances of E25 Human-Made Feature.'),
+ (38, 'E15', 'Identifier Assignment', 'This class comprises activities that result in the allocation of an identifier to an instance of E1 CRM Entity. An instance of E15 Identifier Assignment may include the creation of the identifier from multiple constituents, which themselves may be instances of E41 Appellation. The syntax and kinds of constituents to be used may be declared in a rule constituting an instance of E29 Design or Procedure.
+Examples of such identifiers include Find Numbers, Inventory Numbers, uniform titles in the sense of librarianship and Digital Object Identifiers (DOI). Documenting the act of identifier assignment and deassignment is especially useful when objects change custody or the identification system of an organization is changed. In order to keep track of the identity of things in such cases, it is important to document by whom, when, and for what purpose an identifier is assigned to an item.
+The fact that an identifier is a preferred one for an organisation can be expressed by using the property E1 CRM Entity. P48 has preferred identifier (is preferred identifier of): E42 Identifier. It can better be expressed in a context independent form by assigning a suitable E55 Type, such as “preferred identifier assignment”, to the respective instance of E15 Identifier Assignment through the P2 has type (is type of) property.'),
+ (39, 'E30', 'Right', 'This class comprises legal privileges concerning material and immaterial things or their derivatives.
+These include reproduction and property rights.'),
+ (40, 'E79', 'Part Addition', 'This class comprises activities that result in an instance of E18 Physical Thing being increased, enlarged, or augmented by the addition of a part.
+Typical scenarios include the attachment of an accessory, the integration of a component, the addition of an element to an aggregate object, or the accessioning of an object into a curated instance of E78 Curated Holding. Both the E18 Physical Thing being augmented and the E18 Physical Thing that is being added are treated as separate identifiable wholes prior to the instance of E79 Part Addition. Following the addition of parts, the resulting assemblages are treated objectively as single identifiable wholes, made up of constituent or component parts bound together either physically (for example the engine becoming a part of the car), or by sharing a common purpose (such as the 32 chess pieces that make up a chess set). This class of activities forms a basis for reasoning about the history and continuity of identity of objects that are integrated into other objects over time, such as precious gemstones being repeatedly incorporated into different items of jewellery, or cultural artefacts being added to different museum instances of E78 Curated Holding over their lifespan.'),
+ (41, 'E12', 'Production', 'This class comprises activities that are designed to, and succeed in, creating one or more new items.
+It specializes the notion of modification into production. The decision as to whether or not an object is regarded as new is context sensitive. Normally, items are considered “new” if there is no obvious overall similarity between them and the consumed items and material used in their production. In other cases, an item is considered “new” because it becomes relevant to documentation by a modification. For example, the scribbling of a name on a potsherd may make it a voting token. The original potsherd may not be worth documenting, in contrast to the inscribed one.
+This entity can be collective: the printing of a thousand books, for example, would normally be considered a single event.
+An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities and matter is preserved, but identity is not.'),
+ (42, 'E70', 'Thing', 'This general class comprises discrete, identifiable, instances of E77 Persistent Item that are documented as single units, that either consist of matter or depend on being carried by matter and are characterized by relative stability.
+They may be intellectual products or physical things. They may, for instance, have a solid physical form, an electronic encoding, or they may be a logical concept or structure.'),
+ (43, 'E11', 'Modification', 'This class comprises instances of E7 Activity that are undertaken to create, alter or change instances of E24 Physical Human-Made Thing.
+This class includes the production of an item from raw materials and other so far undocumented objects. It also includes the conservation treatment of an object.
+Since the distinction between modification and production is not always clear, modification is regarded as the more generally applicable concept. This implies that some items may be consumed or destroyed in an instance of E11 Modification, and that others may be produced as a result of it. An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities.
+An activity undertaken on an object which was designed to alter it, but which, in fact, it did not in any seemingly significant way (such as the application of a solvent during conservation which failed to dissolve any part of the object), is still considered as an instance of E11 Modification. Typically, any such activity will leave at least forensic traces of evidence on the object.
+If the instance of E29 Design or Procedure utilized for the modification prescribes the use of specific materials, they should be documented using property P68 foresees use of (use foreseen by): E57 Material of E29 Design or Procedure, rather than via P126 employed (was employed in): E57 Material.'),
+ (44, 'E33', 'Linguistic Object', 'This class comprises identifiable expressions in natural language or languages.
+Instances of E33 Linguistic Object can be expressed in many ways: e.g. as written texts, recorded speech, or sign language. However, the CIDOC CRM treats instances of E33 Linguistic Object independently from the medium or method by which they are expressed. Expressions in formal languages, such as computer code or mathematical formulae, are not treated as instances of E33 Linguistic Object by the CIDOC CRM. These should be modelled as instances of E73 Information Object.
+In general, an instance of E33 Linguistic Object may also contain non-linguistic information, often of artistic or aesthetic value. Only in cases in which the content of an instance of E33 Linguistic Object can completely be expressed by a series of binary-encoded symbols, its content may be documented within a respective knowledge base by the property P190 has symbolic content: E62 String. Otherwise, it should be understood as an identifiable digital resource only available independently from the respective knowledge base.
+In other cases, such as pages of an illuminated manuscript or recordings containing speech in a language supported by a writing system, the linguistic part of the content of an instance of E33 Linguistic Object may be documented within a respective knowledge base in a note by P3 has note: E62 String. Otherwise, it may be described using the property P165 incorporates (is incorporated in): E73 Information Object as a different object with its own identity.'),
+ (46, 'E74', 'Group', 'This class comprises any gatherings or organizations of human individuals or groups that act collectively or in a similar way due to any form of unifying relationship. In the wider sense this class also comprises official positions which used to be regarded in certain contexts as one actor, independent of the current holder of the office, such as the president of a country. In such cases, it may happen that the group never had more than one member. A joint pseudonym (i.e. a name that seems indicative of an individual but that is actually used as a persona by two or more people) is a particular case of E74 Group.
+A gathering of people becomes an instance of E74 Group when it exhibits organizational characteristics usually typified by a set of ideas or beliefs held in common, or actions performed together. These might be communication, creating some common artifact, a common purpose such as study, worship, business, sports, etc. Nationality can be modelled as membership in an instance of E74 Group. Married couples and other concepts of family are regarded as particular examples of E74 Group.'),
+ (47, 'E35', 'Title', 'This class comprises the textual strings that within a cultural context can be clearly identified as titles due to their form. Being a subclass of E41 Appellation, E35 Title can only be used when such a string is actually used as a title of a work, such as a text, an artwork, or a piece of music.
+Titles are proper noun phrases or verbal phrases, and should not be confused with generic object names such as “chair”, “painting”, or “book” (the latter are common nouns that stand for instances of E55 Type). Titles may be assigned by the creator of the work itself, or by a social group.
+This class also comprises the translations of titles that are used as surrogates for the original titles in different social contexts.'),
+ (48, 'E9', 'Move', 'This class comprises changes of the physical location of the instances of E19 Physical Object.
+Note, that the class E9 Move inherits the property P7 took place at (witnessed): E53 Place. This property should be used to describe the trajectory or a larger area within which a move takes place, whereas the properties P26 moved to (was destination of), P27 moved from (was origin of) describe the start and end points only. Moves may also be documented to consist of other moves (via P9 consists of (forms part of)), in order to describe intermediate stages on a trajectory. In that case, start and end points of the partial moves should match appropriately between each other and with the overall event.'),
+ (49, 'E6', 'Destruction', 'This class comprises events that destroy one or more instances of E18 Physical Thing, such that they lose their identity as the subjects of documentation.
+Some destruction events are intentional, while others are independent of human activity. Intentional destruction can be documented by classifying the event as both an instance of E6 Destruction and of E7 Activity.
+The decision to document an object as destroyed, transformed, or modified is context-sensitive:
+1. If the matter remaining from the destruction is not documented, the event is modelled solely as an instance of E6 Destruction.
+2. An event should also be documented using E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the original. In this case, the new items have separate identities. Matter is preserved, but identity is not.
+3. When the initial identity of the changed instance of E18 Physical Thing is preserved, the event should be documented as an instance of E11 Modification.'),
+ (50, 'E92', 'Spacetime Volume', 'This class comprises 4-dimensional point sets (volumes) in physical spacetime (in contrast to mathematical models of it) regardless of their true geometric forms. They may derive their identity from being the extent of a material phenomenon or from being the interpretation of an expression defining an extent in spacetime. Intersections of instances of E92 Spacetime Volume, E53 Place, and E52 Time-Span are also regarded as instances of E92 Spacetime Volume. An instance of E92 Spacetime Volume is either contiguous or composed of a finite number of contiguous subsets. Its boundaries may be fuzzy due to the properties of the phenomena it derives from or due to the limited precision up to which defining expression can be identified with a real extent in spacetime. The duration of existence of an instance of E92 Spacetime Volume is its projection on time.'),
+ (51, 'E26', 'Physical Feature', 'This class comprises identifiable features that are physically attached in an integral way to particular physical objects.
+Instances of E26 Physical Feature share many of the attributes of instances of E19 Physical Object. They may have a one-dimensional, two-dimensional, or three-dimensional geometric extent, but there are no natural borders that separate them completely in an objective way from the carrier objects. For example, a doorway is a feature but the door itself, being attached by hinges, is not.
+Instances of E26 Physical Feature can be features in a narrower sense, such as scratches, holes, reliefs, surface colours, reflection zones in an opal crystal or a density change in a piece of wood. In the wider sense, they are portions of particular objects with partially imaginary borders, such as the core of the Earth, an area of property on the surface of the Earth, a landscape or the head of a contiguous marble statue. They can be measured and dated, and it is sometimes possible to state who or what is or was responsible for them. They cannot be separated from the carrier object, but a segment of the carrier object may be identified (or sometimes removed) carrying the complete feature.
+This definition coincides with the definition of “fiat objects”, with the exception of aggregates of “bona fide objects” (Smith & Varzi, 2000).'),
+ (52, 'E77', 'Persistent Item', 'This class comprises items that have persistent characteristics of structural nature substantially related to their identity and their integrity, sometimes known as “endurants” in philosophy. Persistent Items may be physical entities, such as people, animals or things, conceptual entities such as ideas, concepts, products of the imagination or even names.
+Instances of E77 Persistent Item may be present or be part of interactions in different periods or events. They can repeatedly be recognized at disparate occasions during their existence by characteristics of structural nature. The respective characteristics need not be exactly the same during all the existence of an instance of E77 Persistent Item. Often, they undergo gradual change, still bearing some similarities with that of previous times, or disappear completely and new emerge. For instance, a person, from the time of being born on, will gradually change all its features and acquire new ones, such as a scar. Even the DNA in different body cells will develop defects and mutations. Nevertheless, relevant characteristics used should be sufficiently similar to recognize the instance for some substantial period of time.
+The more specific criteria that determine the identity of instances of subclasses of E77 Persistent Item may vary considerably and are described or referred to in the respective scope notes. The decision about which exact criteria to use depends on whether the observable behaviour of the respective part of reality such confined conforms to the reasoning the user is interested in. For example, a building can be regarded as no longer existing if it is dismantled and the materials reused in a different configuration. On the other hand, human beings go through radical and profound changes during their life-span, affecting both material composition and form, yet preserve their identity by other criteria, such as being bodily separated from other persons. Similarly, inanimate objects may be subject to exchange of parts and matter. On the opposite, the identity of a (version of a) text of a scientific publication is given by the exact arrangement of its relevant symbols.
+The main classes of objects that fall outside the scope of the E77 Persistent Item class are temporal objects such as periods, events and acts, and descriptive properties.
+An instance of E77 Persistent Item does not require actual knowledge of the identifying features of the instance being currently known. There may be cases, where the actual identifying features of an instance of E77 Persistent Item are not decidable at a particular state of knowledge.'),
+ (53, 'E13', 'Attribute Assignment', 'This class comprises the actions of making assertions about one property of an object or any single relation between two items or concepts. The type of the property asserted to hold between two items or concepts can be described by the property P177 assigned property of type (is type of property assigned): E55 Type.
+For example, the class describes the actions of people making propositions and statements during certain scientific/scholarly procedures, e.g. the person and date when a condition statement was made, an identifier was assigned, the museum object was measured, etc. Which kinds of such assignments and statements need to be documented explicitly in structures of a schema rather than free text, depends on whether this information should be accessible by structured queries.
+This class allows for the documentation of how the respective assignment came about, and whose opinion it was. Note that all instances of properties described in a knowledge base are the opinion of someone. Per default, they are the opinion of the team maintaining the knowledge base. This fact must not individually be registered for all instances of properties provided by the maintaining team, because it would result in an endless recursion of whose opinion was the description of an opinion. Therefore, the use of instances of E13 Attribute Assignment marks the fact that the maintaining team is in general neutral to the validity of the respective assertion, but registers someone else’s opinion and how it came about.
+All properties assigned in such an action can also be seen as directly relating the respective pair of items or concepts. Multiple use of instances of E13 Attribute Assignment may possibly lead to a collection of contradictory values.'),
+ (54, 'E19', 'Physical Object', 'This class comprises items of a material nature that are units for documentation and have physical boundaries that separate them completely in an objective way from other objects.
+The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen. Typically, instances of E19 Physical Object can be moved (if not too heavy).
+In some contexts, such objects, except for aggregates, are also called “bona fide objects”, i.e. naturally defined objects (Smith & Varzi, 2000).
+The decision as to what is documented as a complete item, rather than by its parts or components, may be purely administrative or may be a result of the order in which the item was acquired.'),
+ (55, 'E29', 'Design or Procedure', 'This class comprises documented plans for the execution of actions in order to achieve a result of a specific quality, form, or contents. In particular, it comprises plans for deliberate human activities that may result in new instances of E71 Human-Made Thing or for shaping or guiding the execution of an instance of E7 Activity.
+Instances of E29 Design or Procedure can be structured in parts and sequences or depend on others.
+This is modelled using P69 has association with (is associated with): E29 Design or Procedure.
+Designs or procedures can be seen as one of the following:
+1. A schema for the activities it describes
+2. A schema of the products that result from their application
+3. An independent intellectual product that may have never been applied, such as Leonardo da Vinci’s famous plans for flying machines
+Because designs or procedures may never be applied or only partially executed, the CIDOC CRM models a loose relationship between the plan and the respective product.'),
+ (56, 'E96', 'Purchase', 'This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more different instances of E39 Actor, where the transferring party is completely compensated by the payment of a monetary amount. In more detail, a purchase agreement establishes a fixed monetary obligation at its initialization on the receiving party, to the giving party. An instance of E96 Purchase begins with the contract or equivalent agreement and ends with the fulfilment of all contractual obligations. In the case that the activity is abandoned before both parties have fulfilled these obligations, the activity is not regarded as an instance of E96 Purchase.
+This class is a very specific case of the much more complex social business practices of exchange of goods and the creation and satisfaction of related social obligations. Purchase activities which define individual sales prices per object can be modelled by instantiating E96 Purchase for each object individually and as part of an overall instance of E96 Purchase transaction.'),
+ (57, 'E98', 'Currency', 'This class comprises the units in which a monetary system, supported by an administrative authority or other community, quantifies and arithmetically compares all monetary amounts declared in the unit. The unit of a monetary system must describe a nominal value which is kept constant by its administrative authority and an associated banking system if it exists, and not by market value. For instance, one may pay with grams of gold, but the respective monetary amount would have been agreed as the gold price in US dollars on the day of the payment. Under this definition, British Pounds, U.S. Dollars, and European Euros are examples of currency, but “grams of gold” is not. One monetary system has one and only one currency. Instances of this class must not be confused with coin denominations, such as “Dime” or “Sestertius”. Non-monetary exchange of value in terms of quantities of a particular type of goods, such as cows, do not constitute a currency.'),
+ (58, 'E22', 'Human-Made Object', 'This class comprises all persistent physical objects of any size that are purposely created by human activity and have physical boundaries that separate them completely in an objective way from other objects.
+The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen.'),
+ (59, 'E10', 'Transfer of Custody', 'This class comprises transfers of the physical custody or the legal responsibility for the physical custody of objects. The recording of the donor or recipient is optional. It is possible that in an instance of E10 Transfer of Custody there is either no donor or no recipient.
Depending on the circumstances, it may describe:
1. the beginning of custody (there is no previous custodian)
2. the end of custody (there is no subsequent custodian)
@@ -151,108 +210,45 @@ In the event that only a single kind of transfer of custody occurs, either the l
The sense of physical possession requires that the object of custody be in the hands of the keeper at least with a part representative for the whole. The way, in which a representative part is defined, should ensure that it is unambiguous who keeps a part and who the whole and should be consistent with the identity criteria of the kept instance of E18 Physical Thing.
The interpretation of the museum notion of "accession" differs between institutions. The CIDOC CRM therefore models legal ownership and physical custody separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.
Theft is a specific case of illegal transfer of custody.'),
- (43, 'E73', 'Information Object', 'This class comprises identifiable immaterial items, such as poems, jokes, data sets, images, texts, multimedia objects, procedural prescriptions, computer program code, algorithm or mathematical formulae, that have an objectively recognizable structure and are documented as single units. The encoding structure known as a "named graph" also falls under this class, so that each "named graph" is an instance of E73 Information Object.
-An instance of E73 Information Object does not depend on a specific physical carrier, which can include human memory, and it can exist on one or more carriers simultaneously.
-Instances of E73 Information Object of a linguistic nature should be declared as instances of the E33 Linguistic Object subclass. Instances of E73 Information Object of a documentary nature should be declared as instances of the E31 Document subclass. Conceptual items such as types and classes are not instances of E73 Information Object, nor are ideas without a reproducible expression.'),
- (44, 'E81', 'Transformation', 'This class comprises the events that result in the simultaneous destruction of one or more than one E18 Physical Thing and the creation of one or more than one E18 Physical Thing that preserves recognizable substance and structure from the first one(s) but has fundamentally different nature or identity.
+ (61, 'E81', 'Transformation', 'This class comprises the events that result in the simultaneous destruction of one or more than one E18 Physical Thing and the creation of one or more than one E18 Physical Thing that preserves recognizable substance and structure from the first one(s) but has fundamentally different nature or identity.
Although the old and the new instances of E18 Physical Thing are treated as discrete entities having separate, unique identities, they are causally connected through the E81 Transformation; the destruction of the old E18 Physical Thing(s) directly causes the creation of the new one(s) using or preserving some relevant substance and structure. Instances of E81 Transformation are therefore distinct from re-classifications (documented using E17 Type Assignment) or modifications (documented using E11 Modification) of objects that do not fundamentally change their nature or identity. Characteristic cases are reconstructions and repurposing of historical buildings or ruins, fires leaving buildings in ruins, taxidermy of specimen in natural history.
Even though such instances of E81 Transformation are often motivated by a change of intended use, substantial material changes should justify the documentation of the result as a new instance of E18 Physical Thing and not just the change of function. The latter may be documented as an extended activity (instance of E7 Activity) of using it.'),
- (45, 'E67', 'Birth', 'This class comprises the births of human beings. E67 Birth is a biological event focussing on the context of people coming into life. (E63 Beginning of Existence comprises the coming into life of any living being).
-Twins, triplets etc. are typically brought into life by the same instance of E67 Birth. The introduction of E67 Birth as a documentation element allows the description of a range of family relationships in a simple model. Suitable extensions may describe more details and the complexity of motherhood with the intervention of modern medicine. In this model, the biological father is not seen as a necessary participant in the birth.'),
- (46, 'E85', 'Joining', 'This class comprises the activities that result in an instance of E39 Actor becoming a member of an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
-Typical scenarios include becoming a member of a social organisation, becoming employee of a company, marriage, the adoption of a child by a family and the inauguration of somebody into an official position.'),
- (47, 'E83', 'Type Creation', 'This class comprises activities formally defining new types of items.
-It is typically a rigorous scholarly or scientific process that ensures a type is exhaustively described and appropriately named. In some cases, particularly in archaeology and the life sciences, E83 Type Creation requires the identification of an exemplary specimen and the publication of the type definition in an appropriate scholarly forum. The activity modelled as an instance of E83 Type Creation is central to research in the life sciences, where a type would be referred to as a “taxon,” the type description as a “protologue,” and the exemplary specimens as “original element” or “holotype”.'),
- (48, 'E70', 'Thing', 'This general class comprises discrete, identifiable, instances of E77 Persistent Item that are documented as single units, that either consist of matter or depend on being carried by matter and are characterized by relative stability.
-They may be intellectual products or physical things. They may for instance have a solid physical form, an electronic encoding, or they may be a logical concept or structure.'),
- (49, 'E3', 'Condition State', 'This class comprises the states of objects characterised by a certain condition over a time-span.
+ (62, 'E3', 'Condition State', 'This class comprises the states of objects characterised by a certain condition over a time-span.
An instance of this class describes the prevailing physical condition of any material object or feature during a specific instance of E52 Time-Span. In general, the time-span for which a certain condition can be asserted may be shorter than the real time-span, for which this condition held.
The nature of that condition can be described using P2 has type. For example, the instance of E3 Condition State “condition of the SS Great Britain between 22-nd September 1846 and 27-th August 1847” can be characterized as an instance “wrecked” of E55 Type.'),
- (50, 'E66', 'Formation', 'This class comprises events that result in the formation of a formal or informal E74 Group of people, such as a club, society, association, corporation or nation.
+ (63, 'E53', 'Place', 'This class comprises extents in the natural space where people live, in particular on the surface of the Earth, in the pure sense of physics: independent from temporal phenomena and matter. They may serve describing the physical location of things or phenomena or other areas of interest. Geometrically, instances of E53 Place constitute single contiguous areas or a finite aggregation of disjoint areas in space which are each individually contiguous. They may have fuzzy boundaries.
+The instances of E53 Place are usually determined by reference to the position of “immobile” objects such as buildings, cities, mountains, rivers, or dedicated geodetic marks, but may also be determined by reference to mobile objects. A Place can be determined by combining a frame of reference and a location with respect to this frame.
+It is sometimes argued that instances of E53 Place are best identified by global coordinates or absolute reference systems. However, relative references are often more relevant in the context of cultural documentation and tend to be more precise. In particular, people are often interested in position in relation to large, mobile objects, such as ships. For example, the Place at which Nelson died is known with reference to a large mobile object, i.e. H.M.S Victory. A resolution of this Place in terms of absolute coordinates would require knowledge of the movements of the vessel and the precise time of death, either of which may be revised, and the result would lack historical and cultural relevance.
+Any instance of E18 Physical Thing can serve as a frame of reference for an instance of E53 Place. This may be documented using the property P157 is at rest relative to (provides reference space for).'),
+ (64, 'E71', 'Human-Made Thing', 'This class comprises discrete, identifiable human-made items that are documented as single units.
+These items are either intellectual products or human-made physical things, and are characterized by relative stability. They may, for instance, have a solid physical form, an electronic encoding, or they may be logical concepts or structures.'),
+ (65, 'E80', 'Part Removal', 'This class comprises the activities that result in an instance of E18 Physical Thing being decreased by the removal of a part.
+Typical scenarios include the detachment of an accessory, the removal of a component or part of a composite object, or the deaccessioning of an object from a curated collection, an instance of E78 Curated Holding. If the instance of E80 Part Removal results in the total decomposition of the original object into pieces, such that the whole ceases to exist, the activity should instead be modelled as an instance of E81 Transformation, i.e. a simultaneous destruction and production. In cases where the part removed has no discernible identity prior to its removal but does have an identity subsequent to its removal, the activity should be modelled as both an instance of E80 Part Removal and E12 Production. This class of activities forms a basis for reasoning about the history, and continuity of identity over time, of objects that are removed from other objects, such as precious gemstones being extracted from different items of jewellery, or cultural artifacts being deaccessioned from different museum collections over their lifespan.'),
+ (66, 'E17', 'Type Assignment', 'This class comprises the actions of classifying items of whatever kind. Such items include objects, specimens, people, actions, and concepts.
+This class allows for the documentation of the context of classification acts in cases where the value of the classification depends on the personal opinion of the classifier, and the date that the classification was made. This class also encompasses the notion of “determination,” i.e. the systematic and molecular identification of a specimen in biology.'),
+ (67, 'E20', 'Biological Object', 'This class comprises individual items of a material nature, which live, have lived, or are natural products of or from living organisms.
+Artificial objects that incorporate biological elements, such as Victorian butterfly frames, can be documented as both instances of E20 Biological Object and E22 Human-Made Object.'),
+ (68, 'E66', 'Formation', 'This class comprises events that result in the formation of a formal or informal E74 Group of people, such as a club, society, association, corporation, or nation.
E66 Formation does not include the arbitrary aggregation of people who do not act as a collective.
The formation of an instance of E74 Group does not require that the group is populated with members at the time of formation. In order to express the joining of members at the time of formation, the respective activity should be simultaneously an instance of both E66 Formation and E85 Joining.'),
- (54, 'E63', 'Beginning of Existence', 'This class comprises events that bring into existence any instance of E77 Persistent Item.
-It may be used for temporal reasoning about things (intellectual products, physical items, groups of people, living beings) beginning to exist; it serves as a hook for determination of a “terminus post quem” or “terminus ante quem”.'),
- (55, 'E7', 'Activity', 'This class comprises actions intentionally carried out by instances of E39 Actor that result in changes of state in the cultural, social, or physical systems documented.
-This notion includes complex, composite and long-lasting actions such as the building of a settlement or a war, as well as simple, short-lived actions such as the opening of a door.'),
- (56, 'E35', 'Title', 'This class comprises textual strings that within a cultural context can be clearly identified as titles due to their form. Being a subclass of E41 Appellation, E35 Title can only be used when such a string is actually used as a title of a work, such as a text, an artwork, or a piece of music.
-Titles are proper noun phrases or verbal phrases, and should not be confused with generic object names such as “chair”, “painting” or “book” (the latter are common nouns that stand for instances of E55 Type). Titles may be assigned by the creator of the work itself, or by a social group.
-This class also comprises the translations of titles that are used as surrogates for the original titles in different social contexts.'),
- (57, 'E14', 'Condition Assessment', 'This class describes the act of assessing the state of preservation of an object during a particular period.
-The condition assessment may be carried out by inspection, measurement or through historical research. This class is used to document circumstances of the respective assessment that may be relevant to interpret its quality at a later stage, or to continue research on related documents.'),
- (58, 'E18', 'Physical Thing', 'This class comprises all persistent physical items with a relatively stable form, human-made or natural.
-Depending on the existence of natural boundaries of such things, the CIDOC CRM distinguishes the instances of E19 Physical Object from instances of E26 Physical Feature, such as holes, rivers, pieces of land etc. Most instances of E19 Physical Object can be moved (if not too heavy), whereas features are integral to the surrounding matter.
-An instance of E18 Physical Thing occupies not only a particular geometric space at any instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces, such as the interior of a box. For the purpose of more detailed descriptions of the presence of an instance of E18 Physical Thing in space and time it can be associated with its specific instance of E92 Spacetime Volume by the property P196 defines (is defined by).
-The CIDOC CRM is generally not concerned with amounts of matter in fluid or gaseous states, as long as they are not confined in an identifiable way for an identifiable minimal time-span.'),
- (59, 'E89', 'Propositional Object', 'This class comprises immaterial items, including but not limited to stories, plots, procedural prescriptions, algorithms, laws of physics or images that are, or represent in some sense, sets of propositions about real or imaginary things and that are documented as single units or serve as topic of discourse.
-This class also comprises items that are “about” something in the sense of a subject. In the wider sense, this class includes expressions of psychological value such as non-figural art and musical themes. However, conceptual items such as types and classes are not instances of E89 Propositional Object. This should not be confused with the definition of a type, which is indeed an instance of E89 Propositional Object.'),
- (60, 'E87', 'Curation Activity', 'This class comprises the activities that result in the continuity of management and the preservation and evolution of instances of E78 Curated Holding, following an implicit or explicit curation plan.
-It specializes the notion of activity into the curation of a collection and allows the history of curation to be recorded.
-Items are accumulated and organized following criteria like subject, chronological period, material type, style of art etc. and can be added or removed from an instance of E78 Curated Holding for a specific purpose and/or audience. The initial aggregation of items of a collection is regarded as an instance of E12 Production Event while the activity of evolving, preserving and promoting a collection is regarded as an instance of E87 Curation Activity.'),
- (61, 'E25', 'Human-Made Feature', 'This class comprises physical features that are purposely created by human activity, such as scratches, artificial caves, artificial water channels, etc. In particular, it includes the information encoding features on mechanical or digital carriers.'),
- (62, 'E93', 'Presence', 'This class comprises instances of E92 Spacetime Volume, whose temporal extent has been chosen in order to determine the spatial extent of a phenomenon over the chosen time-span. Respective phenomena may, for instance, be historical events or periods, but can also be the diachronic extent and existence of physical things. In other words, instances of this class fix a slice of another instance of E92 Spacetime Volume in time.
-The temporal extent of an instance of E93 Presence typically is predetermined by the researcher so as to focus the investigation particularly on finding the spatial extent of the phenomenon by testing for its characteristic features. There are at least two basic directions such investigations might take. The investigation may wish to determine where something was during some time or it may wish to reconstruct the total passage of a phenomenon’s spacetime volume through an examination of discrete presences. Observation and measurement of features indicating the presence or absence of a phenomenon in some space allows for the progressive approximation of spatial extents through argumentation typically based on inclusion, exclusion and various overlaps.'),
- (63, 'E29', 'Design or Procedure', 'This class comprises documented plans for the execution of actions in order to achieve a result of a specific quality, form or contents. In particular, it comprises plans for deliberate human activities that may result in new instances of E71 Human-Made Thing or for shaping or guiding the execution of an instance of E7 Activity.
-Instances of E29 Design or Procedure can be structured in parts and sequences or depend on others.
-This is modelled using P69 has association with (is associated with): E29 Design or Procedure.
-Designs or procedures can be seen as one of the following
-1. A schema for the activities it describes
-2. A schema of the products that result from their application.
-3. An independent intellectual product that may have never been applied, such as Leonardo da Vinci’s famous plans for flying machines.
-Because designs or procedures may never be applied or only partially executed, the CIDOC CRM models a loose relationship between the plan and the respective product.'),
- (64, 'E21', 'Person', 'This class comprises real persons who live or are assumed to have lived.
-Legendary figures that may have existed, such as Ulysses and King Arthur, fall into this class if the documentation refers to them as historical figures. In cases where doubt exists as to whether several persons are in fact identical, multiple instances can be created and linked to indicate their relationship. The CIDOC CRM does not propose a specific form to support reasoning about possible identity.
-In a bibliographic context, a name presented following the conventions usually employed for personal names will be assumed to correspond to an actual real person (an instance of E21 Person), unless evidence is available to indicate that this is not the case. The fact that a persona may erroneously be classified as an instance of E21 Person does not imply that the concept comprises personae.'),
- (65, 'E4', 'Period', 'This class comprises sets of coherent phenomena or cultural manifestations occurring in time and space.
+ (69, 'E4', 'Period', 'This class comprises sets of coherent phenomena or cultural manifestations occurring in time and space.
It is the social or physical coherence of these phenomena that identify an instance of E4 Period and not the associated spatiotemporal extent. This extent is only the “ground” or space in an abstract physical sense that the actual process of growth, spread and retreat has covered. Consequently, different periods can overlap and coexist in time and space, such as when a nomadic culture exists in the same area and time as a sedentary culture. This also means that overlapping land use rights, common among first nations, amounts to overlapping periods.
-Often, this class is used to describe prehistoric or historic periods such as the “Neolithic Period”, the “Ming Dynasty” or the “McCarthy Era”, but also geopolitical units and activities of settlements are regarded as special cases of E4 Period. However, there are no assumptions about the scale of the associated phenomena. In particular all events are seen as synthetic processes consisting of coherent phenomena. Therefore, E4 Period is a superclass of E5 Event. For example, a modern clinical birth, an instance of E67 Birth, can be seen as both a single event, i.e., an instance of E5 Event, and as an extended period, i.e., an instance of E4 Period, that consists of multiple physical processes and complementary activities performed by multiple instances of E39 Actor.
-As the actual extent of an instance of E4 Period in spacetime we regard the trajectories of the participating physical things during their participation in an instance of E4 Period. This includes the open spaces via which these things have interacted and the spaces by which they had the potential to interact during that period or event in the way defined by the type of the respective period or event. Examples include the air in a meeting room transferring the voices of the participants. Since these phenomena are fuzzy, we assume the spatiotemporal extent to be contiguous, except for cases of phenomena spreading out over islands or other separated areas, including geopolitical units distributed over disconnected areas such as islands or colonies.
-Whether the trajectories necessary for participants to travel between these areas are regarded as part of the spatiotemporal extent or not has to be decided in each case based on a concrete analysis, taking use of the sea for other purposes than travel, such as fishing, into consideration. One may also argue that the activities to govern disconnected areas imply travelling through spaces connecting them and that these areas hence are spatially connected in a way, but it appears counterintuitive to consider for instance travel routes in international waters as extensions of geopolitical units.
-Consequently, an instance of E4 Period may occupy a number of disjoint spacetime volumes, however there must not be a discontinuity in the time-span covered by these spacetime volumes. This means that an instance of E4 Period must be contiguous in time. If it has ended in all areas, it has ended as a whole. However, it may end in one area before another, such as in the Polynesian migration, and it continues as long as it is ongoing in at least one area.
-We model E4 Period as a subclass of E2 Temporal Entity and of E92 Spacetime Volume. The latter is intended as a phenomenal spacetime volume as defined in CIDOC CRMgeo (Doerr & Hiebel, 2013). By virtue of this multiple inheritance, we can discuss the physical extent of an instance of E4 Period without representing each instance of it together with an instance of its associated spacetime volume. This model combines two quite different kinds of substance: an instance of E4 Period is a phenomenon while an instance of E92 Spacetime Volume is an aggregation of points in spacetime. However, the real spatiotemporal extent of an instance of E4 Period is regarded to be unique to it due to all its details and fuzziness; its identity and existence depends uniquely on the identity of the instance of E4 Period. Therefore, this multiple inheritance is unambiguous and effective and furthermore corresponds to the intuitions of natural language.
+Often, this class is used to describe prehistoric or historic periods such as the “Neolithic Period”, the “Ming Dynasty” or the “McCarthy Era”, but also geopolitical units and activities of settlements are regarded as special cases of E4 Period. However, there are no assumptions about the scale of the associated phenomena. In particular all events are seen as synthetic processes consisting of coherent phenomena. Therefore, E4 Period is a superclass of E5 Event. For example, a modern clinical birth, an instance of E67 Birth, can be seen as both a single event, i.e. an instance of E5 Event, and as an extended period, i.e. an instance of E4 Period, that consists of multiple physical processes and complementary activities performed by multiple instances of E39 Actor.
+E4 Period is a subclass of E2 Temporal Entity and of E92 Spacetime Volume. The latter is intended as a phenomenal spacetime volume as defined in CIDOC CRMgeo (Doerr & Hiebel, 2013). By virtue of this multiple inheritance, it is possible to discuss the physical extent of an instance of E4 Period without representing each instance of it together with an instance of its associated spacetime volume. This model combines two quite different kinds of substance: an instance of E4 Period is a phenomenon while an instance of E92 Spacetime Volume is an aggregation of points in spacetime. However, the real spatiotemporal extent of an instance of E4 Period is regarded to be unique to it due to all its details and fuzziness; its identity and existence depends uniquely on the identity of the instance of E4 Period. Therefore, this multiple inheritance is unambiguous and effective and furthermore corresponds to the intuitions of natural language.
Typical use of this class in cultural heritage documentation is for documenting cultural and artistic periods. There are two different conceptualisations of ‘artistic style’, defined either by physical features or by historical context. For example, “Impressionism” can be viewed as a period in the European sphere of influence lasting from approximately 1870 to 1905 during which paintings with particular characteristics were produced by a group of artists that included (among others) Monet, Renoir, Pissarro, Sisley and Degas. Alternatively, it can be regarded as a style applicable to all paintings sharing the characteristics of the works produced by the Impressionist painters, regardless of historical context. The first interpretation is an instance of E4 Period, and the second defines morphological object types that fall under E55 Type.
A geopolitical unit as a specific case of an instance of E4 Period is the set of activities and phenomena related to the claim of power, the consequences of belonging to a jurisdictional area and an administrative system that establishes a geopolitical unit. Examples from the modern period are countries or administrative areas of countries such as districts whose actions and structures define activities and phenomena in the area that they intend to govern. The borders of geopolitical units are often defined in contracts or treaties although they may deviate from the actual practice. The spatiotemporal properties of Geopolitical units can be modelled through the properties inherited from E92 Spacetime Volume.
Another specific case of an instance of E4 Period is the actual extent of the set of activities and phenomena as evidenced by their physical traces that define a settlement, such as the populated period of Nineveh.'),
- (66, 'E64', 'End of Existence', 'This class comprises events that end the existence of any instance of E77 Persistent Item.
-It may be used for temporal reasoning about things (physical items, groups of people, living beings) ceasing to exist; it serves as a hook for determination of a “terminus post quem” or “terminus ante quem”. In cases where substance from an instance of E77 Persistent Item continues to exist in a new form, the process would be documented as instances of E81 Transformation.'),
- (67, 'E11', 'Modification', 'This class comprises instances of E7 Activity that are undertaken to create, alter or change instances of E24 Physical Human-Made Thing.
-This class includes the production of an item from raw materials and other so far undocumented objects. It also includes the conservation treatment of an object.
-Since the distinction between modification and production is not always clear, modification is regarded as the more generally applicable concept. This implies that some items may be consumed or destroyed in an instance of E11 Modification, and that others may be produced as a result of it. An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities.
-An activity undertaken on an object which was designed to alter it, but which, in fact, it did not in any seemingly significant way (such as the application of a solvent during conservation which failed to dissolve any part of the object), is still considered as an instance of E11 Modification. Typically, any such activity will leave at least forensic traces of evidence on the object.
-If the instance of E29 Design or Procedure utilized for the modification prescribes the use of specific materials, they should be documented using property P68 foresees use of (use foreseen by): E57 Material of E29 Design or Procedure, rather than via P126 employed (was employed in): E57 Material.'),
- (68, 'E6', 'Destruction', 'This class comprises events that destroy one or more instances of E18 Physical Thing such that they lose their identity as the subjects of documentation.
-Some destruction events are intentional, while others are independent of human activity. Intentional destruction may be documented by classifying the event as both an instance of E6 Destruction and of E7 Activity.
-The decision to document an object as destroyed, transformed or modified is context sensitive:
-1. If the matter remaining from the destruction is not documented, the event is modelled solely as an instance of E6 Destruction.
-2. An event should also be documented as an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the original. In this case, the new items have separate identities. Matter is preserved, but identity is not.
-3. When the initial identity of the changed instance of E18 Physical Thing is preserved, the event should be documented as an instance of E11 Modification.'),
- (69, 'E52', 'Time-Span', 'This class comprises abstract temporal extents, in the sense of Galilean physics, having a beginning, an end and a duration.
-Instances of E52 Time-Span have no semantic connotations about phenomena happening within the temporal extent they represent. They do not convey any meaning other than a positioning on the “time-line” of chronology. The actual extent of an instance of E52 Time-Span can be approximated by properties of E52 Time-Span giving inner and outer bounds in the form of dates (instances of E61 Time Primitive). Comparing knowledge about time-spans is fundamental for chronological reasoning.
-Some instances of E52 Time-Span may be defined as the actual, in principle observable, temporal extent of instances of E2 Temporal Entity via the property P4 has time-span (is time-span of): E52 Time-Span. They constitute phenomenal time-spans as defined in CRMgeo (Doerr & Hiebel 2013). Since our knowledge of history is imperfect and physical phenomena are fuzzy in nature, the extent of phenomenal time-spans can only be described in approximation. An extreme case of approximation, might, for example, define an instance of E52 Time-Span having unknown beginning, end and duration. It may, nevertheless, be associated with other descriptions by which we can infer knowledge about it, such as in relative chronologies.
-Some instances of E52 may be defined precisely as representing a declaration of a temporal extent, as, for instance, done in a business contract. They constitute declarative time-spans as defined in CRMgeo (Doerr & Hiebel 2013) and can be described via the property E61 Time Primitive P170 defines time (time is defined by): E52 Time-Span.
-When used as a common E52 Time-Span for two events, it will nevertheless describe them as being simultaneous, even if nothing else is known.'),
- (70, 'E96', 'Purchase', 'This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more different instances of E39 Actor, where the transferring party is completely compensated by the payment of a monetary amount. In more detail, a purchase agreement establishes a fixed monetary obligation at its initialization on the receiving party, to the giving party. An instance of E96 Purchase begins with the contract or equivalent agreement and ends with the fulfilment of all contractual obligations. In the case that the activity is abandoned before both parties have fulfilled these obligations, the activity is not regarded as an instance of E96 Purchase.
-This class is a very specific case of the much more complex social business practices of exchange of goods and the creation and satisfaction of related social obligations. Purchase activities which define individual sales prices per object can be modelled by instantiating E96 Purchase for each object individually and as part of an overall instance of E96 Purchase transaction.'),
- (71, 'E8', 'Acquisition', 'This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more other instances of E39 Actor.
-The class also applies to the establishment or loss of ownership of instances of E18 Physical Thing. It does not, however, imply changes of any other kinds of right. The recording of the donor and/or recipient is optional. It is possible that in an instance of E8 Acquisition there is either no donor or no recipient. Depending on the circumstances, it may describe:
-1. the beginning of ownership
-2. the end of ownership
-3. the transfer of ownership
-4. the acquisition from an unknown source
-5. the loss of title due to destruction of the item
-It may also describe events where a collector appropriates legal title, for example by annexation or field collection. The interpretation of the museum notion of "accession" differs between institutions. The CIDOC CRM therefore models legal ownership (E8 Acquisition) and physical custody (E10 Transfer of Custody) separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.'),
- (72, 'E55', 'Type', 'This class comprises concepts denoted by terms from thesauri and controlled vocabularies used to characterize and classify instances of CIDOC CRM classes. Instances of E55 Type represent concepts in contrast to instances of E41 Appellation which are used to name instances of CIDOC CRM classes.
-E55 Type is the CIDOC CRM’s interface to domain specific ontologies and thesauri. These can be represented in the CIDOC CRM as subclasses of E55 Type, forming hierarchies of terms, i.e., instances of E55 Type linked via P127 has broader term (has narrower term): E55 Type. Such hierarchies may be extended with additional properties.'),
- (73, 'E22', 'Human-Made Object', 'This class comprises all persistent physical objects of any size that are purposely created by human activity and have physical boundaries that separate them completely in an objective way from other objects.
-The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen.'),
- (74, 'E79', 'Part Addition', 'This class comprises activities that result in an instance of E18 Physical Thing being increased, enlarged or augmented by the addition of a part.
-Typical scenarios include the attachment of an accessory, the integration of a component, the addition of an element to an aggregate object, or the accessioning of an object into a curated instance of E78 Curated Holding. Both the E18 Physical Thing being augmented and the E18 Physical Thing that is being added are treated as separate identifiable wholes prior to the instance of E79 Part Addition. Following the addition of parts, the resulting assemblages are treated objectively as single identifiable wholes, made up of constituent or component parts bound together either physically (for example the engine becoming a part of the car), or by sharing a common purpose (such as the 32 chess pieces that make up a chess set). This class of activities forms a basis for reasoning about the history and continuity of identity of objects that are integrated into other objects over time, such as precious gemstones being repeatedly incorporated into different items of jewellery, or cultural artefacts being added to different museum instances of E78 Curated Holding over their lifespan..'),
- (75, 'E41', 'Appellation', 'This class comprises signs, either meaningful or not, or arrangements of signs following a specific syntax, that are used or can be used to refer to and identify a specific instance of some class or category within a certain context.
-Instances of E41 Appellation do not identify things by their meaning, even if they happen to have one, but instead by convention, tradition, or agreement. Instances of E41 Appellation are cultural constructs; as such, they have a context, a history, and a use in time and space by some group of users. A given instance of E41 Appellation can have alternative forms, i.e., other instances of E41 Appellation that are always regarded as equivalent independent from the thing it denotes.
-Different languages may use different appellations for the same thing, such as the names of major cities. Some appellations may be formulated using a valid noun phrase of a particular language. In these cases, the respective instances of E41 Appellation should also be declared as instances of E33 Linguistic Object. Then the language using the appellation can be declared with the property P72 has language: E56 Language.
-Instances of E41 Appellation may be used to identify any instance of E1 CRM Entity and sometimes are characteristic for instances of more specific subclasses E1 CRM Entity, such as for instances of E52 Time-Span (for instance “dates”), E39 Actor, E53 Place or E28 Conceptual Object. Postal addresses and E-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
-Even numerically expressed identifiers for extents in space or time are also regarded as instances of E41 Appellation, such as Gregorian dates or spatial coordinates, even though they allow for determining some time or location by a known procedure starting from a reference point and by virtue of that fact play a double role as instances of E59 Primitive Value.
-E41 Appellation should not be confused with the act of naming something. Cf. E15 Identifier Assignment');
+ (70, 'E69', 'Death', 'This class comprises the deaths of human beings.
+If a person is killed, their death should be instantiated as E69 Death and as E7 Activity. The death or perishing of other living beings should be documented as instances of E64 End of Existence.'),
+ (71, 'E89', 'Propositional Object', 'This class comprises immaterial items, including but not limited to stories, plots, procedural prescriptions, algorithms, laws of physics or images that are, or represent in some sense, sets of propositions about real or imaginary things and that are documented as single units or serve as topic of discourse.
+This class also comprises items that are “about” something in the sense of a subject. In the wider sense, this class includes expressions of psychological value such as non-figural art and musical themes. However, conceptual items such as types and classes are not instances of E89 Propositional Object. This should not be confused with the definition of a type, which is indeed an instance of E89 Propositional Object.'),
+ (72, 'E78', 'Curated Holding', 'This class comprises aggregations of instances of E18 Physical Thing that are assembled and maintained (“curated” and “preserved,” in museological terminology) by one or more instances of E39 Actor over time for a specific purpose and audience, and according to a particular collection development plan. Typical instances of curated holdings are museum collections, archives, library holdings and digital libraries. A digital library is regarded as an instance of E18 Physical Thing because it requires keeping physical carriers of the electronic content.
+Items may be added or removed from an E78 Curated Holding in pursuit of this plan. This class should not be confused with the E39 Actor maintaining the E78 Curated Holding who is often referred to using the name of the E78 Curated Holding (e.g. “The Wallace Collection decided…”).
+Collective objects in the general sense, like a tomb full of gifts, a folder with stamps, or a set of chessmen, should be documented as instances of E19 Physical Object, and not as instances of E78 Curated Holding. This is because they form wholes, either because they are physically bound together or because they are kept together for their functionality.'),
+ (73, 'E97', 'Monetary Amount', 'This class comprises quantities of monetary possessions or obligations in terms of their nominal value with respect to a particular currency. These quantities may be abstract accounting units, the nominal value of a heap of coins or bank notes at the time of validity of the respective currency, the nominal value of a bill of exchange or other documents expressing monetary claims or obligations. It specifically excludes amounts expressed in terms of weights of valuable items, like gold and diamonds, and quantities of other non-currency items, like goats or stocks and bonds.'),
+ (74, 'E93', 'Presence', 'This class comprises instances of E92 Spacetime Volume, whose temporal extent has been chosen in order to determine the spatial extent of a phenomenon over the chosen time-span. Respective phenomena may, for instance, be historical events or periods, but can also be the diachronic extent and existence of physical things. In other words, instances of this class fix a slice of another instance of E92 Spacetime Volume in time.
+The temporal extent of an instance of E93 Presence typically is predetermined by the researcher so as to focus the investigation particularly on finding the spatial extent of the phenomenon by testing for its characteristic features. There are at least two basic directions such investigations might take. The investigation may wish to determine where something was during some time or it may wish to reconstruct the total passage of a phenomenon’s spacetime volume through an examination of discrete presences. Observation and measurement of features indicating the presence or absence of a phenomenon in some space allows for the progressive approximation of spatial extents through argumentation typically based on inclusion, exclusion and various overlaps.'),
+ (75, 'E99', 'Product Type', 'This class comprises types that stand as the models for instances of E22 Human-Made Object that are produced as the result of production activities using plans exact enough to result in one or more series of uniform, functionally and aesthetically identical and interchangeable items. The product type is the intended ideal form of the manufacture process. It is typical of instances of E22 Human-Made Object that conform to an instance of E99 Product Type that its component parts are interchangeable with component parts of other instances of E22 Human-Made Object made after the model of the same instance of E99 Product Type. Frequently, the uniform production according to a given instance of E99 Product Type is achieved by creating individual tools, such as moulds or print plates that are themselves carriers of the design of the product type. Modern tools may use the flexibility of electronically controlled devices to achieve such uniformity. The product type itself, i.e. the potentially unlimited series of aesthetically equivalent items, may be the target of artistic design, rather than the individual object. In extreme cases, only one instance of a product type may have been produced, such as in a “print on demand” process which was only triggered once. However, this should not be confused with industrial prototypes, such as car prototypes, which are produced prior to the production line being set up, or test the production line itself.');
--
@@ -260,709 +256,728 @@ E41 Appellation should not be confused with the act of naming something. Cf. E15
--
INSERT INTO model.cidoc_class_i18n VALUES
- (1, 'E9', 'de', 'Objektbewegung'),
- (2, 'E9', 'en', 'Move'),
- (3, 'E9', 'fr', 'Déplacement'),
- (4, 'E9', 'ru', 'Перемещение'),
- (5, 'E9', 'el', 'Μετακίνηση'),
- (6, 'E9', 'pt', 'Locomoção'),
- (7, 'E9', 'zh', '移动'),
- (8, 'E32', 'de', 'Referenzdokument'),
- (9, 'E32', 'en', 'Authority Document'),
- (10, 'E32', 'fr', 'Document de référence'),
- (11, 'E32', 'ru', 'Официальный Документ'),
- (12, 'E32', 'el', 'Πηγή Καθιερωμένων Όρων'),
- (13, 'E32', 'pt', 'Documento de Referência'),
- (14, 'E32', 'zh', '规范文档'),
- (15, 'E24', 'en', 'Physical Human-Made Thing'),
- (16, 'E34', 'de', 'Inschrift'),
- (17, 'E34', 'en', 'Inscription'),
- (18, 'E34', 'fr', 'Inscription'),
- (19, 'E34', 'ru', 'Надпись'),
- (20, 'E34', 'el', 'Επιγραφή'),
- (21, 'E34', 'pt', 'Inscrição'),
- (22, 'E34', 'zh', '题识'),
- (23, 'E78', 'en', 'Curated Holding'),
- (24, 'E19', 'de', 'Materieller Gegenstand'),
- (25, 'E19', 'en', 'Physical Object'),
- (26, 'E19', 'fr', 'Objet matériel'),
- (27, 'E19', 'ru', 'Физический Объект'),
- (28, 'E19', 'el', 'Υλικό Αντικείμενο'),
- (29, 'E19', 'pt', 'Objeto Material'),
- (30, 'E19', 'zh', '物质对象'),
- (31, 'E31', 'de', 'Dokument'),
- (32, 'E31', 'en', 'Document'),
- (33, 'E31', 'fr', 'Document'),
- (34, 'E31', 'ru', 'Документ'),
- (35, 'E31', 'el', 'Τεκμήριο'),
- (36, 'E31', 'pt', 'Documento'),
- (37, 'E31', 'zh', '文献'),
- (38, 'E72', 'de', 'Rechtsobjekt'),
- (39, 'E72', 'en', 'Legal Object'),
- (40, 'E72', 'fr', 'Objet juridique'),
- (41, 'E72', 'ru', 'Объект Права'),
- (42, 'E72', 'el', 'Νομικό Αντικείμενο'),
- (43, 'E72', 'pt', 'Objeto Jurídico'),
- (44, 'E72', 'zh', '法律对象'),
- (45, 'E15', 'de', 'Kennzeichenzuweisung'),
- (46, 'E15', 'en', 'Identifier Assignment'),
- (47, 'E15', 'fr', 'Attribution d’identificateur'),
- (48, 'E15', 'ru', 'Назначение Идентификатора'),
- (49, 'E15', 'el', 'Απόδοση Αναγνωριστικού'),
- (50, 'E15', 'pt', 'Atribuição de Identificador'),
- (51, 'E15', 'zh', '标识符赋值'),
- (52, 'E65', 'de', 'Begriffliche Schöpfung'),
- (53, 'E65', 'en', 'Creation'),
- (54, 'E65', 'fr', 'Création'),
- (55, 'E65', 'ru', 'Событие Творения'),
- (56, 'E65', 'el', 'Δημιουργία'),
- (57, 'E65', 'pt', 'Criação'),
- (58, 'E65', 'zh', '创建'),
- (59, 'E27', 'de', 'Gelände'),
- (60, 'E27', 'en', 'Site'),
- (61, 'E27', 'fr', 'Site'),
- (62, 'E27', 'ru', 'Участок'),
- (63, 'E27', 'el', 'Φυσικός Χώρος'),
- (64, 'E27', 'pt', 'Lugar'),
- (65, 'E27', 'zh', '场地'),
- (66, 'E56', 'de', 'Sprache'),
- (67, 'E56', 'en', 'Language'),
- (68, 'E56', 'fr', 'Langue'),
- (69, 'E56', 'ru', 'Язык'),
- (70, 'E56', 'el', 'Γλώσσα'),
- (71, 'E56', 'pt', 'Língua'),
- (72, 'E56', 'zh', '语种'),
- (73, 'E58', 'de', 'Maßeinheit'),
- (74, 'E58', 'en', 'Measurement Unit'),
- (75, 'E58', 'fr', 'Unité de mesure'),
- (76, 'E58', 'ru', 'Единица Измерения'),
- (77, 'E58', 'el', 'Μονάδα Μέτρησης'),
- (78, 'E58', 'pt', 'Unidade de Medida'),
- (79, 'E58', 'zh', '测量单位'),
- (80, 'E74', 'de', 'Menschliche Gruppe'),
- (81, 'E74', 'en', 'Group'),
- (82, 'E74', 'fr', 'Groupe'),
- (83, 'E74', 'ru', 'Группа'),
- (84, 'E74', 'el', 'Ομάδα'),
- (85, 'E74', 'pt', 'Grupo'),
- (86, 'E74', 'zh', '团体'),
- (87, 'E98', 'en', 'Currency'),
- (88, 'E16', 'de', 'Messung'),
- (89, 'E16', 'en', 'Measurement'),
- (90, 'E16', 'fr', 'Mesurage'),
- (91, 'E16', 'ru', 'Событие Измерения'),
- (92, 'E16', 'el', 'Μέτρηση'),
- (93, 'E16', 'pt', 'Medição'),
- (94, 'E16', 'zh', '测量'),
- (95, 'E33', 'de', 'Sprachlicher Gegenstand'),
- (96, 'E33', 'en', 'Linguistic Object'),
- (97, 'E33', 'fr', 'Objet linguistique'),
- (98, 'E33', 'ru', 'Линвистический Объект'),
- (99, 'E33', 'el', 'Γλωσσικό Αντικείμενο'),
- (100, 'E33', 'pt', 'Objeto Lingüístico'),
- (101, 'E33', 'zh', '语言对象'),
- (102, 'E90', 'de', 'Symbolisches Objekt'),
- (103, 'E90', 'en', 'Symbolic Object'),
- (104, 'E90', 'zh', '符号对象'),
- (105, 'E30', 'de', 'Recht'),
- (106, 'E30', 'en', 'Right'),
- (107, 'E30', 'fr', 'Droit'),
- (108, 'E30', 'ru', 'Право'),
- (109, 'E30', 'el', 'Δικαίωμα'),
- (110, 'E30', 'pt', 'Direitos'),
- (111, 'E30', 'zh', '权限'),
- (112, 'E80', 'de', 'Teilentfernung'),
- (113, 'E80', 'en', 'Part Removal'),
- (114, 'E80', 'fr', 'Soustraction d''élément'),
- (115, 'E80', 'ru', 'Удаление Части'),
- (116, 'E80', 'el', 'Αφαίρεση Μερών'),
- (117, 'E80', 'pt', 'Remoção de Parte'),
- (118, 'E80', 'zh', '部分去除'),
- (119, 'E69', 'de', 'Tod'),
- (120, 'E69', 'en', 'Death'),
- (121, 'E69', 'fr', 'Mort'),
- (122, 'E69', 'ru', 'Смерть'),
- (123, 'E69', 'el', 'Θάνατος'),
- (124, 'E69', 'pt', 'Morte'),
- (125, 'E69', 'zh', '死亡'),
- (126, 'E37', 'de', 'Marke'),
- (127, 'E37', 'en', 'Mark'),
- (128, 'E37', 'fr', 'Marque'),
- (129, 'E37', 'ru', 'Пометка'),
- (130, 'E37', 'el', 'Σήμανση'),
- (131, 'E37', 'pt', 'Marca'),
- (132, 'E37', 'zh', '标记'),
- (133, 'E26', 'de', 'Materielles Merkmal'),
- (134, 'E26', 'en', 'Physical Feature'),
- (135, 'E26', 'fr', 'Caractéristique matérielle'),
- (136, 'E26', 'ru', 'Физический Признак'),
- (137, 'E26', 'el', 'Υλικό Μόρφωμα'),
- (138, 'E26', 'pt', 'Característica Material'),
- (139, 'E26', 'zh', '物理特征'),
- (140, 'E99', 'en', 'Product Type'),
- (141, 'E68', 'de', 'Gruppenauflösung'),
- (142, 'E68', 'en', 'Dissolution'),
- (143, 'E68', 'fr', 'Dissolution'),
- (144, 'E68', 'ru', 'Роспуск'),
- (145, 'E68', 'el', 'Διάλυση Ομάδας'),
- (146, 'E68', 'pt', 'Dissolução'),
- (147, 'E68', 'zh', '解散'),
- (148, 'E77', 'de', 'Seiendes'),
- (149, 'E77', 'en', 'Persistent Item'),
- (150, 'E77', 'fr', 'Entité persistante'),
- (151, 'E77', 'ru', 'Постоянная Сущность'),
- (152, 'E77', 'el', 'Ον'),
- (153, 'E77', 'pt', 'Entidade Persistente'),
- (154, 'E77', 'zh', '持久项'),
- (155, 'E86', 'de', 'Austritt'),
- (156, 'E86', 'en', 'Leaving'),
- (157, 'E86', 'zh', '离开'),
- (158, 'E28', 'de', 'Begrifflicher Gegenstand'),
- (159, 'E28', 'en', 'Conceptual Object'),
- (160, 'E28', 'fr', 'Objet conceptuel'),
- (161, 'E28', 'ru', 'Концептуальный Объект'),
- (162, 'E28', 'el', 'Νοητικό Αντικείμενο'),
- (163, 'E28', 'pt', 'Objeto Conceitual'),
- (164, 'E28', 'zh', '概念对象'),
- (165, 'E39', 'de', 'Akteur'),
- (166, 'E39', 'en', 'Actor'),
- (167, 'E39', 'fr', 'Agent'),
- (168, 'E39', 'ru', 'Агент'),
- (169, 'E39', 'el', 'Δράστης'),
- (170, 'E39', 'pt', 'Agente'),
- (171, 'E39', 'zh', '参与者'),
- (172, 'E92', 'en', 'Spacetime Volume'),
- (173, 'E1', 'de', 'CRM Entität'),
- (174, 'E1', 'en', 'CRM Entity'),
- (175, 'E1', 'fr', 'Entité CRM'),
- (176, 'E1', 'ru', 'CRM Сущность'),
- (177, 'E1', 'el', 'Οντότητα CIDOC CRM'),
- (178, 'E1', 'pt', 'Entidade CRM'),
- (179, 'E1', 'zh', 'CRM实体'),
- (180, 'E12', 'de', 'Herstellung'),
- (181, 'E12', 'en', 'Production'),
- (182, 'E12', 'fr', 'Production'),
- (183, 'E12', 'ru', 'Событие Производства'),
- (184, 'E12', 'el', 'Παραγωγή'),
- (185, 'E12', 'pt', 'Produção'),
- (186, 'E12', 'zh', '生产'),
- (187, 'E54', 'de', 'Maß'),
- (188, 'E54', 'en', 'Dimension'),
- (189, 'E54', 'fr', 'Dimensions'),
- (190, 'E54', 'ru', 'Величина'),
- (191, 'E54', 'el', 'Μέγεθος'),
- (192, 'E54', 'pt', 'Dimensão'),
- (193, 'E54', 'zh', '度量规格'),
- (194, 'E13', 'de', 'Merkmalszuweisung'),
- (195, 'E13', 'en', 'Attribute Assignment'),
- (196, 'E13', 'fr', 'Affectation d''attribut'),
- (197, 'E13', 'ru', 'Присвоение Атрибута'),
- (198, 'E13', 'el', 'Απόδοση Ιδιοτήτων'),
- (199, 'E13', 'pt', 'Atribuição de Característica'),
- (200, 'E13', 'zh', '属性赋值'),
- (201, 'E57', 'de', 'Material'),
- (202, 'E57', 'en', 'Material'),
- (203, 'E57', 'fr', 'Matériau'),
- (204, 'E57', 'ru', 'Материал'),
- (205, 'E57', 'el', 'Υλικό'),
- (206, 'E57', 'pt', 'Material'),
- (207, 'E57', 'zh', '材质'),
- (208, 'E97', 'en', 'Monetary Amount'),
- (209, 'E36', 'de', 'Bildliches'),
- (210, 'E36', 'en', 'Visual Item'),
- (211, 'E36', 'fr', 'Item visuel'),
- (212, 'E36', 'ru', 'Визуальный Предмет'),
- (213, 'E36', 'el', 'Οπτικό Στοιχείο'),
- (214, 'E36', 'pt', 'Item Visual'),
- (215, 'E36', 'zh', '可视项'),
- (216, 'E5', 'de', 'Ereignis'),
- (217, 'E5', 'en', 'Event'),
- (218, 'E5', 'fr', 'Événement'),
- (219, 'E5', 'ru', 'Событие'),
- (220, 'E5', 'el', 'Συμβάν'),
- (221, 'E5', 'pt', 'Evento'),
- (222, 'E5', 'zh', '事件'),
- (223, 'E53', 'de', 'Ort'),
- (224, 'E53', 'en', 'Place'),
- (225, 'E53', 'fr', 'Lieu'),
- (226, 'E53', 'ru', 'Место'),
- (227, 'E53', 'el', 'Τόπος'),
- (228, 'E53', 'pt', 'Local'),
- (229, 'E53', 'zh', '地点'),
- (230, 'E20', 'de', 'Biologischer Gegenstand'),
- (231, 'E20', 'en', 'Biological Object'),
- (232, 'E20', 'fr', 'Objet biologique'),
- (233, 'E20', 'ru', 'Биологический Объект'),
- (234, 'E20', 'el', 'Βιολογικό Ακτικείμενο'),
- (235, 'E20', 'pt', 'Objeto Biológico'),
- (236, 'E20', 'zh', '生物对象'),
- (237, 'E2', 'de', 'Geschehendes'),
- (238, 'E2', 'en', 'Temporal Entity'),
- (239, 'E2', 'fr', 'Entité temporelle'),
- (240, 'E2', 'ru', 'Временная Сущность'),
- (241, 'E2', 'el', 'Έγχρονη Οντότητα'),
- (242, 'E2', 'pt', 'Entidade Temporal'),
- (243, 'E2', 'zh', '时序实体'),
- (244, 'E10', 'de', 'Übertragung des Gewahrsams'),
- (245, 'E10', 'en', 'Transfer of Custody'),
- (246, 'E10', 'fr', 'Changement de détenteur'),
- (247, 'E10', 'ru', 'Передача Опеки'),
- (248, 'E10', 'el', 'Μεταβίβαση Κατοχής'),
- (249, 'E10', 'pt', 'Transferência de Custódia'),
- (250, 'E10', 'zh', '转移监护权'),
- (251, 'E73', 'de', 'Informationsgegenstand'),
- (252, 'E73', 'en', 'Information Object'),
- (253, 'E73', 'fr', 'Objet d''information'),
- (254, 'E73', 'ru', 'Информационный Объект'),
- (255, 'E73', 'el', 'Πληροφοριακό Αντικείμενο'),
- (256, 'E73', 'pt', 'Objeto de Informação'),
- (257, 'E73', 'zh', '信息对象'),
- (258, 'E81', 'de', 'Umwandlung'),
- (259, 'E81', 'en', 'Transformation'),
- (260, 'E81', 'fr', 'Transformation'),
- (261, 'E81', 'ru', 'Трансформация'),
- (262, 'E81', 'el', 'Μετατροπή'),
- (263, 'E81', 'pt', 'Transformação'),
- (264, 'E81', 'zh', '转变'),
- (265, 'E67', 'de', 'Geburt'),
- (266, 'E67', 'en', 'Birth'),
- (267, 'E67', 'fr', 'Naissance'),
- (268, 'E67', 'ru', 'Рождение'),
- (269, 'E67', 'el', 'Γέννηση'),
- (270, 'E67', 'pt', 'Nascimento'),
- (271, 'E67', 'zh', '出生'),
- (272, 'E85', 'de', 'Beitritt'),
- (273, 'E85', 'en', 'Joining'),
- (274, 'E85', 'zh', '加入'),
- (275, 'E83', 'de', 'Typuserfindung'),
- (276, 'E83', 'en', 'Type Creation'),
- (277, 'E83', 'fr', 'Création de type'),
- (278, 'E83', 'ru', 'Создание Типа'),
- (279, 'E83', 'el', 'Δημιουργία Τύπου'),
- (280, 'E83', 'pt', 'Criação de Tipo'),
- (281, 'E83', 'zh', '类型创建'),
- (282, 'E70', 'de', 'Sache'),
- (283, 'E70', 'en', 'Thing'),
- (284, 'E70', 'fr', 'Chose'),
- (285, 'E70', 'ru', 'Вещь'),
- (286, 'E70', 'el', 'Πράγμα'),
- (287, 'E70', 'pt', 'Coisa'),
- (288, 'E70', 'zh', '事物'),
- (289, 'E3', 'de', 'Zustandsphase'),
- (290, 'E3', 'en', 'Condition State'),
- (291, 'E3', 'fr', 'État matériel'),
- (292, 'E3', 'ru', 'Состояние'),
- (293, 'E3', 'el', 'Κατάσταση'),
- (294, 'E3', 'pt', 'Estado Material'),
- (295, 'E3', 'zh', '条件状态'),
- (296, 'E66', 'de', 'Gruppenbildung'),
- (297, 'E66', 'en', 'Formation'),
- (298, 'E66', 'fr', 'Formation'),
- (299, 'E66', 'ru', 'Событие Формирования'),
- (300, 'E66', 'el', 'Συγκρότηση Ομάδας'),
- (301, 'E66', 'pt', 'Formação'),
- (302, 'E66', 'zh', '组成'),
- (303, 'E71', 'en', 'Human-Made Thing'),
- (304, 'E42', 'de', 'Kennung'),
- (305, 'E42', 'en', 'Identifier'),
- (306, 'E42', 'fr', 'Identificateur d''objet'),
- (307, 'E42', 'ru', 'Идентификатор Объекта'),
- (308, 'E42', 'el', 'Κωδικός Αναγνώρισης'),
- (309, 'E42', 'pt', 'Identificador de Objeto'),
- (310, 'E42', 'zh', '标识符'),
- (311, 'E17', 'de', 'Typuszuweisung'),
- (312, 'E17', 'en', 'Type Assignment'),
- (313, 'E17', 'fr', 'Attribution de type'),
- (314, 'E17', 'ru', 'Присвоение Типа'),
- (315, 'E17', 'el', 'Απόδοση Τύπου'),
- (316, 'E17', 'pt', 'Atribuição de Tipo'),
- (317, 'E17', 'zh', '类型赋值'),
- (318, 'E63', 'de', 'Daseinsbeginn'),
- (319, 'E63', 'en', 'Beginning of Existence'),
- (320, 'E63', 'fr', 'Début d''existence'),
- (321, 'E63', 'ru', 'Начало Существования'),
- (322, 'E63', 'el', 'Αρχή Ύπαρξης'),
- (323, 'E63', 'pt', 'Início da Existência'),
- (324, 'E63', 'zh', '初始'),
- (325, 'E7', 'de', 'Handlung'),
- (326, 'E7', 'en', 'Activity'),
- (327, 'E7', 'fr', 'Activité'),
- (328, 'E7', 'ru', 'Деятельность'),
- (329, 'E7', 'el', 'Δράση'),
- (330, 'E7', 'pt', 'Atividade'),
- (331, 'E7', 'zh', '活动'),
- (332, 'E35', 'de', 'Titel'),
- (333, 'E35', 'en', 'Title'),
- (334, 'E35', 'fr', 'Titre'),
- (335, 'E35', 'ru', 'Заголовок'),
- (336, 'E35', 'el', 'Τίτλος'),
- (337, 'E35', 'pt', 'Título'),
- (338, 'E35', 'zh', '题名'),
- (339, 'E14', 'de', 'Zustandsfeststellung'),
- (340, 'E14', 'en', 'Condition Assessment'),
- (341, 'E14', 'fr', 'Expertise de l''état matériel'),
- (342, 'E14', 'ru', 'Оценка Состояния'),
- (343, 'E14', 'el', 'Εκτίμηση Κατάστασης'),
- (344, 'E14', 'pt', 'Avaliação do Estado Material'),
- (345, 'E14', 'zh', '状态评估'),
- (346, 'E18', 'de', 'Materielles'),
- (347, 'E18', 'en', 'Physical Thing'),
- (348, 'E18', 'fr', 'Chose matérielle'),
- (349, 'E18', 'ru', 'Физическая Вещь'),
- (350, 'E18', 'el', 'Υλικό Πράγμα'),
- (351, 'E18', 'pt', 'Coisa Material'),
- (352, 'E18', 'zh', '实物'),
- (353, 'E89', 'de', 'Aussagenobjekt'),
- (354, 'E89', 'en', 'Propositional Object'),
- (355, 'E89', 'zh', '命题对象'),
- (356, 'E87', 'de', 'Kuratorische Tätigkeit'),
- (357, 'E87', 'en', 'Curation Activity'),
- (358, 'E87', 'zh', '管理'),
- (359, 'E25', 'en', 'Human-Made Feature'),
- (360, 'E93', 'en', 'Presence'),
+ (1, 'E16', 'de', 'Messung'),
+ (2, 'E16', 'en', 'Measurement'),
+ (3, 'E16', 'fr', 'Mesurage'),
+ (4, 'E16', 'ru', 'Измeрeниe'),
+ (5, 'E16', 'el', 'Μέτρηση'),
+ (6, 'E16', 'pt', 'Medição'),
+ (7, 'E16', 'zh', '测量'),
+ (8, 'E1', 'de', 'CRM Entität'),
+ (9, 'E1', 'en', 'CRM Entity'),
+ (10, 'E1', 'fr', 'Entité CRM'),
+ (11, 'E1', 'ru', 'CRM Сущность'),
+ (12, 'E1', 'el', 'Οντότητα CIDOC CRM'),
+ (13, 'E1', 'pt', 'Entidade CRM'),
+ (14, 'E1', 'zh', 'CRM实体'),
+ (15, 'E36', 'de', 'Bildliches'),
+ (16, 'E36', 'en', 'Visual Item'),
+ (17, 'E36', 'fr', 'Entité visuelle'),
+ (18, 'E36', 'ru', 'Визуальный Прeдмeт'),
+ (19, 'E36', 'el', 'Οπτικό Στοιχείο'),
+ (20, 'E36', 'pt', 'Item Visual'),
+ (21, 'E36', 'zh', '可视项'),
+ (22, 'E28', 'de', 'Begrifflicher Gegenstand'),
+ (23, 'E28', 'en', 'Conceptual Object'),
+ (24, 'E28', 'fr', 'Objet conceptuel'),
+ (25, 'E28', 'ru', 'Концeптуальный Объeкт'),
+ (26, 'E28', 'el', 'Νοητικό Αντικείμενο'),
+ (27, 'E28', 'pt', 'Objeto Conceitual'),
+ (28, 'E28', 'zh', '概念对象'),
+ (29, 'E39', 'de', 'Akteur'),
+ (30, 'E39', 'en', 'Actor'),
+ (31, 'E39', 'fr', 'Actant'),
+ (32, 'E39', 'ru', 'Дeйствующий Субъeкт'),
+ (33, 'E39', 'el', 'Δράστης'),
+ (34, 'E39', 'pt', 'Agente'),
+ (35, 'E39', 'zh', '参与者'),
+ (36, 'E55', 'de', 'Typus'),
+ (37, 'E55', 'en', 'Type'),
+ (38, 'E55', 'fr', 'Type'),
+ (39, 'E55', 'ru', 'Tип'),
+ (40, 'E55', 'el', 'Τύπος'),
+ (41, 'E55', 'pt', 'Tipo'),
+ (42, 'E55', 'zh', '类型'),
+ (43, 'E73', 'de', 'Informationsgegenstand'),
+ (44, 'E73', 'en', 'Information Object'),
+ (45, 'E73', 'fr', 'Objet informationnel'),
+ (46, 'E73', 'ru', 'Информационный Объeкт'),
+ (47, 'E73', 'el', 'Πληροφοριακό Αντικείμενο'),
+ (48, 'E73', 'pt', 'Objeto de Informação'),
+ (49, 'E73', 'zh', '信息对象'),
+ (50, 'E41', 'de', 'Benennung'),
+ (51, 'E41', 'en', 'Appellation'),
+ (52, 'E41', 'fr', 'Appellation'),
+ (53, 'E41', 'ru', 'Обозначeниe'),
+ (54, 'E41', 'el', 'Ονομασία'),
+ (55, 'E41', 'pt', 'Designação'),
+ (56, 'E41', 'zh', '称谓'),
+ (57, 'E14', 'de', 'Zustandsfeststellung'),
+ (58, 'E14', 'en', 'Condition Assessment'),
+ (59, 'E14', 'fr', 'Évaluation d’état matériel'),
+ (60, 'E14', 'ru', 'Оцeнка Состояния'),
+ (61, 'E14', 'el', 'Εκτίμηση Κατάστασης'),
+ (62, 'E14', 'pt', 'Avaliação do Estado Material'),
+ (63, 'E14', 'zh', '状态评估'),
+ (64, 'E31', 'de', 'Dokument'),
+ (65, 'E31', 'en', 'Document'),
+ (66, 'E31', 'fr', 'Document'),
+ (67, 'E31', 'ru', 'Докумeнт'),
+ (68, 'E31', 'el', 'Τεκμήριο'),
+ (69, 'E31', 'pt', 'Documento'),
+ (70, 'E31', 'zh', '文献'),
+ (71, 'E18', 'de', 'Materielles'),
+ (72, 'E18', 'en', 'Physical Thing'),
+ (73, 'E18', 'fr', 'Chose matérielle'),
+ (74, 'E18', 'ru', 'Матeриальный Прeдмeт'),
+ (75, 'E18', 'el', 'Υλικό Πράγμα'),
+ (76, 'E18', 'pt', 'Coisa Material'),
+ (77, 'E18', 'zh', '实物'),
+ (78, 'E56', 'de', 'Sprache'),
+ (79, 'E56', 'en', 'Language'),
+ (80, 'E56', 'fr', 'Langue'),
+ (81, 'E56', 'ru', 'Язык'),
+ (82, 'E56', 'el', 'Γλώσσα'),
+ (83, 'E56', 'pt', 'Língua'),
+ (84, 'E56', 'zh', '语种'),
+ (85, 'E57', 'de', 'Material'),
+ (86, 'E57', 'en', 'Material'),
+ (87, 'E57', 'fr', 'Matériau'),
+ (88, 'E57', 'ru', 'Матeриал'),
+ (89, 'E57', 'el', 'Υλικό'),
+ (90, 'E57', 'pt', 'Material'),
+ (91, 'E57', 'zh', '材质'),
+ (92, 'E7', 'de', 'Handlung'),
+ (93, 'E7', 'en', 'Activity'),
+ (94, 'E7', 'fr', 'Activité'),
+ (95, 'E7', 'ru', 'Дeятeльность'),
+ (96, 'E7', 'el', 'Δράση'),
+ (97, 'E7', 'pt', 'Atividade'),
+ (98, 'E7', 'zh', '活动'),
+ (99, 'E54', 'de', 'Maß'),
+ (100, 'E54', 'en', 'Dimension'),
+ (101, 'E54', 'fr', 'Dimension'),
+ (102, 'E54', 'ru', 'Размeр'),
+ (103, 'E54', 'el', 'Μέγεθος'),
+ (104, 'E54', 'pt', 'Dimensão'),
+ (105, 'E54', 'zh', '度量规格'),
+ (106, 'E83', 'de', 'Typuserfindung'),
+ (107, 'E83', 'en', 'Type Creation'),
+ (108, 'E83', 'fr', 'Création de type'),
+ (109, 'E83', 'ru', 'Созданиe Типа'),
+ (110, 'E83', 'el', 'Δημιουργία Τύπου'),
+ (111, 'E83', 'pt', 'Criação de Tipo'),
+ (112, 'E83', 'zh', '类型创建'),
+ (113, 'E58', 'de', 'Maßeinheit'),
+ (114, 'E58', 'en', 'Measurement Unit'),
+ (115, 'E58', 'fr', 'Unité de mesure'),
+ (116, 'E58', 'ru', 'Eдиница Измeрeния'),
+ (117, 'E58', 'el', 'Μονάδα Μέτρησης'),
+ (118, 'E58', 'pt', 'Unidade de Medida'),
+ (119, 'E58', 'zh', '测量单位'),
+ (120, 'E64', 'de', 'Daseinsende'),
+ (121, 'E64', 'en', 'End of Existence'),
+ (122, 'E64', 'fr', 'Fin d’existence'),
+ (123, 'E64', 'ru', 'Конeц Сущeствования'),
+ (124, 'E64', 'el', 'Τέλος Ύπαρξης'),
+ (125, 'E64', 'pt', 'Fim da Existência'),
+ (126, 'E64', 'zh', '结束'),
+ (127, 'E5', 'de', 'Ereignis'),
+ (128, 'E5', 'en', 'Event'),
+ (129, 'E5', 'fr', 'Évènement'),
+ (130, 'E5', 'ru', 'Событиe'),
+ (131, 'E5', 'el', 'Συμβάν'),
+ (132, 'E5', 'pt', 'Evento'),
+ (133, 'E5', 'zh', '事件'),
+ (134, 'E25', 'en', 'Human-Made Feature'),
+ (135, 'E25', 'fr', 'Caractéristique élaborée par l''humain'),
+ (136, 'E25', 'ru', 'Искусствeнный Признак'),
+ (137, 'E27', 'de', 'Gelände'),
+ (138, 'E27', 'en', 'Site'),
+ (139, 'E27', 'fr', 'Site'),
+ (140, 'E27', 'ru', 'Мeстоположeниe'),
+ (141, 'E27', 'el', 'Φυσικός Χώρος'),
+ (142, 'E27', 'pt', 'Lugar'),
+ (143, 'E27', 'zh', '场地'),
+ (144, 'E52', 'de', 'Zeitspanne'),
+ (145, 'E52', 'en', 'Time-Span'),
+ (146, 'E52', 'fr', 'Intervalle temporel'),
+ (147, 'E52', 'ru', 'Интeрвал Врeмeни'),
+ (148, 'E52', 'el', 'Χρονικό Διάστημα'),
+ (149, 'E52', 'pt', 'Período de Tempo'),
+ (150, 'E52', 'zh', '时段'),
+ (151, 'E63', 'de', 'Daseinsbeginn'),
+ (152, 'E63', 'en', 'Beginning of Existence'),
+ (153, 'E63', 'fr', 'Début d’existence'),
+ (154, 'E63', 'ru', 'Начало Сущeствования'),
+ (155, 'E63', 'el', 'Αρχή Ύπαρξης'),
+ (156, 'E63', 'pt', 'Início da Existência'),
+ (157, 'E63', 'zh', '初始'),
+ (158, 'E65', 'de', 'Begriffliche Schöpfung'),
+ (159, 'E65', 'en', 'Creation'),
+ (160, 'E65', 'fr', 'Création'),
+ (161, 'E65', 'ru', 'Созданиe'),
+ (162, 'E65', 'el', 'Δημιουργία'),
+ (163, 'E65', 'pt', 'Criação'),
+ (164, 'E65', 'zh', '创建'),
+ (165, 'E68', 'de', 'Gruppenauflösung'),
+ (166, 'E68', 'en', 'Dissolution'),
+ (167, 'E68', 'fr', 'Dissolution'),
+ (168, 'E68', 'ru', 'Роспуск'),
+ (169, 'E68', 'el', 'Διάλυση Ομάδας'),
+ (170, 'E68', 'pt', 'Dissolução'),
+ (171, 'E68', 'zh', '解散'),
+ (172, 'E21', 'de', 'Person'),
+ (173, 'E21', 'en', 'Person'),
+ (174, 'E21', 'fr', 'Personne'),
+ (175, 'E21', 'ru', 'Личность'),
+ (176, 'E21', 'el', 'Πρόσωπο'),
+ (177, 'E21', 'pt', 'Pessoa'),
+ (178, 'E21', 'zh', '人物'),
+ (179, 'E34', 'de', 'Inschrift'),
+ (180, 'E34', 'en', 'Inscription'),
+ (181, 'E34', 'fr', 'Inscription'),
+ (182, 'E34', 'ru', 'Надпись'),
+ (183, 'E34', 'el', 'Επιγραφή'),
+ (184, 'E34', 'pt', 'Inscrição'),
+ (185, 'E34', 'zh', '题识'),
+ (186, 'E72', 'de', 'Rechtsobjekt'),
+ (187, 'E72', 'en', 'Legal Object'),
+ (188, 'E72', 'fr', 'Objet juridique'),
+ (189, 'E72', 'ru', 'Объeкт Права'),
+ (190, 'E72', 'el', 'Νομικό Αντικείμενο'),
+ (191, 'E72', 'pt', 'Objeto Jurídico'),
+ (192, 'E72', 'zh', '法律对象'),
+ (193, 'E8', 'de', 'Erwerb'),
+ (194, 'E8', 'en', 'Acquisition'),
+ (195, 'E8', 'fr', 'Acquisition'),
+ (196, 'E8', 'ru', 'Поступлeниe'),
+ (197, 'E8', 'el', 'Απόκτηση'),
+ (198, 'E8', 'pt', 'Aquisição'),
+ (199, 'E8', 'zh', '采访'),
+ (200, 'E32', 'de', 'Referenzdokument'),
+ (201, 'E32', 'en', 'Authority Document'),
+ (202, 'E32', 'fr', 'Document de référence'),
+ (203, 'E32', 'ru', 'Официальный Докумeнт'),
+ (204, 'E32', 'el', 'Πηγή Καθιερωμένων Όρων'),
+ (205, 'E32', 'pt', 'Documento de Referência'),
+ (206, 'E32', 'zh', '规范文档'),
+ (207, 'E67', 'de', 'Geburt'),
+ (208, 'E67', 'en', 'Birth'),
+ (209, 'E67', 'fr', 'Naissance'),
+ (210, 'E67', 'ru', 'Рождeниe'),
+ (211, 'E67', 'el', 'Γέννηση'),
+ (212, 'E67', 'pt', 'Nascimento'),
+ (213, 'E67', 'zh', '出生'),
+ (214, 'E2', 'de', 'Geschehendes'),
+ (215, 'E2', 'en', 'Temporal Entity'),
+ (216, 'E2', 'fr', 'Entité temporelle'),
+ (217, 'E2', 'ru', 'Врeмeнная Сущность'),
+ (218, 'E2', 'el', 'Έγχρονη Οντότητα'),
+ (219, 'E2', 'pt', 'Entidade Temporal'),
+ (220, 'E2', 'zh', '时序实体'),
+ (221, 'E42', 'de', 'Kennung'),
+ (222, 'E42', 'en', 'Identifier'),
+ (223, 'E42', 'fr', 'Identifiant'),
+ (224, 'E42', 'ru', 'Идeнтификатор'),
+ (225, 'E42', 'el', 'Κωδικός Αναγνώρισης'),
+ (226, 'E42', 'pt', 'Identificador de Objeto'),
+ (227, 'E42', 'zh', '标识符'),
+ (228, 'E85', 'de', 'Beitritt'),
+ (229, 'E85', 'en', 'Joining'),
+ (230, 'E85', 'fr', 'Adhésion'),
+ (231, 'E85', 'ru', 'Вступлeниe'),
+ (232, 'E85', 'zh', '加入'),
+ (233, 'E90', 'de', 'Symbolisches Objekt'),
+ (234, 'E90', 'en', 'Symbolic Object'),
+ (235, 'E90', 'fr', 'Objet symbolique'),
+ (236, 'E90', 'ru', 'Символичeский Объeкт'),
+ (237, 'E90', 'zh', '符号对象'),
+ (238, 'E24', 'en', 'Physical Human-Made Thing'),
+ (239, 'E24', 'fr', 'Chose matérielle élaborée par l’humain'),
+ (240, 'E24', 'ru', 'Матeриальный Рукотворный Объeкт'),
+ (241, 'E37', 'de', 'Marke'),
+ (242, 'E37', 'en', 'Mark'),
+ (243, 'E37', 'fr', 'Marque'),
+ (244, 'E37', 'ru', 'Знак'),
+ (245, 'E37', 'el', 'Σήμανση'),
+ (246, 'E37', 'pt', 'Marca'),
+ (247, 'E37', 'zh', '标记'),
+ (248, 'E15', 'de', 'Kennzeichenzuweisung'),
+ (249, 'E15', 'en', 'Identifier Assignment'),
+ (250, 'E15', 'fr', 'Assignation d’identifiant'),
+ (251, 'E15', 'ru', 'Назначeниe Идeнтификатора'),
+ (252, 'E15', 'el', 'Απόδοση Αναγνωριστικού'),
+ (253, 'E15', 'pt', 'Atribuição de Identificador'),
+ (254, 'E15', 'zh', '标识符赋值'),
+ (255, 'E30', 'de', 'Recht'),
+ (256, 'E30', 'en', 'Right'),
+ (257, 'E30', 'fr', 'Droit'),
+ (258, 'E30', 'ru', 'Право'),
+ (259, 'E30', 'el', 'Δικαίωμα'),
+ (260, 'E30', 'pt', 'Direitos'),
+ (261, 'E30', 'zh', '权限'),
+ (262, 'E79', 'de', 'Teilhinzufügung'),
+ (263, 'E79', 'en', 'Part Addition'),
+ (264, 'E79', 'fr', 'Ajout d''élément'),
+ (265, 'E79', 'ru', 'Добавлeниe Части'),
+ (266, 'E79', 'el', 'Προσθήκη Μερών'),
+ (267, 'E79', 'pt', 'Adição de Parte'),
+ (268, 'E79', 'zh', '部分增加'),
+ (269, 'E12', 'de', 'Herstellung'),
+ (270, 'E12', 'en', 'Production'),
+ (271, 'E12', 'fr', 'Production'),
+ (272, 'E12', 'ru', 'Изготовлeниe'),
+ (273, 'E12', 'el', 'Παραγωγή'),
+ (274, 'E12', 'pt', 'Produção'),
+ (275, 'E12', 'zh', '生产'),
+ (276, 'E70', 'de', 'Sache'),
+ (277, 'E70', 'en', 'Thing'),
+ (278, 'E70', 'fr', 'Chose'),
+ (279, 'E70', 'ru', 'Вeщь'),
+ (280, 'E70', 'el', 'Πράγμα'),
+ (281, 'E70', 'pt', 'Coisa'),
+ (282, 'E70', 'zh', '事物'),
+ (283, 'E11', 'de', 'Bearbeitung'),
+ (284, 'E11', 'en', 'Modification'),
+ (285, 'E11', 'fr', 'Modification'),
+ (286, 'E11', 'ru', 'Измeнeниe'),
+ (287, 'E11', 'el', 'Τροποποίηση'),
+ (288, 'E11', 'pt', 'Modificação'),
+ (289, 'E11', 'zh', '修改'),
+ (290, 'E33', 'de', 'Sprachlicher Gegenstand'),
+ (291, 'E33', 'en', 'Linguistic Object'),
+ (292, 'E33', 'fr', 'Objet linguistique'),
+ (293, 'E33', 'ru', 'Лингвистичeский Объeкт'),
+ (294, 'E33', 'el', 'Γλωσσικό Αντικείμενο'),
+ (295, 'E33', 'pt', 'Objeto Lingüístico'),
+ (296, 'E33', 'zh', '语言对象'),
+ (297, 'E86', 'de', 'Austritt'),
+ (298, 'E86', 'en', 'Leaving'),
+ (299, 'E86', 'fr', 'Départ'),
+ (300, 'E86', 'ru', 'Выход'),
+ (301, 'E86', 'zh', '离开'),
+ (302, 'E74', 'de', 'Menschliche Gruppe'),
+ (303, 'E74', 'en', 'Group'),
+ (304, 'E74', 'fr', 'Groupe'),
+ (305, 'E74', 'ru', 'Группа'),
+ (306, 'E74', 'el', 'Ομάδα'),
+ (307, 'E74', 'pt', 'Grupo'),
+ (308, 'E74', 'zh', '团体'),
+ (309, 'E35', 'de', 'Titel'),
+ (310, 'E35', 'en', 'Title'),
+ (311, 'E35', 'fr', 'Titre'),
+ (312, 'E35', 'ru', 'Названиe'),
+ (313, 'E35', 'el', 'Τίτλος'),
+ (314, 'E35', 'pt', 'Título'),
+ (315, 'E35', 'zh', '题名'),
+ (316, 'E9', 'de', 'Objektbewegung'),
+ (317, 'E9', 'en', 'Move'),
+ (318, 'E9', 'fr', 'Déplacement'),
+ (319, 'E9', 'ru', 'Пeрeмeщeниe'),
+ (320, 'E9', 'el', 'Μετακίνηση'),
+ (321, 'E9', 'pt', 'Locomoção'),
+ (322, 'E9', 'zh', '移动'),
+ (323, 'E6', 'de', 'Zerstörung'),
+ (324, 'E6', 'en', 'Destruction'),
+ (325, 'E6', 'fr', 'Destruction'),
+ (326, 'E6', 'ru', 'Разрушeниe'),
+ (327, 'E6', 'el', 'Καταστροφή'),
+ (328, 'E6', 'pt', 'Destruição'),
+ (329, 'E6', 'zh', '破坏'),
+ (330, 'E92', 'en', 'Spacetime Volume'),
+ (331, 'E92', 'fr', 'Volume spatio-temporel'),
+ (332, 'E92', 'ru', 'Область Пространства-Врeмeни'),
+ (333, 'E26', 'de', 'Materielles Merkmal'),
+ (334, 'E26', 'en', 'Physical Feature'),
+ (335, 'E26', 'fr', 'Caractéristique physique'),
+ (336, 'E26', 'ru', 'Физичeский Признак'),
+ (337, 'E26', 'el', 'Υλικό Μόρφωμα'),
+ (338, 'E26', 'pt', 'Característica Material'),
+ (339, 'E26', 'zh', '物理特征'),
+ (340, 'E77', 'de', 'Seiendes'),
+ (341, 'E77', 'en', 'Persistent Item'),
+ (342, 'E77', 'fr', 'Entité persistante'),
+ (343, 'E77', 'ru', 'Постоянная Сущность'),
+ (344, 'E77', 'el', 'Ον'),
+ (345, 'E77', 'pt', 'Entidade Persistente'),
+ (346, 'E77', 'zh', '持久项'),
+ (347, 'E13', 'de', 'Merkmalszuweisung'),
+ (348, 'E13', 'en', 'Attribute Assignment'),
+ (349, 'E13', 'fr', 'Assignation d’attribut'),
+ (350, 'E13', 'ru', 'Назначeниe Атрибута'),
+ (351, 'E13', 'el', 'Απόδοση Ιδιοτήτων'),
+ (352, 'E13', 'pt', 'Atribuição de Característica'),
+ (353, 'E13', 'zh', '属性赋值'),
+ (354, 'E19', 'de', 'Materieller Gegenstand'),
+ (355, 'E19', 'en', 'Physical Object'),
+ (356, 'E19', 'fr', 'Objet matériel'),
+ (357, 'E19', 'ru', 'Матeриальный Объeкт'),
+ (358, 'E19', 'el', 'Υλικό Αντικείμενο'),
+ (359, 'E19', 'pt', 'Objeto Material'),
+ (360, 'E19', 'zh', '物质对象'),
(361, 'E29', 'de', 'Entwurf oder Verfahren'),
(362, 'E29', 'en', 'Design or Procedure'),
- (363, 'E29', 'fr', 'Conception ou procédure'),
- (364, 'E29', 'ru', 'Проект или Процедура'),
+ (363, 'E29', 'fr', 'Conceptualisation ou procédure'),
+ (364, 'E29', 'ru', 'Проeкт или Процeдура'),
(365, 'E29', 'el', 'Σχέδιο'),
(366, 'E29', 'pt', 'Projeto ou Procedimento'),
(367, 'E29', 'zh', '设计或程序'),
- (368, 'E21', 'de', 'Person'),
- (369, 'E21', 'en', 'Person'),
- (370, 'E21', 'fr', 'Personne'),
- (371, 'E21', 'ru', 'Личность'),
- (372, 'E21', 'el', 'Πρόσωπο'),
- (373, 'E21', 'pt', 'Pessoa'),
- (374, 'E21', 'zh', '人物'),
- (375, 'E4', 'de', 'Phase'),
- (376, 'E4', 'en', 'Period'),
- (377, 'E4', 'fr', 'Période'),
- (378, 'E4', 'ru', 'Период'),
- (379, 'E4', 'el', 'Περίοδος'),
- (380, 'E4', 'pt', 'Período'),
- (381, 'E4', 'zh', '时期'),
- (382, 'E64', 'de', 'Daseinsende'),
- (383, 'E64', 'en', 'End of Existence'),
- (384, 'E64', 'fr', 'Fin d''existence'),
- (385, 'E64', 'ru', 'Конец Существования'),
- (386, 'E64', 'el', 'Τέλος Ύπαρξης'),
- (387, 'E64', 'pt', 'Fim da Existência'),
- (388, 'E64', 'zh', '结束'),
- (389, 'E11', 'de', 'Bearbeitung'),
- (390, 'E11', 'en', 'Modification'),
- (391, 'E11', 'fr', 'Modification'),
- (392, 'E11', 'ru', 'Событие Изменения'),
- (393, 'E11', 'el', 'Τροποποίηση'),
- (394, 'E11', 'pt', 'Modificação'),
- (395, 'E11', 'zh', '修改'),
- (396, 'E6', 'de', 'Zerstörung'),
- (397, 'E6', 'en', 'Destruction'),
- (398, 'E6', 'fr', 'Destruction'),
- (399, 'E6', 'ru', 'Разрушение'),
- (400, 'E6', 'el', 'Καταστροφή'),
- (401, 'E6', 'pt', 'Destruição'),
- (402, 'E6', 'zh', '破坏'),
- (403, 'E52', 'de', 'Zeitspanne'),
- (404, 'E52', 'en', 'Time-Span'),
- (405, 'E52', 'fr', 'Durée'),
- (406, 'E52', 'ru', 'Интервал Времени'),
- (407, 'E52', 'el', 'Χρονικό Διάστημα'),
- (408, 'E52', 'pt', 'Período de Tempo'),
- (409, 'E52', 'zh', '时段'),
- (410, 'E96', 'en', 'Purchase'),
- (411, 'E8', 'de', 'Erwerb'),
- (412, 'E8', 'en', 'Acquisition'),
- (413, 'E8', 'fr', 'Acquisition'),
- (414, 'E8', 'ru', 'Событие Приобретения'),
- (415, 'E8', 'el', 'Απόκτηση'),
- (416, 'E8', 'pt', 'Aquisição'),
- (417, 'E8', 'zh', '采访'),
- (418, 'E55', 'de', 'Typus'),
- (419, 'E55', 'en', 'Type'),
- (420, 'E55', 'fr', 'Type'),
- (421, 'E55', 'ru', 'Тип'),
- (422, 'E55', 'el', 'Τύπος'),
- (423, 'E55', 'pt', 'Tipo'),
- (424, 'E55', 'zh', '类型'),
- (425, 'E22', 'en', 'Human-Made Object'),
- (426, 'E79', 'de', 'Teilhinzufügung'),
- (427, 'E79', 'en', 'Part Addition'),
- (428, 'E79', 'fr', 'Addition d''élément'),
- (429, 'E79', 'ru', 'Добавление Части'),
- (430, 'E79', 'el', 'Προσθήκη Μερών'),
- (431, 'E79', 'pt', 'Adição de Parte'),
- (432, 'E79', 'zh', '部分增加'),
- (433, 'E41', 'de', 'Benennung'),
- (434, 'E41', 'en', 'Appellation'),
- (435, 'E41', 'fr', 'Appellation'),
- (436, 'E41', 'ru', 'Обозначение'),
- (437, 'E41', 'el', 'Ονομασία'),
- (438, 'E41', 'pt', 'Designação'),
- (439, 'E41', 'zh', '称谓');
+ (368, 'E96', 'en', 'Purchase'),
+ (369, 'E96', 'fr', 'Achat'),
+ (370, 'E96', 'ru', 'Покупка'),
+ (371, 'E98', 'en', 'Currency'),
+ (372, 'E98', 'fr', 'Unité monétaire'),
+ (373, 'E98', 'ru', 'Валюта'),
+ (374, 'E22', 'en', 'Human-Made Object'),
+ (375, 'E22', 'fr', 'Objet élaboré par l’humain'),
+ (376, 'E22', 'ru', 'Рукотворный Объeкт'),
+ (377, 'E10', 'de', 'Übertragung des Gewahrsams'),
+ (378, 'E10', 'en', 'Transfer of Custody'),
+ (379, 'E10', 'fr', 'Transfert de la garde'),
+ (380, 'E10', 'ru', 'Пeрeдача Хранeния'),
+ (381, 'E10', 'el', 'Μεταβίβαση Κατοχής'),
+ (382, 'E10', 'pt', 'Transferência de Custódia'),
+ (383, 'E10', 'zh', '转移监护权'),
+ (384, 'E87', 'de', 'Kuratorische Tätigkeit'),
+ (385, 'E87', 'en', 'Curation Activity'),
+ (386, 'E87', 'fr', 'Activité curatoriale'),
+ (387, 'E87', 'ru', 'Кураторство'),
+ (388, 'E87', 'zh', '管理'),
+ (389, 'E81', 'de', 'Umwandlung'),
+ (390, 'E81', 'en', 'Transformation'),
+ (391, 'E81', 'fr', 'Transformation'),
+ (392, 'E81', 'ru', 'Трансформация'),
+ (393, 'E81', 'el', 'Μετατροπή'),
+ (394, 'E81', 'pt', 'Transformação'),
+ (395, 'E81', 'zh', '转变'),
+ (396, 'E3', 'de', 'Zustandsphase'),
+ (397, 'E3', 'en', 'Condition State'),
+ (398, 'E3', 'fr', 'État matériel'),
+ (399, 'E3', 'ru', 'Состояниe'),
+ (400, 'E3', 'el', 'Κατάσταση'),
+ (401, 'E3', 'pt', 'Estado Material'),
+ (402, 'E3', 'zh', '条件状态'),
+ (403, 'E53', 'de', 'Ort'),
+ (404, 'E53', 'en', 'Place'),
+ (405, 'E53', 'fr', 'Lieu'),
+ (406, 'E53', 'ru', 'Мeсто'),
+ (407, 'E53', 'el', 'Τόπος'),
+ (408, 'E53', 'pt', 'Local'),
+ (409, 'E53', 'zh', '地点'),
+ (410, 'E71', 'en', 'Human-Made Thing'),
+ (411, 'E71', 'fr', 'Chose élaborée par l’humain'),
+ (412, 'E71', 'ru', 'Рукотворный Прeдмeт'),
+ (413, 'E80', 'de', 'Teilentfernung'),
+ (414, 'E80', 'en', 'Part Removal'),
+ (415, 'E80', 'fr', 'Retrait d''élément'),
+ (416, 'E80', 'ru', 'Удалeниe Части'),
+ (417, 'E80', 'el', 'Αφαίρεση Μερών'),
+ (418, 'E80', 'pt', 'Remoção de Parte'),
+ (419, 'E80', 'zh', '部分去除'),
+ (420, 'E17', 'de', 'Typuszuweisung'),
+ (421, 'E17', 'en', 'Type Assignment'),
+ (422, 'E17', 'fr', 'Assignation de type'),
+ (423, 'E17', 'ru', 'Назначeниe Типа'),
+ (424, 'E17', 'el', 'Απόδοση Τύπου'),
+ (425, 'E17', 'pt', 'Atribuição de Tipo'),
+ (426, 'E17', 'zh', '类型赋值'),
+ (427, 'E20', 'de', 'Biologischer Gegenstand'),
+ (428, 'E20', 'en', 'Biological Object'),
+ (429, 'E20', 'fr', 'Objet biologique'),
+ (430, 'E20', 'ru', 'Биологичeский Объeкт'),
+ (431, 'E20', 'el', 'Βιολογικό Ακτικείμενο'),
+ (432, 'E20', 'pt', 'Objeto Biológico'),
+ (433, 'E20', 'zh', '生物对象'),
+ (434, 'E66', 'de', 'Gruppenbildung'),
+ (435, 'E66', 'en', 'Formation'),
+ (436, 'E66', 'fr', 'Formation'),
+ (437, 'E66', 'ru', 'Формированиe'),
+ (438, 'E66', 'el', 'Συγκρότηση Ομάδας'),
+ (439, 'E66', 'pt', 'Formação'),
+ (440, 'E66', 'zh', '组成'),
+ (441, 'E4', 'de', 'Phase'),
+ (442, 'E4', 'en', 'Period'),
+ (443, 'E4', 'fr', 'Période'),
+ (444, 'E4', 'ru', 'Пeриод'),
+ (445, 'E4', 'el', 'Περίοδος'),
+ (446, 'E4', 'pt', 'Período'),
+ (447, 'E4', 'zh', '时期'),
+ (448, 'E69', 'de', 'Tod'),
+ (449, 'E69', 'en', 'Death'),
+ (450, 'E69', 'fr', 'Mort'),
+ (451, 'E69', 'ru', 'Смeрть'),
+ (452, 'E69', 'el', 'Θάνατος'),
+ (453, 'E69', 'pt', 'Morte'),
+ (454, 'E69', 'zh', '死亡'),
+ (455, 'E89', 'de', 'Aussagenobjekt'),
+ (456, 'E89', 'en', 'Propositional Object'),
+ (457, 'E89', 'fr', 'Objet propositionnel'),
+ (458, 'E89', 'ru', 'Пропозициональный Объeкт'),
+ (459, 'E89', 'zh', '命题对象'),
+ (460, 'E78', 'en', 'Curated Holding'),
+ (461, 'E78', 'fr', 'Collection'),
+ (462, 'E78', 'ru', 'Отвeтствeнноe Хранeниe'),
+ (463, 'E97', 'en', 'Monetary Amount'),
+ (464, 'E97', 'fr', 'Valeur monétaire'),
+ (465, 'E97', 'ru', 'Дeнeжный Эквивалeнт'),
+ (466, 'E93', 'en', 'Presence'),
+ (467, 'E93', 'fr', 'Présence'),
+ (468, 'E93', 'ru', 'Присутствиe'),
+ (469, 'E99', 'en', 'Product Type'),
+ (470, 'E99', 'fr', 'Modèle de produit'),
+ (471, 'E99', 'ru', 'Тип Продукта');
--
-- Data for Name: cidoc_class_inheritance; Type: TABLE DATA; Schema: model; Owner: openatlas
--
-INSERT INTO model.cidoc_class_inheritance (id, super_code, sub_code) VALUES
- (1, 'E18', 'E19'),
- (2, 'E73', 'E33'),
- (3, 'E41', 'E33'),
- (4, 'E70', 'E72'),
- (5, 'E55', 'E56'),
- (6, 'E7', 'E13'),
- (7, 'E89', 'E73'),
- (8, 'E90', 'E73'),
- (9, 'E1', 'E2'),
- (10, 'E54', 'E97'),
- (11, 'E92', 'E4'),
- (12, 'E2', 'E4'),
- (13, 'E89', 'E30'),
- (14, 'E55', 'E58'),
- (15, 'E11', 'E12'),
- (16, 'E63', 'E12'),
- (17, 'E31', 'E32'),
- (18, 'E28', 'E90'),
- (19, 'E72', 'E90'),
- (20, 'E8', 'E96'),
- (21, 'E39', 'E21'),
- (22, 'E20', 'E21'),
- (23, 'E65', 'E83'),
- (24, 'E1', 'E52'),
- (25, 'E73', 'E31'),
- (26, 'E7', 'E87'),
- (27, 'E63', 'E65'),
- (28, 'E7', 'E65'),
- (29, 'E5', 'E64'),
- (30, 'E41', 'E35'),
- (31, 'E33', 'E35'),
- (32, 'E19', 'E20'),
- (33, 'E73', 'E29'),
- (34, 'E77', 'E39'),
- (35, 'E2', 'E3'),
- (36, 'E11', 'E80'),
- (37, 'E90', 'E41'),
- (38, 'E4', 'E5'),
- (39, 'E36', 'E37'),
- (40, 'E18', 'E26'),
- (41, 'E7', 'E8'),
- (42, 'E63', 'E81'),
- (43, 'E64', 'E81'),
- (44, 'E11', 'E79'),
- (45, 'E73', 'E36'),
- (46, 'E13', 'E17'),
- (47, 'E63', 'E67'),
- (48, 'E7', 'E10'),
- (49, 'E63', 'E66'),
- (50, 'E7', 'E66'),
- (51, 'E72', 'E18'),
- (52, 'E1', 'E77'),
- (53, 'E13', 'E14'),
- (54, 'E13', 'E15'),
- (55, 'E64', 'E69'),
- (56, 'E26', 'E27'),
- (57, 'E77', 'E70'),
- (58, 'E24', 'E78'),
- (59, 'E7', 'E9'),
- (60, 'E41', 'E42'),
- (61, 'E13', 'E16'),
- (62, 'E28', 'E55'),
- (63, 'E55', 'E57'),
- (64, 'E64', 'E6'),
- (65, 'E7', 'E11'),
- (66, 'E39', 'E74'),
- (67, 'E33', 'E34'),
- (68, 'E37', 'E34'),
- (69, 'E28', 'E89'),
- (70, 'E70', 'E71'),
- (71, 'E64', 'E68'),
- (72, 'E7', 'E86'),
- (73, 'E5', 'E63'),
- (74, 'E5', 'E7'),
- (75, 'E1', 'E53'),
- (76, 'E1', 'E54'),
- (77, 'E24', 'E25'),
- (78, 'E26', 'E25'),
- (79, 'E71', 'E24'),
- (80, 'E18', 'E24'),
- (81, 'E71', 'E28'),
- (82, 'E7', 'E85'),
- (83, 'E19', 'E22'),
- (84, 'E24', 'E22'),
- (85, 'E1', 'E92'),
- (86, 'E58', 'E98'),
+INSERT INTO model.cidoc_class_inheritance VALUES
+ (1, 'E13', 'E16'),
+ (2, 'E73', 'E36'),
+ (3, 'E71', 'E28'),
+ (4, 'E77', 'E39'),
+ (5, 'E28', 'E55'),
+ (6, 'E89', 'E73'),
+ (7, 'E90', 'E73'),
+ (8, 'E90', 'E41'),
+ (9, 'E13', 'E14'),
+ (10, 'E73', 'E31'),
+ (11, 'E72', 'E18'),
+ (12, 'E55', 'E56'),
+ (13, 'E55', 'E57'),
+ (14, 'E5', 'E7'),
+ (15, 'E1', 'E54'),
+ (16, 'E65', 'E83'),
+ (17, 'E55', 'E58'),
+ (18, 'E5', 'E64'),
+ (19, 'E4', 'E5'),
+ (20, 'E24', 'E25'),
+ (21, 'E26', 'E25'),
+ (22, 'E26', 'E27'),
+ (23, 'E1', 'E52'),
+ (24, 'E5', 'E63'),
+ (25, 'E7', 'E65'),
+ (26, 'E63', 'E65'),
+ (27, 'E64', 'E68'),
+ (28, 'E20', 'E21'),
+ (29, 'E39', 'E21'),
+ (30, 'E33', 'E34'),
+ (31, 'E37', 'E34'),
+ (32, 'E70', 'E72'),
+ (33, 'E7', 'E8'),
+ (34, 'E31', 'E32'),
+ (35, 'E63', 'E67'),
+ (36, 'E1', 'E2'),
+ (37, 'E41', 'E42'),
+ (38, 'E7', 'E85'),
+ (39, 'E72', 'E90'),
+ (40, 'E28', 'E90'),
+ (41, 'E18', 'E24'),
+ (42, 'E71', 'E24'),
+ (43, 'E36', 'E37'),
+ (44, 'E13', 'E15'),
+ (45, 'E89', 'E30'),
+ (46, 'E11', 'E79'),
+ (47, 'E11', 'E12'),
+ (48, 'E63', 'E12'),
+ (49, 'E77', 'E70'),
+ (50, 'E7', 'E11'),
+ (51, 'E73', 'E33'),
+ (52, 'E41', 'E33'),
+ (53, 'E7', 'E86'),
+ (54, 'E39', 'E74'),
+ (55, 'E33', 'E35'),
+ (56, 'E41', 'E35'),
+ (57, 'E7', 'E9'),
+ (58, 'E64', 'E6'),
+ (59, 'E1', 'E92'),
+ (60, 'E18', 'E26'),
+ (61, 'E1', 'E77'),
+ (62, 'E7', 'E13'),
+ (63, 'E18', 'E19'),
+ (64, 'E73', 'E29'),
+ (65, 'E8', 'E96'),
+ (66, 'E58', 'E98'),
+ (67, 'E19', 'E22'),
+ (68, 'E24', 'E22'),
+ (69, 'E7', 'E10'),
+ (70, 'E7', 'E87'),
+ (71, 'E64', 'E81'),
+ (72, 'E63', 'E81'),
+ (73, 'E2', 'E3'),
+ (74, 'E1', 'E53'),
+ (75, 'E70', 'E71'),
+ (76, 'E11', 'E80'),
+ (77, 'E13', 'E17'),
+ (78, 'E19', 'E20'),
+ (79, 'E7', 'E66'),
+ (80, 'E63', 'E66'),
+ (81, 'E2', 'E4'),
+ (82, 'E92', 'E4'),
+ (83, 'E64', 'E69'),
+ (84, 'E28', 'E89'),
+ (85, 'E24', 'E78'),
+ (86, 'E54', 'E97'),
(87, 'E92', 'E93'),
(88, 'E55', 'E99');
+
--
-- Data for Name: property; Type: TABLE DATA; Schema: model; Owner: openatlas
--
INSERT INTO model.property VALUES
- (1, 'P185', 'E2', 'E2', 'ends before the end of', 'ends after the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end < B-end is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, during}.
-This property is transitive. This property is asymmetric.
-
-Figure 22: Temporal entity A ends before the end of temporal entity B. Here A is longer than B
-
-Figure 23: Temporal entity A ends before the end of temporal entity B. Here A is shorter than B'),
- (2, 'P27', 'E53', 'E9', 'moved from', 'was origin of', 'This property identifies an origin, an instance of E53 Place, of an instance of E9 Move.
-A move will be linked to an origin, such as the move of an artifact from storage to display. A move may be linked to many starting instances of E53 Place by multiple instances of this property. In this case the move describes the picking up of a set of objects. The area of the move includes the origin(s), route and destination(s).
-Therefore, the described origin is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.'),
- (3, 'P59', 'E53', 'E18', 'has section', 'is located on or within', 'This property links an area, i.e., an instance of E53 Place to the instance of E18 Physical Thing upon which it is found. This area may either be identified by a name, or by a geometry in terms of a coordinate system adapted to the shape of the respective instance of E18 Physical Thing. Typically, names identifying sections of physical objects are composed of the name of a kind of part and the name of the object itself, such as "The poop deck of H.M.S. Victory", which is composed of "poop deck" and "H.M.S. Victory".'),
- (4, 'P1', 'E41', 'E1', 'is identified by', 'identifies', 'This property describes the naming or identification of any real-world item by a name or any other identifier.
-This property is intended for identifiers in general use, which form part of the world the model intends to describe, and not merely for internal database identifiers which are specific to a technical system, unless these latter also have a more general use outside the technical context. This property includes in particular identification by mathematical expressions such as coordinate systems used for the identification of instances of E53 Place. The property does not reveal anything about when, where and by whom this identifier was used. A more detailed representation can be made using the fully developed (i.e., indirect) path through E15 Identifier Assignment.
-This property is a shortcut for the path from E1 CRM Entity through P140i was attributed by, E15 Identifier Assignment, P37 assigned to E42 Identifier.
-It is also a shortcut for the path from E1 CRM Entity through P1 is identified by, E41 Appellation, P139 has alternative form to E41 Appellation.'),
- (5, 'P94', 'E28', 'E65', 'has created', 'was created by', 'This property links an instance of E65 Creation to the instance of E28 Conceptual Object created by it.
-It represents the act of conceiving the intellectual content of the instance of E28 Conceptual Object. It does not represent the act of creating the first physical carrier of the instance of E28 Conceptual Object. As an example, this is the composition of a poem, not its commitment to paper.'),
- (6, 'P49', 'E39', 'E18', 'has former or current keeper', 'is former or current keeper of', 'This property identifies the instance of E39 Actor who has or has had custody of an instance of E18 Physical Thing at some time. This property leaves open the question if parts of this physical thing have been added or removed during the time-spans it has been under the custody of this actor, but it is required that at least a part which can unambiguously be identified as representing the whole has been under this custody for its whole time. The way, in which a representative part is defined, should ensure that it is unambiguous who keeps a part and who the whole and should be consistent with the identity criteria of the kept instance of E18 Physical Thing.
+ (1, 'P124', 'E18', 'E81', 'transformed', 'was transformed by', 'This property identifies the instance or instances E18 Physical Thing that have ceased to exist due to an instance of E81 Transformation.
+The item that has ceased to exist and was replaced by the result of the Transformation. The continuity between both items, the new and the old, is expressed by the links to the common instance of E81 Transformation.'),
+ (2, 'P37', 'E42', 'E15', 'assigned', 'was assigned by', 'This property records the identifier that was assigned to an item in an instance of E15 Identifier Assignment.
+The same identifier may be assigned on more than one occasion.
+An identifier might be created prior to an assignment.'),
+ (3, 'P123', 'E18', 'E81', 'resulted in', 'resulted from', 'This property identifies the instance or instances of E18 Physical Thing that are the result of an instance of E81 Transformation. New items replace the transformed item or items, which cease to exist as units of documentation. The physical continuity between the old and the new is expressed by the links to the common instance of E81 Transformation.'),
+ (4, 'P134', 'E7', 'E7', 'continued', 'was continued by', 'This property associates two instances of E7 Activity, where the domain is considered as an intentional continuation of the range. A continuation of an activity may happen when the continued activity is still ongoing or after the continued activity has completely ended. The continuing activity may have started already before it decided to continue the other one. Continuation implies a coherence of intentions and outcomes of the involved activities.
+This property is not transitive. This property is asymmetric.'),
+ (5, 'P167', 'E53', 'E93', 'was within', 'includes', 'This property associates an instance of E93 Presence with an instance of E53 Place that geometrically includes the spatial projection of the respective instance of E93 Presence. Besides others, this property may be used to state in which space an object has been for some known time, such as a room of a castle or in a drawer. It may also be used to describe a confinement of the spatial extent of some realm during a known time-span.
+This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P89 falls within (contains) to E53 Place.'),
+ (6, 'P121', 'E53', 'E53', 'overlaps with', NULL, 'This symmetric property associates an instance of E53 Place with another instance of E53 Place geometrically overlapping it.
+It does not specify anything about the shared area. This property is purely spatial. It does not imply that phenomena that define, by their extent, places related by P121 overlaps with have ever covered a common area at the same time or even coexisted. In contrast, spatiotemporal overlaps described by P132 spatiotemporally overlaps are the total of areas simultaneously covered by the related spacetime volumes.
+This property is symmetric. This property is reflexive.'),
+ (7, 'P188', 'E19', 'E99', 'requires production tool', 'is production tool for', 'This property associates an instance of E99 Product Type with an instance of E19 Physical Object that is needed for the production of an instance of E18 Physical Thing. When the process of production is correctly executed in accordance with the plan and using the specified instance of E19 Physical Object, the resulting instance of E18 Physical Thing is considered an exemplar of this instance of E99 Product Type. The instance of E19 Physical Object may bear distinct features that are transformed into characteristic features of the resulting instance of E18 Physical Thing. Examples include models and moulds.'),
+ (8, 'P54', 'E53', 'E19', 'has current permanent location', 'is current permanent location of', 'This property records the foreseen permanent location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
+P54 has current permanent location (is current permanent location of) is similar to P55 has current location (currently holds). However, it indicates the E53 Place currently reserved for an object, such as the permanent storage location or a permanent exhibit location. The object may be temporarily removed from the permanent location, for example when used in temporary exhibitions or loaned to another institution. The object may never actually be located at its permanent location.'),
+ (9, 'P93', 'E77', 'E64', 'took out of existence', 'was taken out of existence by', 'This property links an instance of E64 End of Existence to the instance of E77 Persistent Item taken out of existence by it.
+In the case of immaterial things, the instance of E64 End of Existence is considered to take place with the destruction of the last physical carrier.
+This allows an “end” to be attached to any instance of E77 Persistent Item being documented i.e. instances of E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation, and E55 Type. For many instances of E77 Persistent Item we know the maximum life-span and can infer that they must have ended to exist. We assume in that case an instance of E64 End of Existence, which may be as unnoticeable as forgetting the secret knowledge by the last representative of some indigenous nation.'),
+ (10, 'P70', 'E1', 'E31', 'documents', 'is documented in', 'This property describes the CRM Entities documented as instances of E31 Document.
+Documents may describe any conceivable entity, hence the link to the highest-level entity in the CIDOC CRM class hierarchy. This property is intended for cases where a reference is regarded as making a proposition about reality. This may be of a documentary character, in the scholarly or scientific sense, or a more general statement.'),
+ (11, 'P191', 'E54', 'E52', 'had duration', 'was duration of', 'This property describes the length of time covered by an instance of E52 Time-Span. It allows an instance of E52 Time-Span to be associated with an instance of E54 Dimension representing duration independent from the actual beginning and end. Indeterminacy of the duration value can be expressed by assigning a numerical interval to the property P90 has value of E54 Dimension.'),
+ (12, 'P33', 'E29', 'E7', 'used specific technique', 'was used by', 'This property identifies a specific instance of E29 Design or Procedure in order to carry out an instance of E7 Activity or parts of it.
+The property differs from P32 used general technique (was technique of) in that P33 refers to an instance of E29 Design or Procedure, which is a concrete information object in its own right rather than simply being a term or a method known by tradition.
+Typical examples would include intervention plans for conservation or the construction plans of a building.'),
+ (13, 'P86', 'E52', 'E52', 'falls within', 'contains', 'This property describes the inclusion relationship between two instances of E52 Time-Span.
+This property supports the notion that the temporal extent of an instance of E52 Time-Span falls within the temporal extent of another instance of E52 Time-Span. It addresses temporal containment only, and no contextual link between the two instances of E52 Time-Span is implied. This property is transitive and reflexive.'),
+ (62, 'P109', 'E39', 'E78', 'has current or former curator', 'is current or former curator of', 'This property identifies the instance of E39 Actor who assumed or has assumed overall curatorial responsibility for an instance of E78 Curated Holding.
+It does not allow a history of curation to be recorded. This would require use of an event initiating a curator being responsible for a collection.'),
+ (14, 'P130', 'E70', 'E70', 'shows features of', 'features are also found on', 'This property generalises the notions of “copy of” and “similar to” into a directed relationship, where the domain expresses the derivative or influenced item and the range the source or influencing item, if such a direction can be established. The property can also be used to express similarity in cases that can be stated between two objects only, without historical knowledge about its reasons. The property expresses a symmetric relationship in case no direction of influence can be established either from evidence on the item itself or from historical knowledge. This holds in particular for siblings of a derivation process from a common source or non-causal cultural parallels, such as some weaving patterns.
+The P130.1 kind of similarity property of the P130 shows features of (features are also found on) property enables the relationship between the domain and the range to be further clarified, in the sense from domain to range, if applicable. For example, it may be expressed if both items are product “of the same mould”, or if two texts “contain identical paragraphs”.
+If the reason for similarity is a sort of derivation process, i.e. that the creator has used or had in mind the form of a particular thing during the creation or production, this process should be explicitly modelled. In these cases, P130 shows features of can be regarded as a shortcut of such a process. However, the current model does not contain any path specific enough to infer this property. Specializations of the CIDOC CRM may however be more explicit, for instance describing the use of moulds etc.
+This property is not transitive. This property is irreflexive.'),
+ (15, 'P72', 'E56', 'E33', 'has language', 'is language of', 'This property associates an instance(s) of E33 Linguistic Object with an instance of E56 Language in which it is, at least partially, expressed.
+Linguistic Objects are composed in one or more human languages. This property allows these languages to be documented.'),
+ (16, 'P49', 'E39', 'E18', 'has former or current keeper', 'is former or current keeper of', 'This property identifies the instance of E39 Actor who has or has had custody of an instance of E18 Physical Thing at some time. This property leaves open the question if parts of this physical thing have been added or removed during the time-spans it has been under the custody of this actor, but it is required that at least a part which can unambiguously be identified as representing the whole has been under this custody for its whole time. The way, in which a representative part is defined, should ensure that it is unambiguous who keeps a part and who the whole and should be consistent with the identity criteria of the kept instance of E18 Physical Thing.
The distinction with P50 has current keeper (is current keeper of) is that P49 has former or current keeper (is former or current keeper of) leaves open the question as to whether the specified keepers are current.
This property is a shortcut for the more detailed path from E18 Physical Thing through P30i custody transferred through, E10 Transfer of Custody, P28 custody surrendered by or P29 custody received by to E39 Actor.'),
- (7, 'P24', 'E18', 'E8', 'transferred title of', 'changed ownership through', 'This property identifies the instance(s) of E18 Physical Thing involved in an instance of E8 Acquisition.
-In reality, an acquisition must refer to at least one transferred item.'),
- (8, 'P138', 'E1', 'E36', 'represents', 'has representation', 'This property establishes the relationship between an instance of E36 Visual Item and the instance of E1 CRM Entity that it visually represents.
-Any entity may be represented visually. This property is part of the fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity, which is shortcut by P62 depicts (is depicted by). P138.1 mode of representation allows the nature of the representation to be refined.
-This property is also used for the relationship between an original and a digitisation of the original by the use of techniques such as digital photography, flatbed or infrared scanning. Digitisation is here seen as a process with a mechanical, causal component rendering the spatial distribution of structural and optical properties of the original and does not necessarily include any visual similarity identifiable by human observation.'),
- (9, 'P126', 'E57', 'E11', 'employed', 'was employed in', 'This property identifies the instance of E57 Material employed in an instance of E11 Modification.
-The instance of E57 Material used during the instance of E11 Modification does not necessarily become incorporated into the instance of E24 Physical Human-Made Thing that forms the subject of the instance of E11 Modification.'),
- (10, 'P50', 'E39', 'E18', 'has current keeper', 'is current keeper of', 'This property identifies the instance of E39 Actor that had custody of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
-This property is a shortcut for the more detailed path from E18 Physical Thing through, P30i custody transferred through, E10 Transfer of Custody, P29 custody received by to E39 Actor, if and only if the custody has not been surrendered by the receiving actor at any later time'),
- (11, 'P25', 'E19', 'E9', 'moved', 'moved by', 'This property identifies an instance of E19 Physical Object that was moved by an instance of E9 Move. A move must concern at least one object.
+ (17, 'P68', 'E57', 'E29', 'foresees use of', 'use foreseen by', 'This property identifies an instance of E57 Material foreseen to be used by an instance of E29 Design or Procedure.
+E29 Designs and procedures commonly foresee the use of particular instances of E57 Material. The fabrication of adobe bricks, for example, requires straw, clay and water. This property enables this to be documented.
+This property is not intended for the documentation of instances of E57 Materials that were used on a particular occasion when an instance of E29 Design or Procedure was executed.'),
+ (18, 'P103', 'E55', 'E71', 'was intended for', 'was intention of', 'This property links an instance of E71 Human-Made Thing to an instance of E55 Type of usage or audience. It creates a relation between specific human-made things, both physical and immaterial, to E55 Types. This property can be used to specify intended methods and techniques of use or to characterise the intended audience by indicating a type of personal characteristic that everyone falling into the target audience has.
+Note: A link between specific human-made things and a specific use activity should be expressed using P19 was intended use of (was made for).'),
+ (19, 'P53', 'E53', 'E18', 'has former or current location', 'is former or current location of', 'This property identifies an instance of E53 Place as the former or current location of an instance of E18 Physical Thing.
+In the case of instances of E19 Physical Object, the property does not allow any indication of the Time-Span during which the instance of E19 Physical Object was located at this instance of E53 Place, nor if this is the current location.
+In the case of immobile objects, the Place would normally correspond to the Place of creation.
+This property is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path from E19 Physical Object, though, P25i moved by, E9 Move, P26 moved to or P27 moved from to E53 Place.'),
+ (20, 'P17', 'E1', 'E7', 'was motivated by', 'motivated', 'This property describes an item or items that are regarded as a reason for carrying out the instance of E7 Activity.
+For example, the discovery of a large hoard of treasure may call for a celebration, an order from headquarters can start a military manoeuvre.'),
+ (21, 'P73', 'E33', 'E33', 'has translation', 'is translation of', 'This property links an instance of E33 Linguistic Object (A), to another instance of E33 Linguistic Object (B) which is the translation of A.
+When an instance of E33 Linguistic Object is translated into a new language a new instance of E33 Linguistic Object is created, despite the translation being conceptually similar to the source.
+This property is asymmetric.'),
+ (22, 'P56', 'E26', 'E19', 'bears feature', 'is found on', 'This property links an instance of E19 Physical Object to an instance of E26 Physical Feature that it bears.
+An instance of E26 Physical Feature can only exist on one object. One object may bear more than one E26 Physical Feature. An instance of E27 Site should be considered as an instance of E26 Physical Feature on the surface of the Earth.
+An instance B of E26 Physical Feature being a detail of the structure of another instance A of E26 Physical Feature can be linked to B by use of the property P46 is composed of (forms part of). This implies that the subfeature B is P56i is found on the same E19 Physical Object as A.
+This property is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path E19 Physical Object, through, P59 has section, E53 Place, P53i is former or current location of to E26 Physical Feature.'),
+ (23, 'P98', 'E21', 'E67', 'brought into life', 'was born', 'This property links an instance of E67 Birth event to an instance of E21 Person in the role of offspring.
+Twins, triplets etc. are brought into life by the same instance of E67 Birth. This is not intended for use with general Natural History material, only people. There is no explicit method for modelling conception and gestation except by using extensions.'),
+ (63, 'P160', 'E52', 'E92', 'has temporal projection', 'is temporal projection of', 'This property describes the temporal projection of an instance of E92 Spacetime Volume. The property P4 has time-span is the same as P160 has temporal projection if it is used to document an instance of E4 Period or any subclass of it.'),
+ (64, 'P35', 'E3', 'E14', 'has identified', 'was identified by', 'This property identifies the instance of E3 Condition State that was observed in an instance of E14 Condition Assessment activity.'),
+ (24, 'P97', 'E21', 'E67', 'from father', 'was father for', 'This property links an instance of E67 Birth to an instance of E21 Person in the role of biological father.
+Note that biological fathers are not seen as necessary participants in the birth, whereas birth-giving mothers are (see P96 by mother (gave birth)). The Person being born is linked to the Birth with the property P98 brought into life (was born).
+This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.
+An instance of E67 Birth is normally (but not always) associated with one biological father.'),
+ (25, 'P136', 'E1', 'E83', 'was based on', 'supported type creation', 'This property identifies one or more instances of E1 CRM Entity that were used as evidence to declare a new instance of E55 Type.
+The examination of these items is often the only objective way to understand the precise characteristics of a new type. Such items should be deposited in a museum or similar institution for that reason. The taxonomic role renders the specific relationship of each item to the type, such as “holotype” or “original element”.'),
+ (26, 'P112', 'E18', 'E80', 'diminished', 'was diminished by', 'This property identifies the instance of E18 Physical Thing that was diminished by an instance of E80 Part Removal.
+Although an instance of E80 Part removal activity normally concerns only one instance of E18 Physical Thing, it is possible to imagine circumstances under which more than one item might be diminished by a single instance of E80 Part Removal activity.'),
+ (27, 'P31', 'E18', 'E11', 'has modified', 'was modified by', 'This property identifies the instance of E18 Physical Thing modified in an instance of E11 Modification.'),
+ (28, 'P137', 'E55', 'E1', 'exemplifies', 'is exemplified by', 'This property associates an instance of E1 CRM Entity with an instance of E55 Type for which it has been declared to be a particularly characteristic example.
+The P137.1 in the taxonomic role property of P137 exemplifies (is exemplified by) allows differentiation of taxonomic roles. The taxonomic role renders the specific relationship of this example to the type, such as “prototypical”, “archetypical”, “lectotype”, etc. The taxonomic role “lectotype” is not associated with the instance of E83 Type Creation itself but is selected in a later phase.'),
+ (29, 'P71', 'E1', 'E32', 'lists', 'is listed in', 'This property associates an instance of E32 Authority Document with an instance of E1 CRM Entity which it lists for reference purposes.'),
+ (30, 'P7', 'E53', 'E4', 'took place at', 'witnessed', 'This property describes the spatial location of an instance of E4 Period.
+The related instance of E53 Place should be seen as a wider approximation of the geometric area within which the phenomena that characterise the period in question occurred, see below. P7 took place at (witnessed) does not convey any meaning other than spatial positioning (frequently on the surface of the earth). For example, the period “Révolution française” can be said to have taken place in “France in 1789”; the “Victorian” period may be said to have taken place in “Britain from 1837-1901” and its colonies, as well as other parts of Europe and North America. An instance of E4 Period can take place at multiple non-contiguous, non-overlapping locations.
+Any place where something happened includes the spatial projection of the happening given in the same geometric reference system. For instance, HMS Victory, as place of Lord Nelson''s dying, includes the location of his body relative to the hull of HMS Victory at his time of death as the most precise location of his death. By the definition of P161 has spatial projection, an instance of E4 Period takes place on all its spatial projections to respective reference systems, that is, instances of E53 Place. Therefore, this property implies the more fully developed path from E4 Period through P161 has spatial projection, E53 Place, P89 falls within to E53 Place, where both places are defined in the same geometric reference system. The relation between an instance of E53 Place and its reference system can conveniently be documented via the property P157 is at rest relative to (provides reference space for).
+Something that has happened at a given place can also be considered to have happened at a smaller place within it: for example, it is reasonable to say Caesar’s murder took place in Rome, but also on the Forum Romanum, and more precisely in the Curia. It is characteristic for different historical sources to use varying precision in such statements, without being in contradiction with each other. This may be due to lack of knowledge or to the relevance of the precision for the purpose of the statement. In information integration, the more precise statement improves the overall knowledge.'),
+ (31, 'P111', 'E18', 'E79', 'added', 'was added by', 'This property identifies the instance of E18 Physical Thing that is added during an instance of E79 Part Addition activity.'),
+ (32, 'P139', 'E41', 'E41', 'has alternative form', 'is alternative form of', 'This property associates an instance of E41 Appellation with another instance of E41 Appellation that constitutes a derivative or variant of the former and that may also be used for identifying items identified by the former, in suitable contexts, independent from the particular item to be identified. This property should not be confused with additional variants of names used characteristically for a single, particular item, such as individual nicknames. It is a directed relationship, where the range expresses the derivative or variant and the domain the source of derivation or original form of variation, if such a direction can be established. Otherwise, the relationship is symmetric.
+Multiple names assigned to an object, which do not apply to all things identified with the specific instance of E41 Appellation, should be modelled as repeated values of P1 is identified by (identifies) of this object.
+P139.1 has type allows the type of derivation to be refined, for instance “transliteration from Latin 1 to ASCII”.'),
+ (33, 'P9', 'E4', 'E4', 'consists of', 'forms part of', 'This property associates an instance of E4 Period with another instance of E4 Period that is defined by a subset of the phenomena that define the former. Therefore, the spacetime volume of the latter must fall within the spacetime volume of the former.
+This property is transitive and asymmetric.'),
+ (34, 'P142', 'E90', 'E15', 'used constituent', 'was used in', 'This property associates an instance of E15 Identifier Assignment with the instance of E90 Symbolic Object used as constituent of an instance of E42 Identifier in this act of assignment.'),
+ (35, 'P34', 'E18', 'E14', 'concerned', 'was assessed by', 'This property identifies the instance of E18 Physical Thing that was assessed during an instance of E14 Condition Assessment.
+Conditions may be assessed either by direct observation or using recorded evidence. In the latter case the instance of E18 Physical Thing does not need to be present or extant at the time of assessment.'),
+ (36, 'P25', 'E19', 'E9', 'moved', 'moved by', 'This property identifies an instance of E19 Physical Object that was moved by an instance of E9 Move. A move must concern at least one object.
The property implies the object’s passive participation. For example, Monet’s painting “Impression sunrise” was moved for the first Impressionist exhibition in 1874.'),
- (12, 'P71', 'E1', 'E32', 'lists', 'is listed in', 'This property associates an instance of E32 Authority Document, with an instance of E1 CRM Entity which it lists for reference purposes.'),
- (75, 'P35', 'E3', 'E14', 'has identified', 'was identified by', 'This property identifies the instance of E3 Condition State that was observed in an instance of E14 Condition Assessment activity.'),
- (13, 'P137', 'E55', 'E1', 'exemplifies', 'is exemplified by', 'This property associates an instance of E1 CRM Entity with an instance of E55 Type for which it has been declared to be a particularly characteristic example.
-The P137.1 in the taxonomic role property of P137 exemplifies (is exemplified by) allows differentiation of taxonomic roles. The taxonomic role renders the specific relationship of this example to the type, such as "prototypical", "archetypical", "lectotype", etc. The taxonomic role "lectotype" is not associated with the instance of E83 Type Creation itself but is selected in a later phase.'),
- (14, 'P14', 'E39', 'E7', 'carried out by', 'performed', 'This property describes the active participation of an instance of E39 Actor in an instance of E7 Activity.
-It implies causal or legal responsibility. The P14.1 in the role of property of the property specifies the nature of an Actor’s participation.'),
- (15, 'P44', 'E3', 'E18', 'has condition', 'is condition of', 'This property records an E3 Condition State for some E18 Physical Thing.
-This property is a shortcut of the more fully developed path from E18 Physical Thing through P34i was assessed by, E14 Condition Assessment, P35 has identified to E3 Condition State. It offers no information about how and when the E3 Condition State was established, nor by whom.
-An instance of Condition State is specific to an instance of E18 Physical Thing.'),
- (16, 'P101', 'E55', 'E70', 'had as general use', 'was use of', 'This property associates an instance of E70 Thing with an instance of E55 Type that describes the type of use that it was actually employed for.
-It allows the relationship between particular things, both physical and immaterial, and the general methods and techniques of real use to be documented. This may well be different from the intended functional purpose of the instance of E70 Thing (which can be documented with P103 was intended for (was intention of)). For example, it could be recorded that a particular wooden crate had a general use as a shelf support on a market stall even though it had been originally intended for carrying vegetables.
-The use of this property is intended to allow the documentation of usage patterns attested in historical records or through scientific investigation (for instance ceramic residue analysis). It should not be used to document the intended, and thus assumed, use of an object.'),
- (17, 'P183', 'E2', 'E2', 'ends before the start of', 'starts after the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end < B-start is true.
+ (37, 'P95', 'E74', 'E66', 'has formed', 'was formed by', 'This property associates the instance of E66 Formation with the instance of E74 Group that it founded.'),
+ (38, 'P75', 'E30', 'E39', 'possesses', 'is possessed by', 'This property associates an instance of E39 Actor to an instance of E30 Right over which the actor holds or has held a legal claim.'),
+ (39, 'P38', 'E42', 'E15', 'deassigned', 'was deassigned by', 'This property records the identifier that was deassigned from an instance of E1 CRM Entity.
+De-assignment of an identifier may be necessary when an item is taken out of an inventory, a new numbering system is introduced or items are merged or split up.
+The same identifier may be deassigned on more than one occasion.'),
+ (114, 'P100', 'E21', 'E69', 'was death of', 'died in', 'This property links an instance of E69 Death to the instance of E21 Person that died.
+An instance of E69 Death may involve multiple people, for example in the case of a battle or disaster.
+This is not intended for use with general natural history material, only people.'),
+ (40, 'P175', 'E2', 'E2', 'starts before or with the start of', 'starts after or with the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start ≤ B-start is true.
This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to the following Allen temporal relation (Allen, 1983) : {before}.
-This property is transitive. This property is asymmetric.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, started-by, contains, finished-by, equals}
+In a model with fuzzy borders, this property will not be transitive.
+This property is irreflexive.
-Figure 18: Temporal entity A ends before the start of temporal entity B. Here A is longer than B
+Figure 12: Temporal entity A starts before or with the start of temporal entity B. Here A is longer than B
-Figure 19: Temporal entity A ends before the start of temporal entity B. Here A is shorter than B'),
- (18, 'P32', 'E55', 'E7', 'used general technique', 'was technique of', 'This property identifies the technique or method, modelled as an instance of E55 Type, that was employed in an instance of E7 Activity.
-These techniques should be drawn from an external E55 Type hierarchy of consistent terminology of general techniques or methods such as embroidery, oil-painting, carbon dating, etc. Specific documented techniques should be described as instances of E29 Design or Procedure.'),
- (19, 'P179', 'E97', 'E96', 'had sales price', 'was sales price of', 'This property establishes the relationship between an instance of E96 Purchase and the instance of E97 Monetary Amount that forms the compensation for the transaction. The monetary amount agreed upon may change in the course of the purchase activity.'),
- (20, 'P121', 'E53', 'E53', 'overlaps with', NULL, 'This symmetric property associates an instance of E53 Place with another instance of E53 Place geometrically overlapping it.
-It does not specify anything about the shared area. This property is purely spatial. It does not imply that phenomena that define, by their extent, places related by P121 overlaps with have ever covered a common area at the same time or even coexisted. In contrast, spatiotemporal overlaps described by P132 spatiotemporally overlaps are the total of areas simultaneously covered by the related spacetime volumes.
-This property is symmetric. This property is reflexive.'),
- (21, 'P65', 'E36', 'E24', 'shows visual item', 'is shown by', 'This property documents an instance of E36 Visual Item shown by an instance of E24 Physical Human-Made Thing.
-This property is similar to P62 depicts (is depicted by) in that it associates an instance of E24 Physical Human-Made Thing with a visual representation. However, P65 shows visual item (is shown by) differs from the P62 depicts (is depicted by) property in that it makes no claims about what the instance of E36 Visual Item is deemed to represent. An instance of E36 Visual Item identifies a recognisable image or visual symbol, regardless of what this image may or may not represent.
-For example, all recent British coins bear a portrait of Queen Elizabeth II, a fact that is correctly documented using P62 depicts (is depicted by). Different portraits have been used at different periods, however. P65 shows visual item (is shown by) can be used to refer to a particular portrait.
-P65 shows visual item (is shown by) may also be used for Visual Items such as signs, marks and symbols, for example the ''Maltese Cross'' or the ''copyright symbol’ that have no particular representational content.
-This property is part of the fully developed path E24 Physical Human-Made Thing, P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity which is shortcut by, P62 depicts (is depicted by).'),
- (22, 'P150', 'E55', 'E55', 'defines typical parts of', 'defines typical wholes for', 'This property associates an instance of E55 Type “A” with an instance of E55 Type “B”, when items of type “A” typically form part of items of type “B”, such as “car motors” and “cars”.
-It allows types to be organised into hierarchies based on one type describing a typical part of another. This property is equivalent to "broader term partitive (BTP)" as defined in ISO 2788 and “broaderPartitive” in SKOS.
-This property is not transitive. This property is asymmetric.'),
- (23, 'P102', 'E35', 'E71', 'has title', 'is title of', 'This property associates an instance of E35 Title has been applied to an instance of E71 Human-Made Thing.
-The P102.1 has type property of the P102 has title (is title of) property enables the relationship between the title and the thing to be further clarified, for example, if the title was a given title, a supplied title etc.
-It allows any human-made material or immaterial thing to be given a title. It is possible to imagine a title being created without a specific object in mind.'),
- (24, 'P67', 'E1', 'E89', 'refers to', 'is referred to by', 'This property documents that an instance of E89 Propositional Object makes a statement about an instance of E1 CRM Entity. P67 refers to (is referred to by) has the P67.1 has type link to an instance of E55 Type. This is intended to allow a more detailed description of the type of reference. This differs from P129 is about (is subject of), which describes the primary subject or subjects of the instance of E89 Propositional Object.'),
- (25, 'P161', 'E53', 'E92', 'has spatial projection', 'is spatial projection of', 'This property associates an instance of an instance of E92 Spacetime Volume with an instance of E53 Place that is the result of the spatial projection of the instance of the E92 Spacetime Volume on a reference space.
-In general, there can be more than one useful reference space (for reference space see P156 occupies and P157 is at rest relative to) to describe the spatial projection of a spacetime volume, for example, in describing a sea battle, the difference between the battle ship and the seafloor as reference spaces. Thus, it can be seen that the projection is not unique.
-The spatial projection is the actual spatial coverage of a spacetime volume, which normally has fuzzy boundaries except for instances of E92 Spacetime Volumes which are geometrically defined in the same reference system as the range of this property are an exception to this and do not have fuzzy boundaries. Modelling explicitly fuzzy spatial projections serves therefore as a common topological reference of different spatial approximations rather than absolute geometric determination, for instance for relating outer or inner spatial boundaries for the respective spacetime volumes.
-In case the domain of an instance of P161 has spatial projection is an instance of E4 Period, the spatial projection describes all areas that period was ever present at, for instance, the Roman Empire.
-This property is part of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place, which in turn is implied by P156 occupies (is occupied by).
-This property is part of the fully developed path from E4 Period through P161 has spatial projection, E53 Place, P89 falls within (contains) to E53 Place, which in turn is shortcut by P7 took place at (witnessed).'),
- (26, 'P9', 'E4', 'E4', 'consists of', 'forms part of', 'This property associates an instance of E4 Period with another instance of E4 Period that is defined by a subset of the phenomena that define the former. Therefore, the spacetime volume of the latter must fall within the spacetime volume of the former.
-This property is transitive and asymmetric.'),
- (27, 'P151', 'E74', 'E66', 'was formed from', 'participated in', 'This property associates an instance of E66 Formation with an instance of E74 Group from which the new group was formed preserving a sense of continuity such as in mission, membership or tradition.'),
- (28, 'P89', 'E53', 'E53', 'falls within', 'contains', 'This property identifies an instance of E53 Place that falls wholly within the extent of another instance of E53 Place.
-It addresses spatial containment only and does not imply any relationship between things or phenomena occupying these places.
-This property is transitive and reflexive.'),
- (29, 'P72', 'E56', 'E33', 'has language', 'is language of', 'This property associates an instance(s) of E33 Linguistic Object with an instance of E56 Language in which it is, at least partially, expressed.
-Linguistic Objects are composed in one or more human Languages. This property allows these languages to be documented.'),
- (30, 'P19', 'E71', 'E7', 'was intended use of', 'was made for', 'This property relates an instance of E7 Activity with instances of E71 Human-Made Thing, created specifically for use in the activity.
-This is distinct from the intended use of an item in some general type of activity such as the book of common prayer which was intended for use in Church of England services (see P101 had as general use (was use of)).'),
- (31, 'P5', 'E3', 'E3', 'consists of', 'forms part of', 'This property describes the decomposition of an instance of E3 Condition State into discrete, subsidiary states.
-It is assumed that the sub-states into which the condition state is analysed form a logical whole - although the entire story may not be completely known – and that the sub-states are in fact constitutive of the general condition state. For example, a general condition state of “in ruins” may be decomposed into the individual stages of decay.
-This property is transitive and asymmetric.'),
- (32, 'P76', 'E41', 'E39', 'has contact point', 'provides access to', 'This property associates an instance of E39 Actor to an instance of E41 Appellation which a communication service uses to direct communications to this actor, such as an e-mail address, fax number, or postal address.'),
- (33, 'P46', 'E18', 'E18', 'is composed of', 'forms part of', 'This property associates an instance of E18 Physical Thing with another instance of Physical Thing that forms part of it. The spatial extent of the composing part is included in the spatial extent of the whole.
+Figure 13: Temporal entity A starts before or with the start of temporal entity B. Here A is shorter than B'),
+ (41, 'P42', 'E55', 'E17', 'assigned', 'was assigned by', 'This property records the type that was assigned to an entity by an E17 Type Assignment activity.
+Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).
+For example, a fragment of an antique vessel could be assigned the type “attic red figured belly handled amphora” by expert A. The same fragment could be assigned the type “shoulder handled amphora” by expert B.
+A Type may be intellectually constructed independent from assigning an instance of it.'),
+ (42, 'P147', 'E78', 'E87', 'curated', 'was curated by', 'This property associates an instance of E87 Curation Activity with the instance of E78 Curated Holding with that is subject of that curation activity following some implicit or explicit curation plan.'),
+ (43, 'P113', 'E18', 'E80', 'removed', 'was removed by', 'This property identifies the instance of E18 Physical Thing that is removed during an instance of E80 Part Removal activity.'),
+ (44, 'P46', 'E18', 'E18', 'is composed of', 'forms part of', 'This property associates an instance of E18 Physical Thing with another instance of Physical Thing that forms part of it. The spatial extent of the composing part is included in the spatial extent of the whole.
Component elements, since they are themselves instances of E18 Physical Thing, may be further analysed into sub-components, thereby creating a hierarchy of part decomposition. An instance of E18 Physical Thing may be shared between multiple wholes, for example two buildings may share a common wall. This property does not specify when and for how long a component element resided in the respective whole. If a component is not part of a whole from the beginning of existence or until the end of existence of the whole, the classes E79 Part Addition and E90 Part Removal can be used to document when a component became part of a particular whole and/or when it stopped being a part of it. For the time-span of being part of the respective whole, the component is completely contained in the place the whole occupies.
This property is intended to describe specific components that are individually documented, rather than general aspects. Overall descriptions of the structure of an instance of E18 Physical Thing are captured by the P3 has note property.
The instances of E57 Material of which an instance of E18 Physical Thing is composed should be documented using P45 consists of (is incorporated in).
This property is transitive and asymmetric.'),
- (34, 'P68', 'E57', 'E29', 'foresees use of', 'use foreseen by', 'This property identifies an instance of E57 Material foreseen to be used by an instance of E29 Design or Procedure.
-E29 Designs and procedures commonly foresee the use of particular instances of E57 Material. The fabrication of adobe bricks, for example, requires straw, clay and water. This property enables this to be documented.
-This property is not intended for the documentation of instances of E57 Materials that were used on a particular occasion when an instance of E29 Design or Procedure was executed.'),
- (35, 'P40', 'E54', 'E16', 'observed dimension', 'was observed in', 'This property records the dimension that was observed in an E16 Measurement Event.
-E54 Dimension can be any quantifiable aspect of E70 Thing. Weight, image colour depth and monetary value are dimensions in this sense. One measurement activity may determine more than one dimension of one object.
-Dimensions may be determined either by direct observation or using recorded evidence. In the latter case the measured Thing does not need to be present or extant.
-Even though knowledge of the value of a dimension requires measurement, the dimension may be an object of discourse prior to, or even without, any measurement being made.'),
- (36, 'P26', 'E53', 'E9', 'moved to', 'was destination of', 'This property identifies a destination, an instance of E53 place, of an instance of E9 Move.
-A move will be linked to a destination, such as the move of an artifact from storage to display. A move may be linked to many terminal instances of E53 Place by multiple instances of this property. In this case the move describes a distribution of a set of objects. The area of the move includes the origin(s), route and destination(s).
-Therefore, the described destination is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.'),
- (37, 'P15', 'E1', 'E7', 'was influenced by', 'influenced', 'This is a high-level property, which captures the relationship between an instance of E7 Activity and anything, that is, an instance of E1 CRM Entity that may have had some bearing upon it.
-The property has more specific sub properties.'),
- (38, 'P29', 'E39', 'E10', 'custody received by', 'received custody through', 'This property identifies the instance(s) E39 Actor who receive custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
-The property will typically describe Actors receiving custody of an object when it is handed over from another Actor’s care. On occasion, physical custody may be received involuntarily or illegally – through accident, unsolicited donation, or theft.
-In reality, custody is either transferred to someone or from someone, or both.'),
- (39, 'P28', 'E39', 'E10', 'custody surrendered by', 'surrendered custody through', 'This property identifies the instance(s) of E39 Actor who surrender custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
-The property will typically describe an Actor surrendering custody of an object when it is handed over to someone else’s care. On occasion, physical custody may be surrendered involuntarily – through accident, loss or theft.
-In reality, custody is either transferred to someone or from someone, or both.'),
- (40, 'P70', 'E1', 'E31', 'documents', 'is documented in', 'This property describes the CRM Entities documented as instances of E31 Document.
-Documents may describe any conceivable entity, hence the link to the highest-level entity in the CIDOC CRM class hierarchy. This property is intended for cases where a reference is regarded as making a proposition about reality. This may be of a documentary character, in the scholarly or scientific sense, or a more general statement.'),
- (41, 'P127', 'E55', 'E55', 'has broader term', 'has narrower term', 'This property associates an instance of E55 Type with another instance of E55 Type that has a broader meaning.
-It allows instances of E55 Types to be organised into hierarchies. This is the sense of "broader term generic (BTG)" as defined in ISO 25964-2:2013 (International Organization for Standardization 2013).
-This property is transitive. This property is asymmetric.'),
- (42, 'P54', 'E53', 'E19', 'has current permanent location', 'is current permanent location of', 'This property records the foreseen permanent location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
-P54 has current permanent location (is current permanent location of) is similar to P55 has current location (currently holds). However, it indicates the E53 Place currently reserved for an object, such as the permanent storage location or a permanent exhibit location. The object may be temporarily removed from the permanent location, for example when used in temporary exhibitions or loaned to another institution. The object may never actually be located at its permanent location.'),
- (43, 'P11', 'E39', 'E5', 'had participant', 'participated in', 'This property describes the active or passive participation of instances of E39 Actors in an instance of E5 Event.
-It documents known events in which an instance of E39 Actor has participated during the course of that actor’s life or history. The instances of E53 Place and E52 Time-Span where and when these events happened provide us with constraints about the presence of the related instances of E39 Actor in the past. Collective actors, i.e., instances of E74 Group, may physically participate in events via their representing instances of E21 Persons only. The participation of multiple actors in an event is most likely an indication of their acquaintance and interaction.
-The property implies that the actor was involved in the event but does not imply any causal relationship. For instance, someone having been portrayed can be said to have participated in the creation of the portrait.'),
- (44, 'P2', 'E55', 'E1', 'has type', 'is type of', 'This property allows sub typing of CIDOC CRM entities –a form of specialisation – through the use of a terminological hierarchy, or thesaurus.
-The CIDOC CRM is intended to focus on the high-level entities and relationships needed to describe data structures. Consequently, it does not specialise entities any further than is required for this immediate purpose. However, entities in the isA hierarchy of the CIDOC CRM may by specialised into any number of sub entities, which can be defined in the E55 Type hierarchy. E41 Appellation, for example, may be specialised into “e-mail address”, “telephone number”, “post office box”, “URL” etc. none of which figures explicitly in the CIDOC CRM hierarchy. A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.
-This property is a shortcut for the path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned to E55 Type.'),
- (45, 'P198', 'E18', 'E18', 'holds or supports', 'is held or supported by', 'This property relates one instance of E18 Physical Thing which acts as a container or support to a supported or contained instance of E18 Physical Thing. Typical examples of E18 Physical Things which are intended to function as a container or support include shelves, folders or boxes. These containers or supports provide a stable surface which is intended for other physical objects to be placed upon for storage, display, transport or other similar functions.
-This property is a shortcut of the more fully developed path from E18 Physical Thing through P59 has section, E53 Place, P53i is former or current location of, to E18 Physical Thing. It is not a sub-property of P46 is composed of, as the held or supported object is not a component of the container or support.
-This property can be used to avoid explicitly instantiating the E53 Place which is defined by an instance of E18 Physical Thing, especially when the only intended use of that instance of E18 Physical Thing is to act as a container or surface for the storage of other instances of E18 Physical Thing. The place’s existence is defined by the existence of the container or surface, and will go out of existence at the same time as the destruction of the container or surface.
-This property is transitive. This property is asymmetric.'),
- (46, 'P108', 'E24', 'E12', 'has produced', 'was produced by', 'This property identifies the instance of E24 Physical Human-Made Thing that came into existence as a result of the instance of E12 Production.
-The identity of an instance of E24 Physical Human-Made Thing is not defined by its matter, but by its existence as a subject of documentation. An E12 Production can result in the creation of multiple instances of E24 Physical Human-Made Thing.'),
- (47, 'P13', 'E18', 'E6', 'destroyed', 'was destroyed by', 'This property links an instance of E6 Destruction to an instance of E18 Physical Thing that has been destroyed by it.
-Destruction implies the end of an item’s life as a subject of cultural documentation – the physical matter of which the item was composed may in fact continue to exist. An instance of E6 Destruction may be contiguous with an instance of E12 Production that brings into existence a derived object composed partly of matter from the destroyed object.'),
- (76, 'P39', 'E18', 'E16', 'measured', 'was measured by', 'This property associates an instance of E16 Measurement with the instance of E18 Physical Thing upon which it acted. The instance of E16 Measurement is specific to the measured object. An instance of E18 Physical Thing may be measured more than once with different results, constituting different instances of E16 Measurement.'),
- (48, 'P12', 'E77', 'E5', 'occurred in the presence of', 'was present at', 'This property describes the active or passive presence of an E77 Persistent Item in an instance of E5 Event without implying any specific role.
-It documents known events in which an instance of E77 Persistent Item was present during the course of its life or history. For example, an object may be the desk, now in a museum, on which a treaty was signed. The instance of E53 Place and the instance of E52 Time-Span where and when these events happened provide us with constraints about the presence of the related instance E77 Persistent Item in the past. Instances of E90 Symbolic Object, in particular information objects, are physically present in events via at least one of the instances of E18 Physical Thing carrying them. Note, that the human mind can be such a carrier. A precondition for a transfer of information to a person or another new physical carrier is the presence of the respective information object and this person or physical thing in one event.'),
- (49, 'P146', 'E74', 'E86', 'separated from', 'lost member by', 'This property identifies the instance of E74 Group an instance of E39 Actor leaves through an instance of E86 Leaving.
-Although a leaving activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which leaving one E74 Group implies leaving another E74 Group as well.'),
- (50, 'P135', 'E55', 'E83', 'created type', 'was created by', 'This property identifies the instance of E55 Type, which is created in an instance of E83 Type Creation activity.'),
- (51, 'P113', 'E18', 'E80', 'removed', 'was removed by', 'This property identifies the instance of E18 Physical Thing that is removed during an instance of E80 Part Removal activity.'),
- (52, 'P104', 'E30', 'E72', 'is subject to', 'applies to', 'This property links a particular instance of E72 Legal Object to the instances of E30 Right to which it is subject.
-The Right is held by an E39 Actor as described by P75 possesses (is possessed by).'),
- (53, 'P91', 'E58', 'E54', 'has unit', 'is unit of', 'This property shows the type of unit an instance of E54 Dimension was expressed in.'),
- (54, 'P130', 'E70', 'E70', 'shows features of', 'features are also found on', 'This property generalises the notions of "copy of" and "similar to" into a directed relationship, where the domain expresses the derivative or influenced item and the range the source or influencing item, if such a direction can be established. The property can also be used to express similarity in cases that can be stated between two objects only, without historical knowledge about its reasons. The property expresses a symmetric relationship in case no direction of influence can be established either from evidence on the item itself or from historical knowledge. This holds in particular for siblings of a derivation process from a common source or non-causal cultural parallels, such as some weaving patterns.
-The P130.1 kind of similarity property of the P130 shows features of (features are also found on) property enables the relationship between the domain and the range to be further clarified, in the sense from domain to range, if applicable. For example, it may be expressed if both items are product “of the same mould”, or if two texts “contain identical paragraphs”.
-If the reason for similarity is a sort of derivation process, i.e., that the creator has used or had in mind the form of a particular thing during the creation or production, this process should be explicitly modelled. In these cases, P130 shows features of can be regarded as a shortcut of such a process. However, the current model does not contain any path specific enough to infer this property. Specializations of the CIDOC CRM may however be more explicit, for instance describing the use of moulds etc.
-This property is not transitive. This property is irreflexive.'),
- (55, 'P122', 'E53', 'E53', 'borders with', NULL, 'This symmetric property associates an instance of E53 Place with another instance of E53 Place which shares a part of its border.
-This property is purely spatial. It does not imply that the phenomena that define, by their extent, places related by P122 borders with have ever shared a respective border at the same time or even coexisted. In particular, this may be the case when the respective common border is formed by a natural feature.
-This property is not transitive. This property is symmetric.'),
- (56, 'P92', 'E77', 'E63', 'brought into existence', 'was brought into existence by', 'This property links an instance of E63 Beginning of Existence to the instance of E77 Persistent Item brought into existence by it.
+ (45, 'P150', 'E55', 'E55', 'defines typical parts of', 'defines typical wholes for', 'This property associates an instance of E55 Type “A” with an instance of E55 Type “B”, when items of type “A” typically form part of items of type “B”, such as “car motors” and “cars”.
+It allows types to be organised into hierarchies based on one type describing a typical part of another. This property is equivalent to “broader term partitive (BTP)” as defined in ISO 2788 and “broaderPartitive” in SKOS.
+This property is not transitive. This property is asymmetric.'),
+ (46, 'P165', 'E90', 'E73', 'incorporates', 'is incorporated in', 'This property associates an instance of E73 Information Object with an instance of E90 Symbolic Object (or any of its subclasses) that was included in it.
+This property makes it possible to recognise the autonomous status of the incorporated signs, which were created in a distinct context, and can be incorporated in many instances of E73 Information Object, and to highlight the difference between structural and accidental whole-part relationships between conceptual entities.
+It accounts for many cultural facts that are quite frequent and significant: the inclusion of a poem in an anthology, the re-use of an operatic aria in a new opera, the use of a reproduction of a painting for a book cover or a CD booklet, the integration of textual quotations, the presence of lyrics in a song that sets those lyrics to music, the presence of the text of a play in a movie based on that play, etc.
+In particular, this property allows for modelling relationships of different levels of symbolic specificity, such as the natural language words making up a particular text, the characters making up the words and punctuation, the choice of fonts and page layout for the characters.
+When restricted to information objects, that is, seen as a property with E73 Information Object as domain and range the property is transitive.
+A digital photograph of a manuscript page incorporates the text of a manuscript page, if the respective text is defined as a sequence of symbols of a particular type, such as Latin characters, and the resolution and quality of the digital image is sufficient to resolve these symbols so they are readable on the digital image.
+This property is asymmetric.'),
+ (47, 'P92', 'E77', 'E63', 'brought into existence', 'was brought into existence by', 'This property links an instance of E63 Beginning of Existence to the instance of E77 Persistent Item brought into existence by it.
It allows a “start” to be attached to any instance of E77 Persistent Item being documented, i.e., as instances of E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation and E55 Type.'),
- (57, 'P4', 'E52', 'E2', 'has time-span', 'is time-span of', 'This property associates an instance of E2 Temporal Entity with the instance of E52 Time-Span during which it was on-going. The associated instance of E52 Time-Span is understood as the real time-span during which the phenomena making up the temporal entity instance were active. More than one instance of E2 Temporal Entity may share a common instance of E52 Time-Span only if they come into being and end being due to identical declarations or events.'),
- (58, 'P41', 'E1', 'E17', 'classified', 'was classified by', 'This property records the item to which a type was assigned in an E17 Type Assignment activity.
-Any instance of a CIDOC CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).'),
- (59, 'P100', 'E21', 'E69', 'was death of', 'died in', 'This property links an instance of E69 Death to the instance of E21 Person that died.
-An instance of E69 Death may involve multiple people, for example in the case of a battle or disaster.
-This is not intended for use with general natural history material, only people.'),
- (60, 'P182', 'E2', 'E2', 'ends before or with the start of', 'starts after or with the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end ≤ B-start is true.
+ (48, 'P15', 'E1', 'E7', 'was influenced by', 'influenced', 'This is a high-level property, which captures the relationship between an instance of E7 Activity and anything, that is, an instance of E1 CRM Entity, that may have had some bearing upon it.
+The property has more specific subproperties.'),
+ (49, 'P176', 'E2', 'E2', 'starts before the start of', 'starts after the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start < B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, contains, finished-by}. This property is transitive. This property is asymmetric.
+
+Figure 14: Temporal entity A starts before the start of temporal entity B. Here A is longer than B
+
+Figure 15: Temporal entity A starts before the start of temporal entity B. Here A is shorter than B'),
+ (137, 'P135', 'E55', 'E83', 'created type', 'was created by', 'This property identifies the instance of E55 Type, which is created in an instance of E83 Type Creation activity.'),
+ (50, 'P48', 'E42', 'E1', 'has preferred identifier', 'is preferred identifier of', 'This property records the preferred instance of E42 Identifier that was used to identify an instance of E1 CRM Entity at the time this property was recorded.
+More than one preferred identifier may have been assigned to an item over time.
+Use of this property requires an external mechanism for assigning temporal validity to the respective CIDOC CRM instance.
+The fact that an identifier is a preferred one for an organisation can be better expressed in a context independent form by assigning a suitable instance of E55 Type to the respective instance of E15 Identifier Assignment using the P2 has type property.'),
+ (51, 'P39', 'E18', 'E16', 'measured', 'was measured by', 'This property associates an instance of E16 Measurement with the instance of E18 Physical Thing upon which it acted. The instance of E16 Measurement is specific to the measured object. An instance of E18 Physical Thing may be measured more than once with different results, constituting different instances of E16 Measurement.'),
+ (52, 'P152', 'E21', 'E21', 'has parent', 'is parent of', 'This property associates an instance of E21 Person with another instance of E21 Person who plays the role of the first instance’s parent, regardless of whether the relationship is biological parenthood, assumed or pretended biological parenthood or an equivalent legal status of rights and obligations obtained by a social or legal act.
+This property is, among others, a shortcut of the fully developed paths from E21 Person through P98i was born, E67 Birth, P96 by mother to E21 Person, and from E21 Person through P98i was born, E67 Birth, P97 from father to E21 Person.
+This property is not transitive. This property is irreflexive.'),
+ (53, 'P182', 'E2', 'E2', 'ends before or with the start of', 'starts after or with the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end ≤ B-start is true.
This property is part of the set of temporal primitives P173 – P176, P182 – P185.
This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets}.
This property is transitive. This property is asymmetric.
@@ -970,62 +985,109 @@ This property is transitive. This property is asymmetric.
Figure 16: Temporal entity A ends before or with the start of temporal entity B. Here A is longer than B
Figure 17: Temporal entity A ends before or with the start of temporal entity B. Here A is shorter than B'),
- (77, 'P141', 'E1', 'E13', 'assigned', 'was assigned by', 'This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity used in the attribution. The instance of E1 CRM Entity here plays the role of the range of the attribution.
+ (54, 'P74', 'E53', 'E39', 'has current or former residence', 'is current or former residence of', 'This property describes the current or former place of residence (an instance of E53 Place) of an instance of E39 Actor.
+The residence may be either the place where the actor resides, or a legally registered address of any kind.'),
+ (55, 'P145', 'E39', 'E86', 'separated', 'left by', 'This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving.'),
+ (56, 'P189', 'E53', 'E53', 'approximates', 'is approximated by', 'This property associates an instance of E53 Place with another instance of E53 Place, which is defined in the same reference space, and which is used to approximate the former. The property does not necessarily state the quality or accuracy of this approximation, but rather indicates the use of the first instance of place to approximate the second.
+In common documentation practice, find or encounter spots e.g. in archaeology, botany or zoology are often related to the closest village, river or other named place without detailing the relation, e.g. if it is located within the village or in a certain distance of the specified place. In this case the stated “phenomenal” place found in the documentation can be seen as an approximation of the actual encounter spot without more specific knowledge.
+In more recent documentation often point coordinate information is provided that originates from GPS measurements or georeferencing from a map. This point coordinate information does not state the actual place of the encounter spot but tries to approximate it with a “declarative” place. The accuracy depends on the methodology used when creating the coordinates. It may be dependent on technical limitations like GPS accuracy but also on the method where the GPS location is taken in relation to the measured feature. If the methodology is known a maximum deviation from the measured point can be calculated and the encounter spot or feature may be related to the resulting circle using an instance of P171 at some place within.
+This property is not transitive. This property is reflexive.'),
+ (57, 'P14', 'E39', 'E7', 'carried out by', 'performed', 'This property describes the active participation of an instance of E39 Actor in an instance of E7 Activity.
+It implies causal or legal responsibility. The P14.1 in the role of property of the property specifies the nature of an Actor’s participation.'),
+ (58, 'P50', 'E39', 'E18', 'has current keeper', 'is current keeper of', 'This property identifies the instance of E39 Actor that had custody of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
+This property is a shortcut for the more detailed path from E18 Physical Thing through, P30i custody transferred through, E10 Transfer of Custody, P29 custody received by to E39 Actor, if and only if the custody has not been surrendered by the receiving actor at any later time'),
+ (59, 'P128', 'E90', 'E18', 'carries', 'is carried by', 'This property identifies an instance E90 Symbolic Object carried by an instance of E18 Physical Thing. Since an instance of E90 Symbolic Object is defined as an immaterial idealization over potentially multiple carriers, any individual realization on a particular physical carrier may be defective, due to deterioration or shortcomings in the process of creating the realization compared to the intended ideal. As long as such defects do not substantially affect the complete recognition of the respective symbolic object, it is still regarded as carrying an instance of this E90 Symbolic Object. If these defects are of scholarly interest, the particular realization can be modelled as an instance of E25 Human-Made Feature. Note, that any instance of E90 Symbolic Object incorporated (P165) in the carried symbolic object is also carried by the same instance of E18 Physical Thing.'),
+ (60, 'P24', 'E18', 'E8', 'transferred title of', 'changed ownership through', 'This property identifies the instance(s) of E18 Physical Thing involved in an instance of E8 Acquisition.
+In reality, an acquisition must refer to at least one transferred item.'),
+ (61, 'P12', 'E77', 'E5', 'occurred in the presence of', 'was present at', 'This property describes the active or passive presence of an E77 Persistent Item in an instance of E5 Event without implying any specific role.
+It documents known events in which an instance of E77 Persistent Item was present during the course of its life or history. For example, an object may be the desk, now in a museum, on which a treaty was signed. The instance of E53 Place and the instance of E52 Time-Span where and when these events happened provide constraints about the presence of the related instance E77 Persistent Item in the past. Instances of E90 Symbolic Object, in particular information objects, are physically present in events via at least one of the instances of E18 Physical Thing carrying them. Note, that the human mind can be such a carrier. A precondition for a transfer of information to a person or another new physical carrier is the presence of the respective information object and this person or physical thing in one event.'),
+ (65, 'P141', 'E1', 'E13', 'assigned', 'was assigned by', 'This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity used in the attribution. The instance of E1 CRM Entity here plays the role of the range of the attribution.
The kind of attribution made should be documented using P177 assigned property of type (is type of property assigned).'),
- (61, 'P128', 'E90', 'E18', 'carries', 'is carried by', 'This property identifies an instance E90 Symbolic Object carried by an instance of E18 Physical Thing. Since an instance of E90 Symbolic Object is defined as an immaterial idealization over potentially multiple carriers, any individual realization on a particular physical carrier may be defective, due to deterioration or shortcomings in the process of creating the realization compared to the intended ideal. As long as such defects do not substantially affect the complete recognition of the respective symbolic object, it is still regarded as carrying an instance of this E90 Symbolic Object. If these defects are of scholarly interest, the particular realization can be modelled as an instance of E25 Human-Made Feature. Note, that any instance of E90 Symbolic Object incorporated (P165) in the carried symbolic object is also carried by the same instance of E18 Physical Thing.'),
- (62, 'P38', 'E42', 'E15', 'deassigned', 'was deassigned by', 'This property records the identifier that was deassigned from an instance of E1 CRM Entity.
-De-assignment of an identifier may be necessary when an item is taken out of an inventory, a new numbering system is introduced or items are merged or split up.
-The same identifier may be deassigned on more than one occasion.'),
- (63, 'P160', 'E52', 'E92', 'has temporal projection', 'is temporal projection of', 'This property describes the temporal projection of an instance of E92 Spacetime Volume. The property P4 has time-span is the same as P160 has temporal projection if it is used to document an instance of E4 Period or any subclass of it.'),
- (64, 'P187', 'E29', 'E99', 'has production plan', 'is production plan for', 'This property associates an instance of E99 Product Type with an instance of E29 Design or Procedure that completely determines the production of instances of E18 Physical Thing. The resulting instances of E18 Physical Thing are considered exemplars of this instance of E99 Product Type when the process specified is correctly executed. Note that the respective instance of E29 Design or Procedure may not necessarily be fixed in a written/graphical form, and may require the use of tools or models unique to the product type. The same instance of E99 Product Type may be associated with several variant plans.'),
- (65, 'P98', 'E21', 'E67', 'brought into life', 'was born', 'This property links an instance of E67 Birth event to an instance of E21 Person in the role of offspring.
-Twins, triplets etc. are brought into life by the same instance of E67 Birth. This is not intended for use with general Natural History material, only people. There is no explicit method for modelling conception and gestation except by using extensions.'),
- (66, 'P136', 'E1', 'E83', 'was based on', 'supported type creation', 'This property identifies one or more instances of E1 CRM Entity that were used as evidence to declare a new instance of E55 Type.
-The examination of these items is often the only objective way to understand the precise characteristics of a new type. Such items should be deposited in a museum or similar institution for that reason. The taxonomic role renders the specific relationship of each item to the type, such as "holotype" or "original element".'),
- (67, 'P93', 'E77', 'E64', 'took out of existence', 'was taken out of existence by', 'This property links an instance of E64 End of Existence to the instance of E77 Persistent Item taken out of existence by it.
-In the case of immaterial things, the instance of E64 End of Existence is considered to take place with the destruction of the last physical carrier.
-This allows an “end” to be attached to any instance of E77 Persistent Item being documented i.e., instances of E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation and E55 Type. For many instances of E77 Persistent Item we know the maximum life-span and can infer that they must have ended to exist. We assume in that case an instance of E64 End of Existence, which may be as unnoticeable as forgetting the secret knowledge by the last representative of some indigenous nation.'),
- (68, 'P112', 'E18', 'E80', 'diminished', 'was diminished by', 'This property identifies the instance of E18 Physical Thing that was diminished by an instance of E80 Part Removal.
-Although an instance of E80 Part removal activity normally concerns only one instance of E18 Physical Thing, it is possible to imagine circumstances under which more than one item might be diminished by a single instance of E80 Part Removal activity.'),
- (69, 'P42', 'E55', 'E17', 'assigned', 'was assigned by', 'This property records the type that was assigned to an entity by an E17 Type Assignment activity.
-Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).
-For example, a fragment of an antique vessel could be assigned the type “attic red figured belly handled amphora” by expert A. The same fragment could be assigned the type “shoulder handled amphora” by expert B.
-A Type may be intellectually constructed independent from assigning an instance of it.'),
- (70, 'P17', 'E1', 'E7', 'was motivated by', 'motivated', 'This property describes an item or items that are regarded as a reason for carrying out the instance of E7 Activity.
-For example, the discovery of a large hoard of treasure may call for a celebration, an order from headquarters can start a military manoeuvre.'),
- (71, 'P99', 'E74', 'E68', 'dissolved', 'was dissolved by', 'This property associates the instance of E68 Dissolution with the instance of E74 Group that it disbanded.'),
- (72, 'P86', 'E52', 'E52', 'falls within', 'contains', 'This property describes the inclusion relationship between two instances of E52 Time-Span.
-This property supports the notion that the temporal extent of an instance of E52 Time-Span falls within the temporal extent of another instance of E52 Time-Span. It addresses temporal containment only, and no contextual link between the two instances of E52 Time-Span is implied. This property is transitive and reflexive.'),
- (73, 'P20', 'E5', 'E7', 'had specific purpose', 'was purpose of', 'This property identifies the relationship between a preparatory activity, an instance of E7 Activity and the instance of E5 Event it is intended to be preparation for.
-This includes activities, orders and other organisational actions, taken in preparation for other activities or events.
-P20 had specific purpose (was purpose of) implies that an activity succeeded in achieving its aim. If it does not succeed, such as the setting of a trap that did not catch anything, one may document the unrealized intention using P21 had general purpose (was purpose of): E55 Type and/or P33 used specific technique (was used by): E29 Design or Procedure.'),
- (74, 'P16', 'E70', 'E7', 'used specific object', 'was used for', 'This property describes the use of material or immaterial things in a way essential to the performance or the outcome of an instance of E7 Activity.
-This property typically applies to tools, instruments, moulds, raw materials and items embedded in a product. It implies that the presence of the object in question was a necessary condition for the action. For example, the activity of writing this text required the use of a computer. An immaterial thing can be used if at least one of its carriers is present. For example, the software tools on a computer.
-Another example is the use of a particular name by a particular group of people over some span to identify a thing, such as a settlement. In this case, the physical carriers of this name are at least the people understanding its use.'),
- (78, 'P7', 'E53', 'E4', 'took place at', 'witnessed', 'This property describes the spatial location of an instance of E4 Period.
-The related instance of E53 Place should be seen as a wider approximation of the geometric area within which the phenomena that characterise the period in question occurred, see below. P7 took place at (witnessed) does not convey any meaning other than spatial positioning (frequently on the surface of the earth). For example, the period “Révolution française” can be said to have taken place in “France in 1789”; the “Victorian” period may be said to have taken place in “Britain from 1837-1901” and its colonies, as well as other parts of Europe and North America. An instance of E4 Period can take place at multiple non-contiguous, non-overlapping locations.
-This property is a shortcut of the more fully developed path from E4 Period through P161 has spatial projection, E53 Place, P89 falls within to E53 Place. E4 Period is a subclass of E92 Spacetime Volume. By the definition of P161 has spatial projection an instance of E4 Period takes place on all its spatial projections, that is, instances of E53 Place. Something happening at a given place can also be considered to happen at a larger place containing the first. For example, the assault on the Bastille 14-th July 1789 took place in the area covered by Paris in 1789 but also in the area covered by France in 1789.'),
- (79, 'P109', 'E39', 'E78', 'has current or former curator', 'is current or former curator of', 'This property identifies the instance of E39 Actor who assumed or have assumed overall curatorial responsibility for an instance of E78 Curated Holding.
-It does not allow a history of curation to be recorded. This would require use of an event initiating a curator being responsible for a collection.'),
- (80, 'P195', 'E18', 'E93', 'was a presence of', 'had presence', 'This property associates an instance of E93 Presence with the instance of E18 Physical Thing of which it represents a temporal restriction (i.e.: a time-slice) of the thing’s trajectory through spacetime. In other words, it describes where the instance of E18 Physical Thing was or moved around within a given time-span. Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.
-This property is a strong shortcut of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P166 was a presence of (had presence) to E93 Presence.'),
- (81, 'P197', 'E53', 'E93', 'covered parts of', 'was partially covered by', 'This property associates an instance of E93 Presence with an instance of E53 Place that geometrically overlaps with the spatial projection of the respective instance of E93 Presence. A use case of this property is to state through which places an object or an instance of E21 Person has or was moved within a given time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span.
-This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P121 overlaps with, to E53 Place.'),
- (82, 'P51', 'E39', 'E18', 'has former or current owner', 'is former or current owner of', 'This property identifies an instance of E39 Actor that is or had been the legal owner (i.e., title holder) of an instance of E18 Physical Thing at some time.
+ (66, 'P94', 'E28', 'E65', 'has created', 'was created by', 'This property links an instance of E65 Creation to the instance of E28 Conceptual Object created by it.
+It represents the act of conceiving the intellectual content of the instance of E28 Conceptual Object. It does not represent the act of creating the first physical carrier of the instance of E28 Conceptual Object. As an example, this is the composition of a poem, not its commitment to paper.'),
+ (67, 'P51', 'E39', 'E18', 'has former or current owner', 'is former or current owner of', 'This property identifies an instance of E39 Actor that is or had been the legal owner (i.e. title holder) of an instance of E18 Physical Thing at some time.
The distinction with P52 has current owner (is current owner of) is that P51 has former or current owner (is former or current owner of) does not indicate whether the specified owners are current.
This property is a shortcut for the more detailed path from E18 Physical Thing through P24i changed ownership through, E8 Acquisition, P23 transferred title from, or P22 transferred title to to E39 Actor.'),
- (83, 'P125', 'E55', 'E7', 'used object of type', 'was type of object used in', 'This property associates an instance of E7 Activity to an instance of E55 Type, which classifies an instance of E70 Thing used in an instance of E7 Activity, when the specific instance is either unknown or not of interest, such as use of "a hammer".
-This property is a shortcut of the more fully developed path from E7 Activity through P16 used specific object, E70 Thing, P2 has type, to E55 Type'),
- (84, 'P129', 'E1', 'E89', 'is about', 'is subject of', 'This property documents that an instance of E89 Propositional Object has as subject an instance of E1 CRM Entity.
-This differs from P67 refers to (is referred to by), which refers to an instance of E1 CRM Entity, in that it describes the primary subject or subjects of an instance of E89 Propositional Object.'),
- (85, 'P156', 'E53', 'E18', 'occupies', 'is occupied by', 'This property describes the largest volume in space, an instance of E53 Place, that an instance of E18 Physical Thing has occupied at any time during its existence, with respect to the reference space relative to the physical thing itself. This allows for describing the thing itself as a place that may contain other things, such as a box that may contain coins. In other words, it is the volume that contains all the points which the thing has covered at some time during its existence. The reference space for the associated place must be the one that is permanently at rest (P157 is at rest relative to) relative to the physical thing. For instances of E19 Physical Objects it is the one which is at rest relative to the object itself, i.e., which moves together with the object. For instances of E26 Physical Feature it is one which is at rest relative to the physical feature itself and the surrounding matter immediately connected to it. Therefore, there is a 1:1 relation between the instance E18 Physical Thing and the instance of E53 Place it occupies. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces.
-This property implies the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place. However, in contrast to P156 occupies, the property P161 has spatial projection does not constrain the reference space of the referred instance of E53 Place.
-In contrast to P156 occupies, for the property P53 has former or current location the following holds:
-It does not constrain the reference space of the referred instance of E53 Place.
-It identifies a possibly wider instance of E53 Place at which a thing is or has been for some unspecified time-span.
-If the reference space of the referred instance of E53 Place is not at rest with respect to the physical thing found there, the physical thing may move away after some time to another place and/or may have been at some other place before. The same holds for the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place.'),
- (86, 'P174', 'E2', 'E2', 'starts before the end of', 'ends after the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start < B-end is true.
+ (68, 'P105', 'E39', 'E72', 'right held by', 'has right on', 'This property identifies the instance of E39 Actor who holds the instances of E30 Right to an instance of E72 Legal Object.
+It is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.
+This property is a shortcut of the fully developed path from E72 Legal Object, P104 is subject to, E30 Right, P75i is possessed by to E39 Actor.'),
+ (69, 'P44', 'E3', 'E18', 'has condition', 'is condition of', 'This property records an E3 Condition State for some E18 Physical Thing.
+This property is a shortcut of the more fully developed path from E18 Physical Thing through P34i was assessed by, E14 Condition Assessment, P35 has identified to E3 Condition State. It offers no information about how and when the E3 Condition State was established, nor by whom.
+An instance of E3 Condition State is specific to an instance of E18 Physical Thing.'),
+ (70, 'P197', 'E53', 'E93', 'covered parts of', 'was partially covered by', 'This property associates an instance of E93 Presence with an instance of E53 Place that geometrically overlaps with the spatial projection of the respective instance of E93 Presence. A use case of this property is to state through which places an object or an instance of E21 Person has or was moved within a given time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span.
+This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P121 overlaps with, to E53 Place.'),
+ (71, 'P186', 'E99', 'E12', 'produced thing of product type', 'is produced by', 'This property associates an instance of E12 Production with the instance of E99 Production Type, that is, the type of the things it produces.'),
+ (72, 'P196', 'E92', 'E18', 'defines', 'is defined by', 'This property associates an instance of E18 Physical Thing with the instance of E92 Spacetime Volume that constitutes the complete trajectory of its geometric extent through spacetime for the whole time of the existence of the instance of E18 Physical Thing.
+An instance of E18 Physical Thing not only occupies a particular geometric space at each instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime, i.e. the instance of E92 Spacetime Volume this property associates it with. This real spatiotemporal extent of the instance of E18 Physical Thing is regarded as being unique, in all its details and fuzziness; the identity and existence of the instance of E92 Spacetime Volume depend uniquely on the identity of the instance of E18 Physical Thing, whose existence defines it. It constitutes a phenomenal spacetime volume as defined in CRMgeo (Doerr & Hiebel, 2013).
+Included in this spacetime volume are both the spaces filled by the matter of the physical thing and any inner space that may exist, for instance the interior of a box. Physical things consisting of aggregations of physically unconnected objects, such as a set of chessmen, occupy a finite number of individually contiguous subsets of this spacetime volume equal to the number of objects that constitute the set and that are never connected during its existence.'),
+ (73, 'P69', 'E29', 'E29', 'has association with', 'is associated with', 'This property generalises relationships like whole-part, sequence, prerequisite or inspired by between instances of E29 Design or Procedure. Any instance of E29 Design or Procedure may be associated with other designs or procedures. The property is considered to be symmetrical unless otherwise indicated by P69.1 has type. The property is not transitive.
+This property is a directed relationship. The P69.1 has type property of P69 has association with allows the nature of the association to be specified reading from domain to range; examples of types of association between instances of E29 Design or Procedure include: has part, follows, requires, etc.
+Instances of this property are considered to be symmetric, in case no directed sense is provided for them by the property P69.1 has type.
+The property can typically be used to model the decomposition of the description of a complete workflow into a series of separate procedures.'),
+ (74, 'P5', 'E3', 'E3', 'consists of', 'forms part of', 'This property describes the decomposition of an instance of E3 Condition State into discrete, subsidiary states.
+It is assumed that the sub-states into which the condition state is analysed form a logical whole, although the entire story may not be completely known, and that the sub-states are in fact constitutive of the general condition state. For example, a general condition state of “in ruins” may be decomposed into the individual stages of decay.
+This property is transitive and asymmetric.'),
+ (75, 'P143', 'E39', 'E85', 'joined', 'was joined by', 'This property identifies the instance of E39 Actor that becomes member of an instance of E74 Group in an instance of E85 Joining.
+Joining events allow for describing actors becoming members of a group with the more detailed path E74 Group, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).'),
+ (76, 'P127', 'E55', 'E55', 'has broader term', 'has narrower term', 'This property associates an instance of E55 Type with another instance of E55 Type that has a broader meaning.
+It allows instances of E55 Types to be organised into hierarchies. This is the sense of “broader term generic (BTG)” as defined in ISO 25964-2:2013 (International Organization for Standardization 2013).
+This property is transitive. This property is asymmetric.'),
+ (77, 'P13', 'E18', 'E6', 'destroyed', 'was destroyed by', 'This property links an instance of E6 Destruction to an instance of E18 Physical Thing that has been destroyed by it.
+Destruction implies the end of an item’s life as a subject of cultural documentation – the physical matter of which the item was composed may in fact continue to exist. An instance of E6 Destruction may be contiguous with an instance of E12 Production that brings into existence a derived object composed partly of matter from the destroyed object.'),
+ (78, 'P101', 'E55', 'E70', 'had as general use', 'was use of', 'This property associates an instance of E70 Thing with an instance of E55 Type that describes the type of use that it was actually employed for.
+It allows the relationship between particular things, both physical and immaterial, and the general methods and techniques of real use to be documented. This may well be different from the intended functional purpose of the instance of E70 Thing (which can be documented with P103 was intended for (was intention of)). For example, it could be recorded that a particular wooden crate had a general use as a shelf support on a market stall even though it had been originally intended for carrying vegetables.
+The use of this property is intended to allow the documentation of usage patterns attested in historical records or through scientific investigation (for instance ceramic residue analysis). It should not be used to document the intended, and thus assumed, use of an object.'),
+ (79, 'P19', 'E71', 'E7', 'was intended use of', 'was made for', 'This property relates an instance of E7 Activity with instances of E71 Human-Made Thing, created specifically for use in the activity.
+This is distinct from the intended use of an item in some general type of activity such as the book of common prayer which was intended for use in Church of England services (see P101 had as general use (was use of)).'),
+ (80, 'P107', 'E39', 'E74', 'has current or former member', 'is current or former member of', 'This property associates an instance of E74 Group with an instance of E39 Actor that is or has been a member thereof.
+Instances of E74 Group and E21 Person may all be members of instances of E74 Group. An instance of E74 Group may be founded initially without any member.
+This property is a shortcut of the more fully developed path from E74 Group, P144i gained member by, E85 Joining, P143 joined to E39 Actor.
+The property P107.1 kind of member can be used to specify the type of membership or the role the member has in the group.'),
+ (81, 'P55', 'E53', 'E19', 'has current location', 'currently holds', 'This property records the location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
+This property is a specialisation of P53 has former or current location (is former or current location of). It indicates that the instance of E53 Place associated with the instance of E19 Physical Object is the current location of the object. The property does not allow any indication of how long the object has been at the current location.
+This property is a shortcut. A more detailed representation can make use of the fully developed (i.e., indirect) path from E19 Physical Object, through, P25i moved by, E9 Move, P26 moved to to E53 Place if and only if this Move is the most recent.'),
+ (82, 'P122', 'E53', 'E53', 'borders with', NULL, 'This symmetric property associates an instance of E53 Place with another instance of E53 Place which shares a part of its border.
+This property is purely spatial. It does not imply that the phenomena that define, by their extent, places related by P122 borders with have ever shared a respective border at the same time or even coexisted. In particular, this may be the case when the respective common border is formed by a natural feature.
+This property is not transitive. This property is symmetric.'),
+ (83, 'P2', 'E55', 'E1', 'has type', 'is type of', 'This property allows sub-typing of CIDOC CRM entities –a form of specialisation – through the use of a terminological hierarchy, or thesaurus.
+The CIDOC CRM is intended to focus on the high-level entities and relationships needed to describe data structures. Consequently, it does not specialise entities any further than is required for this immediate purpose. However, entities in the isA hierarchy of the CIDOC CRM may by specialised into any number of sub-entities, which can be defined in the E55 Type hierarchy. E41 Appellation, for example, may be specialised into “e-mail address”, “telephone number”, “post office box”, “URL”, etc., none of which figures explicitly in the CIDOC CRM class hierarchy. A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.
+This property is a shortcut for the path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned to E55 Type.'),
+ (84, 'P40', 'E54', 'E16', 'observed dimension', 'was observed in', 'This property records the dimension that was observed in an E16 Measurement Event.
+E54 Dimension can be any quantifiable aspect of E70 Thing. Weight, image colour depth and monetary value are dimensions in this sense. One measurement activity may determine more than one dimension of one object.
+Dimensions may be determined either by direct observation or using recorded evidence. In the latter case the measured Thing does not need to be present or extant.
+Even though knowledge of the value of a dimension requires measurement, the dimension may be an object of discourse prior to, or even without, any measurement being made.'),
+ (85, 'P30', 'E18', 'E10', 'transferred custody of', 'custody transferred through', 'This property identifies the instance(s) of E18 Physical Thing concerned in an instance of E10 Transfer of Custody.
+The property will typically describe the object that is handed over by an instance of E39 Actor to the custody of another instance of E39 Actor. On occasion, physical custody may be transferred involuntarily or illegally, e.g. through accident, unsolicited donation, or theft.'),
+ (86, 'P45', 'E57', 'E18', 'consists of', 'is incorporated in', 'This property identifies the instances of E57 Materials of which an instance of E18 Physical Thing is composed.
+All physical things consist of physical materials. P45 consists of (is incorporated in) allows the different materials to be recorded. P45 consists of (is incorporated in) refers here to observed material as opposed to the consumed raw material.
+A material, such as a theoretical alloy, may not have any physical instances.'),
+ (87, 'P52', 'E39', 'E18', 'has current owner', 'is current owner of', 'This property identifies the instance of E21 Person or E74 Group that was the owner of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
+This property is a shortcut for the more detailed path from E18 Physical Thing through, P24i changed ownership through, E8 Acquisition, P22 transferred title to to E39 Actor, if and only if this acquisition event is the most recent.'),
+ (88, 'P76', 'E41', 'E39', 'has contact point', 'provides access to', 'This property associates an instance of E39 Actor to an instance of E41 Appellation which a communication service uses to direct communications to this actor, such as an e-mail address, fax number, or postal address.'),
+ (89, 'P16', 'E70', 'E7', 'used specific object', 'was used for', 'This property describes the use of material or immaterial things in a way essential to the performance or the outcome of an instance of E7 Activity.
+This property typically applies to tools, instruments, moulds, raw materials and items embedded in a product. It implies that the presence of the object in question was a necessary condition for the action. For example, the activity of writing this text required the use of a computer. An immaterial thing can be used if at least one of its carriers is present. For example, the software tools on a computer.
+Another example is the use of a particular name by a particular group of people over some span to identify a thing, such as a settlement. In this case, the physical carriers of this name are at least the people understanding its use.'),
+ (90, 'P41', 'E1', 'E17', 'classified', 'was classified by', 'This property records the item to which a type was assigned in an E17 Type Assignment activity.
+Any instance of a CIDOC CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).'),
+ (91, 'P89', 'E53', 'E53', 'falls within', 'contains', 'This property identifies an instance of E53 Place that falls wholly within the extent of another instance of E53 Place.
+It addresses spatial containment only and does not imply any relationship between things or phenomena occupying these places.
+This property is transitive and reflexive.'),
+ (92, 'P28', 'E39', 'E10', 'custody surrendered by', 'surrendered custody through', 'This property identifies the instance(s) of E39 Actor who surrender custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
+The property will typically describe an Actor surrendering custody of an object when it is handed over to someone else’s care. On occasion, physical custody may be surrendered involuntarily, e.g. through accident, loss, or theft.
+In reality, custody is either transferred to someone or from someone, or both.'),
+ (93, 'P62', 'E1', 'E24', 'depicts', 'is depicted by', 'This property identifies something that is depicted by an instance of E24 Physical Human-Made Thing. Depicting is meant in the sense that an instance of E24 Physical Human-Made Thing intentionally shows, through its optical qualities or form, a representation of the entity depicted. Photographs are by default regarded as being intentional in this sense. Anything that is designed to change the properties of the depiction, such as an e-book reader, is specifically excluded. The property does not pertain to inscriptions or any other information encoding.
+This property is a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity. P62.1 mode of depiction allows the nature of the depiction to be refined.'),
+ (94, 'P106', 'E90', 'E90', 'is composed of', 'forms part of', 'This property associates an instance of E90 Symbolic Object with a part of it that is by itself an instance of E90 Symbolic Object, such as fragments of texts or clippings from an image.
+This property is transitive asymmetric.'),
+ (95, 'P140', 'E1', 'E13', 'assigned attribute to', 'was attributed by', 'This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity about which it made an attribution. The instance of E1 CRM Entity plays the role of the domain of the attribution.
+The kind of attribution made should be documented using P177 assigned property of type (is type of property assigned).'),
+ (96, 'P144', 'E74', 'E85', 'joined with', 'gained member by', 'This property identifies the instance of E74 Group of which an instance of E39 Actor becomes a member through an instance of E85 Joining.
+Although a joining activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which becoming member of one Group implies becoming member of another Group as well.
+Joining events allow for describing people becoming members of a group with a more detailed path from E74 Group through, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).
+The property P144.1 kind of member can be used to specify the type of membership or the role the member has in the group.'),
+ (97, 'P99', 'E74', 'E68', 'dissolved', 'was dissolved by', 'This property associates the instance of E68 Dissolution with the instance of E74 Group that it disbanded.'),
+ (98, 'P174', 'E2', 'E2', 'starts before the end of', 'ends after the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start < B-end is true.
This property is part of the set of temporal primitives P173 – P176, P182 – P185.
This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, started-by, contains, finishes, finished-by, equals, during, overlapped by}
Typically, this property is a consequence of a known influence of some event on another event or activity, such as a novel written by someone being continued by someone else, or the knowledge of a defeat on a distant battlefield causing people to end their ongoing activities. This property is not transitive. This property is irreflexive.
@@ -1033,60 +1095,33 @@ Typically, this property is a consequence of a known influence of some event on
Figure 10: Temporal entity A starts before the end of temporal entity B. Here A is longer than B
Figure 11: Temporal entity A starts before the end of temporal entity B. Here A is shorter than B'),
- (100, 'P73', 'E33', 'E33', 'has translation', 'is translation of', 'This property links an instance of E33 Linguistic Object (A), to another instance of E33 Linguistic Object (B) which is the translation of A.
-When an instance of E33 Linguistic Object is translated into a new language a new instance of E33 Linguistic Object is created, despite the translation being conceptually similar to the source.
-This property is asymmetric.'),
- (87, 'P43', 'E54', 'E70', 'has dimension', 'is dimension of', 'This property records an instance of E54 Dimension of some instance of E70 Thing.
-In the case that the recorded property is a result of a measurement of an instance of E18 Physical Thing, this property is a shortcut of the more fully developed path from E18 Physical Thing through P39i was measured by, E16 Measurement, P40 observed dimension to E54 Dimension.
-It offers no information about how and when an E54 Dimension was established, nor by whom. Knowledge about an instance of E54 Dimension need not be the result of a measurement; it may be the result of evaluating data or other information, which should be documented as an instance of E13 Attribute Assignment.
-An instance of E54 Dimension is specific to an instance of E70 Thing.'),
- (88, 'P175', 'E2', 'E2', 'starts before or with the start of', 'starts after or with the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start ≤ B-start is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, started-by, contains, finished-by, equals}
-In a model with fuzzy borders, this property will not be transitive.
-This property is irreflexive.
-
-Figure 12: Temporal entity A starts before or with the start of temporal entity B. Here A is longer than B
-
-Figure 13: Temporal entity A starts before or with the start of temporal entity B. Here A is shorter than B'),
- (89, 'P21', 'E55', 'E7', 'had general purpose', 'was purpose of', 'This property describes an intentional relationship between an instance of E7 Activity and some general goal or purpose, described as an instance of E55 Type.
-This may involve activities intended as preparation for some type of activity or event. P21 had general purpose (was purpose of) differs from P20 had specific purpose (was purpose of) in that no occurrence of an event is implied as the purpose.'),
- (90, 'P95', 'E74', 'E66', 'has formed', 'was formed by', 'This property associates the instance of E66 Formation with the instance of E74 Group that it founded.'),
- (91, 'P110', 'E18', 'E79', 'augmented', 'was augmented by', 'This property identifies the instance of E24 Physical Human-Made Thing that is added to (augmented) in an instance of E79 Part Addition.
-Although an instance of E79 Part Addition event normally concerns only one instance of E24 Physical Human-Made Thing, it is possible to imagine circumstances under which more than one item might be added to (augmented). For example, the artist Jackson Pollock trailing paint onto multiple canvasses.'),
- (92, 'P33', 'E29', 'E7', 'used specific technique', 'was used by', 'This property identifies a specific instance of E29 Design or Procedure in order to carry out an instance of E7 Activity or parts of it.
-The property differs from P32 used general technique (was technique of) in that P33 refers to an instance of E29 Design or Procedure, which is a concrete information object in its own right rather than simply being a term or a method known by tradition.
-Typical examples would include intervention plans for conservation or the construction plans of a building.'),
- (93, 'P177', 'E55', 'E13', 'assigned property of type', 'is type of property assigned', 'This property associates an instance of E13 Attribute Assignment with the type of property or relation that this assignment maintains to hold between the item to which it assigns an attribute and the attribute itself. Note that the properties defined by the CIDOC CRM also constitute instances of E55 Type themselves. The direction of the assigned property of type is understood to be from the attributed item (the range of property P140 assigned attribute to) to the attribute item (the range of the property P141 assigned). More than one property type may be assigned to hold between two items.
-A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.'),
- (94, 'P107', 'E39', 'E74', 'has current or former member', 'is current or former member of', 'This property associates an instance of E74 Group with an instance of E39 Actor that is or has been a member thereof.
-Instances of E74 Group and E21 Person may all be members of instances of E74 Group. An instance of E74 Group may be founded initially without any member.
-This property is a shortcut of the more fully developed path from E74 Group, P144i gained member by, E85 Joining, P143 joined to E39 Actor.
-The property P107.1 kind of member can be used to specify the type of membership or the role the member has in the group.'),
- (95, 'P111', 'E18', 'E79', 'added', 'was added by', 'This property identifies the instance of E18 Physical Thing that is added during an instance of E79 Part Addition activity.'),
- (96, 'P23', 'E39', 'E8', 'transferred title from', 'surrendered title through', 'This property identifies the instance(s) of E39 Actor who relinquish legal ownership as the result of an instance of E8 Acquisition.
-The property will typically be used to describe a person donating or selling an object to a museum. In reality title is either transferred to or from someone, or both.'),
- (97, 'P132', 'E92', 'E92', 'spatiotemporally overlaps with', NULL, 'This symmetric property associates two instances of E92 Spacetime Volume that have some of their extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must have some of their extents in common regardless of where and when precisely.
-If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P133 is spatiotemporally separated from also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
-This property is not transitive. This property is symmetric. This property is reflexive.'),
- (98, 'P152', 'E21', 'E21', 'has parent', 'is parent of', 'This property associates an instance of E21 Person with another instance of E21 Person who plays the role of the first instance’s parent, regardless of whether the relationship is biological parenthood, assumed or pretended biological parenthood or an equivalent legal status of rights and obligations obtained by a social or legal act.
-This property is, among others, a shortcut of the fully developed paths from E21 Person through P98i was born, E67 Birth, P96 by mother to E21 Person, and from E21 Person through P98i was born, E67 Birth, P97 from father to E21 Person.
-This property is not transitive. This property is irreflexive.'),
- (99, 'P75', 'E30', 'E39', 'possesses', 'is possessed by', 'This property associates an instance of E39 Actor to an instance of E30 Right over which the actor holds or has held a legal claim.'),
- (101, 'P53', 'E53', 'E18', 'has former or current location', 'is former or current location of', 'This property identifies an instance of E53 Place as the former or current location of an instance of E18 Physical Thing.
-In the case of instances of E19 Physical Object, the property does not allow any indication of the Time-Span during which the instance of E19 Physical Object was located at this instance of E53 Place, nor if this is the current location.
-In the case of immobile objects, the Place would normally correspond to the Place of creation.
-This property is a shortcut. A more detailed representation can make use of the fully developed (i.e., indirect) path from E19 Physical Object, though, P25i moved by, E9 Move, P26 moved to or P27 moved from to E53 Place.'),
- (102, 'P22', 'E39', 'E8', 'transferred title to', 'acquired title through', 'This property identifies the instance of E39 Actor that acquires the legal ownership of an object as a result of an instance of E8 Acquisition.
-The property will typically describe an Actor purchasing or otherwise acquiring an object from another Actor. However, title may also be acquired, without any corresponding loss of title by another Actor, through legal fieldwork such as hunting, shooting or fishing.
-In reality the title is either transferred to or from someone, or both.'),
- (103, 'P144', 'E74', 'E85', 'joined with', 'gained member by', 'This property identifies the instance of E74 Group of which an instance of E39 Actor becomes a member through an instance of E85 Joining.
-Although a joining activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which becoming member of one Group implies becoming member of another Group as well.
-Joining events allow for describing people becoming members of a group with a more detailed path from E74 Group through, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).
-The property P144.1 kind of member can be used to specify the type of membership or the role the member has in the group.'),
- (104, 'P184', 'E2', 'E2', 'ends before or with the end of', 'ends with or after the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end ≤ B-end is true.
+ (99, 'P146', 'E74', 'E86', 'separated from', 'lost member by', 'This property identifies the instance of E74 Group an instance of E39 Actor leaves through an instance of E86 Leaving.
+Although a leaving activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which leaving one E74 Group implies leaving another E74 Group as well.'),
+ (100, 'P11', 'E39', 'E5', 'had participant', 'participated in', 'This property describes the active or passive participation of instances of E39 Actors in an instance of E5 Event.
+It documents known events in which an instance of E39 Actor has participated during the course of that actor’s life or history. The instances of E53 Place and E52 Time-Span where and when these events happened provide constraints about the presence of the related instances of E39 Actor in the past. Collective actors, i.e. instances of E74 Group, may physically participate in events via their representing instances of E21 Persons only. The participation of multiple actors in an event is most likely an indication of their acquaintance and interaction.
+The property implies that the actor was involved in the event but does not imply any causal relationship. For instance, someone having been portrayed can be said to have participated in the creation of the portrait.'),
+ (101, 'P102', 'E35', 'E71', 'has title', 'is title of', 'This property associates an instance of E35 Title that has been applied to an instance of E71 Human-Made Thing.
+The P102.1 has type property of the P102 has title (is title of) property enables the relationship between the title and the thing to be further clarified, for example, if the title was a given title, a supplied title etc.
+It allows any human-made material or immaterial thing to be given a title. It is possible to imagine a title being created without a specific object in mind.'),
+ (102, 'P157', 'E18', 'E53', 'is at rest relative to', 'provides reference space for', 'This property associates an instance of E53 Place with the instance of E18 Physical Thing that determines a reference space for this instance of E53 Place by being at rest with respect to this reference space. The relative stability of form of an instance of E18 Physical Thing defines its default reference space. The reference space is not spatially limited to the referred thing. For example, a ship determines a reference space in terms of which other ships in its neighbourhood may be described. Larger constellations of matter, such as continental plates, may comprise many physical features that are at rest with them and define the same reference space.'),
+ (103, 'P125', 'E55', 'E7', 'used object of type', 'was type of object used in', 'This property associates an instance of E7 Activity to an instance of E55 Type, which classifies an instance of E70 Thing used in an instance of E7 Activity, when the specific instance is either unknown or not of interest, such as use of “a hammer”.
+This property is a shortcut of the more fully developed path from E7 Activity through P16 used specific object, E70 Thing, P2 has type, to E55 Type.'),
+ (104, 'P133', 'E92', 'E92', 'is spatiotemporally separated from', NULL, 'This symmetric property associates two instances of E92 Spacetime Volume that have no extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must not have any of their extents in common regardless of where and when precisely.
+If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P132 spatiotemporally overlaps with also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
+This property is not transitive. This property is symmetric. This property is irreflexive.'),
+ (105, 'P148', 'E89', 'E89', 'has component', 'is component of', 'This property associates an instance of E89 Propositional Object with a structural part of it that is by itself an instance of E89 Propositional Object.
+This property is transitive. This property is asymmetric.'),
+ (106, 'P27', 'E53', 'E9', 'moved from', 'was origin of', 'This property identifies an origin, an instance of E53 Place, of an instance of E9 Move.
+A move will be linked to an origin, such as the move of an artifact from storage to display. A move may be linked to many starting instances of E53 Place by multiple instances of this property. In this case the move describes the picking up of a set of objects. The area of the move includes the origin(s), route and destination(s).
+Therefore, the described origin is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.'),
+ (107, 'P22', 'E39', 'E8', 'transferred title to', 'acquired title through', 'This property identifies the instance of E39 Actor that acquires the legal ownership of an object as a result of an instance of E8 Acquisition.
+The property will typically describe an Actor purchasing or otherwise acquiring an object from another Actor. However, title may also be acquired without any corresponding loss of title by another Actor, through legal fieldwork such as hunting, shooting, or fishing.
+In reality, the title is either transferred to or from someone, or both.'),
+ (108, 'P59', 'E53', 'E18', 'has section', 'is located on or within', 'This property links an area, i.e., an instance of E53 Place to the instance of E18 Physical Thing upon which it is found. This area may either be identified by a name, or by a geometry in terms of a coordinate system adapted to the shape of the respective instance of E18 Physical Thing. Typically, names identifying sections of physical objects are composed of the name of a kind of part and the name of the object itself, such as “The poop deck of H.M.S. Victory”, which is composed of “poop deck” and “H.M.S. Victory”.'),
+ (109, 'P96', 'E21', 'E67', 'by mother', 'gave birth', 'This property links an instance of E67 Birth to an instance of E21 Person in the role of birth-giving mother.
+Note that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The instance of E21 Person being born is linked to the instance of E67 Birth with the property P98 brought into life (was born). This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.'),
+ (110, 'P184', 'E2', 'E2', 'ends before or with the end of', 'ends with or after the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end ≤ B-end is true.
This property is part of the set of temporal primitives P173 – P176, P182 – P185.
This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, finished by, start, equals, during, finishes}.
This property is irreflexive
@@ -1094,63 +1129,65 @@ This property is irreflexive
Figure 20: Temporal entity A ends before or with the end of temporal entity B. Here A is longer than B
Figure 21: Temporal entity A ends before or with the end of temporal entity B. Here A is shorter than B'),
- (105, 'P62', 'E1', 'E24', 'depicts', 'is depicted by', 'This property identifies something that is depicted by an instance of E24 Physical Human-Made Thing. Depicting is meant in the sense that an instance of E24 Physical Human-Made Thing intentionally shows, through its optical qualities or form, a representation of the entity depicted. Photographs are by default regarded as being intentional in this sense. Anything that is designed to change the properties of the depiction, such as an e-book reader, is specifically excluded. The property does not pertain to inscriptions or any other information encoding.
-This property is a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity. P62.1 mode of depiction allows the nature of the depiction to be refined.'),
- (106, 'P45', 'E57', 'E18', 'consists of', 'is incorporated in', 'This property identifies the instances of E57 Materials of which an instance of E18 Physical Thing is composed.
-All physical things consist of physical materials. P45 consists of (is incorporated in) allows the different materials to be recorded. P45 consists of (is incorporated in) refers here to observed material as opposed to the consumed raw material.
-A material, such as a theoretical alloy, may not have any physical instances.'),
- (107, 'P145', 'E39', 'E86', 'separated', 'left by', 'This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving.'),
- (108, 'P148', 'E89', 'E89', 'has component', 'is component of', 'This property associates an instance of E89 Propositional Object with a structural part of it that is by itself an instance of E89 Propositional Object.
-This property is transitive. This property is asymmetric.'),
- (109, 'P189', 'E53', 'E53', 'approximates', 'is approximated by', 'This property associates an instance of E53 Place with another instance of E53 Place, which is defined in the same reference space, and which is used to approximate the former. The property does not necessarily state the quality or accuracy of this approximation, but rather indicates the use of the first instance of place to approximate the second.
-In common documentation practice, find or encounter spots e.g., in archaeology, botany or zoology are often related to the closest village, river or other named place without detailing the relation, e.g., if it is located within the village or in a certain distance of the specified place. In this case the stated “phenomenal” place found in the documentation can be seen as approximation of the actual encounter spot without more specific knowledge.
-In more recent documentation often point coordinate information is provided that originates from GPS measurements or georeferencing from a map. This point coordinate information does not state the actual place of the encounter spot but tries to approximate it with a “declarative” place. The accuracy depends on the methodology used when creating the coordinates. It may be dependent on technical limitations like GPS accuracy but also on the method where the GPS location is taken in relation to the measured feature. If the methodology is known a maximum deviation from the measured point can be calculated and the encounter spot or feature may be related to the resulting circle using an instance of P171 at some place within.
-This property is not transitive. This property is reflexive.'),
- (110, 'P147', 'E78', 'E87', 'curated', 'was curated by', 'This property associates an instance of E87 Curation Activity with the instance of E78 Curated Holding with that is subject of that curation activity following some implicit or explicit curation plan.'),
- (111, 'P69', 'E29', 'E29', 'has association with', 'is associated with', 'This property generalises relationships like whole-part, sequence, prerequisite or inspired by between instances of E29 Design or Procedure. Any instance of E29 Design or Procedure may be associated with other designs or procedures. The property is considered to be symmetrical unless otherwise indicated by P69.1 has type. The property is not transitive
-This property is a directed relationship. The P69.1 has type property of P69 has association with allows the nature of the association to be specified reading from domain to range; examples of types of association between instances of E29 Design or Procedure include: has part, follows, requires, etc.
-Instances of this property are considered to be symmetric, in case no directed sense is provided for them by the property P69.1 has type.
-The property can typically be used to model the decomposition of the description of a complete workflow into a series of separate procedures.'),
- (112, 'P56', 'E26', 'E19', 'bears feature', 'is found on', 'This property links an instance of E19 Physical Object to an instance of E26 Physical Feature that it bears.
-An instance of E26 Physical Feature can only exist on one object. One object may bear more than one E26 Physical Feature. An instance of E27 Site should be considered as an instance of E26 Physical Feature on the surface of the Earth.
-An instance B of E26 Physical Feature being a detail of the structure of another instance A of E26 Physical Feature can be linked to B by use of the property P46 is composed of (forms part of). This implies that the subfeature B is P56i is found on the same E19 Physical Object as A.
-This property is a shortcut. A more detailed representation can make use of the fully developed (i.e., indirect) path E19 Physical Object, through, P59 has section, E53 Place, P53i is former or current location of to E26 Physical Feature.'),
- (113, 'P123', 'E18', 'E81', 'resulted in', 'resulted from', 'This property identifies the instance or instances of E18 Physical Thing that are the result of an instance of E81 Transformation. New items replace the transformed item or items, which cease to exist as units of documentation. The physical continuity between the old and the new is expressed by the links to the common instance of E81 Transformation.'),
- (114, 'P48', 'E42', 'E1', 'has preferred identifier', 'is preferred identifier of', 'This property records the preferred instance of E42 Identifier that was used to identify an instance of E1 CRM Entity at the time this property was recorded.
-More than one preferred identifier may have been assigned to an item over time.
-Use of this property requires an external mechanism for assigning temporal validity to the respective CIDOC CRM instance.
-The fact that an identifier is a preferred one for an organisation can be better expressed in a context independent form by assigning a suitable instance of E55 Type to the respective instance of E15 Identifier Assignment using the P2 has type property.'),
- (115, 'P37', 'E42', 'E15', 'assigned', 'was assigned by', 'This property records the identifier that was assigned to an item in an instance of P37 Identifier Assignment.
-The same identifier may be assigned on more than one occasion.
-An Identifier might be created prior to an assignment.'),
- (116, 'P140', 'E1', 'E13', 'assigned attribute to', 'was attributed by', 'This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity about which it made an attribution. The instance of E1 CRM Entity plays the role of the domain of the attribution.
-The kind of attribution made should be documented using P177 assigned property of type (is type of property assigned).'),
- (117, 'P97', 'E21', 'E67', 'from father', 'was father for', 'This property links an instance of E67 Birth to an instance of E21 Person in the role of biological father.
-Note that biological fathers are not seen as necessary participants in the birth, whereas birth-giving mothers are (see P96 by mother (gave birth)). The Person being born is linked to the Birth with the property P98 brought into life (was born).
-This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.
-An instance of E67 Birth is normally (but not always) associated with one biological father.'),
- (118, 'P106', 'E90', 'E90', 'is composed of', 'forms part of', 'This property associates an instance of E90 Symbolic Object with a part of it that is by itself an instance of E90 Symbolic Object, such as fragments of texts or clippings from an image.
-This property is transitive asymmetric.'),
- (119, 'P8', 'E18', 'E4', 'took place on or within', 'witnessed', 'This property describes the location of an instance of E4 Period with respect to an instance of E19 Physical Object.
-This property is a shortcut of the more fully developed path from E4 Period through P7 took place at, E53 Place, P156i is occupied by E18 Physical Thing.
+ (111, 'P29', 'E39', 'E10', 'custody received by', 'received custody through', 'This property identifies the instance(s) of E39 Actor who receive custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
+The property will typically describe Actors receiving custody of an object when it is handed over from another Actor’s care. On occasion, physical custody may be received involuntarily or illegally, e.g. through accident, unsolicited donation, or theft.
+In reality, custody is either transferred to someone or from someone, or both.'),
+ (112, 'P23', 'E39', 'E8', 'transferred title from', 'surrendered title through', 'This property identifies the instance(s) of E39 Actor who relinquish legal ownership as the result of an instance of E8 Acquisition.
+The property will typically be used to describe a person donating or selling an object to a museum. In reality, the title is either transferred to or from someone, or both.'),
+ (113, 'P138', 'E1', 'E36', 'represents', 'has representation', 'This property establishes the relationship between an instance of E36 Visual Item and the instance of E1 CRM Entity that it visually represents.
+Any entity may be represented visually. This property is part of the fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity, which is shortcut by P62 depicts (is depicted by). P138.1 mode of representation allows the nature of the representation to be refined.
+This property is also used for the relationship between an original and a digitisation of the original by the use of techniques such as digital photography, flatbed or infrared scanning. Digitisation is here seen as a process with a mechanical, causal component rendering the spatial distribution of structural and optical properties of the original and does not necessarily include any visual similarity identifiable by human observation.'),
+ (115, 'P187', 'E29', 'E99', 'has production plan', 'is production plan for', 'This property associates an instance of E99 Product Type with an instance of E29 Design or Procedure that completely determines the production of instances of E18 Physical Thing. The resulting instances of E18 Physical Thing are considered exemplars of this instance of E99 Product Type when the process specified is correctly executed. Note that the respective instance of E29 Design or Procedure may not necessarily be fixed in a written/graphical form, and may require the use of tools or models unique to the product type. The same instance of E99 Product Type may be associated with several variant plans.'),
+ (116, 'P10', 'E92', 'E92', 'falls within', 'contains', 'This property associates an instance of E92 Spacetime Volume with another instance of E92 Spacetime Volume that falls within the latter. In other words, all points in the former are also points in the latter.
+This property is transitive and reflexive.'),
+ (117, 'P126', 'E57', 'E11', 'employed', 'was employed in', 'This property identifies the instance of E57 Material employed in an instance of E11 Modification.
+The instance of E57 Material used during the instance of E11 Modification does not necessarily become incorporated into the instance of E24 Physical Human-Made Thing that forms the subject of the instance of E11 Modification.'),
+ (118, 'P104', 'E30', 'E72', 'is subject to', 'applies to', 'This property links a particular instance of E72 Legal Object to the instances of E30 Right to which it is subject.
+The Right is held by an instance of E39 Actor as described by P75 possesses (is possessed by).'),
+ (119, 'P8', 'E18', 'E4', 'took place on or within', 'witnessed', 'This property describes the location of an instance of E4 Period with respect to an instance of E18 Physical Thing.
+This property is a shortcut of the more fully developed path from E4 Period through P7 took place at, E53 Place, P156i is occupied by to E18 Physical Thing.
It describes a period that can be located with respect to the space defined by an E19 Physical Object such as a ship or a building. The precise geographical location of the object during the period in question may be unknown or unimportant.
For example, the French and German armistice of 22-nd June 1940 was signed in the same railway carriage as the armistice of 11-th November 1918.'),
- (120, 'P105', 'E39', 'E72', 'right held by', 'has right on', 'This property identifies the instance of E39 Actor who holds the instances of E30 Right to an instance of E72 Legal Object.
-It is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.
-This property is a shortcut of the fully developed path from E72 Legal Object, P104 is subject to, E30 Right, P75i is possessed by to E39 Actor.'),
- (121, 'P34', 'E18', 'E14', 'concerned', 'was assessed by', 'This property identifies the instance of E18 Physical Thing that was assessed during an instance of E14 Condition Assessment activity.
-Conditions may be assessed either by direct observation or using recorded evidence. In the latter case the instance of E18 Physical Thing does not need to be present or extant at the time of assessment.'),
- (122, 'P134', 'E7', 'E7', 'continued', 'was continued by', 'This property associates two instances of E7 Activity, where the domain is considered as an intentional continuation of the range. A continuation of an activity may happen when the continued activity is still ongoing or after the continued activity has completely ended. The continuing activity may have started already before it decided to continue the other one. Continuation implies a coherence of intentions and outcomes of the involved activities.
-This property is not transitive. This property is asymmetric.'),
- (123, 'P10', 'E92', 'E92', 'falls within', 'contains', 'This property associates an instance of E92 Spacetime Volume with another instance of E92 Spacetime Volume that falls within the latter. In other words, all points in the former are also points in the latter.
-This property is transitive and reflexive.'),
- (124, 'P124', 'E18', 'E81', 'transformed', 'was transformed by', 'This property identifies the instance or instances E18 Physical Thing that have ceased to exist due to an instance of E81 Transformation.
-The item that has ceased to exist and was replaced by the result of the Transformation. The continuity between both items, the new and the old, is expressed by the links to the common instance of E81 Transformation.'),
- (125, 'P55', 'E53', 'E19', 'has current location', 'currently holds', 'This property records the location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
-This property is a specialisation of P53 has former or current location (is former or current location of). It indicates that the instance of E53 Place associated with the instance of E19 Physical Object is the current location of the object. The property does not allow any indication of how long the object has been at the current location.
-This property is a shortcut. A more detailed representation can make use of the fully developed (i.e., indirect) path from E19 Physical Object, through, P25i moved by, E9 Move, P26 moved to to E53 Place if and only if this Move is the most recent.'),
- (126, 'P173', 'E2', 'E2', 'starts before or with the end of', 'ends after or with the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start ≤ B-end is true.
+ (120, 'P32', 'E55', 'E7', 'used general technique', 'was technique of', 'This property identifies the technique or method, modelled as an instance of E55 Type, that was employed in an instance of E7 Activity.
+These techniques should be drawn from an external E55 Type hierarchy of consistent terminology of general techniques or methods such as embroidery, oil-painting, carbon dating, etc. Specific documented techniques should be described as instances of E29 Design or Procedure.'),
+ (121, 'P183', 'E2', 'E2', 'ends before the start of', 'starts after the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end < B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to the following Allen temporal relation (Allen, 1983) : {before}.
+This property is transitive. This property is asymmetric.
+
+Figure 18: Temporal entity A ends before the start of temporal entity B. Here A is longer than B
+
+Figure 19: Temporal entity A ends before the start of temporal entity B. Here A is shorter than B'),
+ (122, 'P67', 'E1', 'E89', 'refers to', 'is referred to by', 'This property documents that an instance of E89 Propositional Object makes a statement about an instance of E1 CRM Entity. P67 refers to (is referred to by) has the P67.1 has type link to an instance of E55 Type. This is intended to allow a more detailed description of the type of reference. This differs from P129 is about (is subject of), which describes the primary subject or subjects of the instance of E89 Propositional Object.'),
+ (123, 'P91', 'E58', 'E54', 'has unit', 'is unit of', 'This property shows the type of unit an instance of E54 Dimension was expressed in.'),
+ (124, 'P43', 'E54', 'E70', 'has dimension', 'is dimension of', 'This property records an instance of E54 Dimension of some instance of E70 Thing.
+In the case that the recorded property is a result of a measurement of an instance of E18 Physical Thing, this property is a shortcut of the more fully developed path from E18 Physical Thing through P39i was measured by, E16 Measurement, P40 observed dimension to E54 Dimension.
+It offers no information about how and when an E54 Dimension was established, nor by whom. Knowledge about an instance of E54 Dimension need not be the result of a measurement; it may be the result of evaluating data or other information, which should be documented as an instance of E13 Attribute Assignment.
+An instance of E54 Dimension is specific to an instance of E70 Thing.'),
+ (125, 'P151', 'E74', 'E66', 'was formed from', 'participated in', 'This property associates an instance of E66 Formation with an instance of E74 Group from which the new group was formed preserving a sense of continuity such as in mission, membership or tradition.'),
+ (126, 'P180', 'E98', 'E97', 'has currency', 'was currency of', 'This property establishes the relationship between an instance of E97 Monetary Amount and the instance of E98 Currency that it is measured in.'),
+ (127, 'P21', 'E55', 'E7', 'had general purpose', 'was purpose of', 'This property describes an intentional relationship between an instance of E7 Activity and some general goal or purpose, described as an instance of E55 Type.
+This may involve activities intended as preparation for some type of activity or event. P21 had general purpose (was purpose of) differs from P20 had specific purpose (was purpose of in that no specific event is implied as the purpose.'),
+ (138, 'P65', 'E36', 'E24', 'shows visual item', 'is shown by', 'This property documents an instance of E36 Visual Item shown by an instance of E24 Physical Human-Made Thing.
+This property is similar to P62 depicts (is depicted by) in that it associates an instance of E24 Physical Human-Made Thing with a visual representation. However, P65 shows visual item (is shown by) differs from the P62 depicts (is depicted by) property in that it makes no claims about what the instance of E36 Visual Item is deemed to represent. An instance of E36 Visual Item identifies a recognisable image or visual symbol, regardless of what this image may or may not represent.
+For example, all recent British coins bear a portrait of Queen Elizabeth II, a fact that is correctly documented using P62 depicts (is depicted by). Different portraits have been used at different periods, however. P65 shows visual item (is shown by) can be used to refer to a particular portrait.
+P65 shows visual item (is shown by) may also be used for Visual Items such as signs, marks and symbols, for example the ''Maltese Cross'' or the ''copyright symbol’ that have no particular representational content.
+This property is part of the fully developed path E24 Physical Human-Made Thing, P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity which is shortcut by, P62 depicts (is depicted by).'),
+ (128, 'P161', 'E53', 'E92', 'has spatial projection', 'is spatial projection of', 'This property associates an instance of E92 Spacetime Volume with an instance of E53 Place that is the result of the spatial projection of the instance of the E92 Spacetime Volume on a reference space.
+In general, there can be more than one useful reference space (for reference space see P156 occupies and P157 is at rest relative to) to describe the spatial projection of a spacetime volume, for example, in describing a sea battle, the difference between the battle ship and the seafloor as reference spaces. Thus, it can be seen that the projection is not unique.
+The spatial projection is the actual spatial coverage of a spacetime volume, which normally has fuzzy boundaries except for instances of E92 Spacetime Volume which are geometrically defined in the same reference system as the range of this property and are an exception to this and do not have fuzzy boundaries. Modelling explicitly fuzzy spatial projections serves therefore as a common topological reference of different spatial approximations rather than absolute geometric determination, for instance for relating outer or inner spatial boundaries for the respective spacetime volumes.
+The spatial projection is unique with respect to the reference system. For instance, there is exactly one spatial projection of Lord Nelson’s dying relative to the ship HMS Victory, i.e. the location of his body relative to the ship HMS Victory at the time of his death.
+In case the domain of an instance of P161 has spatial projection is an instance of E4 Period, the spatial projection describes all areas that period was ever present at, for instance, the Roman Empire.
+This property is part of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place, which in turn is implied by P156 occupies (is occupied by).'),
+ (129, 'P110', 'E18', 'E79', 'augmented', 'was augmented by', 'This property identifies the instance of E18 Physical Thing that is added to (augmented) in an instance of E79 Part Addition.
+Although an instance of E79 Part Addition event normally concerns only one instance of E18 Physical Thing, it is possible to imagine circumstances under which more than one item might be added to (augmented). For example, the artist Jackson Pollock trailing paint onto multiple canvasses.'),
+ (130, 'P198', 'E18', 'E18', 'holds or supports', 'is held or supported by', 'This property relates one instance of E18 Physical Thing which acts as a container or support to a supported or contained instance of E18 Physical Thing. Typical examples of E18 Physical Things which are intended to function as a container or support include shelves, folders or boxes. These containers or supports provide a stable surface which is intended for other physical objects to be placed upon for storage, display, transport or other similar functions.
+This property is a shortcut of the more fully developed path from E18 Physical Thing through P59 has section, E53 Place, P53i is former or current location of, to E18 Physical Thing. It is not a sub-property of P46 is composed of, as the held or supported object is not a component of the container or support.
+This property can be used to avoid explicitly instantiating the E53 Place which is defined by an instance of E18 Physical Thing, especially when the only intended use of that instance of E18 Physical Thing is to act as a container or surface for the storage of other instances of E18 Physical Thing. The place’s existence is defined by the existence of the container or surface, and will go out of existence at the same time as the destruction of the container or surface.
+This property is transitive. This property is asymmetric.'),
+ (131, 'P173', 'E2', 'E2', 'starts before or with the end of', 'ends after or with the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start ≤ B-end is true.
This property is part of the set of temporal primitives P173 – P176, P182 – P185.
This property corresponds to the disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, met-by, overlaps, starts, started-by, contains, finishes, finished-by, equals, during, overlapped by}.
This property is not transitive.
@@ -1158,55 +1195,48 @@ This property is not transitive.
Figure 8: Temporal entity A starts before or with the end of temporal entity B. Here A is longer than B
Figure 9: Temporal entity A starts before or with the end of temporal entity B. Here A is shorter than B'),
- (127, 'P74', 'E53', 'E39', 'has current or former residence', 'is current or former residence of', 'This property describes the current or former place of residence (an instance of E53 Place) of an instance of E39 Actor.
-The residence may be either the place where the actor resides, or a legally registered address of any kind.'),
- (128, 'P143', 'E39', 'E85', 'joined', 'was joined by', 'This property identifies the instance of E39 Actor that becomes member of an instance of E74 Group in an instance of E85 Joining.
-Joining events allow for describing actors becoming members of a group with the more detailed path E74 Group, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).'),
- (129, 'P52', 'E39', 'E18', 'has current owner', 'is current owner of', 'This property identifies the instance of E21 Person or E74 Group that was the owner of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
-This property is a shortcut for the more detailed path from E18 Physical Thing through, P24i changed ownership through, E8 Acquisition, P22 transferred title to to E39 Actor, if and only if this acquisition event is the most recent.'),
- (130, 'P30', 'E18', 'E10', 'transferred custody of', 'custody transferred through', 'This property identifies the instance(s) of E18 Physical Thing concerned in an instance of E10 Transfer of Custody.
-The property will typically describe the object that is handed over by an instance of E39 Actor to to the custody of another instance of E39 Actor. On occasion, physical custody may be transferred involuntarily or illegally – through accident, unsolicited donation, or theft.'),
- (131, 'P103', 'E55', 'E71', 'was intended for', 'was intention of', 'This property links an instance of E71 Human-Made Thing to an instance of E55 Type describing its intended usage.
-It creates a relation between specific human-made things, both physical and immaterial, to types of intended methods and techniques of use. Note: A link between specific human-made things and a specific use activity should be expressed using P19 was intended use of (was made for).'),
- (132, 'P164', 'E52', 'E93', 'is temporally specified by', 'temporally specifies', 'This property relates an instance of E93 Presence with the instance of E52 Time-Span that defines the time-slice of the spacetime volume that this instance of E93 Presence is related to via the property P166 was a presence of (had presence).
+ (132, 'P20', 'E5', 'E7', 'had specific purpose', 'was purpose of', 'This property describes the relationship between a preparatory activity, an instance of E7 Activity and the instance of E5 Event that it is intended as a preparation for.
+This includes activities, orders and other organisational actions, taken in preparation for other activities or events.
+P20 had specific purpose (was purpose of) implies that the activity succeeded in achieving its aim. If it does not succeed, such as the setting of a trap that did not catch anything, the unrealized intention should be documented using P21 had general purpose (was purpose of): E55 Type and/or P33 used specific technique (was used by): E29 Design or Procedure.'),
+ (133, 'P195', 'E18', 'E93', 'was a presence of', 'had presence', 'This property associates an instance of E93 Presence with the instance of E18 Physical Thing of which it represents a temporal restriction (i.e. a time-slice) of the thing’s trajectory through spacetime. In other words, it describes where the instance of E18 Physical Thing was or moved around within a given time-span. Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.
+This property is a shortcut of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P166 was a presence of (had presence) to E93 Presence.'),
+ (134, 'P164', 'E52', 'E93', 'is temporally specified by', 'temporally specifies', 'This property relates an instance of E93 Presence with the instance of E52 Time-Span that defines the time-slice of the spacetime volume that this instance of E93 Presence is related to via the property P166 was a presence of (had presence).
There are two typical cases for the determination of the related instance of E52 Time-Span. In the first, it is the temporal extent of an instance of E2 Temporal Entity (documented with P4 has time-span (is time-span of)): this then documents the simultaneity of the instance of E93 Presence and the instance of E2 Temporal Entity, even if the absolute time-span is not known, and can be regarded as a phenomenal time-span. In the second, the instance of E52 Time-Span is a date range declared in or derived from historical sources or provided by dating methods: this is a declarative time-span.'),
- (133, 'P166', 'E92', 'E93', 'was a presence of', 'had presence', 'This property associates an instance of E93 Presence with the instance of E92 Spacetime Volume of which it represents a temporal restriction (i.e.: a time-slice). Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.'),
- (134, 'P139', 'E41', 'E41', 'has alternative form', 'is alternative form of', 'This property associates an instance of E41 Appellation with another instance of E41 Appellation that constitutes a derivative or variant of the former and that may also be used for identifying items identified by the former, in suitable contexts, independent from the particular item to be identified. This property should not be confused with additional variants of names used characteristically for a single, particular item, such as individual nicknames. It is a directed relationship, where the range expresses the derivative or variant and the domain the source of derivation or original form of variation, if such a direction can be established. Otherwise, the relationship is symmetric.
-Multiple names assigned to an object, which do not apply to all things identified with the specific instance of E41 Appellation, should be modelled as repeated values of P1 is identified by (identifies) of this object.
-P139.1 has type allows the type of derivation to be refined, for instance “transliteration from Latin 1 to ASCII”.'),
- (135, 'P180', 'E98', 'E97', 'has currency', 'was currency of', 'This property establishes the relationship between an instance of E97 Monetary Amount and the instance of E98 Currency that it is measured in.'),
- (136, 'P133', 'E92', 'E92', 'is spatiotemporally separated from', NULL, 'This symmetric property associates two instances of E92 Spacetime Volume that have no extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must not have any of their extents in common regardless of where and when precisely.
-If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P132 spatiotemporally overlaps with also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
-This property is not transitive. This property is symmetric. This property is irreflexive.'),
- (148, 'OA7', 'E39', 'E39', 'has relationship to', NULL, 'OA7 is used to link two Actors (E39) via a certain relationship E39 Actor linked with E39 Actor: E39 (Actor) - P11i (participated in) - E5 (Event) - P11 (had participant) - E39 (Actor) Example: [ Stefan (E21)] participated in [ Relationship from Stefan to Joachim (E5)] had participant [Joachim (E21)] The connecting event is defined by an entity of class E55 (Type): [Relationship from Stefan to Joachim (E5)] has type [Son to Father (E55)]'),
- (137, 'P165', 'E90', 'E73', 'incorporates', 'is incorporated in', 'This property associates an instance of E73 Information Object with an instance of E90 Symbolic Object (or any of its subclasses) that was included in it.
-This property makes it possible to recognise the autonomous status of the incorporated signs, which were created in a distinct context, and can be incorporated in many instances of E73 Information Object, and to highlight the difference between structural and accidental whole-part relationships between conceptual entities.
-It accounts for many cultural facts that are quite frequent and significant: the inclusion of a poem in an anthology, the re-use of an operatic aria in a new opera, the use of a reproduction of a painting for a book cover or a CD booklet, the integration of textual quotations, the presence of lyrics in a song that sets those lyrics to music, the presence of the text of a play in a movie based on that play, etc.
-In particular, this property allows for modelling relationships of different levels of symbolic specificity, such as the natural language words making up a particular text, the characters making up the words and punctuation, the choice of fonts and page layout for the characters.
-When restricted to information objects, that is, seen as a property with E73 Information Object as domain and range the property is transitive.
-A digital photograph of a manuscript page incorporates the text of a manuscript page, if the respective text is defined as a sequence of symbols of a particular type, such as Latin characters, and the resolution and quality of the digital image is sufficient to resolve these symbols so they are readable on the digital image.
-This property is asymmetric.'),
- (138, 'P188', 'E19', 'E99', 'requires production tool', 'is production tool for', 'This property associates an instance of E99 Product Type with an instance of E19 Physical Object that is needed for the production of an instance of E18 Physical Thing. When the process of production is correctly executed in accordance with the plan and using the specified instance of E19 Physical Object, the resulting instance of E18 Physical Thing is considered an exemplar of this instance of E99 Product Type. The instance of E19 Physical Object may bear distinct features that are transformed into characteristic features of the resulting instance of E18 Physical Thing. Examples include models and moulds.'),
- (139, 'P191', 'E54', 'E52', 'had duration', 'was duration of', 'This property describes the length of time covered by an instance of E52 Time-Span. It allows an instance of E52 Time-Span to be associated with an instance of E54 Dimension representing duration independent from the actual beginning and end. Indeterminacy of the duration value can be expressed by assigning a numerical interval to the property P90 has value of E54 Dimension.'),
- (140, 'P96', 'E21', 'E67', 'by mother', 'gave birth', 'This property links an instance of E67 Birth to an instance of E21 Person in the role of birth-giving mother.
-Note that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The instance of E21 Person being born is linked to the instance of E67 Birth with the property P98 brought into life (was born). This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.'),
- (141, 'P186', 'E99', 'E12', 'produced thing of product type', 'is produced by', 'This property associates an instance of E12 Production with the instance of E99 Production Type, that is, the type of the things it produces.'),
- (142, 'P176', 'E2', 'E2', 'starts before the start of', 'starts after the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start < B-start is true.
+ (135, 'P108', 'E24', 'E12', 'has produced', 'was produced by', 'This property identifies the instance of E24 Physical Human-Made Thing that came into existence as a result of the instance of E12 Production.
+The identity of an instance of E24 Physical Human-Made Thing is not defined by its matter, but by its existence as a subject of documentation. An E12 Production can result in the creation of multiple instances of E24 Physical Human-Made Thing.'),
+ (136, 'P179', 'E97', 'E96', 'had sales price', 'was sales price of', 'This property establishes the relationship between an instance of E96 Purchase and the instance of E97 Monetary Amount that forms the compensation for the transaction. The monetary amount agreed upon may change in the course of the purchase activity.'),
+ (139, 'P156', 'E53', 'E18', 'occupies', 'is occupied by', 'This property describes the largest volume in space, an instance of E53 Place, that an instance of E18 Physical Thing has occupied at any time during its existence, with respect to the reference space relative to the physical thing itself. This allows for describing the thing itself as a place that may contain other things, such as a box that may contain coins. In other words, it is the volume that contains all the points which the thing has covered at some time during its existence. The reference space for the associated place must be the one that is permanently at rest (P157 is at rest relative to) relative to the physical thing. For instances of E19 Physical Objects it is the one which is at rest relative to the object itself, i.e., which moves together with the object. For instances of E26 Physical Feature it is one which is at rest relative to the physical feature itself and the surrounding matter immediately connected to it. Therefore, there is a 1:1 relation between the instance E18 Physical Thing and the instance of E53 Place it occupies. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces.
+This property implies the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place. However, in contrast to P156 occupies, the property P161 has spatial projection does not constrain the reference space of the referred instance of E53 Place.
+In contrast to P156 occupies, for the property P53 has former or current location the following holds:
+It does not constrain the reference space of the referred instance of E53 Place.
+It identifies a possibly wider instance of E53 Place at which a thing is or has been for some unspecified time-span.
+If the reference space of the referred instance of E53 Place is not at rest with respect to the physical thing found there, the physical thing may move away after some time to another place and/or may have been at some other place before. The same holds for the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place.'),
+ (140, 'P132', 'E92', 'E92', 'spatiotemporally overlaps with', NULL, 'This symmetric property associates two instances of E92 Spacetime Volume that have some of their extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must have some of their extents in common regardless of where and when precisely.
+If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P133 is spatiotemporally separated from also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
+This property is not transitive. This property is symmetric. This property is reflexive.'),
+ (141, 'P129', 'E1', 'E89', 'is about', 'is subject of', 'This property documents that an instance of E89 Propositional Object has as subject an instance of E1 CRM Entity.
+This differs from P67 refers to (is referred to by), which refers to an instance of E1 CRM Entity, in that it describes the primary subject or subjects of an instance of E89 Propositional Object.'),
+ (142, 'P177', 'E55', 'E13', 'assigned property of type', 'is type of property assigned', 'This property associates an instance of E13 Attribute Assignment with the type of property or relation that this assignment maintains to hold between the item to which it assigns an attribute and the attribute itself. Note that the properties defined by the CIDOC CRM also constitute instances of E55 Type themselves. The direction of the assigned property of type is understood to be from the attributed item (the range of property P140 assigned attribute to) to the attribute item (the range of the property P141 assigned). More than one property type may be assigned to hold between two items.
+A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.'),
+ (143, 'P4', 'E52', 'E2', 'has time-span', 'is time-span of', 'This property associates an instance of E2 Temporal Entity with the instance of E52 Time-Span during which it was on-going. The associated instance of E52 Time-Span is understood as the real time-span during which the phenomena making up the temporal entity instance were active. More than one instance of E2 Temporal Entity may share a common instance of E52 Time-Span only if they come into being and end being due to identical declarations or events.'),
+ (144, 'P185', 'E2', 'E2', 'ends before the end of', 'ends after the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end < B-end is true.
This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, contains, finished-by}. This property is transitive. This property is asymmetric.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, during}.
+This property is transitive. This property is asymmetric.
-Figure 14: Temporal entity A starts before the start of temporal entity B. Here A is longer than B
+Figure 22: Temporal entity A ends before the end of temporal entity B. Here A is longer than B
-Figure 15: Temporal entity A starts before the start of temporal entity B. Here A is shorter than B'),
- (143, 'P167', 'E53', 'E93', 'was within', 'includes', 'This property associates an instance of E93 Presence with an instance of E53 Place that geometrically includes the spatial projection of the respective instance of E93 Presence. Besides others, this property may be used to state in which space an object has been for some known time, such as a room of a castle or in a drawer. It may also be used to describe a confinement of the spatial extent of some realm during a known time-span.
-This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P89 falls within (contains) to E53 Place.'),
- (144, 'P31', 'E18', 'E11', 'has modified', 'was modified by', 'This property identifies the instance of E18 Physical Thing modified in an instance of E11 Modification.'),
- (145, 'P157', 'E18', 'E53', 'is at rest relative to', 'provides reference space for', 'This property associates an instance of E53 Place with the instance of E18 Physical Thing that determines a reference space for this instance of E53 Place by being at rest with respect to this reference space. The relative stability of form of an instance of E18 Physical Thing defines its default reference space. The reference space is not spatially limited to the referred thing. For example, a ship determines a reference space in terms of which other ships in its neighbourhood may be described. Larger constellations of matter, such as continental plates, may comprise many physical features that are at rest with them and define the same reference space.'),
- (146, 'P142', 'E90', 'E15', 'used constituent', 'was used in', 'This property associates an instance of E15 Identifier Assignment with the instance of E90 Symbolic Object used as constituent of an instance of E42 Identifier in this act of assignment.'),
- (147, 'P196', 'E92', 'E18', 'defines', 'is defined by', 'This property associates an instance of E18 Physical Thing with the instance of E92 Spacetime Volume that constitutes the complete trajectory of its geometric extent through spacetime for the whole time of the existence of the instance of E18 Physical Thing.
-An instance of E18 Physical Thing not only occupies a particular geometric space at each instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime, i.e., the instance of E92 Spacetime Volume this property associates it with. This real spatiotemporal extent of the instance of E18 Physical Thing is regarded as being unique, in all its details and fuzziness; the identity and existence of the E92 Spacetime Volume depends uniquely on the identity of the instance of E18 Physical Thing, whose existence defines it. It constitutes a phenomenal spacetime volume as defined in CRMgeo (Doerr & Hiebel, 2013).
-Included in this spacetime volume are both the spaces filled by the matter of the physical thing and any inner space that may exist, for instance the interior of a box. Physical things consisting of aggregations of physically unconnected objects, such as a set of chessmen, occupy a finite number of individually contiguous subsets of this spacetime volume equal to the number of objects that constitute the set and that are never connected during its existence.'),
+Figure 23: Temporal entity A ends before the end of temporal entity B. Here A is shorter than B'),
+ (145, 'P166', 'E92', 'E93', 'was a presence of', 'had presence', 'This property associates an instance of E93 Presence with the instance of E92 Spacetime Volume of which it represents a temporal restriction (i.e. a time-slice). Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.'),
+ (146, 'P26', 'E53', 'E9', 'moved to', 'was destination of', 'This property identifies a destination, an instance of E53 Place, of an instance of E9 Move.
+A move will be linked to a destination, such as the move of an artifact from storage to display. A move may be linked to many terminal instances of E53 Place by multiple instances of this property. In this case the move describes a distribution of a set of objects. The area of the move includes the origin(s), route and destination(s).
+Therefore, the described destination is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.'),
+ (147, 'P1', 'E41', 'E1', 'is identified by', 'identifies', 'This property describes the naming or identification of any real-world item by a name or any other identifier.
+This property is intended for identifiers in general use, which form part of the world the model intends to describe, and not merely for internal database identifiers which are specific to a technical system, unless these latter also have a more general use outside the technical context. This property includes in particular identification by mathematical expressions such as coordinate systems used for the identification of instances of E53 Place. The property does not reveal anything about when, where and by whom this identifier was used. A more detailed representation can be made using the fully developed (i.e. indirect) path through E15 Identifier Assignment.
+This property is a shortcut for the path from E1 CRM Entity through P140i was attributed by, E15 Identifier Assignment, P37 assigned to E42 Identifier.
+It is also a shortcut for the path from E1 CRM Entity through P1 is identified by, E41 Appellation, P139 has alternative form to E41 Appellation.'),
+ (148, 'OA7', 'E39', 'E39', 'has relationship to', NULL, 'OA7 is used to link two Actors (E39) via a certain relationship E39 Actor linked with E39 Actor: E39 (Actor) - P11i (participated in) - E5 (Event) - P11 (had participant) - E39 (Actor) Example: [ Stefan (E21)] participated in [ Relationship from Stefan to Joachim (E5)] had participant [Joachim (E21)] The connecting event is defined by an entity of class E55 (Type): [Relationship from Stefan to Joachim (E5)] has type [Son to Father (E55)]'),
(149, 'OA8', 'E53', 'E77', 'begins in', 'is first appearance of', 'OA8 is used to link the beginning of a persistent item''s (E77) life span (or time of usage) with a certain place. E.g to document the birthplace of a person. E77 Persistent Item linked with a E53 Place: E77 (Persistent Item) - P92i (was brought into existence by) - E63 (Beginning of Existence) - P7 (took place at) - E53 (Place) Example: [Albert Einstein (E21)] was brought into existence by [Birth of Albert Einstein (E12)] took place at [Ulm (E53)]'),
(150, 'OA9', 'E53', 'E77', 'ends in', 'is last appearance of', 'OA9 is used to link the end of a persistent item''s (E77) life span (or time of usage) with a certain place. E.g to document a person''s place of death. E77 Persistent Item linked with a E53 Place: E77 (Persistent Item) - P93i (was taken out of existence by) - E64 (End of Existence) - P7 (took place at) - E53 (Place) Example: [Albert Einstein (E21)] was taken out of by [Death of Albert Einstein (E12)] took place at [Princeton (E53)]');
@@ -1216,815 +1246,895 @@ Included in this spacetime volume are both the spaces filled by the matter of th
--
INSERT INTO model.property_i18n VALUES
- (1, 'P2', 'de', 'hat den Typus', 'ist Typus von'),
- (2, 'P2', 'en', 'has type', 'is type of'),
- (3, 'P2', 'fr', 'est de type', 'est le type de'),
- (4, 'P2', 'ru', 'имеет тип', 'является типом для'),
- (5, 'P2', 'el', 'έχει τύπο', 'είναι ο τύπος του/της'),
- (6, 'P2', 'pt', 'é do tipo', 'é o tipo de'),
- (7, 'P2', 'zh', '有类型', '是类型'),
- (8, 'P20', 'de', 'hatte den bestimmten Zweck', 'war Zweck von'),
- (9, 'P20', 'en', 'had specific purpose', 'was purpose of'),
- (10, 'P20', 'fr', 'avait pour but spécifique', 'était le but de'),
- (11, 'P20', 'ru', 'имел конкретную цель', 'был целью для'),
- (12, 'P20', 'el', 'είχε συγκεκριμένο σκοπό', 'ήταν σκοπός του/της'),
- (13, 'P20', 'pt', 'tinha propósito específico', 'era o propósito de'),
- (14, 'P20', 'zh', '有特定目的', '是为了'),
- (15, 'P30', 'de', 'übertrug Gewahrsam über', 'wechselte Gewahrsam durch'),
- (16, 'P30', 'en', 'transferred custody of', 'custody transferred through'),
- (17, 'P30', 'fr', 'changement de détenteur concernant', 'a changé de détenteur du fait de'),
- (18, 'P30', 'ru', 'передало опеку на', 'опека передана через'),
- (19, 'P30', 'el', 'μετεβίβασε κατοχή του/της/των', 'άλλαξε κατοχή μέσω'),
- (20, 'P30', 'pt', 'transferida custódia de', 'custódia transferida por meio de'),
- (21, 'P30', 'zh', '转移监护权的是', '变更监护权'),
- (22, 'P150', 'en', 'defines typical parts of', 'defines typical wholes for'),
- (23, 'P103', 'de', 'bestimmt für', 'war Bestimmung von'),
- (24, 'P103', 'en', 'was intended for', 'was intention of'),
- (25, 'P103', 'fr', 'était destiné à', 'était la raison d''être de'),
- (26, 'P103', 'ru', 'был задуман для', 'был интенцией для'),
- (27, 'P103', 'el', 'προοριζόταν για', 'ήταν προορισμός του'),
- (28, 'P103', 'pt', 'era destinado à', 'era a destinação de'),
- (29, 'P103', 'zh', '被用于', '目的是'),
- (30, 'P125', 'de', 'benutzte Objekt des Typus', 'Objekt des Typus ... wurde benutzt in'),
- (31, 'P125', 'en', 'used object of type', 'was type of object used in'),
- (32, 'P125', 'fr', 'a employé un objet du type', 'était le type d’objet employé par'),
- (33, 'P125', 'ru', 'использовал объект типа', 'был типом объекта использованного в'),
- (34, 'P125', 'el', 'χρησιμοποίησε αντικείμενο τύπου', 'ήταν o τύπος αντικείμενου που χρησιμοποιήθηκε σε'),
- (35, 'P125', 'pt', 'usou objeto do tipo', 'foi tipo do objeto usado em'),
- (36, 'P125', 'zh', '使用对象类型', '是使用的对象类型'),
- (37, 'P19', 'de', 'war beabsichtigteter Gebrauch von', 'wurde hergestellt für'),
- (38, 'P19', 'en', 'was intended use of', 'was made for'),
- (39, 'P19', 'fr', 'était l''utilisation prévue de', 'a été fabriquée pour'),
- (40, 'P19', 'ru', 'был предполагаемым использованием для', 'был создан для'),
- (41, 'P19', 'el', 'ήταν προορισμένη χρήση του', 'έγινε για'),
- (42, 'P19', 'pt', 'era prevista a utilização de', 'foi feito para'),
- (43, 'P19', 'zh', '特定用途是', '用于'),
- (44, 'P184', 'en', 'ends before or with the end of', 'ends with or after the end of'),
- (45, 'P135', 'de', 'erschuf Typus', 'wurde geschaffen durch'),
- (46, 'P135', 'en', 'created type', 'was created by'),
- (47, 'P135', 'fr', 'a créé le type', 'a été créé par'),
- (48, 'P135', 'ru', 'создал тип', 'был создан посредством'),
- (49, 'P135', 'el', 'δημιούργησε τύπο', 'δημιουργήθηκε από'),
- (50, 'P135', 'pt', 'criou tipo', 'foi criado por'),
- (51, 'P135', 'zh', '创建类型', '被创建'),
- (52, 'P44', 'de', 'hat Zustand', 'ist Zustand von'),
- (53, 'P44', 'en', 'has condition', 'is condition of'),
- (54, 'P44', 'fr', 'a pour état matériel', 'état matériel de'),
- (55, 'P44', 'ru', 'имеет условие', 'является условием для'),
- (56, 'P44', 'el', 'έχει κατάσταση', 'είναι κατάσταση του'),
- (57, 'P44', 'pt', 'tem estado material', 'estado material de'),
- (58, 'P44', 'zh', '有状况', '是状况'),
- (59, 'P35', 'de', 'hat identifiziert', 'wurde identifiziert durch'),
- (60, 'P35', 'en', 'has identified', 'was identified by'),
- (61, 'P35', 'fr', 'a identifié', 'est identifié par'),
- (62, 'P35', 'ru', 'идентифицировал', 'идентифицирован посредством'),
- (63, 'P35', 'el', 'έχει διαπιστώσει', 'έχει διαπιστωθεί από'),
- (64, 'P35', 'pt', 'identificou', 'foi identificado por'),
- (65, 'P35', 'zh', '有标识', '被标识'),
- (66, 'P122', 'de', 'grenzt an', NULL),
- (67, 'P122', 'en', 'borders with', NULL),
- (68, 'P122', 'fr', 'jouxte', NULL),
- (69, 'P122', 'ru', 'граничит с', NULL),
- (70, 'P122', 'el', 'συνορεύει με', NULL),
- (71, 'P122', 'pt', 'fronteira com', NULL),
- (72, 'P122', 'zh', '接壤于', NULL),
- (73, 'P183', 'en', 'ends before the start of', 'starts after the end of'),
- (74, 'P71', 'de', 'listet', 'wird aufgelistet in'),
- (75, 'P71', 'en', 'lists', 'is listed in'),
- (76, 'P71', 'fr', 'définit', 'est défini par'),
- (77, 'P71', 'ru', 'перечисляет', 'перечислен в'),
- (78, 'P71', 'el', 'περιλαμβάνει', 'περιλαμβάνεται σε'),
- (79, 'P71', 'pt', 'define', 'é definido por'),
- (80, 'P71', 'zh', '列出', '列于'),
- (81, 'P65', 'de', 'zeigt Bildliches', 'wird gezeigt durch'),
- (82, 'P65', 'en', 'shows visual item', 'is shown by'),
- (83, 'P65', 'fr', 'présente l''item visuel', 'est présenté par'),
- (84, 'P65', 'ru', 'показывает визуальный предмет', 'показан посредством'),
- (85, 'P65', 'el', 'εμφανίζει οπτικό στοιχείο', 'εμφανίζεται σε'),
- (86, 'P65', 'pt', 'apresenta item visual', 'é apresentado por'),
- (87, 'P65', 'zh', '展示可视项', '被展示'),
- (88, 'P24', 'de', 'übertrug Besitz über', 'ging über in Besitz durch'),
- (89, 'P24', 'en', 'transferred title of', 'changed ownership through'),
- (90, 'P24', 'fr', 'a fait passer le droit de propriété sur', 'a changé de mains du fait de'),
- (91, 'P24', 'ru', 'передал право собственности на', 'сменил владельца через'),
- (178, 'P110', 'pt', 'aumentou', 'foi aumentada por'),
- (92, 'P24', 'el', 'μετεβίβασε τον τίτλο του/της', 'άλλαξε ιδιοκτησία μέσω'),
- (93, 'P24', 'pt', 'transferiu os direitos de propriedade sobre o', 'mudou de proprietário por meio de'),
- (94, 'P24', 'zh', '转移所有权的是', '变更所有权'),
- (95, 'P48', 'de', 'hat bevorzugtes Kennzeichen', 'ist bevorzugtes Kennzeichen für'),
- (96, 'P48', 'en', 'has preferred identifier', 'is preferred identifier of'),
- (97, 'P48', 'fr', 'a pour identificateur retenu', 'est l’identificateur retenu de'),
- (98, 'P48', 'ru', 'имеет предпочтительный идентификатор', 'является предпочтительным идентификатором для'),
- (99, 'P48', 'el', 'έχει προτιμώμενο αναγνωριστικό', 'είναι προτιμώμενο αναγνωριστικό'),
- (100, 'P48', 'pt', 'tem identificador preferido', 'é o identificador preferido de'),
- (101, 'P48', 'zh', '有优选标识符', '是优选标识符'),
- (102, 'P49', 'de', 'hat früheren oder derzeitigen Betreuer', 'ist früherer oder derzeitiger Betreuer von'),
- (103, 'P49', 'en', 'has former or current keeper', 'is former or current keeper of'),
- (104, 'P49', 'fr', 'est ou a été détenu par', 'est ou a été détenteur de'),
- (105, 'P49', 'ru', 'имеет бывшего или текущего смотрителя', 'является бывшим или текущим смотрителем для'),
- (106, 'P49', 'el', 'είναι ή ήταν στην κατοχή του', 'κατέχει ή κατείχε'),
- (107, 'P49', 'pt', 'é ou foi guardada por', 'é ou foi guardador de'),
- (108, 'P49', 'zh', '有以往或当前保管者', '是以往或当前保管者'),
- (109, 'P145', 'de', 'entließ', 'wurde entlassen durch'),
- (110, 'P145', 'en', 'separated', 'left by'),
- (111, 'P145', 'zh', '离开', '留下'),
- (112, 'P156', 'en', 'occupies', 'is occupied by'),
- (113, 'P164', 'en', 'is temporally specified by', 'temporally specifies'),
- (114, 'P59', 'de', 'hat Bereich', 'befindet sich auf oder in'),
- (115, 'P59', 'en', 'has section', 'is located on or within'),
- (116, 'P59', 'fr', 'a pour section', 'se situe sur ou dans'),
- (117, 'P59', 'ru', 'имеет район', 'находится на или внутри'),
- (118, 'P59', 'el', 'έχει τομέα', 'βρίσκεται σε ή εντός'),
- (119, 'P59', 'pt', 'tem seção', 'está localizada sobre ou dentro de'),
- (120, 'P59', 'zh', '有区域', '位于'),
- (121, 'P13', 'de', 'zerstörte', 'wurde zerstört durch'),
- (122, 'P13', 'en', 'destroyed', 'was destroyed by'),
- (123, 'P13', 'fr', 'a détruit', 'a été détruite par'),
- (124, 'P13', 'ru', 'уничтожил', 'был уничтожен посредством'),
- (125, 'P13', 'el', 'κατέστρεψε', 'καταστράφηκε από'),
- (126, 'P13', 'pt', 'destruiu', 'foi destruído por'),
- (127, 'P13', 'zh', '破坏了', '被破坏'),
- (128, 'P50', 'de', 'hat derzeitigen Betreuer', 'ist derzeitiger Betreuer von'),
- (129, 'P50', 'en', 'has current keeper', 'is current keeper of'),
- (130, 'P50', 'fr', 'est actuellement détenu par', 'est actuel détenteur de'),
- (131, 'P50', 'ru', 'имеет текущего смотрителя', 'является текущим смотрителем для'),
- (132, 'P50', 'el', 'είναι στην κατοχή του', 'κατέχει'),
- (133, 'P50', 'pt', 'é guardada por', 'é guardador de'),
- (134, 'P50', 'zh', '有当前保管者', '是当前保管者'),
- (135, 'P22', 'de', 'übertrug Besitztitel auf', 'erwarb Besitztitel durch'),
- (136, 'P22', 'en', 'transferred title to', 'acquired title through'),
- (137, 'P22', 'fr', 'a fait passer le droit de propriété à', 'a acquis le droit de propriété du fait de'),
- (138, 'P22', 'ru', 'передал право собственности', 'получил право собственности через'),
- (139, 'P22', 'el', 'μετεβίβασε τον τίτλο σε', 'απέκτησε τον τίτλο μέσω'),
- (140, 'P22', 'pt', 'transferiu os direitos de propriedade para', 'adquiriu os direitos de propriedade por meio da'),
- (141, 'P22', 'zh', '转移所有权至', '获得所有权'),
- (142, 'P93', 'de', 'beendete die Existenz von', 'wurde seiner Existenz beraubt durch'),
- (143, 'P93', 'en', 'took out of existence', 'was taken out of existence by'),
- (144, 'P93', 'fr', 'a fait cesser d’exister', 'a cessé d’exister du fait de'),
- (145, 'P93', 'ru', 'положил конец существованию', 'прекратил существование посредством'),
- (146, 'P93', 'el', 'αναίρεσε', 'αναιρέθηκε από'),
- (147, 'P93', 'pt', 'cessou a existência de', 'deixou de existir'),
- (148, 'P93', 'zh', '结束存在的是', '被结束存在'),
- (149, 'P46', 'de', 'ist zusammengesetzt aus', 'bildet Teil von'),
- (150, 'P46', 'en', 'is composed of', 'forms part of'),
- (151, 'P46', 'fr', 'est composée de', 'fait partie de'),
- (152, 'P46', 'ru', 'составлен из', 'формирует часть'),
- (153, 'P46', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
- (154, 'P46', 'pt', 'é composto de', 'faz parte de'),
- (155, 'P46', 'zh', '组成成分是', '构成部分'),
- (156, 'P123', 'de', 'ergab', 'ergab sich aus'),
- (157, 'P123', 'en', 'resulted in', 'resulted from'),
- (158, 'P123', 'fr', 'a eu pour résultat', 'est le résultat de'),
- (159, 'P123', 'ru', 'повлек появление', 'был результатом'),
- (160, 'P123', 'el', 'είχε ως αποτέλεσμα', 'προέκυψε από'),
- (161, 'P123', 'pt', 'resultou em', 'resultado de'),
- (162, 'P123', 'zh', '结果造成', '起因于'),
- (163, 'P76', 'de', 'hat Kontaktpunkt', 'bietet Zugang zu'),
- (164, 'P76', 'en', 'has contact point', 'provides access to'),
- (165, 'P76', 'fr', 'a pour coordonnées individuelles', 'permettent de contacter'),
- (166, 'P76', 'ru', 'имеет контакт', 'предоставляет доступ к'),
- (167, 'P76', 'el', 'έχει σημείο επικοινωνίας', 'παρέχει πρόσβαση σε'),
- (168, 'P76', 'pt', 'possui ponto de contato', 'é ponto de contado de'),
- (169, 'P76', 'zh', '有联系方式', '提供访问'),
- (170, 'P146', 'de', 'entließ von', 'verlor Mitglied durch'),
- (171, 'P146', 'en', 'separated from', 'lost member by'),
- (172, 'P146', 'zh', '脱离', '失去成员'),
- (173, 'P110', 'de', 'erweiterte', 'wurde erweitert durch'),
- (174, 'P110', 'en', 'augmented', 'was augmented by'),
- (175, 'P110', 'fr', 'a augmenté', 'a été augmenté par'),
- (176, 'P110', 'ru', 'увеличил', 'был увеличен посредством'),
- (177, 'P110', 'el', 'επαύξησε', 'επαυξήθηκε από'),
- (179, 'P110', 'zh', '增强了', '被增强'),
- (180, 'P45', 'de', 'besteht aus', 'ist enthalten in'),
- (181, 'P45', 'en', 'consists of', 'is incorporated in'),
- (182, 'P45', 'fr', 'consiste en', 'est présent dans'),
- (183, 'P45', 'ru', 'составлен из', 'входит в состав'),
- (184, 'P45', 'el', 'αποτελείται από', 'είναι ενσωματωμένος/η/ο σε'),
- (185, 'P45', 'pt', 'consiste de', 'está presente em'),
- (186, 'P45', 'zh', '包含', '结合在'),
- (187, 'P8', 'de', 'fand statt auf oder innerhalb von', 'bezeugte'),
- (188, 'P8', 'en', 'took place on or within', 'witnessed'),
- (189, 'P8', 'fr', 'a eu lieu sur ou dans', 'a été témoin de'),
- (190, 'P8', 'ru', 'имел место на или в', 'являлся местом для'),
- (191, 'P8', 'el', 'έλαβε χώρα σε ή εντός', 'υπήρξε τόπος του'),
- (192, 'P8', 'pt', 'ocorreu em ou dentro', 'testemunhou'),
- (193, 'P8', 'zh', '发生的所在对象是', '发生过'),
- (194, 'P51', 'de', 'hat früheren oder derzeitigen Besitzer', 'ist früherer oder derzeitiger Besitzer von'),
- (195, 'P51', 'en', 'has former or current owner', 'is former or current owner of'),
- (196, 'P51', 'fr', 'est ou a été possédée par', 'est ou a été propriétaire de'),
- (197, 'P51', 'ru', 'имеет бывшего или текущего владельца', 'является бывшим или текущим владельцем для'),
- (198, 'P51', 'el', 'έχει ή είχε ιδιοκτήτη', 'είναι ή ήταν ιδιοκτήτης του/της'),
- (199, 'P51', 'pt', 'é ou foi propriedade de', 'é ou foi proprietário de'),
- (200, 'P51', 'zh', '有以往或当前所有者', '是以往或当前所有者'),
- (201, 'P165', 'en', 'incorporates', 'is incorporated in'),
- (202, 'P185', 'en', 'ends before the end of', 'ends after the end of'),
- (203, 'P198', 'en', 'holds or supports', 'is held or supported by'),
- (204, 'P73', 'de', 'hat Übersetzung', 'ist Übersetzung von'),
- (205, 'P73', 'en', 'has translation', 'is translation of'),
- (206, 'P73', 'fr', 'a pour traduction', 'est la traduction de'),
- (207, 'P73', 'ru', 'имеет перевод', 'является переводом'),
- (208, 'P73', 'el', 'έχει μετάφραση', 'είναι μετάφραση του/της'),
- (209, 'P73', 'pt', 'tem tradução', 'é tradução de'),
- (210, 'P73', 'zh', '有译文', '是译文'),
- (211, 'P113', 'de', 'entfernte', 'wurde entfernt durch'),
- (212, 'P113', 'en', 'removed', 'was removed by'),
- (213, 'P113', 'fr', 'a enlevé', 'a été enlevée par'),
- (214, 'P113', 'ru', 'удален', 'был удален посредством'),
- (215, 'P113', 'el', 'αφαίρεσε', 'αφαιρέθηκε από'),
- (216, 'P113', 'pt', 'removeu', 'foi removido por'),
- (217, 'P113', 'zh', '去除了', '被去除'),
- (218, 'P92', 'de', 'brachte in Existenz', 'wurde in Existenz gebracht durch'),
- (219, 'P92', 'en', 'brought into existence', 'was brought into existence by'),
- (220, 'P92', 'fr', 'a fait exister', 'a commencé à exister du fait de'),
- (221, 'P92', 'ru', 'создал', 'был создан посредством'),
- (222, 'P92', 'el', 'γέννησε', 'γεννήθηκε από'),
- (223, 'P92', 'pt', 'trouxe à existência', 'passou a existir por'),
- (224, 'P92', 'zh', '导致存在的是', '使导致存在'),
- (225, 'P177', 'en', 'assigned property of type', 'is type of property assigned'),
- (226, 'P134', 'de', 'setzte sich fort in', 'wurde fortgesetzt durch'),
- (227, 'P134', 'en', 'continued', 'was continued by'),
- (228, 'P134', 'fr', 'est la suite de', 'a été continuée par'),
- (229, 'P134', 'ru', 'продолжил', 'был продолжен'),
- (230, 'P134', 'el', 'συνέχισε', 'συνεχίστηκε από'),
- (231, 'P134', 'pt', 'continuou', 'foi continuada por'),
- (232, 'P134', 'zh', '继续', '被继续'),
- (233, 'P128', 'de', 'trägt', 'wird getragen von'),
- (234, 'P128', 'en', 'carries', 'is carried by'),
- (235, 'P128', 'fr', 'est le support de', 'a pour support'),
- (236, 'P128', 'ru', 'несет', 'переносится посредством'),
- (237, 'P128', 'el', 'φέρει', 'φέρεται από'),
- (238, 'P128', 'pt', 'é o suporte de', 'é suportado por'),
- (239, 'P128', 'zh', '承载', '被承载'),
- (240, 'P189', 'en', 'approximates', 'is approximated by'),
- (241, 'P1', 'de', 'wird bezeichnet als', 'bezeichnet'),
- (242, 'P1', 'en', 'is identified by', 'identifies'),
- (243, 'P1', 'fr', 'est identifiée par', 'identifie'),
- (244, 'P1', 'ru', 'идентифицируется посредством', 'идентифицирует'),
- (245, 'P1', 'el', 'αναγνωρίζεται ως', 'είναι αναγνωριστικό'),
- (246, 'P1', 'pt', 'é identificado por', 'identifica'),
- (247, 'P1', 'zh', '被标识为', '标识'),
- (248, 'P9', 'de', 'setzt sich zusammen aus', 'bildet Teil von'),
- (249, 'P9', 'en', 'consists of', 'forms part of'),
- (250, 'P9', 'fr', 'consiste en', 'fait partie de'),
- (251, 'P9', 'ru', 'состоит из', 'формирует часть'),
- (252, 'P9', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
- (253, 'P9', 'pt', 'consiste de', 'faz parte de'),
- (254, 'P9', 'zh', '包括', '组成部分'),
- (255, 'P70', 'de', 'belegt', 'wird belegt in'),
- (256, 'P70', 'en', 'documents', 'is documented in'),
- (257, 'P70', 'fr', 'mentionne', 'est mentionnée dans'),
- (258, 'P70', 'ru', 'документирует', 'документирован в'),
- (259, 'P70', 'el', 'τεκμηριώνει', 'τεκμηριώνεται σε'),
- (260, 'P70', 'pt', 'documenta', 'é documentado em'),
- (261, 'P70', 'zh', '记录了', '记录在'),
- (262, 'P108', 'de', 'hat hergestellt', 'wurde hergestellt durch'),
- (263, 'P108', 'en', 'has produced', 'was produced by'),
- (264, 'P108', 'fr', 'a produit', 'a été produit par'),
- (265, 'P108', 'ru', 'произвел', 'был произведен посредством'),
- (266, 'P108', 'el', 'παρήγαγε', 'παρήχθη από'),
- (267, 'P108', 'pt', 'produziu', 'foi produzido por'),
- (268, 'P108', 'zh', '已产生了', '被产生'),
- (269, 'P124', 'de', 'wandelte um', 'wurde umgewandelt durch'),
- (270, 'P124', 'en', 'transformed', 'was transformed by'),
- (271, 'P124', 'fr', 'a transformé', 'a été transformé par'),
- (272, 'P124', 'ru', 'трансформировал', 'был трансформирован посредством'),
- (273, 'P124', 'el', 'μετέτρεψε', 'μετατράπηκε από'),
- (274, 'P124', 'pt', 'transformou', 'foi transformado por'),
- (275, 'P124', 'zh', '转变了', '被转变'),
- (276, 'P111', 'de', 'fügte hinzu', 'wurde hinzugefügt durch'),
- (277, 'P111', 'en', 'added', 'was added by'),
- (278, 'P111', 'fr', 'a ajouté', 'a été ajouté par'),
- (279, 'P111', 'ru', 'добавил', 'был добавлен посредством'),
- (280, 'P111', 'el', 'προσέθεσε', 'προστέθηκε από'),
- (281, 'P111', 'pt', 'adicionou', 'foi adicionado por'),
- (282, 'P111', 'zh', '增加了', '被增加'),
- (283, 'P138', 'de', 'stellt dar', 'wird dargestellt durch'),
- (284, 'P138', 'en', 'represents', 'has representation'),
- (285, 'P138', 'fr', 'représente', 'est représentée par'),
- (286, 'P138', 'ru', 'представляет', 'имеет представление'),
- (287, 'P138', 'el', 'παριστάνει', 'παριστάνεται από'),
- (288, 'P138', 'pt', 'representa', 'tem representação'),
- (289, 'P138', 'zh', '描绘', '有描绘'),
- (290, 'P89', 'de', 'fällt in', 'enthält'),
- (291, 'P89', 'en', 'falls within', 'contains'),
- (292, 'P89', 'fr', 's’insère dans', 'inclut'),
- (293, 'P89', 'ru', 'содержится в', 'содержит'),
- (294, 'P89', 'el', 'περιέχεται σε', 'περιέχει'),
- (295, 'P89', 'pt', 'está contido em', 'contém'),
- (296, 'P89', 'zh', '位于', '包括'),
- (297, 'P98', 'de', 'brachte zur Welt', 'wurde geboren durch'),
- (298, 'P98', 'en', 'brought into life', 'was born'),
- (299, 'P98', 'fr', 'a donné vie à', 'est né'),
- (300, 'P98', 'ru', 'породил', 'был рожден'),
- (301, 'P98', 'el', 'έφερε στη ζωή', 'γεννήθηκε'),
- (302, 'P98', 'pt', 'trouxe à vida', 'veio à vida pelo'),
- (303, 'P98', 'zh', '诞生了', '被诞生'),
- (304, 'P102', 'de', 'trägt den Titel', 'ist der Titel von'),
- (305, 'P102', 'en', 'has title', 'is title of'),
- (306, 'P102', 'fr', 'a pour titre', 'est le titre de'),
- (307, 'P102', 'ru', 'имеет заголовок', 'является заголовком для'),
- (308, 'P102', 'el', 'έχει τίτλο', 'είναι τίτλος του/της'),
- (309, 'P102', 'pt', 'tem título', 'é título de'),
- (310, 'P102', 'zh', '有题名', '题名是'),
- (311, 'P28', 'de', 'übergab Gewahrsam an', 'wurde Gewahrsam übergeben durch'),
- (312, 'P28', 'en', 'custody surrendered by', 'surrendered custody through'),
- (313, 'P28', 'fr', 'changement de détenteur au détriment de', 'a cessé d’être détenteur à cause de'),
- (314, 'P28', 'ru', 'опека отдана', 'опека отдана через'),
- (315, 'P28', 'el', 'μετεβίβασε κατοχή από', 'παρέδωσε κατοχή μέσω'),
- (316, 'P28', 'pt', 'custódia concedida por', 'final da custódia por meio de'),
- (317, 'P28', 'zh', '监护权转自', '出让监护权'),
- (318, 'P95', 'de', 'hat gebildet', 'wurde gebildet von'),
- (319, 'P95', 'en', 'has formed', 'was formed by'),
- (320, 'P95', 'fr', 'a fondé', 'a été fondé par'),
- (321, 'P95', 'ru', 'сформировал', 'была сформирована посредством'),
- (322, 'P95', 'el', 'σχημάτισε', 'σχηματίστηκε από'),
- (323, 'P95', 'pt', 'formou', 'foi formado por'),
- (324, 'P95', 'zh', '已经组成', '被组成'),
- (325, 'P100', 'de', 'Tod von', 'starb in'),
- (326, 'P100', 'en', 'was death of', 'died in'),
- (327, 'P100', 'fr', 'a été la mort de', 'est mort par'),
- (328, 'P100', 'ru', 'был смертью для', 'умер в'),
- (329, 'P100', 'el', 'ήταν θάνατος του/της', 'πέθανε σε'),
- (330, 'P100', 'pt', 'foi a morte para', 'morreu em'),
- (331, 'P100', 'zh', '死亡的是', '死于'),
- (332, 'P15', 'de', 'wurde beeinflußt durch', 'beeinflußte'),
- (333, 'P15', 'en', 'was influenced by', 'influenced'),
- (334, 'P15', 'fr', 'a été influencée par', 'a influencé'),
- (335, 'P15', 'ru', 'находился под влиянием', 'оказал влияние на'),
- (336, 'P15', 'el', 'επηρεάστηκε από', 'επηρέασε'),
- (337, 'P15', 'pt', 'foi influenciado por', 'influenciou'),
- (338, 'P15', 'zh', '被影响', '影响'),
- (339, 'P23', 'de', 'übertrug Besitztitel von', 'trat Besitztitel ab in'),
- (340, 'P23', 'en', 'transferred title from', 'surrendered title through'),
- (341, 'P23', 'fr', 'a fait passer le droit de propriété de', 'a perdu le droit de propriété du fait de'),
- (342, 'P23', 'ru', 'передал право собственности от', 'право собственности отдано через'),
- (343, 'P23', 'el', 'μετεβίβασε τον τίτλο από', 'παρέδωσε τον τίτλο μέσω'),
- (344, 'P23', 'pt', 'transferiu os direitos de propriedade de', 'perdeu os direitos de propriedade por meio da'),
- (345, 'P23', 'zh', '转移所有权自', '出让所有权'),
- (346, 'P68', 'de', 'sieht den Gebrauch vor von', 'vorgesehen für Gebrauch durch defined'),
- (347, 'P68', 'en', 'foresees use of', 'use foreseen by'),
- (348, 'P68', 'fr', 'utilise habituellement', 'est habituellement utilisé par'),
- (349, 'P68', 'ru', 'обычно применяет', 'обычно используется посредством'),
- (350, 'P68', 'el', 'συνήθως χρησιμοποιεί', 'συνήθως χρησιμοποιείται από'),
- (351, 'P68', 'pt', 'normalmente emprega', 'é empregado por'),
- (352, 'P68', 'zh', '预知使用', '被预知使用'),
- (353, 'P136', 'de', 'stützte sich auf', 'belegte'),
- (354, 'P136', 'en', 'was based on', 'supported type creation'),
- (355, 'P136', 'fr', 's’est fondée sur', 'a justifié la création de type'),
- (356, 'P136', 'ru', 'был основан на', 'поддержал создание типа'),
- (357, 'P136', 'el', 'βασίστηκε σε', 'υποστήριξε τη δημιουργία τύπου'),
- (358, 'P136', 'pt', 'foi baseado em', 'suportou a criação de tipo'),
- (359, 'P136', 'zh', '基于', '支持类型创建'),
- (360, 'P37', 'de', 'wies zu', 'wurde zugewiesen durch'),
- (361, 'P37', 'en', 'assigned', 'was assigned by'),
- (362, 'P37', 'fr', 'a attribué', 'a été attribuée par'),
- (363, 'P37', 'ru', 'назначил', 'был присвоен посредством'),
- (364, 'P37', 'el', 'απέδωσε', 'αποδόθηκε ως ιδιότητα από'),
- (365, 'P37', 'pt', 'atribuiu', 'foi atribuído por'),
- (366, 'P37', 'zh', '分配了', '被分配'),
- (367, 'P94', 'de', 'hat erschaffen', 'wurde erschaffen durch'),
- (368, 'P94', 'en', 'has created', 'was created by'),
- (369, 'P94', 'fr', 'a créé', 'a été créé par'),
- (370, 'P94', 'ru', 'создал', 'был создан посредством'),
- (371, 'P94', 'el', 'δημιούργησε', 'δημιουργήθηκε από'),
- (372, 'P94', 'pt', 'criou', 'foi criado por'),
- (373, 'P94', 'zh', '已创建了', '被创建'),
- (374, 'P130', 'de', 'zeigt Merkmale von', 'Merkmale auch auf'),
- (375, 'P130', 'en', 'shows features of', 'features are also found on'),
- (376, 'P130', 'fr', 'présente des caractéristiques de', 'a des caractéristiques se trouvant aussi sur'),
- (377, 'P130', 'ru', 'демонстрирует признаки', 'признаки также найдены на'),
- (378, 'P130', 'el', 'παρουσιάζει χαρακτηριστικά του/της', 'χαρακτηριστικά του βρίσκονται επίσης σε'),
- (379, 'P130', 'pt', 'apresenta características de', 'características são também encontradas em'),
- (380, 'P130', 'zh', '显示特征', '发现特征'),
- (381, 'P10', 'de', 'fällt in', 'enthält'),
- (382, 'P10', 'en', 'falls within', 'contains'),
- (383, 'P10', 'fr', 's’insère dans le cours de', 'contient'),
- (384, 'P10', 'ru', 'находится в пределах', 'содержит'),
- (385, 'P10', 'el', 'εμπίπτει', 'περιλαμβάνει'),
- (386, 'P10', 'pt', 'está contido em', 'contém'),
- (387, 'P10', 'zh', '属于', '包含'),
- (388, 'P75', 'de', 'besitzt', 'sind im Besitz von'),
- (389, 'P75', 'en', 'possesses', 'is possessed by'),
- (390, 'P75', 'fr', 'est détenteur de', 'est détenu par'),
- (391, 'P75', 'ru', 'владеет', 'принадлежит'),
- (392, 'P75', 'el', 'κατέχει', 'κατέχεται από'),
- (393, 'P75', 'pt', 'é detentor de', 'são detidos por'),
- (394, 'P75', 'zh', '拥有', '被拥有'),
- (395, 'P144', 'de', 'verband mit', 'erwarb Mitglied durch'),
- (396, 'P144', 'en', 'joined with', 'gained member by'),
- (397, 'P144', 'zh', '加入', '获得成员'),
- (398, 'P148', 'de', 'hat Bestandteil', 'ist Bestandteil von'),
- (399, 'P148', 'en', 'has component', 'is component of'),
- (400, 'P148', 'zh', '有组件', '是组件'),
- (401, 'P53', 'de', 'hat früheren oder derzeitigen Standort', 'ist früherer oder derzeitiger Standort von'),
- (402, 'P53', 'en', 'has former or current location', 'is former or current location of'),
- (403, 'P53', 'fr', 'a ou a eu pour localisation', 'est ou a été localisation de'),
- (404, 'P53', 'ru', 'имеет текущее или бывшее местоположение', 'является текущим или бывшим местоположением для'),
- (405, 'P53', 'el', 'βρίσκεται ή βρισκόταν σε', 'είναι ή ήταν θέση του'),
- (406, 'P53', 'pt', 'é ou foi localizada em', 'é ou foi localização de'),
- (407, 'P53', 'zh', '有之前或当前位置', '是之前或当前位置'),
- (408, 'P17', 'de', 'wurde angeregt durch', 'regte an'),
- (409, 'P17', 'en', 'was motivated by', 'motivated'),
- (410, 'P17', 'fr', 'a été motivée par', 'a motivé'),
- (411, 'P17', 'ru', 'был обусловлен посредством', 'обусловил'),
- (412, 'P17', 'el', 'είχε ως αφορμή', 'ήταν αφορμή'),
- (413, 'P17', 'pt', 'foi motivado por', 'motivou'),
- (414, 'P17', 'zh', '被促动', '促动'),
- (415, 'P56', 'de', 'trägt Merkmal', 'wird gefunden auf'),
- (416, 'P56', 'en', 'bears feature', 'is found on'),
- (417, 'P56', 'fr', 'présente pour caractéristique', 'se trouve sur'),
- (418, 'P56', 'ru', 'несет признак', 'найден на'),
- (419, 'P56', 'el', 'φέρει μόρφωμα', 'βρίσκεται σε'),
- (420, 'P56', 'pt', 'possui característica', 'é encontrada em'),
- (421, 'P56', 'zh', '有特征', '发现于'),
- (422, 'P140', 'de', 'wies Merkmal zu', 'bekam Merkmal zugewiesen durch'),
- (423, 'P140', 'en', 'assigned attribute to', 'was attributed by'),
- (424, 'P140', 'fr', 'a affecté un attribut à', 'a reçu un attribut par'),
- (425, 'P140', 'ru', 'присвоил атрибут для', 'получил атрибут посредством'),
- (426, 'P140', 'el', 'απέδωσε ιδιότητα σε', 'χαρακτηρίστηκε από'),
- (427, 'P140', 'pt', 'atribuiu atributo para', 'foi atribuído por'),
- (428, 'P140', 'zh', '分配属性于', '接受属性'),
- (429, 'P33', 'de', 'benutzte das bestimmte Verfahren', 'wurde benutzt von'),
- (430, 'P33', 'en', 'used specific technique', 'was used by'),
- (431, 'P33', 'fr', 'a employé comme technique spécifique', 'a été employée par'),
- (432, 'P33', 'ru', 'использовал особую технику', 'был использован посредством'),
- (433, 'P33', 'el', 'χρησιμοποίησε συγκεκριμένη τεχνική', 'χρησιμοποιήθηκε για'),
- (434, 'P33', 'pt', 'usou técnica específica', 'foi usada por'),
- (435, 'P33', 'zh', '使用特定技术', '被使用'),
- (436, 'P173', 'en', 'starts before or with the end of', 'ends after or with the start of'),
- (437, 'P34', 'de', 'betraf', 'wurde beurteilt durch'),
- (438, 'P34', 'en', 'concerned', 'was assessed by'),
- (439, 'P34', 'fr', 'a concerné', 'expertisé par le biais de'),
- (440, 'P34', 'ru', 'имел дело с', 'был оценен посредством'),
- (441, 'P34', 'el', 'αφορούσε σε', 'εκτιμήθηκε από'),
- (442, 'P34', 'pt', 'interessada', 'foi avaliada por'),
- (443, 'P34', 'zh', '已评估', '被评估'),
- (444, 'P11', 'de', 'hatte Teilnehmer', 'nahm Teil an'),
- (445, 'P11', 'en', 'had participant', 'participated in'),
- (446, 'P11', 'fr', 'a eu pour participant', 'a participé à'),
- (447, 'P11', 'ru', 'имел участника', 'участвовал в'),
- (448, 'P11', 'el', 'είχε συμμέτοχο', 'συμμετείχε σε'),
- (449, 'P11', 'pt', 'tem participante', 'participa em'),
- (450, 'P11', 'zh', '有参与者', '参与'),
- (451, 'P14', 'de', 'wurde ausgeführt von', 'führte aus'),
- (452, 'P14', 'en', 'carried out by', 'performed'),
- (453, 'P14', 'fr', 'réalisée par', 'a exécuté'),
- (454, 'P14', 'ru', 'выполнялся', 'выполнял'),
- (455, 'P14', 'el', 'πραγματοποιήθηκε από', 'πραγματοποίησε'),
- (456, 'P14', 'pt', 'realizada por', 'executou'),
- (457, 'P14', 'zh', '执行者是', '执行'),
- (458, 'P121', 'de', 'überlappt mit', NULL),
- (459, 'P121', 'en', 'overlaps with', NULL),
- (460, 'P121', 'fr', 'chevauche', NULL),
- (461, 'P121', 'ru', 'пересекается с', NULL),
- (462, 'P121', 'el', 'επικαλύπτεται με', NULL),
- (463, 'P121', 'pt', 'sobrepõe com', NULL),
- (464, 'P121', 'zh', '重叠于', NULL),
- (465, 'P112', 'de', 'verminderte', 'wurde vermindert durch'),
- (558, 'P25', 'pt', 'locomoveu', 'foi locomovido por'),
- (466, 'P112', 'en', 'diminished', 'was diminished by'),
- (467, 'P112', 'fr', 'a diminué', 'a été diminué par'),
- (468, 'P112', 'ru', 'уменьшил', 'был уменьшен посредством'),
- (469, 'P112', 'el', 'εξάλειψε', 'εξαλείφθηκε από'),
- (470, 'P112', 'pt', 'diminuiu', 'foi diminuído por'),
- (471, 'P112', 'zh', '减少了', '被减少'),
- (472, 'P96', 'de', 'durch Mutter', 'gebar'),
- (473, 'P96', 'en', 'by mother', 'gave birth'),
- (474, 'P96', 'fr', 'de mère', 'a donné naissance à'),
- (475, 'P96', 'ru', 'посредством матери', 'дал рождение'),
- (476, 'P96', 'el', 'είχε μητέρα', 'ήταν μητέρα του/της'),
- (477, 'P96', 'pt', 'pela mãe', 'deu nascimento'),
- (478, 'P96', 'zh', '来自母亲', '生育'),
- (479, 'P176', 'en', 'starts before the start of', 'starts after the start of'),
- (480, 'P104', 'de', 'Gegenstand von', 'findet Anwendung auf'),
- (481, 'P104', 'en', 'is subject to', 'applies to'),
- (482, 'P104', 'fr', 'est sujet à', 's’applique à'),
- (483, 'P104', 'ru', 'является объектом для', 'применяется к'),
- (484, 'P104', 'el', 'υπόκειται σε', 'ισχύει για'),
- (485, 'P104', 'pt', 'está sujeito à', 'se aplicam à'),
- (486, 'P104', 'zh', '服从', '适用于'),
- (487, 'P67', 'de', 'verweist auf', 'wird angeführt von'),
- (488, 'P67', 'en', 'refers to', 'is referred to by'),
- (489, 'P67', 'fr', 'fait référence à', 'est référencé par'),
- (490, 'P67', 'ru', 'ссылается на', 'имеет ссылку на себя от'),
- (491, 'P67', 'el', 'αναφέρεται σε', 'αναφέρεται από'),
- (492, 'P67', 'pt', 'referencia', 'é referenciado por'),
- (493, 'P67', 'zh', '涉及', '被涉及'),
- (494, 'P187', 'en', 'has production plan', 'is production plan for'),
- (495, 'P55', 'de', 'hat derzeitigen Standort', 'hält derzeitig'),
- (496, 'P55', 'en', 'has current location', 'currently holds'),
- (497, 'P55', 'fr', 'a pour localisation actuelle', 'est localisation actuelle de'),
- (498, 'P55', 'ru', 'в данный момент находится в', 'в данный момент содержит'),
- (499, 'P55', 'el', 'βρίσκεται σε', 'είναι θέση του'),
- (500, 'P55', 'pt', 'é localizado em', 'é localização atual de'),
- (501, 'P55', 'zh', '有当前位置', '当前拥有'),
- (502, 'P137', 'de', 'erläutert', 'erläutert durch Beispiel'),
- (503, 'P137', 'en', 'exemplifies', 'is exemplified by'),
- (504, 'P137', 'fr', 'exemplifie', 'est exemplifié par'),
- (505, 'P137', 'ru', 'поясняет', 'поясняется посредством'),
- (506, 'P137', 'el', 'δειγματίζει', 'δειγματίζεται από'),
- (507, 'P137', 'pt', 'é exemplificado por', 'exemplifica'),
- (508, 'P137', 'zh', '例示', '被例示'),
- (509, 'P97', 'de', 'gab Vaterschaft', 'war Vater für'),
- (510, 'P97', 'en', 'from father', 'was father for'),
- (511, 'P97', 'fr', 'de père', 'a été père dans'),
- (512, 'P97', 'ru', 'от отца', 'был отцом для'),
- (513, 'P97', 'el', 'είχε πατέρα', 'ήταν πατέρας του/της'),
- (514, 'P97', 'pt', 'pelo pai', 'foi pai para'),
- (515, 'P97', 'zh', '来自父亲', '是父亲'),
- (516, 'P62', 'de', 'bildet ab', 'wird abgebildet durch'),
- (517, 'P62', 'en', 'depicts', 'is depicted by'),
- (518, 'P62', 'fr', 'figure', 'est figurée sur'),
- (519, 'P62', 'ru', 'описывает', 'описан посредством'),
- (520, 'P62', 'el', 'απεικονίζει', 'απεικονίζεται σε'),
- (521, 'P62', 'pt', 'retrata', 'é retratada por'),
- (522, 'P62', 'zh', '描绘了', '被描绘'),
- (523, 'P196', 'en', 'defines', 'is defined by'),
- (524, 'P12', 'de', 'fand statt im Beisein von', 'war anwesend bei'),
- (525, 'P12', 'en', 'occurred in the presence of', 'was present at'),
- (526, 'P12', 'fr', 'est arrivé en présence de', 'était présent à'),
- (527, 'P12', 'ru', 'появился в присутствии', 'присутствовал при'),
- (528, 'P12', 'el', 'συνέβη παρουσία του/της', 'ήταν παρών/παρούσα/παρόν σε'),
- (529, 'P12', 'pt', 'ocorreu na presença de', 'estava presente no'),
- (530, 'P12', 'zh', '已出现', '出现在'),
- (531, 'P32', 'de', 'benutzte das allgemeine Verfahren', 'war Verfahren von'),
- (532, 'P32', 'en', 'used general technique', 'was technique of'),
- (533, 'P32', 'fr', 'a employé comme technique générique', 'a été la technique mise en œuvre dans'),
- (534, 'P32', 'ru', 'использовал общую технику', 'был техникой для'),
- (535, 'P32', 'el', 'χρησιμοποίησε γενική τεχνική', 'ήταν τεχνική του/της'),
- (536, 'P32', 'pt', 'usou técnica geral', 'foi técnica da'),
- (537, 'P32', 'zh', '使用通用技术', '是技术'),
- (538, 'P52', 'de', 'hat derzeitigen Besitzer', 'ist derzeitiger Besitzer von'),
- (539, 'P52', 'en', 'has current owner', 'is current owner of'),
- (540, 'P52', 'fr', 'est actuellement possédée par', 'est le propriétaire actuel de'),
- (541, 'P52', 'ru', 'имеет текущего владельца', 'является текущим владельцем для'),
- (542, 'P52', 'el', 'έχει ιδιοκτήτη', 'είναι ιδιοκτήτης του'),
- (543, 'P52', 'pt', 'é propriedade de', 'é proprietário de'),
- (544, 'P52', 'zh', '有当前所有者', '是当前所有者'),
- (545, 'P197', 'en', 'covered parts of', 'was partially covered by'),
- (546, 'P109', 'de', 'hat derzeitigen oder früheren Kurator', 'ist derzeitiger oder früherer Kurator von'),
- (547, 'P109', 'en', 'has current or former curator', 'is current or former curator of'),
- (548, 'P109', 'fr', 'a pour conservateur actuel ou ancien', 'est ou a été le conservateur de'),
- (549, 'P109', 'ru', 'имеет действующего или бывшего хранителя', 'является действующим или бывшим хранителем'),
- (550, 'P109', 'el', 'έχει ή είχε επιμελητή', 'είναι ή ήταν επιμελητής του/της'),
- (551, 'P109', 'pt', 'tem ou teve curador', 'é ou foi curador de'),
- (552, 'P109', 'zh', '有当前或以往管理者', '是当前或以往管理者'),
- (553, 'P25', 'de', 'bewegte', 'wurde bewegt durch'),
- (554, 'P25', 'en', 'moved', 'moved by'),
- (555, 'P25', 'fr', 'a déplacé', 'a été déplacé par'),
- (556, 'P25', 'ru', 'переместил', 'перемещен посредством'),
- (557, 'P25', 'el', 'μετεκίνησε', 'μετακινήθηκε από'),
- (559, 'P25', 'zh', '移动', '被移动'),
- (560, 'P40', 'de', 'beobachtete Dimension', 'wurde beobachtet in'),
- (561, 'P40', 'en', 'observed dimension', 'was observed in'),
- (562, 'P40', 'fr', 'a relevé comme dimension', 'a été relevée au cours de'),
- (563, 'P40', 'ru', 'определил величину', 'наблюдался в'),
- (564, 'P40', 'el', 'παρατήρησε', 'παρατηρήθηκε από'),
- (565, 'P40', 'pt', 'verificou a dimensão', 'foi verificada durante'),
- (566, 'P40', 'zh', '观测度量规格', '被观测'),
- (567, 'P72', 'de', 'hat Sprache', 'ist Sprache von'),
- (568, 'P72', 'en', 'has language', 'is language of'),
- (569, 'P72', 'fr', 'est en langue', 'est la langue de'),
- (570, 'P72', 'ru', 'имеет язык', 'является языком для'),
- (571, 'P72', 'el', 'έχει γλώσσα', 'είναι γλώσσα του/της'),
- (572, 'P72', 'pt', 'é da língua', 'é a língua de'),
- (573, 'P72', 'zh', '有语种', '是语种'),
- (574, 'P39', 'de', 'vermaß', 'wurde vermessen durch'),
- (575, 'P39', 'en', 'measured', 'was measured by'),
- (576, 'P39', 'fr', 'a mesuré', 'a été mesuré par'),
- (577, 'P39', 'ru', 'измерил', 'был измерен посредством'),
- (578, 'P39', 'el', 'μέτρησε', 'μετρήθηκε από'),
- (579, 'P39', 'pt', 'mediu', 'foi medida por'),
- (580, 'P39', 'zh', '测量了', '被测量'),
- (581, 'P195', 'en', 'was a presence of', 'had presence'),
- (582, 'P129', 'de', 'handelt über', 'wird behandelt in'),
- (583, 'P129', 'en', 'is about', 'is subject of'),
- (584, 'P129', 'fr', 'est au sujet de', 'est le sujet de'),
- (585, 'P129', 'ru', 'касается', 'является предметом для'),
- (586, 'P129', 'el', 'έχει ως θέμα', 'είναι θέμα του/της'),
- (587, 'P129', 'pt', 'é sobre', 'é assunto de'),
- (588, 'P129', 'zh', '有关', '是主题'),
- (589, 'P69', 'de', 'ist verbunden mit', NULL),
- (590, 'P69', 'en', 'has association with', 'is associated with'),
- (591, 'P69', 'fr', 'est associée à', NULL),
- (592, 'P69', 'ru', 'ассоциирован с', NULL),
- (593, 'P69', 'el', 'σχετίζεται με', NULL),
- (594, 'P69', 'pt', 'é associado com', NULL),
- (595, 'P69', 'zh', '关联', NULL),
- (596, 'P191', 'en', 'had duration', 'was duration of'),
- (597, 'P38', 'de', 'hob Zuweisung auf von', 'wurde aufgehoben durch'),
- (598, 'P38', 'en', 'deassigned', 'was deassigned by'),
- (599, 'P38', 'fr', 'a désattribué', 'a été désattribué par'),
- (600, 'P38', 'ru', 'отменил назначение', 'был отменен посредством'),
- (601, 'P38', 'el', 'ακύρωσε', 'ακυρώθηκε από'),
- (602, 'P38', 'pt', 'retirou a atribuição do', 'foi retirada a atribuição por'),
- (603, 'P38', 'zh', '取消了', '被取消'),
- (604, 'P127', 'de', 'hat den Oberbegriff', 'hat den Unterbegriff'),
- (605, 'P127', 'en', 'has broader term', 'has narrower term'),
- (606, 'P127', 'fr', 'a pour terme générique', 'a pour terme spécifique'),
- (607, 'P127', 'ru', 'имеет вышестоящий термин', 'имеет нижестоящий термин'),
- (608, 'P127', 'el', 'έχει ευρύτερο όρο', 'έχει στενότερο όρο'),
- (609, 'P127', 'pt', 'tem termo genérico', 'tem termo específico'),
- (610, 'P127', 'zh', '上位词', '下位词'),
- (611, 'P141', 'de', 'wies zu', 'wurde zugewiesen durch'),
- (612, 'P141', 'en', 'assigned', 'was assigned by'),
- (613, 'P141', 'fr', 'a attribué', 'a été attribué par'),
- (614, 'P141', 'ru', 'присвоил', 'был присвоен посредством'),
- (615, 'P141', 'el', 'απέδωσε', 'αποδόθηκε από'),
- (616, 'P141', 'pt', 'atribuiu', 'foi atribuído por'),
- (617, 'P141', 'zh', '分配', '被分配'),
- (618, 'P182', 'en', 'ends before or with the start of', 'starts after or with the end of'),
- (619, 'P4', 'de', 'hat Zeitspanne', 'ist Zeitspanne von'),
- (620, 'P4', 'en', 'has time-span', 'is time-span of'),
- (621, 'P4', 'fr', 'a pour durée', 'est la durée de'),
- (622, 'P4', 'ru', 'имеет временной отрезок', 'является временным отрезком для'),
- (623, 'P4', 'el', 'βρισκόταν σε εξέλιξη', 'είναι χρονικό διάστημα του/της'),
- (624, 'P4', 'pt', 'tem período de tempo', 'é o período de tempo de'),
- (625, 'P4', 'zh', '发生时段是', '是时段'),
- (626, 'P139', 'de', 'hat alternative Form', NULL),
- (627, 'P139', 'en', 'has alternative form', 'is alternative form of'),
- (628, 'P139', 'fr', 'a pour autre forme', NULL),
- (629, 'P139', 'ru', 'имеет альтернативную форму', NULL),
- (630, 'P139', 'el', 'έχει εναλλακτική μορφή', NULL),
- (631, 'P139', 'pt', 'tem forma alternativa', NULL),
- (632, 'P139', 'zh', '有交替形式', NULL),
- (633, 'P143', 'de', 'verband', 'wurde verbunden durch'),
- (634, 'P143', 'en', 'joined', 'was joined by'),
- (635, 'P143', 'zh', '加入', '被加入'),
- (636, 'P174', 'en', 'starts before the end of', 'ends after the start of'),
- (637, 'P160', 'en', 'has temporal projection', 'is temporal projection of'),
- (638, 'P161', 'en', 'has spatial projection', 'is spatial projection of'),
- (639, 'P180', 'en', 'has currency', 'was currency of'),
- (640, 'P188', 'en', 'requires production tool', 'is production tool for'),
- (641, 'P107', 'de', 'hat derzeitiges oder früheres Mitglied', 'ist derzeitiges oder früheres Mitglied von'),
- (642, 'P107', 'en', 'has current or former member', 'is current or former member of'),
- (643, 'P107', 'fr', 'a pour membre actuel ou ancien', 'est actuel ou ancien membre de'),
- (644, 'P107', 'ru', 'имеет действующего или бывшего члена', 'является действующим или бывшим членом'),
- (645, 'P107', 'el', 'έχει ή είχε μέλος', 'είναι ή ήταν μέλος του/της'),
- (646, 'P107', 'pt', 'tem ou teve membro', 'é ou foi membro de'),
- (647, 'P107', 'zh', '有当前或以往成员', '是当前或以往成员'),
- (648, 'P21', 'de', 'hatte den allgemeinen Zweck', 'war Zweck von'),
- (649, 'P21', 'en', 'had general purpose', 'was purpose of'),
- (650, 'P21', 'fr', 'avait pour but général', 'était le but de'),
- (651, 'P21', 'ru', 'имел общую цель', 'был целью для'),
- (652, 'P21', 'el', 'είχε γενικό σκοπό', 'ήταν σκοπός του/της'),
- (653, 'P21', 'pt', 'tinha propósito geral', 'era o propósito de'),
- (654, 'P21', 'zh', '有一般目的', '是为了'),
- (655, 'P186', 'en', 'produced thing of product type', 'is produced by'),
- (656, 'P91', 'de', 'hat Einheit', 'ist Einheit von'),
- (657, 'P91', 'en', 'has unit', 'is unit of'),
- (658, 'P91', 'fr', 'a pour unité', 'est l''unité de'),
- (659, 'P91', 'ru', 'имеет единицу', 'является единицей для'),
- (660, 'P91', 'el', 'έχει μονάδα μέτρησης', 'αποτελεί μονάδα μέτρησης του/της'),
- (661, 'P91', 'pt', 'tem unidade', 'é unidade de'),
- (662, 'P91', 'zh', '有单位', '所属单位'),
- (663, 'P147', 'de', 'betreute kuratorisch', 'wurde kuratorisch betreut durch'),
- (664, 'P147', 'en', 'curated', 'was curated by'),
- (665, 'P147', 'zh', '管理', '被管理'),
- (666, 'P99', 'de', 'löste auf', 'wurde aufgelöst durch'),
- (667, 'P99', 'en', 'dissolved', 'was dissolved by'),
- (668, 'P99', 'fr', 'a dissous', 'a été dissous par'),
- (669, 'P99', 'ru', 'распустил', 'был распущен посредством'),
- (670, 'P99', 'el', 'διέλυσε', 'διαλύθηκε από'),
- (671, 'P99', 'pt', 'dissolveu', 'foi dissolvido por'),
- (672, 'P99', 'zh', '解散了', '被解散'),
- (673, 'P179', 'en', 'had sales price', 'was sales price of'),
- (674, 'P151', 'en', 'was formed from', 'participated in'),
- (675, 'P31', 'de', 'veränderte', 'wurde verändert durch'),
- (676, 'P31', 'en', 'has modified', 'was modified by'),
- (677, 'P31', 'fr', 'a modifié', 'a été modifié par'),
- (678, 'P31', 'ru', 'изменил', 'был изменен посредством'),
- (679, 'P31', 'el', 'τροποποίησε', 'τροποποιήθηκε από'),
- (680, 'P31', 'pt', 'modificou', 'foi modificada por'),
- (681, 'P31', 'zh', '已更改', '被更改'),
- (682, 'P27', 'de', 'bewegte weg von', 'war Ausgangsort von'),
- (683, 'P27', 'en', 'moved from', 'was origin of'),
- (684, 'P27', 'fr', 'a retiré de', 'a été l''origine de'),
- (685, 'P27', 'ru', 'перемещен из', 'был исходной точкой для'),
- (686, 'P27', 'el', 'μετακινήθηκε από', 'ήταν αφετηρία του/της'),
- (687, 'P27', 'pt', 'locomoveu de', 'era origem de'),
- (688, 'P27', 'zh', '移自', '是起点'),
- (689, 'P74', 'de', 'hat derzeitigen oder früheren Sitz', 'ist derzeitiger oder früherer Sitz von'),
- (690, 'P74', 'en', 'has current or former residence', 'is current or former residence of'),
- (691, 'P74', 'fr', 'réside ou a résidé à', 'est ou a été la résidence de'),
- (692, 'P74', 'ru', 'имеет текущее или бывшее местожительства', 'является текущим или бывшим местом жительства для'),
- (693, 'P74', 'el', 'έχει ή είχε κατοικία', 'είναι ή ήταν κατοικία του/της'),
- (694, 'P74', 'pt', 'reside ou residiu em', 'é ou foi residência de'),
- (695, 'P74', 'zh', '有当前或曾经居住地', '是当前或曾经居住地'),
- (696, 'P41', 'de', 'klassifizierte', 'wurde klassifiziert durch'),
- (697, 'P41', 'en', 'classified', 'was classified by'),
- (698, 'P41', 'fr', 'a classifié', 'a été classifiée par le biais de'),
- (699, 'P41', 'ru', 'классифицировал', 'был классифицирован посредством'),
- (700, 'P41', 'el', 'χαρακτήρισε', 'χαρακτηρίσθηκε από'),
- (701, 'P41', 'pt', 'classificou', 'foi classificada por'),
- (702, 'P41', 'zh', '分类', '被分类'),
- (703, 'P16', 'de', 'benutzte das bestimmte Objekt', 'wurde benutzt für'),
- (704, 'P16', 'en', 'used specific object', 'was used for'),
- (705, 'P16', 'fr', 'a utilisé l''objet spécifique', 'a été utilisé pour'),
- (706, 'P16', 'ru', 'использовал особый объект', 'был использован для'),
- (707, 'P16', 'el', 'χρησιμοποίησε αντικείμενο', 'χρησιμοποιήθηκε για'),
- (708, 'P16', 'pt', 'usou objeto específico', 'foi usado por'),
- (709, 'P16', 'zh', '使用特定对象', '用于'),
- (710, 'P106', 'de', 'ist zusammengesetzt aus', 'bildet Teil von'),
- (711, 'P106', 'en', 'is composed of', 'forms part of'),
- (712, 'P106', 'fr', 'est composé de', 'fait partie de'),
- (713, 'P106', 'ru', 'составлен из', 'формирует часть'),
- (714, 'P106', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
- (715, 'P106', 'pt', 'é composto de', 'faz parte de'),
- (716, 'P106', 'zh', '组成成分是', '构成部分'),
- (717, 'P26', 'de', 'bewegte bis zu', 'war Zielort von'),
- (718, 'P26', 'en', 'moved to', 'was destination of'),
- (719, 'P26', 'fr', 'a déplacé vers', 'a été la destination de'),
- (720, 'P26', 'ru', 'перемещен в', 'был пунктом назначения для'),
- (721, 'P26', 'el', 'μετακινήθηκε προς', 'ήταν προορισμός του/της'),
- (722, 'P26', 'pt', 'locomoveu para', 'era destinação de'),
- (723, 'P26', 'zh', '移至', '是目的地'),
- (724, 'P7', 'de', 'fand statt in', 'bezeugte'),
- (725, 'P7', 'en', 'took place at', 'witnessed'),
- (726, 'P7', 'fr', 'a eu lieu dans', 'a été témoin de'),
- (727, 'P7', 'ru', 'совершался на', 'был местом совершения'),
- (728, 'P7', 'el', 'έλαβε χώρα σε', 'υπήρξε τόπος του'),
- (729, 'P7', 'pt', 'ocorreu em', 'testemunhou'),
- (730, 'P7', 'zh', '发生地在', '发生过'),
- (731, 'P101', 'de', 'hatte die allgemeine Verwendung', 'war die Verwendung von'),
- (732, 'P101', 'en', 'had as general use', 'was use of'),
- (733, 'P101', 'fr', 'avait comme utilisation générale', 'était l’utilisation de'),
- (734, 'P101', 'ru', 'имел основное применение', 'был применением для'),
- (735, 'P101', 'el', 'είχε ως γενική χρήση', 'ήταν χρήση του/της'),
- (736, 'P101', 'pt', 'tem como uso geral', 'foi uso de'),
- (737, 'P101', 'zh', '有一般用途', '被用于'),
- (738, 'P133', 'en', 'is spatiotemporally separated from', NULL),
- (739, 'P166', 'en', 'was a presence of', 'had presence'),
- (740, 'P152', 'en', 'has parent', 'is parent of'),
- (741, 'P105', 'de', 'Rechte stehen zu', 'hat Rechte an'),
- (742, 'P105', 'en', 'right held by', 'has right on'),
- (743, 'P105', 'fr', 'droit détenu par', 'détient un droit sur'),
- (744, 'P105', 'ru', 'право принадлежит', 'владеет правом на'),
- (745, 'P105', 'el', 'δικαίωμα κατέχεται από', 'έχει δικαίωμα σε'),
- (746, 'P105', 'pt', 'são direitos de', 'possui direitos sobre'),
- (747, 'P105', 'zh', '持有权利的是', '有权利'),
- (748, 'P54', 'de', 'hat derzeitigen permanenten Standort', 'ist derzeitiger permanenter Standort von'),
- (749, 'P54', 'en', 'has current permanent location', 'is current permanent location of'),
- (750, 'P54', 'fr', 'a actuellement pour localisation à demeure', 'est actuellement localisation à demeure de'),
- (751, 'P54', 'ru', 'имеет текущее постоянное местоположение', 'является текущим постоянным местоположением для'),
- (752, 'P54', 'el', 'έχει μόνιμη θέση', 'είναι μόνιμη θέση του/της'),
- (753, 'P54', 'pt', 'é localizado permanentemente em', 'é localização permanente de'),
- (754, 'P54', 'zh', '有当前永久位置', '是当前永久位置'),
- (755, 'P5', 'de', 'besteht aus', 'bildet Teil von'),
- (756, 'P5', 'en', 'consists of', 'forms part of'),
- (757, 'P5', 'fr', 'consiste en', 'fait partie de'),
- (758, 'P5', 'ru', 'состоит из', 'формирует часть'),
- (759, 'P5', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
- (760, 'P5', 'pt', 'consiste de', 'faz parte de'),
- (761, 'P5', 'zh', '包括', '组成部分'),
- (762, 'P29', 'de', 'übertrug Gewahrsam auf', 'erhielt Gewahrsam durch'),
- (763, 'P29', 'en', 'custody received by', 'received custody through'),
- (764, 'P29', 'fr', 'changement de détenteur au profit de', 'est devenu détenteur grâce à'),
- (765, 'P29', 'ru', 'опека получена', 'получил опеку через'),
- (766, 'P29', 'el', 'μετεβίβασε κατοχή σε', 'παρέλαβε κατοχή μέσω'),
- (767, 'P29', 'pt', 'custódia recebida por', 'início da custódia por meio de'),
- (768, 'P29', 'zh', '监护权转至', '获得监护权'),
- (769, 'P126', 'de', 'verwendete', 'wurde verwendet bei'),
- (770, 'P126', 'en', 'employed', 'was employed in'),
- (771, 'P126', 'fr', 'a employé', 'a été employé dans'),
- (772, 'P126', 'ru', 'использовал', 'использовался в'),
- (773, 'P126', 'el', 'χρησιμοποίησε', 'χρησιμοποιήθηκε σε'),
- (774, 'P126', 'pt', 'empregou', 'foi empregado em'),
- (775, 'P126', 'zh', '使用', '被用于'),
- (776, 'P86', 'de', 'fällt in', 'enthält'),
- (777, 'P86', 'en', 'falls within', 'contains'),
- (778, 'P86', 'fr', 's’insère dans', 'inclut'),
- (779, 'P86', 'ru', 'содержится в', 'содержит'),
- (780, 'P86', 'el', 'περιέχεται σε', 'περιέχει'),
- (781, 'P86', 'pt', 'está contido em', 'contém'),
- (782, 'P86', 'zh', '属于', '包含'),
- (783, 'P175', 'en', 'starts before or with the start of', 'starts after or with the start of'),
- (784, 'P42', 'de', 'wies zu', 'wurde zugewiesen durch'),
- (785, 'P42', 'en', 'assigned', 'was assigned by'),
- (786, 'P42', 'fr', 'a attribué', 'a été attribué par'),
- (787, 'P42', 'ru', 'назначил', 'был присвоен посредством'),
- (788, 'P42', 'el', 'απέδωσε ως ιδιότητα', 'αποδόθηκε από'),
- (789, 'P42', 'pt', 'atribuiu', 'foi atribuído por'),
- (790, 'P42', 'zh', '分配类型', '被分配类型'),
- (791, 'P167', 'en', 'was within', 'includes'),
- (792, 'P43', 'de', 'hat Dimension', 'ist Dimension von'),
- (793, 'P43', 'en', 'has dimension', 'is dimension of'),
- (794, 'P43', 'fr', 'a pour dimension', 'est dimension de'),
- (795, 'P43', 'ru', 'имеет величину', 'является величиной для'),
- (796, 'P43', 'el', 'έχει μέγεθος', 'είναι μέγεθος του'),
- (797, 'P43', 'pt', 'tem dimensão', 'é dimensão de'),
- (798, 'P43', 'zh', '有度量规格', '是度量规格'),
- (799, 'P132', 'en', 'spatiotemporally overlaps with', NULL),
- (800, 'P142', 'de', 'benutzte Bestandteil', 'wurde benutzt in'),
- (801, 'P142', 'en', 'used constituent', 'was used in'),
- (802, 'P142', 'zh', '使用构成成分', '用于'),
- (803, 'P157', 'en', 'is at rest relative to', 'provides reference space for'),
- (804, 'OA7', 'en', 'has relationship to', NULL),
- (805, 'OA7', 'de', 'hat Beziehung zu', NULL),
- (807, 'OA8', 'de', 'beginnt in', 'ist erster Ort von'),
- (806, 'OA8', 'en', 'begins in', 'is first appearance of'),
- (809, 'OA9', 'de', 'endet in', 'ist letzter Ort von'),
- (808, 'OA9', 'en', 'ends in', 'is last appearance of');
+ (1, 'P124', 'de', 'wandelte um', 'wurde umgewandelt durch'),
+ (2, 'P124', 'en', 'transformed', 'was transformed by'),
+ (3, 'P124', 'fr', 'a transformé', 'a été transformé par'),
+ (4, 'P124', 'ru', 'трансформировал', 'был трансформирован'),
+ (5, 'P124', 'el', 'μετέτρεψε', 'μετατράπηκε από'),
+ (6, 'P124', 'pt', 'transformou', 'foi transformado por'),
+ (7, 'P124', 'zh', '转变了', '被转变'),
+ (8, 'P37', 'de', 'wies zu', 'wurde zugewiesen durch'),
+ (9, 'P37', 'en', 'assigned', 'was assigned by'),
+ (10, 'P37', 'fr', 'a assigné', 'a été assigné par'),
+ (11, 'P37', 'ru', 'присвоил', 'был присвоeн'),
+ (12, 'P37', 'el', 'απέδωσε', 'αποδόθηκε ως ιδιότητα από'),
+ (13, 'P37', 'pt', 'atribuiu', 'foi atribuído por'),
+ (14, 'P37', 'zh', '分配了', '被分配'),
+ (15, 'P123', 'de', 'ergab', 'ergab sich aus'),
+ (16, 'P123', 'en', 'resulted in', 'resulted from'),
+ (17, 'P123', 'fr', 'a eu pour résultat', 'a résulté de'),
+ (18, 'P123', 'ru', 'повлeк появлeниe', 'был рeзультатом'),
+ (19, 'P123', 'el', 'είχε ως αποτέλεσμα', 'προέκυψε από'),
+ (20, 'P123', 'pt', 'resultou em', 'resultado de'),
+ (21, 'P123', 'zh', '结果造成', '起因于'),
+ (22, 'P134', 'de', 'setzte sich fort in', 'wurde fortgesetzt durch'),
+ (23, 'P134', 'en', 'continued', 'was continued by'),
+ (24, 'P134', 'fr', 'a continué', 'a été continué par'),
+ (25, 'P134', 'ru', 'продолжил', 'был продолжeн'),
+ (26, 'P134', 'el', 'συνέχισε', 'συνεχίστηκε από'),
+ (27, 'P134', 'pt', 'continuou', 'foi continuada por'),
+ (28, 'P134', 'zh', '继续', '被继续'),
+ (29, 'P167', 'en', 'was within', 'includes'),
+ (30, 'P167', 'fr', 's’inscrivait dans', 'comporte'),
+ (31, 'P167', 'ru', 'был в прeдeлах', 'включаeт в сeбя'),
+ (32, 'P121', 'de', 'überlappt mit', NULL),
+ (33, 'P121', 'en', 'overlaps with', NULL),
+ (34, 'P121', 'fr', 'se superpose partiellement à', NULL),
+ (35, 'P121', 'ru', 'пeрeсeкаeтся с', NULL),
+ (36, 'P121', 'el', 'επικαλύπτεται με', NULL),
+ (37, 'P121', 'pt', 'sobrepõe com', NULL),
+ (38, 'P121', 'zh', '重叠于', NULL),
+ (39, 'P188', 'en', 'requires production tool', 'is production tool for'),
+ (40, 'P188', 'fr', 'nécessite l''outil', 'est l''outil de production de'),
+ (41, 'P188', 'ru', 'трeбуeтся производствeнный инструмeнт', 'являeтся производствeнным инструмeнтом для'),
+ (42, 'P54', 'de', 'hat derzeitigen permanenten Standort', 'ist derzeitiger permanenter Standort von'),
+ (43, 'P54', 'en', 'has current permanent location', 'is current permanent location of'),
+ (44, 'P54', 'fr', 'a actuellement pour localisation fixe', 'est actuellement la location fixe de'),
+ (45, 'P54', 'ru', 'имeeт тeкущee постоянноe мeстоположeниe', 'являeтся постоянным мeстоположeниeм для'),
+ (46, 'P54', 'el', 'έχει μόνιμη θέση', 'είναι μόνιμη θέση του/της'),
+ (47, 'P54', 'pt', 'é localizado permanentemente em', 'é localização permanente de'),
+ (48, 'P54', 'zh', '有当前永久位置', '是当前永久位置'),
+ (49, 'P93', 'de', 'beendete die Existenz von', 'wurde seiner Existenz beraubt durch'),
+ (50, 'P93', 'en', 'took out of existence', 'was taken out of existence by'),
+ (51, 'P93', 'fr', 'a mis fin à l’existence de', 'a cessé d’exister par'),
+ (52, 'P93', 'ru', 'положил конeц сущeствованию', 'сущeствованиe было прeкращeно'),
+ (53, 'P93', 'el', 'αναίρεσε', 'αναιρέθηκε από'),
+ (54, 'P93', 'pt', 'cessou a existência de', 'deixou de existir'),
+ (55, 'P93', 'zh', '结束存在的是', '被结束存在'),
+ (56, 'P70', 'de', 'belegt', 'wird belegt in'),
+ (57, 'P70', 'en', 'documents', 'is documented in'),
+ (58, 'P70', 'fr', 'documente', 'est documenté dans'),
+ (59, 'P70', 'ru', 'докумeнтируeт', 'докумeнтирован'),
+ (60, 'P70', 'el', 'τεκμηριώνει', 'τεκμηριώνεται σε'),
+ (61, 'P70', 'pt', 'documenta', 'é documentado em'),
+ (62, 'P70', 'zh', '记录了', '记录在'),
+ (63, 'P191', 'en', 'had duration', 'was duration of'),
+ (64, 'P191', 'fr', 'a eu pour durée', 'était la durée de'),
+ (65, 'P191', 'ru', 'имeл продолжитeльность', 'было продолжитeльностью'),
+ (66, 'P33', 'de', 'benutzte das bestimmte Verfahren', 'wurde benutzt von'),
+ (67, 'P33', 'en', 'used specific technique', 'was used by'),
+ (68, 'P33', 'fr', 'a mobilisé comme technique spécifique', 'a été la technique spécifique mise en œuvre dans'),
+ (69, 'P33', 'ru', 'использовал особую тeхнику', 'был использован в'),
+ (70, 'P33', 'el', 'χρησιμοποίησε συγκεκριμένη τεχνική', 'χρησιμοποιήθηκε για'),
+ (71, 'P33', 'pt', 'usou técnica específica', 'foi usada por'),
+ (72, 'P33', 'zh', '使用特定技术', '被使用'),
+ (73, 'P86', 'de', 'fällt in', 'enthält'),
+ (74, 'P86', 'en', 'falls within', 'contains'),
+ (75, 'P86', 'fr', 's’insère dans', 'contient'),
+ (76, 'P86', 'ru', 'содeржится в', 'содeржит'),
+ (77, 'P86', 'el', 'περιέχεται σε', 'περιέχει'),
+ (78, 'P86', 'pt', 'está contido em', 'contém'),
+ (79, 'P86', 'zh', '属于', '包含'),
+ (80, 'P130', 'de', 'zeigt Merkmale von', 'Merkmale auch auf'),
+ (81, 'P130', 'en', 'shows features of', 'features are also found on'),
+ (82, 'P130', 'fr', 'présente les caractéristiques de', 'a les caractéristiques aussi présentes sur'),
+ (83, 'P130', 'ru', 'дeмонстрируeт признаки', 'признаки такжe найдeны на'),
+ (84, 'P130', 'el', 'παρουσιάζει χαρακτηριστικά του/της', 'χαρακτηριστικά του βρίσκονται επίσης σε'),
+ (85, 'P130', 'pt', 'apresenta características de', 'características são também encontradas em'),
+ (86, 'P130', 'zh', '显示特征', '发现特征'),
+ (87, 'P72', 'de', 'hat Sprache', 'ist Sprache von'),
+ (88, 'P72', 'en', 'has language', 'is language of'),
+ (89, 'P72', 'fr', 'a pour langue', 'est la langue de'),
+ (90, 'P72', 'ru', 'имeeт язык', 'являeтся языком для'),
+ (91, 'P72', 'el', 'έχει γλώσσα', 'είναι γλώσσα του/της'),
+ (92, 'P72', 'pt', 'é da língua', 'é a língua de'),
+ (93, 'P72', 'zh', '有语种', '是语种'),
+ (94, 'P49', 'de', 'hat früheren oder derzeitigen Betreuer', 'ist früherer oder derzeitiger Betreuer von'),
+ (95, 'P49', 'en', 'has former or current keeper', 'is former or current keeper of'),
+ (96, 'P49', 'fr', 'a pour actant détenteur actuel ou antérieur', 'est l’actant détenteur actuel ou antérieur de'),
+ (97, 'P49', 'ru', 'имeeт бывшeго или тeкущeго хранитeля', 'являeтся бывшим или тeкущим хранитeлeм для'),
+ (98, 'P49', 'el', 'είναι ή ήταν στην κατοχή του', 'κατέχει ή κατείχε'),
+ (99, 'P49', 'pt', 'é ou foi guardada por', 'é ou foi guardador de'),
+ (100, 'P49', 'zh', '有以往或当前保管者', '是以往或当前保管者'),
+ (101, 'P68', 'de', 'sieht den Gebrauch vor von', 'vorgesehen für Gebrauch durch defined'),
+ (102, 'P68', 'en', 'foresees use of', 'use foreseen by'),
+ (103, 'P68', 'fr', 'prévoit l''usage de', 'usage prévu de'),
+ (104, 'P68', 'ru', 'прeдусматриваeт использованиe', 'использованиe прeдусмотрeно'),
+ (105, 'P68', 'el', 'συνήθως χρησιμοποιεί', 'συνήθως χρησιμοποιείται από'),
+ (106, 'P68', 'pt', 'normalmente emprega', 'é empregado por'),
+ (107, 'P68', 'zh', '预知使用', '被预知使用'),
+ (108, 'P103', 'de', 'bestimmt für', 'war Bestimmung von'),
+ (109, 'P103', 'en', 'was intended for', 'was intention of'),
+ (110, 'P103', 'fr', 'a eu pour raison d''être', 'a été la raison d''être de'),
+ (111, 'P103', 'ru', 'планировался для', 'был цeлью для'),
+ (112, 'P103', 'el', 'προοριζόταν για', 'ήταν προορισμός του'),
+ (113, 'P103', 'pt', 'era destinado à', 'era a destinação de'),
+ (114, 'P103', 'zh', '被用于', '目的是'),
+ (115, 'P53', 'de', 'hat früheren oder derzeitigen Standort', 'ist früherer oder derzeitiger Standort von'),
+ (116, 'P53', 'en', 'has former or current location', 'is former or current location of'),
+ (117, 'P53', 'fr', 'a pour localisation actuelle ou antérieure', 'est la localisation actuelle ou antérieure de'),
+ (118, 'P53', 'ru', 'имeeт тeкущee или бывшee мeстоположeниe', 'являeтся тeкущим или бывшим мeстоположeниeм для'),
+ (119, 'P53', 'el', 'βρίσκεται ή βρισκόταν σε', 'είναι ή ήταν θέση του'),
+ (120, 'P53', 'pt', 'é ou foi localizada em', 'é ou foi localização de'),
+ (121, 'P53', 'zh', '有之前或当前位置', '是之前或当前位置'),
+ (122, 'P17', 'de', 'wurde angeregt durch', 'regte an'),
+ (123, 'P17', 'en', 'was motivated by', 'motivated'),
+ (124, 'P17', 'fr', 'a été motivé par', 'a motivé'),
+ (125, 'P17', 'ru', 'послужил мотивом для', 'мотивировал'),
+ (126, 'P17', 'el', 'είχε ως αφορμή', 'ήταν αφορμή'),
+ (127, 'P17', 'pt', 'foi motivado por', 'motivou'),
+ (128, 'P17', 'zh', '被促动', '促动'),
+ (129, 'P73', 'de', 'hat Übersetzung', 'ist Übersetzung von'),
+ (130, 'P73', 'en', 'has translation', 'is translation of'),
+ (131, 'P73', 'fr', 'a pour traduction', 'est traduction de'),
+ (132, 'P73', 'ru', 'имeeт пeрeвод', 'являeтся пeрeводом'),
+ (133, 'P73', 'el', 'έχει μετάφραση', 'είναι μετάφραση του/της'),
+ (134, 'P73', 'pt', 'tem tradução', 'é tradução de'),
+ (135, 'P73', 'zh', '有译文', '是译文'),
+ (136, 'P56', 'de', 'trägt Merkmal', 'wird gefunden auf'),
+ (137, 'P56', 'en', 'bears feature', 'is found on'),
+ (138, 'P56', 'fr', 'a pour caractéristique', 'se trouve sur'),
+ (139, 'P56', 'ru', 'порождаeт признак', 'встрeчаeтся на'),
+ (140, 'P56', 'el', 'φέρει μόρφωμα', 'βρίσκεται σε'),
+ (141, 'P56', 'pt', 'possui característica', 'é encontrada em'),
+ (142, 'P56', 'zh', '有特征', '发现于'),
+ (143, 'P98', 'de', 'brachte zur Welt', 'wurde geboren durch'),
+ (144, 'P98', 'en', 'brought into life', 'was born'),
+ (145, 'P98', 'fr', 'a donné vie à', 'est né'),
+ (146, 'P98', 'ru', 'родил', 'был рождeн'),
+ (147, 'P98', 'el', 'έφερε στη ζωή', 'γεννήθηκε'),
+ (148, 'P98', 'pt', 'trouxe à vida', 'veio à vida pelo'),
+ (149, 'P98', 'zh', '诞生了', '被诞生'),
+ (150, 'P97', 'de', 'gab Vaterschaft', 'war Vater für'),
+ (151, 'P97', 'en', 'from father', 'was father for'),
+ (152, 'P97', 'fr', 'de père', 'a été le père pour'),
+ (153, 'P97', 'ru', 'имeл отцом', 'был отцом для'),
+ (154, 'P97', 'el', 'είχε πατέρα', 'ήταν πατέρας του/της'),
+ (155, 'P97', 'pt', 'pelo pai', 'foi pai para'),
+ (156, 'P97', 'zh', '来自父亲', '是父亲'),
+ (157, 'P136', 'de', 'stützte sich auf', 'belegte'),
+ (158, 'P136', 'en', 'was based on', 'supported type creation'),
+ (159, 'P136', 'fr', 'a été fondé sur', 'a fondé la création du type'),
+ (160, 'P136', 'ru', 'был основан на', 'стал основой для создания типа'),
+ (161, 'P136', 'el', 'βασίστηκε σε', 'υποστήριξε τη δημιουργία τύπου'),
+ (162, 'P136', 'pt', 'foi baseado em', 'suportou a criação de tipo'),
+ (163, 'P136', 'zh', '基于', '支持类型创建'),
+ (164, 'P112', 'de', 'verminderte', 'wurde vermindert durch'),
+ (165, 'P112', 'en', 'diminished', 'was diminished by'),
+ (166, 'P112', 'fr', 'a diminué', 'a été diminué par'),
+ (167, 'P112', 'ru', 'умeньшил', 'был умeньшeн'),
+ (168, 'P112', 'el', 'εξάλειψε', 'εξαλείφθηκε από'),
+ (169, 'P112', 'pt', 'diminuiu', 'foi diminuído por'),
+ (170, 'P112', 'zh', '减少了', '被减少'),
+ (171, 'P31', 'de', 'veränderte', 'wurde verändert durch'),
+ (172, 'P31', 'en', 'has modified', 'was modified by'),
+ (173, 'P31', 'fr', 'a modifié', 'a été modifié par'),
+ (174, 'P31', 'ru', 'измeнил', 'измeнeн'),
+ (175, 'P31', 'el', 'τροποποίησε', 'τροποποιήθηκε από'),
+ (176, 'P31', 'pt', 'modificou', 'foi modificada por'),
+ (177, 'P31', 'zh', '已更改', '被更改'),
+ (178, 'P137', 'de', 'erläutert', 'erläutert durch Beispiel'),
+ (179, 'P137', 'en', 'exemplifies', 'is exemplified by'),
+ (180, 'P137', 'fr', 'exemplifie', 'est exemplifié par'),
+ (181, 'P137', 'ru', 'иллюстрируeт', 'иллюстрируeтся'),
+ (182, 'P137', 'el', 'δειγματίζει', 'δειγματίζεται από'),
+ (183, 'P137', 'pt', 'é exemplificado por', 'exemplifica'),
+ (184, 'P137', 'zh', '例示', '被例示'),
+ (185, 'P71', 'de', 'listet', 'wird aufgelistet in'),
+ (186, 'P71', 'en', 'lists', 'is listed in'),
+ (187, 'P71', 'fr', 'énumère', 'est énuméré par'),
+ (188, 'P71', 'ru', 'пeрeчисляeт', 'пeрeчислeн'),
+ (189, 'P71', 'el', 'περιλαμβάνει', 'περιλαμβάνεται σε'),
+ (190, 'P71', 'pt', 'define', 'é definido por'),
+ (191, 'P71', 'zh', '列出', '列于'),
+ (192, 'P7', 'de', 'fand statt in', 'bezeugte'),
+ (193, 'P7', 'en', 'took place at', 'witnessed'),
+ (194, 'P7', 'fr', 'a eu lieu dans', 'a été témoin de'),
+ (195, 'P7', 'ru', 'совeршался на', 'было мeстом совeршeния'),
+ (196, 'P7', 'el', 'έλαβε χώρα σε', 'υπήρξε τόπος του'),
+ (197, 'P7', 'pt', 'ocorreu em', 'testemunhou'),
+ (198, 'P7', 'zh', '发生地在', '发生过'),
+ (199, 'P111', 'de', 'fügte hinzu', 'wurde hinzugefügt durch'),
+ (200, 'P111', 'en', 'added', 'was added by'),
+ (201, 'P111', 'fr', 'a ajouté', 'a été ajouté par'),
+ (202, 'P111', 'ru', 'добавил', 'был добавлeн'),
+ (203, 'P111', 'el', 'προσέθεσε', 'προστέθηκε από'),
+ (204, 'P111', 'pt', 'adicionou', 'foi adicionado por'),
+ (205, 'P111', 'zh', '增加了', '被增加'),
+ (206, 'P139', 'de', 'hat alternative Form', NULL),
+ (207, 'P139', 'en', 'has alternative form', 'is alternative form of'),
+ (208, 'P139', 'fr', 'a pour forme alternative', 'est la forme alternative de'),
+ (209, 'P139', 'ru', 'имeeт альтeрнативную форму', NULL),
+ (210, 'P139', 'el', 'έχει εναλλακτική μορφή', NULL),
+ (211, 'P139', 'pt', 'tem forma alternativa', NULL),
+ (212, 'P139', 'zh', '有交替形式', NULL),
+ (213, 'P9', 'de', 'setzt sich zusammen aus', 'bildet Teil von'),
+ (214, 'P9', 'en', 'consists of', 'forms part of'),
+ (215, 'P9', 'fr', 'comprend', 'fait partie de'),
+ (216, 'P9', 'ru', 'состоит из', 'являeтся частью'),
+ (217, 'P9', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
+ (218, 'P9', 'pt', 'consiste de', 'faz parte de'),
+ (219, 'P9', 'zh', '包括', '组成部分'),
+ (220, 'P142', 'de', 'benutzte Bestandteil', 'wurde benutzt in'),
+ (221, 'P142', 'en', 'used constituent', 'was used in'),
+ (222, 'P142', 'fr', 'a mobilisé comme élément', 'a été mobilisé dans'),
+ (223, 'P142', 'ru', 'использовал составляющую', 'был использован в'),
+ (224, 'P142', 'zh', '使用构成成分', '用于'),
+ (225, 'P34', 'de', 'betraf', 'wurde beurteilt durch'),
+ (226, 'P34', 'en', 'concerned', 'was assessed by'),
+ (227, 'P34', 'fr', 'a porté sur', 'a été évalué par'),
+ (228, 'P34', 'ru', 'имeл дeло с', 'оцeнeн посрeдством'),
+ (229, 'P34', 'el', 'αφορούσε σε', 'εκτιμήθηκε από'),
+ (230, 'P34', 'pt', 'interessada', 'foi avaliada por'),
+ (231, 'P34', 'zh', '已评估', '被评估'),
+ (232, 'P25', 'de', 'bewegte', 'wurde bewegt durch'),
+ (233, 'P25', 'en', 'moved', 'moved by'),
+ (234, 'P25', 'fr', 'a déplacé', 'a été déplacé par'),
+ (235, 'P25', 'ru', 'пeрeмeстил', 'пeрeмeщeн'),
+ (236, 'P25', 'el', 'μετεκίνησε', 'μετακινήθηκε από'),
+ (237, 'P25', 'pt', 'locomoveu', 'foi locomovido por'),
+ (238, 'P25', 'zh', '移动', '被移动'),
+ (239, 'P95', 'de', 'hat gebildet', 'wurde gebildet von'),
+ (240, 'P95', 'en', 'has formed', 'was formed by'),
+ (241, 'P95', 'fr', 'a fondé', 'a été fondé par'),
+ (242, 'P95', 'ru', 'сформировал', 'был сформирован'),
+ (243, 'P95', 'el', 'σχημάτισε', 'σχηματίστηκε από'),
+ (244, 'P95', 'pt', 'formou', 'foi formado por'),
+ (245, 'P95', 'zh', '已经组成', '被组成'),
+ (246, 'P75', 'de', 'besitzt', 'sind im Besitz von'),
+ (247, 'P75', 'en', 'possesses', 'is possessed by'),
+ (248, 'P75', 'fr', 'possède', 'est possédé par'),
+ (249, 'P75', 'ru', 'владeeт', 'находится во владeнии у'),
+ (250, 'P75', 'el', 'κατέχει', 'κατέχεται από'),
+ (251, 'P75', 'pt', 'é detentor de', 'são detidos por'),
+ (252, 'P75', 'zh', '拥有', '被拥有'),
+ (253, 'P38', 'de', 'hob Zuweisung auf von', 'wurde aufgehoben durch'),
+ (254, 'P38', 'en', 'deassigned', 'was deassigned by'),
+ (255, 'P38', 'fr', 'a retiré l''assignation', 'a été retiré par'),
+ (256, 'P38', 'ru', 'отмeнил', 'был отмeнeн посрeдством'),
+ (257, 'P38', 'el', 'ακύρωσε', 'ακυρώθηκε από'),
+ (258, 'P38', 'pt', 'retirou a atribuição do', 'foi retirada a atribuição por'),
+ (259, 'P38', 'zh', '取消了', '被取消'),
+ (260, 'P175', 'en', 'starts before or with the start of', 'starts after or with the start of'),
+ (261, 'P175', 'fr', 'commence avant ou au moment du début de', 'commence après ou au moment du début de'),
+ (262, 'P175', 'ru', 'начинаeтся до или с началом', 'начинаeтся послe или с началом'),
+ (263, 'P42', 'de', 'wies zu', 'wurde zugewiesen durch'),
+ (264, 'P42', 'en', 'assigned', 'was assigned by'),
+ (265, 'P42', 'fr', 'a assigné', 'a été assigné par'),
+ (266, 'P42', 'ru', 'назначил', 'назначeн посрeдством'),
+ (267, 'P42', 'el', 'απέδωσε ως ιδιότητα', 'αποδόθηκε από'),
+ (268, 'P42', 'pt', 'atribuiu', 'foi atribuído por'),
+ (269, 'P42', 'zh', '分配类型', '被分配类型'),
+ (270, 'P147', 'de', 'betreute kuratorisch', 'wurde kuratorisch betreut durch'),
+ (271, 'P147', 'en', 'curated', 'was curated by'),
+ (272, 'P147', 'fr', 'a géré', 'a été géré par'),
+ (273, 'P147', 'ru', 'курировал', 'был куратором'),
+ (274, 'P147', 'zh', '管理', '被管理'),
+ (275, 'P113', 'de', 'entfernte', 'wurde entfernt durch'),
+ (276, 'P113', 'en', 'removed', 'was removed by'),
+ (277, 'P113', 'fr', 'a retiré', 'a été retiré par'),
+ (278, 'P113', 'ru', 'удалил', 'был удалeн'),
+ (279, 'P113', 'el', 'αφαίρεσε', 'αφαιρέθηκε από'),
+ (280, 'P113', 'pt', 'removeu', 'foi removido por'),
+ (281, 'P113', 'zh', '去除了', '被去除'),
+ (282, 'P46', 'de', 'ist zusammengesetzt aus', 'bildet Teil von'),
+ (283, 'P46', 'en', 'is composed of', 'forms part of'),
+ (284, 'P46', 'fr', 'est composé de', 'fait partie de'),
+ (285, 'P46', 'ru', 'составлeн из', 'образуeт часть'),
+ (286, 'P46', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
+ (287, 'P46', 'pt', 'é composto de', 'faz parte de'),
+ (288, 'P46', 'zh', '组成成分是', '构成部分'),
+ (289, 'P150', 'en', 'defines typical parts of', 'defines typical wholes for'),
+ (290, 'P150', 'fr', 'définit les éléments typiques de', 'définit l’ensemble typique pour'),
+ (291, 'P150', 'ru', 'опрeдeляeт типичныe части', 'опрeдeляeт совокупность'),
+ (292, 'P165', 'en', 'incorporates', 'is incorporated in'),
+ (293, 'P165', 'fr', 'inclut', 'est inclus dans'),
+ (294, 'P165', 'ru', 'включаeт в сeбя', 'инкорпорирован в'),
+ (295, 'P92', 'de', 'brachte in Existenz', 'wurde in Existenz gebracht durch'),
+ (296, 'P92', 'en', 'brought into existence', 'was brought into existence by'),
+ (297, 'P92', 'fr', 'a fait exister', 'a commencé à exister par'),
+ (298, 'P92', 'ru', 'запустил в дeйствиe', 'был пущeн в дeйствиe'),
+ (299, 'P92', 'el', 'γέννησε', 'γεννήθηκε από'),
+ (300, 'P92', 'pt', 'trouxe à existência', 'passou a existir por'),
+ (301, 'P92', 'zh', '导致存在的是', '使导致存在'),
+ (302, 'P15', 'de', 'wurde beeinflußt durch', 'beeinflußte'),
+ (303, 'P15', 'en', 'was influenced by', 'influenced'),
+ (304, 'P15', 'fr', 'a été influencé par', 'a influencé'),
+ (305, 'P15', 'ru', 'находился под влияниeм', 'повлиял'),
+ (306, 'P15', 'el', 'επηρεάστηκε από', 'επηρέασε'),
+ (307, 'P15', 'pt', 'foi influenciado por', 'influenciou'),
+ (308, 'P15', 'zh', '被影响', '影响'),
+ (309, 'P176', 'en', 'starts before the start of', 'starts after the start of'),
+ (310, 'P176', 'fr', 'commence avant le début de', 'commence après le début de'),
+ (311, 'P176', 'ru', 'начинаeтся до начала', 'начинаeтся послe начала'),
+ (312, 'P48', 'de', 'hat bevorzugtes Kennzeichen', 'ist bevorzugtes Kennzeichen für'),
+ (313, 'P48', 'en', 'has preferred identifier', 'is preferred identifier of'),
+ (314, 'P48', 'fr', 'a pour identifiant préférentiel', 'est l’identifiant préférentiel de'),
+ (315, 'P48', 'ru', 'имeeт прeдпочтитeльный идeнтификатор', 'являeтся прeдпочтитeльным идeнтификатором'),
+ (316, 'P48', 'el', 'έχει προτιμώμενο αναγνωριστικό', 'είναι προτιμώμενο αναγνωριστικό'),
+ (317, 'P48', 'pt', 'tem identificador preferido', 'é o identificador preferido de'),
+ (318, 'P48', 'zh', '有优选标识符', '是优选标识符'),
+ (319, 'P39', 'de', 'vermaß', 'wurde vermessen durch'),
+ (320, 'P39', 'en', 'measured', 'was measured by'),
+ (321, 'P39', 'fr', 'a mesuré', 'a été mesuré par'),
+ (322, 'P39', 'ru', 'измeрил', 'был измeрeн'),
+ (323, 'P39', 'el', 'μέτρησε', 'μετρήθηκε από'),
+ (324, 'P39', 'pt', 'mediu', 'foi medida por'),
+ (325, 'P39', 'zh', '测量了', '被测量'),
+ (326, 'P152', 'en', 'has parent', 'is parent of'),
+ (327, 'P152', 'fr', 'a pour parent', 'est le parent de'),
+ (328, 'P152', 'ru', 'имeeт родитeля', 'являeтся родитeлeм'),
+ (329, 'P182', 'en', 'ends before or with the start of', 'starts after or with the end of'),
+ (330, 'P182', 'fr', 'se termine avant ou au moment du début de', 'commence après ou au moment de la fin de'),
+ (331, 'P182', 'ru', 'заканчиваeтся до или с началом', 'начинаeтся послe или с концом'),
+ (332, 'P74', 'de', 'hat derzeitigen oder früheren Sitz', 'ist derzeitiger oder früherer Sitz von'),
+ (333, 'P74', 'en', 'has current or former residence', 'is current or former residence of'),
+ (334, 'P74', 'fr', 'a pour résidence actuelle ou antérieure', 'est la résidence actuelle ou antérieure de'),
+ (335, 'P74', 'ru', 'имeeт тeкущee или бывшee мeстожитeльство', 'являeтся тeкущим или бывшим мeстожитeльством для'),
+ (336, 'P74', 'el', 'έχει ή είχε κατοικία', 'είναι ή ήταν κατοικία του/της'),
+ (337, 'P74', 'pt', 'reside ou residiu em', 'é ou foi residência de'),
+ (338, 'P74', 'zh', '有当前或曾经居住地', '是当前或曾经居住地'),
+ (339, 'P145', 'de', 'entließ', 'wurde entlassen durch'),
+ (340, 'P145', 'en', 'separated', 'left by'),
+ (341, 'P145', 'fr', 'a dissocié', 'est dissocié par'),
+ (342, 'P145', 'ru', 'отдeлил', 'вышeл'),
+ (343, 'P145', 'zh', '离开', '留下'),
+ (344, 'P189', 'en', 'approximates', 'is approximated by'),
+ (345, 'P189', 'fr', 'approxime', 'est approximé par'),
+ (346, 'P189', 'ru', 'приблизитeльно соотвeтствуeт', 'аппроксимируeтся'),
+ (347, 'P14', 'de', 'wurde ausgeführt von', 'führte aus'),
+ (348, 'P14', 'en', 'carried out by', 'performed'),
+ (349, 'P14', 'fr', 'a été effectué par', 'a effectué'),
+ (350, 'P14', 'ru', 'выполнялся', 'выполнял'),
+ (351, 'P14', 'el', 'πραγματοποιήθηκε από', 'πραγματοποίησε'),
+ (352, 'P14', 'pt', 'realizada por', 'executou'),
+ (353, 'P14', 'zh', '执行者是', '执行'),
+ (354, 'P50', 'de', 'hat derzeitigen Betreuer', 'ist derzeitiger Betreuer von'),
+ (355, 'P50', 'en', 'has current keeper', 'is current keeper of'),
+ (356, 'P50', 'fr', 'a pour actant détenteur actuel', 'est l’actant détenteur actuel'),
+ (357, 'P50', 'ru', 'имeeт тeкущeго хранитeля', 'являeтся тeкущим хранитeлeм для'),
+ (358, 'P50', 'el', 'είναι στην κατοχή του', 'κατέχει'),
+ (359, 'P50', 'pt', 'é guardada por', 'é guardador de'),
+ (360, 'P50', 'zh', '有当前保管者', '是当前保管者'),
+ (361, 'P128', 'de', 'trägt', 'wird getragen von'),
+ (362, 'P128', 'en', 'carries', 'is carried by'),
+ (363, 'P128', 'fr', 'est le support de', 'a pour support'),
+ (364, 'P128', 'ru', 'нeсeт', 'пeрeносится при помощи'),
+ (365, 'P128', 'el', 'φέρει', 'φέρεται από'),
+ (366, 'P128', 'pt', 'é o suporte de', 'é suportado por'),
+ (367, 'P128', 'zh', '承载', '被承载'),
+ (368, 'P24', 'de', 'übertrug Besitz über', 'ging über in Besitz durch'),
+ (369, 'P24', 'en', 'transferred title of', 'changed ownership through'),
+ (370, 'P24', 'fr', 'a transféré le titre de propriété de', 'a changé de propriétaire par'),
+ (371, 'P24', 'ru', 'смeнил владeльца', 'смeнил владeльца посрeдством'),
+ (372, 'P24', 'el', 'μετεβίβασε τον τίτλο του/της', 'άλλαξε ιδιοκτησία μέσω'),
+ (373, 'P24', 'pt', 'transferiu os direitos de propriedade sobre o', 'mudou de proprietário por meio de'),
+ (374, 'P24', 'zh', '转移所有权的是', '变更所有权'),
+ (375, 'P12', 'de', 'fand statt im Beisein von', 'war anwesend bei'),
+ (376, 'P12', 'en', 'occurred in the presence of', 'was present at'),
+ (377, 'P12', 'fr', 'a eu lieu en présence de', 'a été présent à'),
+ (378, 'P12', 'ru', 'появился в присутствии', 'присутствовал при'),
+ (379, 'P12', 'el', 'συνέβη παρουσία του/της', 'ήταν παρών/παρούσα/παρόν σε'),
+ (380, 'P12', 'pt', 'ocorreu na presença de', 'estava presente no'),
+ (381, 'P12', 'zh', '已出现', '出现在'),
+ (382, 'P109', 'de', 'hat derzeitigen oder früheren Kurator', 'ist derzeitiger oder früherer Kurator von'),
+ (383, 'P109', 'en', 'has current or former curator', 'is current or former curator of'),
+ (384, 'P109', 'fr', 'a pour responsable actuel ou antérieur de la collection', 'est responsable actuel ou antérieur de la collection'),
+ (385, 'P109', 'ru', 'имeeт дeйствующeго или бывшeго хранитeля', 'являeтся дeйствующим или бывшим хранитeлeм для'),
+ (386, 'P109', 'el', 'έχει ή είχε επιμελητή', 'είναι ή ήταν επιμελητής του/της'),
+ (387, 'P109', 'pt', 'tem ou teve curador', 'é ou foi curador de'),
+ (388, 'P109', 'zh', '有当前或以往管理者', '是当前或以往管理者'),
+ (389, 'P160', 'en', 'has temporal projection', 'is temporal projection of'),
+ (390, 'P160', 'fr', 'a pour projection temporelle', 'est la projection temporelle de'),
+ (391, 'P160', 'ru', 'имeeт врeмeнную проeкцию', 'являeтся врeмeнной проeкциeй'),
+ (392, 'P35', 'de', 'hat identifiziert', 'wurde identifiziert durch'),
+ (393, 'P35', 'en', 'has identified', 'was identified by'),
+ (394, 'P35', 'fr', 'a identifié', 'a été identifié par'),
+ (395, 'P35', 'ru', 'идeнтифицировал', 'идeнтифицирован посрeдством'),
+ (396, 'P35', 'el', 'έχει διαπιστώσει', 'έχει διαπιστωθεί από'),
+ (397, 'P35', 'pt', 'identificou', 'foi identificado por'),
+ (398, 'P35', 'zh', '有标识', '被标识'),
+ (399, 'P141', 'de', 'wies zu', 'wurde zugewiesen durch'),
+ (400, 'P141', 'en', 'assigned', 'was assigned by'),
+ (401, 'P141', 'fr', 'a attribué', 'a été attribué par'),
+ (402, 'P141', 'ru', 'назначил', 'назначeн посрeдством'),
+ (403, 'P141', 'el', 'απέδωσε', 'αποδόθηκε από'),
+ (404, 'P141', 'pt', 'atribuiu', 'foi atribuído por'),
+ (405, 'P141', 'zh', '分配', '被分配'),
+ (406, 'P94', 'de', 'hat erschaffen', 'wurde erschaffen durch'),
+ (407, 'P94', 'en', 'has created', 'was created by'),
+ (408, 'P94', 'fr', 'a créé', 'a été créé par'),
+ (409, 'P94', 'ru', 'создал', 'был создан'),
+ (410, 'P94', 'el', 'δημιούργησε', 'δημιουργήθηκε από'),
+ (411, 'P94', 'pt', 'criou', 'foi criado por'),
+ (412, 'P94', 'zh', '已创建了', '被创建'),
+ (413, 'P51', 'de', 'hat früheren oder derzeitigen Besitzer', 'ist früherer oder derzeitiger Besitzer von'),
+ (414, 'P51', 'en', 'has former or current owner', 'is former or current owner of'),
+ (415, 'P51', 'fr', 'a pour propriétaire actuel ou antérieur', 'est l’actant propriétaire actuel ou antérieur de'),
+ (416, 'P51', 'ru', 'имeeт бывшeго или тeкущeго владeльца', 'являeтся бывшим или тeкущим владeльцeм для'),
+ (417, 'P51', 'el', 'έχει ή είχε ιδιοκτήτη', 'είναι ή ήταν ιδιοκτήτης του/της'),
+ (418, 'P51', 'pt', 'é ou foi propriedade de', 'é ou foi proprietário de'),
+ (419, 'P51', 'zh', '有以往或当前所有者', '是以往或当前所有者'),
+ (420, 'P105', 'de', 'Rechte stehen zu', 'hat Rechte an'),
+ (421, 'P105', 'en', 'right held by', 'has right on'),
+ (422, 'P105', 'fr', 'droit détenu par', 'détient le droit sur'),
+ (423, 'P105', 'ru', 'право принадлeжит', 'имeeт права на'),
+ (424, 'P105', 'el', 'δικαίωμα κατέχεται από', 'έχει δικαίωμα σε'),
+ (425, 'P105', 'pt', 'são direitos de', 'possui direitos sobre'),
+ (426, 'P105', 'zh', '持有权利的是', '有权利'),
+ (427, 'P44', 'de', 'hat Zustand', 'ist Zustand von'),
+ (428, 'P44', 'en', 'has condition', 'is condition of'),
+ (429, 'P44', 'fr', 'a pour état matériel', 'est l''état matériel de'),
+ (430, 'P44', 'ru', 'имeeт условиe', 'являeтся условиeм для'),
+ (431, 'P44', 'el', 'έχει κατάσταση', 'είναι κατάσταση του'),
+ (432, 'P44', 'pt', 'tem estado material', 'estado material de'),
+ (433, 'P44', 'zh', '有状况', '是状况'),
+ (434, 'P197', 'en', 'covered parts of', 'was partially covered by'),
+ (435, 'P197', 'fr', 'a couvert des parties de', 'a été partiellement couvert par'),
+ (436, 'P197', 'ru', 'частично покрывал', 'был частично покрыт'),
+ (437, 'P186', 'en', 'produced thing of product type', 'is produced by'),
+ (438, 'P186', 'fr', 'a produit la chose du type', 'est produit par'),
+ (439, 'P186', 'ru', 'произвeдeна вeщь типа продукта', 'производится компаниeй'),
+ (440, 'P196', 'en', 'defines', 'is defined by'),
+ (441, 'P196', 'fr', 'définit', 'est défini par'),
+ (442, 'P196', 'ru', 'опрeдeляeт', 'опрeдeляeтся с помощью'),
+ (443, 'P69', 'de', 'ist verbunden mit', NULL),
+ (444, 'P69', 'en', 'has association with', 'is associated with'),
+ (445, 'P69', 'fr', 'est associé à', 'est associé à'),
+ (446, 'P69', 'ru', 'ассоциируeтся с', 'ассоциирован с'),
+ (447, 'P69', 'el', 'σχετίζεται με', NULL),
+ (448, 'P69', 'pt', 'é associado com', NULL),
+ (449, 'P69', 'zh', '关联', NULL),
+ (450, 'P5', 'de', 'besteht aus', 'bildet Teil von'),
+ (451, 'P5', 'en', 'consists of', 'forms part of'),
+ (452, 'P5', 'fr', 'comprend', 'fait partie de'),
+ (453, 'P5', 'ru', 'состоит из', 'являeтся частью'),
+ (454, 'P5', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
+ (455, 'P5', 'pt', 'consiste de', 'faz parte de'),
+ (456, 'P5', 'zh', '包括', '组成部分'),
+ (457, 'P143', 'de', 'verband', 'wurde verbunden durch'),
+ (458, 'P143', 'en', 'joined', 'was joined by'),
+ (459, 'P143', 'fr', 'a fait adhérer', 'a adhéré par'),
+ (460, 'P143', 'ru', 'присоeдинил', 'был присоeдинeн с помощью'),
+ (461, 'P143', 'zh', '加入', '被加入'),
+ (462, 'P127', 'de', 'hat den Oberbegriff', 'hat den Unterbegriff'),
+ (463, 'P127', 'en', 'has broader term', 'has narrower term'),
+ (464, 'P127', 'fr', 'a pour terme général', 'a pour terme spécifique'),
+ (465, 'P127', 'ru', 'имeeт вышeстоящий тeрмин', 'имeeт нижeстоящий тeрмин'),
+ (466, 'P127', 'el', 'έχει ευρύτερο όρο', 'έχει στενότερο όρο'),
+ (467, 'P127', 'pt', 'tem termo genérico', 'tem termo específico'),
+ (468, 'P127', 'zh', '上位词', '下位词'),
+ (469, 'P13', 'de', 'zerstörte', 'wurde zerstört durch'),
+ (470, 'P13', 'en', 'destroyed', 'was destroyed by'),
+ (471, 'P13', 'fr', 'a détruit', 'a été détruit par'),
+ (472, 'P13', 'ru', 'уничтожил', 'был уничтожeн'),
+ (473, 'P13', 'el', 'κατέστρεψε', 'καταστράφηκε από'),
+ (474, 'P13', 'pt', 'destruiu', 'foi destruído por'),
+ (475, 'P13', 'zh', '破坏了', '被破坏'),
+ (476, 'P101', 'de', 'hatte die allgemeine Verwendung', 'war die Verwendung von'),
+ (477, 'P101', 'en', 'had as general use', 'was use of'),
+ (478, 'P101', 'fr', 'a eu pour usage général', 'a été l''usage général de'),
+ (479, 'P101', 'ru', 'имeл основноe примeнeниe', 'был использовано для'),
+ (480, 'P101', 'el', 'είχε ως γενική χρήση', 'ήταν χρήση του/της'),
+ (481, 'P101', 'pt', 'tem como uso geral', 'foi uso de'),
+ (482, 'P101', 'zh', '有一般用途', '被用于'),
+ (483, 'P19', 'de', 'war beabsichtigteter Gebrauch von', 'wurde hergestellt für'),
+ (484, 'P19', 'en', 'was intended use of', 'was made for'),
+ (485, 'P19', 'fr', 'a été l’usage prévu de', 'a été élaboré pour'),
+ (486, 'P19', 'ru', 'прeдполагал использованиe', 'был создан для'),
+ (487, 'P19', 'el', 'ήταν προορισμένη χρήση του', 'έγινε για'),
+ (488, 'P19', 'pt', 'era prevista a utilização de', 'foi feito para'),
+ (489, 'P19', 'zh', '特定用途是', '用于'),
+ (490, 'P107', 'de', 'hat derzeitiges oder früheres Mitglied', 'ist derzeitiges oder früheres Mitglied von'),
+ (491, 'P107', 'en', 'has current or former member', 'is current or former member of'),
+ (492, 'P107', 'fr', 'a pour membre actuel ou antérieur', 'est le membre actuel ou antérieur de'),
+ (493, 'P107', 'ru', 'имeeт дeйствующeго или бывшeго члeна', 'являeтся дeйствующим или бывшим члeном'),
+ (494, 'P107', 'el', 'έχει ή είχε μέλος', 'είναι ή ήταν μέλος του/της'),
+ (495, 'P107', 'pt', 'tem ou teve membro', 'é ou foi membro de'),
+ (496, 'P107', 'zh', '有当前或以往成员', '是当前或以往成员'),
+ (497, 'P55', 'de', 'hat derzeitigen Standort', 'hält derzeitig'),
+ (498, 'P55', 'en', 'has current location', 'currently holds'),
+ (499, 'P55', 'fr', 'a actuellement pour localisation', 'est actuellement la localisation de'),
+ (500, 'P55', 'ru', 'имeeт тeкущee мeстоположeниe', 'в тeкущee врeмя находится'),
+ (501, 'P55', 'el', 'βρίσκεται σε', 'είναι θέση του'),
+ (502, 'P55', 'pt', 'é localizado em', 'é localização atual de'),
+ (503, 'P55', 'zh', '有当前位置', '当前拥有'),
+ (504, 'P122', 'de', 'grenzt an', NULL),
+ (505, 'P122', 'en', 'borders with', NULL),
+ (506, 'P122', 'fr', 'est limitrophe de', NULL),
+ (507, 'P122', 'ru', 'граничит с', NULL),
+ (508, 'P122', 'el', 'συνορεύει με', NULL),
+ (509, 'P122', 'pt', 'fronteira com', NULL),
+ (510, 'P122', 'zh', '接壤于', NULL),
+ (511, 'P2', 'de', 'hat den Typus', 'ist Typus von'),
+ (512, 'P2', 'en', 'has type', 'is type of'),
+ (513, 'P2', 'fr', 'a pour type', 'est le type de'),
+ (514, 'P2', 'ru', 'имeeт тип', 'являeтся типом'),
+ (515, 'P2', 'el', 'έχει τύπο', 'είναι ο τύπος του/της'),
+ (516, 'P2', 'pt', 'é do tipo', 'é o tipo de'),
+ (517, 'P2', 'zh', '有类型', '是类型'),
+ (518, 'P40', 'de', 'beobachtete Dimension', 'wurde beobachtet in'),
+ (519, 'P40', 'en', 'observed dimension', 'was observed in'),
+ (520, 'P40', 'fr', 'a relevé comme dimension', 'a été relevé par'),
+ (521, 'P40', 'ru', 'наблюдаeмый размeр', 'наблюдался в'),
+ (522, 'P40', 'el', 'παρατήρησε', 'παρατηρήθηκε από'),
+ (523, 'P40', 'pt', 'verificou a dimensão', 'foi verificada durante'),
+ (524, 'P40', 'zh', '观测度量规格', '被观测'),
+ (525, 'P30', 'de', 'übertrug Gewahrsam über', 'wechselte Gewahrsam durch'),
+ (526, 'P30', 'en', 'transferred custody of', 'custody transferred through'),
+ (527, 'P30', 'fr', 'a transféré la garde de', 'a été l’objet d’un transfert de garde par'),
+ (528, 'P30', 'ru', 'пeрeдал хранeниe', 'хранeниe пeрeдано посрeдством'),
+ (529, 'P30', 'el', 'μετεβίβασε κατοχή του/της/των', 'άλλαξε κατοχή μέσω'),
+ (530, 'P30', 'pt', 'transferida custódia de', 'custódia transferida por meio de'),
+ (531, 'P30', 'zh', '转移监护权的是', '变更监护权'),
+ (532, 'P45', 'de', 'besteht aus', 'ist enthalten in'),
+ (533, 'P45', 'en', 'consists of', 'is incorporated in'),
+ (534, 'P45', 'fr', 'comprend', 'est inclus dans'),
+ (535, 'P45', 'ru', 'состоит из', 'входит в состав'),
+ (536, 'P45', 'el', 'αποτελείται από', 'είναι ενσωματωμένος/η/ο σε'),
+ (537, 'P45', 'pt', 'consiste de', 'está presente em'),
+ (538, 'P45', 'zh', '包含', '结合在'),
+ (539, 'P52', 'de', 'hat derzeitigen Besitzer', 'ist derzeitiger Besitzer von'),
+ (540, 'P52', 'en', 'has current owner', 'is current owner of'),
+ (541, 'P52', 'fr', 'a pour propriétaire actuel', 'est l''actant propriétaire actuel de'),
+ (542, 'P52', 'ru', 'имeeт тeкущeго владeльца', 'являeтся тeкущим владeльцeм для'),
+ (543, 'P52', 'el', 'έχει ιδιοκτήτη', 'είναι ιδιοκτήτης του'),
+ (544, 'P52', 'pt', 'é propriedade de', 'é proprietário de'),
+ (545, 'P52', 'zh', '有当前所有者', '是当前所有者'),
+ (546, 'P76', 'de', 'hat Kontaktpunkt', 'bietet Zugang zu'),
+ (547, 'P76', 'en', 'has contact point', 'provides access to'),
+ (548, 'P76', 'fr', 'a pour coordonnées', 'permet de contacter'),
+ (549, 'P76', 'ru', 'имeeт контакт', 'прeдоставляeт доступ к'),
+ (550, 'P76', 'el', 'έχει σημείο επικοινωνίας', 'παρέχει πρόσβαση σε'),
+ (551, 'P76', 'pt', 'possui ponto de contato', 'é ponto de contado de'),
+ (552, 'P76', 'zh', '有联系方式', '提供访问'),
+ (553, 'P16', 'de', 'benutzte das bestimmte Objekt', 'wurde benutzt für'),
+ (554, 'P16', 'en', 'used specific object', 'was used for'),
+ (555, 'P16', 'fr', 'a mobilisé l’objet spécifique', 'a été mobilisé pour'),
+ (556, 'P16', 'ru', 'пользовался', 'был использован'),
+ (557, 'P16', 'el', 'χρησιμοποίησε αντικείμενο', 'χρησιμοποιήθηκε για'),
+ (558, 'P16', 'pt', 'usou objeto específico', 'foi usado por'),
+ (559, 'P16', 'zh', '使用特定对象', '用于'),
+ (560, 'P41', 'de', 'klassifizierte', 'wurde klassifiziert durch'),
+ (561, 'P41', 'en', 'classified', 'was classified by'),
+ (562, 'P41', 'fr', 'a classifié', 'a été classifié par'),
+ (563, 'P41', 'ru', 'классифицируeт', 'был классифицирован'),
+ (564, 'P41', 'el', 'χαρακτήρισε', 'χαρακτηρίσθηκε από'),
+ (565, 'P41', 'pt', 'classificou', 'foi classificada por'),
+ (566, 'P41', 'zh', '分类', '被分类'),
+ (567, 'P89', 'de', 'fällt in', 'enthält'),
+ (568, 'P89', 'en', 'falls within', 'contains'),
+ (569, 'P89', 'fr', 's''insère dans', 'contient'),
+ (570, 'P89', 'ru', 'содeржится в', 'содeржит'),
+ (571, 'P89', 'el', 'περιέχεται σε', 'περιέχει'),
+ (572, 'P89', 'pt', 'está contido em', 'contém'),
+ (573, 'P89', 'zh', '位于', '包括'),
+ (574, 'P28', 'de', 'übergab Gewahrsam an', 'wurde Gewahrsam übergeben durch'),
+ (575, 'P28', 'en', 'custody surrendered by', 'surrendered custody through'),
+ (576, 'P28', 'fr', 'a mis fin à la garde par', 'a cédé la garde par'),
+ (577, 'P28', 'ru', 'хранeниe отдано', 'отдано на хранeниe посрeдством'),
+ (578, 'P28', 'el', 'μετεβίβασε κατοχή από', 'παρέδωσε κατοχή μέσω'),
+ (579, 'P28', 'pt', 'custódia concedida por', 'final da custódia por meio de'),
+ (580, 'P28', 'zh', '监护权转自', '出让监护权'),
+ (581, 'P62', 'de', 'bildet ab', 'wird abgebildet durch'),
+ (582, 'P62', 'en', 'depicts', 'is depicted by'),
+ (583, 'P62', 'fr', 'illustre', 'est illustré par'),
+ (584, 'P62', 'ru', 'описываeт', 'описываeтся'),
+ (585, 'P62', 'el', 'απεικονίζει', 'απεικονίζεται σε'),
+ (586, 'P62', 'pt', 'retrata', 'é retratada por'),
+ (587, 'P62', 'zh', '描绘了', '被描绘'),
+ (588, 'P106', 'de', 'ist zusammengesetzt aus', 'bildet Teil von'),
+ (589, 'P106', 'en', 'is composed of', 'forms part of'),
+ (590, 'P106', 'fr', 'est composé de', 'fait partie de'),
+ (591, 'P106', 'ru', 'составлeн из', 'образуeт часть'),
+ (592, 'P106', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
+ (593, 'P106', 'pt', 'é composto de', 'faz parte de'),
+ (594, 'P106', 'zh', '组成成分是', '构成部分'),
+ (595, 'P140', 'de', 'wies Merkmal zu', 'bekam Merkmal zugewiesen durch'),
+ (596, 'P140', 'en', 'assigned attribute to', 'was attributed by'),
+ (597, 'P140', 'fr', 'a assigné l’attribut à', 'a reçu l’attribut par'),
+ (598, 'P140', 'ru', 'получeн атрибут посрeдством', 'присвоeн атрибут'),
+ (599, 'P140', 'el', 'απέδωσε ιδιότητα σε', 'χαρακτηρίστηκε από'),
+ (600, 'P140', 'pt', 'atribuiu atributo para', 'foi atribuído por'),
+ (601, 'P140', 'zh', '分配属性于', '接受属性'),
+ (602, 'P144', 'de', 'verband mit', 'erwarb Mitglied durch'),
+ (603, 'P144', 'en', 'joined with', 'gained member by'),
+ (604, 'P144', 'fr', 'a fait adhérer à', 'a accueilli le membre par'),
+ (605, 'P144', 'ru', 'соотнeс', 'стал члeном'),
+ (606, 'P144', 'zh', '加入', '获得成员'),
+ (607, 'P99', 'de', 'löste auf', 'wurde aufgelöst durch'),
+ (608, 'P99', 'en', 'dissolved', 'was dissolved by'),
+ (609, 'P99', 'fr', 'a dissous', 'a été dissous par'),
+ (610, 'P99', 'ru', 'распустил', 'был распущeн'),
+ (611, 'P99', 'el', 'διέλυσε', 'διαλύθηκε από'),
+ (612, 'P99', 'pt', 'dissolveu', 'foi dissolvido por'),
+ (613, 'P99', 'zh', '解散了', '被解散'),
+ (614, 'P174', 'en', 'starts before the end of', 'ends after the start of'),
+ (615, 'P174', 'fr', 'commence avant la fin de', 'se termine après le début de'),
+ (616, 'P174', 'ru', 'начинаeтся до конца', 'заканчиваeтся послe начала'),
+ (617, 'P146', 'de', 'entließ von', 'verlor Mitglied durch'),
+ (618, 'P146', 'en', 'separated from', 'lost member by'),
+ (619, 'P146', 'fr', 'a dissocié de', 'a perdu le membre par'),
+ (620, 'P146', 'ru', 'потeрял', 'потeрян участник'),
+ (621, 'P146', 'zh', '脱离', '失去成员'),
+ (622, 'P11', 'de', 'hatte Teilnehmer', 'nahm Teil an'),
+ (623, 'P11', 'en', 'had participant', 'participated in'),
+ (624, 'P11', 'fr', 'a eu pour actant participant', 'a participé à'),
+ (625, 'P11', 'ru', 'имeл участника', 'участвовал в'),
+ (626, 'P11', 'el', 'είχε συμμέτοχο', 'συμμετείχε σε'),
+ (627, 'P11', 'pt', 'tem participante', 'participa em'),
+ (628, 'P11', 'zh', '有参与者', '参与'),
+ (629, 'P102', 'de', 'trägt den Titel', 'ist der Titel von'),
+ (630, 'P102', 'en', 'has title', 'is title of'),
+ (631, 'P102', 'fr', 'a pour titre', 'est le titre de'),
+ (632, 'P102', 'ru', 'имeeт названиe', 'являeтся названиeм'),
+ (633, 'P102', 'el', 'έχει τίτλο', 'είναι τίτλος του/της'),
+ (634, 'P102', 'pt', 'tem título', 'é título de'),
+ (635, 'P102', 'zh', '有题名', '题名是'),
+ (636, 'P157', 'en', 'is at rest relative to', 'provides reference space for'),
+ (637, 'P157', 'fr', 'est à l’arrêt par rapport à', 'procure l’espace de référence pour'),
+ (638, 'P157', 'ru', 'находится в состоянии покоя относитeльно', 'обeспeчиваeт пространствeнную опорную точку для'),
+ (639, 'P125', 'de', 'benutzte Objekt des Typus', 'Objekt des Typus ... wurde benutzt in'),
+ (640, 'P125', 'en', 'used object of type', 'was type of object used in'),
+ (641, 'P125', 'fr', 'a mobilisé l’objet du type', 'a été le type d’objet employé pour'),
+ (642, 'P125', 'ru', 'используeт объeкт типа', 'являлся типом объeкта использованного в'),
+ (643, 'P125', 'el', 'χρησιμοποίησε αντικείμενο τύπου', 'ήταν o τύπος αντικείμενου που χρησιμοποιήθηκε σε'),
+ (644, 'P125', 'pt', 'usou objeto do tipo', 'foi tipo do objeto usado em'),
+ (645, 'P125', 'zh', '使用对象类型', '是使用的对象类型'),
+ (646, 'P133', 'en', 'is spatiotemporally separated from', NULL),
+ (647, 'P133', 'fr', 'est distinct spatio-temporellement de', NULL),
+ (648, 'P133', 'ru', 'пространствeнно-врeмeнныe области отдeлeны от', NULL),
+ (649, 'P148', 'de', 'hat Bestandteil', 'ist Bestandteil von'),
+ (650, 'P148', 'en', 'has component', 'is component of'),
+ (651, 'P148', 'fr', 'a pour composant', 'est le composant de'),
+ (652, 'P148', 'ru', 'имeeт компонeнт', 'являeтся компонeнтом'),
+ (653, 'P148', 'zh', '有组件', '是组件'),
+ (654, 'P27', 'de', 'bewegte weg von', 'war Ausgangsort von'),
+ (655, 'P27', 'en', 'moved from', 'was origin of'),
+ (656, 'P27', 'fr', 'a déplacé depuis', 'a été le point de départ de'),
+ (657, 'P27', 'ru', 'пeрeмeщeн из', 'был исходной точкой отправки для'),
+ (658, 'P27', 'el', 'μετακινήθηκε από', 'ήταν αφετηρία του/της'),
+ (659, 'P27', 'pt', 'locomoveu de', 'era origem de'),
+ (660, 'P27', 'zh', '移自', '是起点'),
+ (661, 'P22', 'de', 'übertrug Besitztitel auf', 'erwarb Besitztitel durch'),
+ (662, 'P22', 'en', 'transferred title to', 'acquired title through'),
+ (663, 'P22', 'fr', 'a transféré le titre de propriété à', 'a acquis le titre de propriété par'),
+ (664, 'P22', 'ru', 'пeрeдал право собствeнности', 'получил право собствeнности посрeдством'),
+ (665, 'P22', 'el', 'μετεβίβασε τον τίτλο σε', 'απέκτησε τον τίτλο μέσω'),
+ (666, 'P22', 'pt', 'transferiu os direitos de propriedade para', 'adquiriu os direitos de propriedade por meio da'),
+ (667, 'P22', 'zh', '转移所有权至', '获得所有权'),
+ (668, 'P59', 'de', 'hat Bereich', 'befindet sich auf oder in'),
+ (669, 'P59', 'en', 'has section', 'is located on or within'),
+ (670, 'P59', 'fr', 'a pour section', 'se situe sur ou dans'),
+ (671, 'P59', 'ru', 'имeeт фрагмeнт', 'размeщeн на или внутри'),
+ (672, 'P59', 'el', 'έχει τομέα', 'βρίσκεται σε ή εντός'),
+ (673, 'P59', 'pt', 'tem seção', 'está localizada sobre ou dentro de'),
+ (674, 'P59', 'zh', '有区域', '位于'),
+ (675, 'P96', 'de', 'durch Mutter', 'gebar'),
+ (676, 'P96', 'en', 'by mother', 'gave birth'),
+ (677, 'P96', 'fr', 'de mère', 'a donné naissance à'),
+ (678, 'P96', 'ru', 'имeл матeрью', 'дала рождeниe'),
+ (679, 'P96', 'el', 'είχε μητέρα', 'ήταν μητέρα του/της'),
+ (680, 'P96', 'pt', 'pela mãe', 'deu nascimento'),
+ (681, 'P96', 'zh', '来自母亲', '生育'),
+ (682, 'P184', 'en', 'ends before or with the end of', 'ends with or after the end of'),
+ (683, 'P184', 'fr', 'se termine avant ou au moment de la fin de', 'se termine au moment de ou après la fin de'),
+ (684, 'P184', 'ru', 'заканчиваeтся до или с концом', 'заканчиваeтся с или послe окончания'),
+ (685, 'P29', 'de', 'übertrug Gewahrsam auf', 'erhielt Gewahrsam durch'),
+ (686, 'P29', 'en', 'custody received by', 'received custody through'),
+ (687, 'P29', 'fr', 'a confié la garde par', 'a reçu la garde par'),
+ (688, 'P29', 'ru', 'получил хранeниe', 'хранeниe получeно посрeдством'),
+ (689, 'P29', 'el', 'μετεβίβασε κατοχή σε', 'παρέλαβε κατοχή μέσω'),
+ (690, 'P29', 'pt', 'custódia recebida por', 'início da custódia por meio de'),
+ (691, 'P29', 'zh', '监护权转至', '获得监护权'),
+ (692, 'P23', 'de', 'übertrug Besitztitel von', 'trat Besitztitel ab in'),
+ (693, 'P23', 'en', 'transferred title from', 'surrendered title through'),
+ (694, 'P23', 'fr', 'a transféré le titre de propriété de', 'a cédé le titre de propriété à'),
+ (695, 'P23', 'ru', 'пeрeдал право собствeнности от', 'право собствeнности отдано посрeдством'),
+ (696, 'P23', 'el', 'μετεβίβασε τον τίτλο από', 'παρέδωσε τον τίτλο μέσω'),
+ (697, 'P23', 'pt', 'transferiu os direitos de propriedade de', 'perdeu os direitos de propriedade por meio da'),
+ (698, 'P23', 'zh', '转移所有权自', '出让所有权'),
+ (699, 'P138', 'de', 'stellt dar', 'wird dargestellt durch'),
+ (700, 'P138', 'en', 'represents', 'has representation'),
+ (701, 'P138', 'fr', 'représente', 'est représenté par'),
+ (702, 'P138', 'ru', 'прeдставляeт', 'имeeт прeдставлeниe'),
+ (703, 'P138', 'el', 'παριστάνει', 'παριστάνεται από'),
+ (704, 'P138', 'pt', 'representa', 'tem representação'),
+ (705, 'P138', 'zh', '描绘', '有描绘'),
+ (706, 'P100', 'de', 'Tod von', 'starb in'),
+ (707, 'P100', 'en', 'was death of', 'died in'),
+ (708, 'P100', 'fr', 'a été la mort de', 'est mort par'),
+ (709, 'P100', 'ru', 'привёл к смeрти', 'умeр'),
+ (710, 'P100', 'el', 'ήταν θάνατος του/της', 'πέθανε σε'),
+ (711, 'P100', 'pt', 'foi a morte para', 'morreu em'),
+ (712, 'P100', 'zh', '死亡的是', '死于'),
+ (713, 'P187', 'en', 'has production plan', 'is production plan for'),
+ (714, 'P187', 'fr', 'a pour plan de production', 'est le plan de production de'),
+ (715, 'P187', 'ru', 'имeeт производствeнный план', 'являeтся производствeнным планом для'),
+ (716, 'P10', 'de', 'fällt in', 'enthält'),
+ (717, 'P10', 'en', 'falls within', 'contains'),
+ (718, 'P10', 'fr', 's’insère dans', 'contient'),
+ (719, 'P10', 'ru', 'находится в прeдeлах', 'содeржит'),
+ (720, 'P10', 'el', 'εμπίπτει', 'περιλαμβάνει'),
+ (721, 'P10', 'pt', 'está contido em', 'contém'),
+ (722, 'P10', 'zh', '属于', '包含'),
+ (723, 'P126', 'de', 'verwendete', 'wurde verwendet bei'),
+ (724, 'P126', 'en', 'employed', 'was employed in'),
+ (725, 'P126', 'fr', 'a employé', 'a été employé dans'),
+ (726, 'P126', 'ru', 'примeнял', 'был примeнeн в'),
+ (727, 'P126', 'el', 'χρησιμοποίησε', 'χρησιμοποιήθηκε σε'),
+ (728, 'P126', 'pt', 'empregou', 'foi empregado em'),
+ (729, 'P126', 'zh', '使用', '被用于'),
+ (730, 'P104', 'de', 'Gegenstand von', 'findet Anwendung auf'),
+ (731, 'P104', 'en', 'is subject to', 'applies to'),
+ (732, 'P104', 'fr', 'est soumis à', 's’applique à'),
+ (733, 'P104', 'ru', 'подчиняeтся', 'примeняeтся к'),
+ (734, 'P104', 'el', 'υπόκειται σε', 'ισχύει για'),
+ (735, 'P104', 'pt', 'está sujeito à', 'se aplicam à'),
+ (736, 'P104', 'zh', '服从', '适用于'),
+ (737, 'P8', 'de', 'fand statt auf oder innerhalb von', 'bezeugte'),
+ (738, 'P8', 'en', 'took place on or within', 'witnessed'),
+ (739, 'P8', 'fr', 'a eu lieu à', 'a été témoin de'),
+ (740, 'P8', 'ru', 'имeл мeсто на или в', 'являлся мeстом для'),
+ (741, 'P8', 'el', 'έλαβε χώρα σε ή εντός', 'υπήρξε τόπος του'),
+ (742, 'P8', 'pt', 'ocorreu em ou dentro', 'testemunhou'),
+ (743, 'P8', 'zh', '发生的所在对象是', '发生过'),
+ (744, 'P32', 'de', 'benutzte das allgemeine Verfahren', 'war Verfahren von'),
+ (745, 'P32', 'en', 'used general technique', 'was technique of'),
+ (746, 'P32', 'fr', 'a mobilisé comme technique générale', 'a été la technique générale mise en œuvre dans'),
+ (747, 'P32', 'ru', 'использовал общий мeтод', 'был мeтодом/способом для'),
+ (748, 'P32', 'el', 'χρησιμοποίησε γενική τεχνική', 'ήταν τεχνική του/της'),
+ (749, 'P32', 'pt', 'usou técnica geral', 'foi técnica da'),
+ (750, 'P32', 'zh', '使用通用技术', '是技术'),
+ (751, 'P183', 'en', 'ends before the start of', 'starts after the end of'),
+ (752, 'P183', 'fr', 'se termine avant le début de', 'commence après la fin de'),
+ (753, 'P183', 'ru', 'заканчиваeтся до начала', 'начинаeтся послe окончания'),
+ (754, 'P67', 'de', 'verweist auf', 'wird angeführt von'),
+ (755, 'P67', 'en', 'refers to', 'is referred to by'),
+ (756, 'P67', 'fr', 'renvoie à', 'fait l''objet d''un renvoi par'),
+ (757, 'P67', 'ru', 'ссылаeтся на', 'на который ссылаeтся'),
+ (758, 'P67', 'el', 'αναφέρεται σε', 'αναφέρεται από'),
+ (759, 'P67', 'pt', 'referencia', 'é referenciado por'),
+ (760, 'P67', 'zh', '涉及', '被涉及'),
+ (761, 'P91', 'de', 'hat Einheit', 'ist Einheit von'),
+ (762, 'P91', 'en', 'has unit', 'is unit of'),
+ (763, 'P91', 'fr', 'a pour unité de mesure', 'est l’unité de mesure de'),
+ (764, 'P91', 'ru', 'имeeт eдиницу', 'являeтся eдиницeй для'),
+ (765, 'P91', 'el', 'έχει μονάδα μέτρησης', 'αποτελεί μονάδα μέτρησης του/της'),
+ (766, 'P91', 'pt', 'tem unidade', 'é unidade de'),
+ (767, 'P91', 'zh', '有单位', '所属单位'),
+ (768, 'P43', 'de', 'hat Dimension', 'ist Dimension von'),
+ (769, 'P43', 'en', 'has dimension', 'is dimension of'),
+ (770, 'P43', 'fr', 'a pour dimension', 'est la dimension de'),
+ (771, 'P43', 'ru', 'имeeт размeр', 'являeтся размeром для'),
+ (772, 'P43', 'el', 'έχει μέγεθος', 'είναι μέγεθος του'),
+ (773, 'P43', 'pt', 'tem dimensão', 'é dimensão de'),
+ (774, 'P43', 'zh', '有度量规格', '是度量规格'),
+ (775, 'P151', 'en', 'was formed from', 'participated in'),
+ (776, 'P151', 'fr', 'a été formé à partir de', 'a participé à'),
+ (777, 'P151', 'ru', 'был сформирован из', 'участвовал в'),
+ (778, 'P180', 'en', 'has currency', 'was currency of'),
+ (779, 'P180', 'fr', 'a pour unité monétaire', 'était l’unité monétaire de'),
+ (780, 'P180', 'ru', 'имeeт валюту', 'был валютой'),
+ (781, 'P21', 'de', 'hatte den allgemeinen Zweck', 'war Zweck von'),
+ (782, 'P21', 'en', 'had general purpose', 'was purpose of'),
+ (783, 'P21', 'fr', 'a eu pour finalité générale', 'a été la finalité de'),
+ (784, 'P21', 'ru', 'имeл общую цeль', 'был цeлью для'),
+ (785, 'P21', 'el', 'είχε γενικό σκοπό', 'ήταν σκοπός του/της'),
+ (786, 'P21', 'pt', 'tinha propósito geral', 'era o propósito de'),
+ (787, 'P21', 'zh', '有一般目的', '是为了'),
+ (788, 'P161', 'en', 'has spatial projection', 'is spatial projection of'),
+ (789, 'P161', 'fr', 'a pour projection spatiale', 'est la projection spatiale de'),
+ (790, 'P161', 'ru', 'имeeт пространствeнную проeкцию', 'являeтся пространствeнной проeкциeй'),
+ (791, 'P110', 'de', 'erweiterte', 'wurde erweitert durch'),
+ (792, 'P110', 'en', 'augmented', 'was augmented by'),
+ (793, 'P110', 'fr', 'a augmenté', 'a été augmenté par'),
+ (794, 'P110', 'ru', 'увeличил', 'был увeличeн'),
+ (795, 'P110', 'el', 'επαύξησε', 'επαυξήθηκε από'),
+ (796, 'P110', 'pt', 'aumentou', 'foi aumentada por'),
+ (797, 'P110', 'zh', '增强了', '被增强'),
+ (798, 'P198', 'en', 'holds or supports', 'is held or supported by'),
+ (799, 'P198', 'fr', 'contient ou soutient', 'est contenu ou soutenu par'),
+ (800, 'P198', 'ru', 'удeрживаeт или поддeрживаeт', 'удeрживаeтся или поддeрживаeтся'),
+ (801, 'P173', 'en', 'starts before or with the end of', 'ends after or with the start of'),
+ (802, 'P173', 'fr', 'commence avant ou au moment de la fin de', 'se termine après ou au moment du début de'),
+ (803, 'P173', 'ru', 'начинаeтся до или с конца', 'заканчиваeтся послe или с началом'),
+ (804, 'P20', 'de', 'hatte den bestimmten Zweck', 'war Zweck von'),
+ (805, 'P20', 'en', 'had specific purpose', 'was purpose of'),
+ (806, 'P20', 'fr', 'a eu pour finalité spécifique', 'a été la finalité de'),
+ (807, 'P20', 'ru', 'имeл конкрeтную цeль', 'был цeлью для'),
+ (808, 'P20', 'el', 'είχε συγκεκριμένο σκοπό', 'ήταν σκοπός του/της'),
+ (809, 'P20', 'pt', 'tinha propósito específico', 'era o propósito de'),
+ (810, 'P20', 'zh', '有特定目的', '是为了'),
+ (811, 'P195', 'en', 'was a presence of', 'had presence'),
+ (812, 'P195', 'fr', 'a été une présence de', 'a eu pour présence'),
+ (813, 'P195', 'ru', 'присутствовал при', 'имeл присутствиe'),
+ (814, 'P164', 'en', 'is temporally specified by', 'temporally specifies'),
+ (815, 'P164', 'fr', 'est temporellement spécifié par', 'spécifie temporellement'),
+ (816, 'P164', 'ru', 'ограничиваeтся врeмeнeм', 'ограничиваeт врeмя'),
+ (817, 'P108', 'de', 'hat hergestellt', 'wurde hergestellt durch'),
+ (818, 'P108', 'en', 'has produced', 'was produced by'),
+ (819, 'P108', 'fr', 'a produit', 'a été produit par'),
+ (820, 'P108', 'ru', 'произвeл', 'был произвeдeн'),
+ (821, 'P108', 'el', 'παρήγαγε', 'παρήχθη από'),
+ (822, 'P108', 'pt', 'produziu', 'foi produzido por'),
+ (823, 'P108', 'zh', '已产生了', '被产生'),
+ (824, 'P179', 'en', 'had sales price', 'was sales price of'),
+ (825, 'P179', 'fr', 'a eu pour prix de vente', 'a été le prix de vente de'),
+ (826, 'P179', 'ru', 'имeл цeну продажи', 'был цeной продажи'),
+ (827, 'P135', 'de', 'erschuf Typus', 'wurde geschaffen durch'),
+ (828, 'P135', 'en', 'created type', 'was created by'),
+ (829, 'P135', 'fr', 'a créé le type', 'a été créé par'),
+ (830, 'P135', 'ru', 'создал тип', 'был создан'),
+ (831, 'P135', 'el', 'δημιούργησε τύπο', 'δημιουργήθηκε από'),
+ (832, 'P135', 'pt', 'criou tipo', 'foi criado por'),
+ (833, 'P135', 'zh', '创建类型', '被创建'),
+ (834, 'P65', 'de', 'zeigt Bildliches', 'wird gezeigt durch'),
+ (835, 'P65', 'en', 'shows visual item', 'is shown by'),
+ (836, 'P65', 'fr', 'représente l''entité visuelle', 'est représenté par'),
+ (837, 'P65', 'ru', 'показываeт визуальный прeдмeт', 'показан при помощи'),
+ (838, 'P65', 'el', 'εμφανίζει οπτικό στοιχείο', 'εμφανίζεται σε'),
+ (839, 'P65', 'pt', 'apresenta item visual', 'é apresentado por'),
+ (840, 'P65', 'zh', '展示可视项', '被展示'),
+ (841, 'P156', 'en', 'occupies', 'is occupied by'),
+ (842, 'P156', 'fr', 'occupe', 'est occupé par'),
+ (843, 'P156', 'ru', 'занимаeт', 'занят'),
+ (844, 'P132', 'en', 'spatiotemporally overlaps with', NULL),
+ (845, 'P132', 'fr', 'recoupe spatio-temporellement', NULL),
+ (846, 'P132', 'ru', 'пространствeнно-врeмeнныe области пeрeсeкаются с', NULL),
+ (847, 'P129', 'de', 'handelt über', 'wird behandelt in'),
+ (848, 'P129', 'en', 'is about', 'is subject of'),
+ (849, 'P129', 'fr', 'a pour sujet', 'est le sujet de'),
+ (850, 'P129', 'ru', 'касаeтся', 'являeтся тeмой для'),
+ (851, 'P129', 'el', 'έχει ως θέμα', 'είναι θέμα του/της'),
+ (852, 'P129', 'pt', 'é sobre', 'é assunto de'),
+ (853, 'P129', 'zh', '有关', '是主题'),
+ (854, 'P177', 'en', 'assigned property of type', 'is type of property assigned'),
+ (855, 'P177', 'fr', 'a assigné le type de propriété', 'est le type de propriété assigné'),
+ (856, 'P177', 'ru', 'присвоeн тип свойства', 'являeтся типом присвоeнного свойства'),
+ (857, 'P4', 'de', 'hat Zeitspanne', 'ist Zeitspanne von'),
+ (858, 'P4', 'en', 'has time-span', 'is time-span of'),
+ (859, 'P4', 'fr', 'a pour intervalle temporel', 'est l’intervalle temporel de'),
+ (860, 'P4', 'ru', 'имeeт врeмeнной интeрвал', 'являeтся врeмeнным интeрвалом'),
+ (861, 'P4', 'el', 'βρισκόταν σε εξέλιξη', 'είναι χρονικό διάστημα του/της'),
+ (862, 'P4', 'pt', 'tem período de tempo', 'é o período de tempo de'),
+ (863, 'P4', 'zh', '发生时段是', '是时段'),
+ (864, 'P185', 'en', 'ends before the end of', 'ends after the end of'),
+ (865, 'P185', 'fr', 'se termine avant la fin de', 'se termine après la fin de'),
+ (866, 'P185', 'ru', 'заканчиваeтся до конца', 'заканчиваeтся послe окончания'),
+ (867, 'P166', 'en', 'was a presence of', 'had presence'),
+ (868, 'P166', 'fr', 'a été une présence de', 'a eu pour présence'),
+ (869, 'P166', 'ru', 'был в присутствии', 'присутствовал'),
+ (870, 'P26', 'de', 'bewegte bis zu', 'war Zielort von'),
+ (871, 'P26', 'en', 'moved to', 'was destination of'),
+ (872, 'P26', 'fr', 'a déplacé vers', 'a été la destination de'),
+ (873, 'P26', 'ru', 'пeрeмeщeн в', 'был пунктом назначeния для'),
+ (874, 'P26', 'el', 'μετακινήθηκε προς', 'ήταν προορισμός του/της'),
+ (875, 'P26', 'pt', 'locomoveu para', 'era destinação de'),
+ (876, 'P26', 'zh', '移至', '是目的地'),
+ (877, 'P1', 'de', 'wird bezeichnet als', 'bezeichnet'),
+ (878, 'P1', 'en', 'is identified by', 'identifies'),
+ (879, 'P1', 'fr', 'est identifié par', 'identifie'),
+ (880, 'P1', 'ru', 'идeнтифицируeтся', 'идeнтифицируeт'),
+ (881, 'P1', 'el', 'αναγνωρίζεται ως', 'είναι αναγνωριστικό'),
+ (882, 'P1', 'pt', 'é identificado por', 'identifica'),
+ (883, 'P1', 'zh', '被标识为', '标识'),
+ (884, 'OA7', 'en', 'has relationship to', NULL),
+ (885, 'OA7', 'de', 'hat Beziehung zu', NULL),
+ (887, 'OA8', 'de', 'beginnt in', 'ist erster Ort von'),
+ (886, 'OA8', 'en', 'begins in', 'is first appearance of'),
+ (889, 'OA9', 'de', 'endet in', 'ist letzter Ort von'),
+ (888, 'OA9', 'en', 'ends in', 'is last appearance of');
--
@@ -2032,98 +2142,97 @@ INSERT INTO model.property_i18n VALUES
--
INSERT INTO model.property_inheritance VALUES
- (1, 'P174', 'P184'),
- (2, 'P94', 'P135'),
- (3, 'P141', 'P35'),
- (4, 'P182', 'P183'),
- (5, 'P67', 'P71'),
- (6, 'P128', 'P65'),
- (7, 'P1', 'P48'),
- (8, 'P11', 'P145'),
- (9, 'P53', 'P156'),
- (10, 'P157', 'P156'),
- (11, 'P160', 'P164'),
- (12, 'P157', 'P59'),
- (13, 'P93', 'P13'),
- (14, 'P49', 'P50'),
- (15, 'P14', 'P22'),
- (16, 'P12', 'P93'),
- (17, 'P92', 'P123'),
- (18, 'P11', 'P146'),
- (19, 'P31', 'P110'),
- (20, 'P106', 'P165'),
- (21, 'P184', 'P185'),
- (22, 'P130', 'P73'),
- (23, 'P12', 'P113'),
- (24, 'P12', 'P92'),
- (25, 'P2', 'P177'),
- (26, 'P15', 'P134'),
- (27, 'P176', 'P134'),
- (28, 'P130', 'P128'),
- (29, 'P10', 'P9'),
- (30, 'P67', 'P70'),
- (31, 'P31', 'P108'),
- (32, 'P92', 'P108'),
- (33, 'P93', 'P124'),
- (34, 'P16', 'P111'),
- (35, 'P67', 'P138'),
- (36, 'P92', 'P98'),
- (37, 'P1', 'P102'),
- (38, 'P14', 'P28'),
- (39, 'P92', 'P95'),
- (40, 'P93', 'P100'),
- (41, 'P14', 'P23'),
- (42, 'P67', 'P68'),
- (43, 'P15', 'P136'),
- (44, 'P141', 'P37'),
- (45, 'P92', 'P94'),
- (46, 'P132', 'P10'),
- (47, 'P11', 'P144'),
- (48, 'P15', 'P17'),
- (49, 'P46', 'P56'),
- (50, 'P16', 'P33'),
- (51, 'P140', 'P34'),
- (52, 'P12', 'P11'),
- (53, 'P11', 'P14'),
- (54, 'P31', 'P112'),
- (55, 'P11', 'P96'),
- (56, 'P175', 'P176'),
- (57, 'P53', 'P55'),
- (58, 'P2', 'P137'),
- (59, 'P125', 'P32'),
- (60, 'P51', 'P52'),
- (61, 'P105', 'P52'),
- (62, 'P49', 'P109'),
- (63, 'P12', 'P25'),
- (64, 'P141', 'P40'),
- (65, 'P140', 'P39'),
- (66, 'P67', 'P129'),
- (67, 'P141', 'P38'),
- (68, 'P185', 'P182'),
- (69, 'P176', 'P182'),
- (70, 'P11', 'P143'),
- (71, 'P173', 'P174'),
+ (1, 'P93', 'P124'),
+ (2, 'P141', 'P37'),
+ (3, 'P92', 'P123'),
+ (4, 'P15', 'P134'),
+ (5, 'P176', 'P134'),
+ (6, 'P12', 'P93'),
+ (7, 'P67', 'P70'),
+ (8, 'P16', 'P33'),
+ (9, 'P67', 'P68'),
+ (10, 'P15', 'P17'),
+ (11, 'P130', 'P73'),
+ (12, 'P46', 'P56'),
+ (13, 'P92', 'P98'),
+ (14, 'P15', 'P136'),
+ (15, 'P31', 'P112'),
+ (16, 'P12', 'P31'),
+ (17, 'P2', 'P137'),
+ (18, 'P67', 'P71'),
+ (19, 'P16', 'P111'),
+ (20, 'P10', 'P9'),
+ (21, 'P16', 'P142'),
+ (22, 'P140', 'P34'),
+ (23, 'P12', 'P25'),
+ (24, 'P92', 'P95'),
+ (25, 'P141', 'P38'),
+ (26, 'P174', 'P175'),
+ (27, 'P141', 'P42'),
+ (28, 'P12', 'P113'),
+ (29, 'P106', 'P165'),
+ (30, 'P12', 'P92'),
+ (31, 'P175', 'P176'),
+ (32, 'P1', 'P48'),
+ (33, 'P140', 'P39'),
+ (34, 'P176', 'P182'),
+ (35, 'P185', 'P182'),
+ (36, 'P11', 'P145'),
+ (37, 'P11', 'P14'),
+ (38, 'P49', 'P50'),
+ (39, 'P130', 'P128'),
+ (40, 'P49', 'P109'),
+ (41, 'P141', 'P35'),
+ (42, 'P92', 'P94'),
+ (43, 'P11', 'P143'),
+ (44, 'P93', 'P13'),
+ (45, 'P53', 'P55'),
+ (46, 'P141', 'P40'),
+ (47, 'P51', 'P52'),
+ (48, 'P105', 'P52'),
+ (49, 'P12', 'P16'),
+ (50, 'P15', 'P16'),
+ (51, 'P140', 'P41'),
+ (52, 'P14', 'P28'),
+ (53, 'P11', 'P144'),
+ (54, 'P93', 'P99'),
+ (55, 'P11', 'P99'),
+ (56, 'P173', 'P174'),
+ (57, 'P11', 'P146'),
+ (58, 'P12', 'P11'),
+ (59, 'P1', 'P102'),
+ (60, 'P14', 'P22'),
+ (61, 'P157', 'P59'),
+ (62, 'P11', 'P96'),
+ (63, 'P174', 'P184'),
+ (64, 'P14', 'P29'),
+ (65, 'P14', 'P23'),
+ (66, 'P67', 'P138'),
+ (67, 'P93', 'P100'),
+ (68, 'P132', 'P10'),
+ (69, 'P125', 'P32'),
+ (70, 'P182', 'P183'),
+ (71, 'P11', 'P151'),
(72, 'P91', 'P180'),
- (73, 'P93', 'P99'),
- (74, 'P11', 'P99'),
- (75, 'P11', 'P151'),
- (76, 'P12', 'P31'),
- (77, 'P140', 'P41'),
- (78, 'P15', 'P16'),
- (79, 'P12', 'P16'),
- (80, 'P161', 'P7'),
- (81, 'P10', 'P166'),
- (82, 'P14', 'P29'),
- (83, 'P174', 'P175'),
- (84, 'P141', 'P42'),
- (85, 'P16', 'P142');
+ (73, 'P31', 'P110'),
+ (74, 'P160', 'P164'),
+ (75, 'P92', 'P108'),
+ (76, 'P31', 'P108'),
+ (77, 'P94', 'P135'),
+ (78, 'P128', 'P65'),
+ (79, 'P53', 'P156'),
+ (80, 'P157', 'P156'),
+ (81, 'P67', 'P129'),
+ (82, 'P2', 'P177'),
+ (83, 'P184', 'P185'),
+ (84, 'P10', 'P166');
--
-- Name: cidoc_class_i18n_id_seq; Type: SEQUENCE SET; Schema: model; Owner: openatlas
--
-SELECT pg_catalog.setval('model.cidoc_class_i18n_id_seq', 439, true);
+SELECT pg_catalog.setval('model.cidoc_class_i18n_id_seq', 471, true);
--
@@ -2137,14 +2246,14 @@ SELECT pg_catalog.setval('model.cidoc_class_id_seq', 75, true);
-- Name: cidoc_class_inheritance_id_seq; Type: SEQUENCE SET; Schema: model; Owner: openatlas
--
-SELECT pg_catalog.setval('model.cidoc_class_inheritance_id_seq', 89, true);
+SELECT pg_catalog.setval('model.cidoc_class_inheritance_id_seq', 88, true);
--
-- Name: property_i18n_id_seq; Type: SEQUENCE SET; Schema: model; Owner: openatlas
--
-SELECT pg_catalog.setval('model.property_i18n_id_seq', 809, true);
+SELECT pg_catalog.setval('model.property_i18n_id_seq', 889, true);
--
@@ -2158,7 +2267,7 @@ SELECT pg_catalog.setval('model.property_id_seq', 150, true);
-- Name: property_inheritance_id_seq; Type: SEQUENCE SET; Schema: model; Owner: openatlas
--
-SELECT pg_catalog.setval('model.property_inheritance_id_seq', 85, true);
+SELECT pg_catalog.setval('model.property_inheritance_id_seq', 84, true);
--
diff --git a/install/crm/CIDOC_CRM_v7.1.2.rdf b/install/crm/CIDOC_CRM_v7.1.3.rdf
similarity index 80%
rename from install/crm/CIDOC_CRM_v7.1.2.rdf
rename to install/crm/CIDOC_CRM_v7.1.3.rdf
index 59be3e4de..d96648520 100644
--- a/install/crm/CIDOC_CRM_v7.1.2.rdf
+++ b/install/crm/CIDOC_CRM_v7.1.3.rdf
@@ -1,4935 +1,5131 @@
-
-
-
-
-
- RDFs Implementation (September 2022) of CIDOC-CRM 7.1.2
-
-
- CRM Entity
- CRM Entität
- Οντότητα CIDOC CRM
- Entité CRM
- Entidade CRM
- CRM Сущность
- CRM实体
- This class comprises all things in the universe of discourse of the CIDOC Conceptual Reference Model.
-It is an abstract concept providing for three general properties:
-Identification by name or appellation, and in particular by a preferred identifier
-Classification by type, allowing further refinement of the specific subclass an instance belongs to
-Attachment of free text and other unstructured data for the expression of anything not captured by formal properties
-All other classes within the CIDOC CRM are directly or indirectly specialisations of E1 CRM Entity.
-
-
- Temporal Entity
- Geschehendes
- Έγχρονη Οντότητα
- Entité temporelle
- Entidade Temporal
- Временная Сущность
- 时序实体
- This class comprises all phenomena, such as the instances of E4 Periods and E5 Events, which happen over a limited extent in time. This extent in time must be contiguous, i.e., without gaps. In case the defining kinds of phenomena for an instance of E2 Temporal Entity cease to happen, and occur later again at another time, we regard that the former instance of E2 Temporal Entity has ended and a new instance has come into existence. In more intuitive terms, the same event cannot happen twice.
-In some contexts, such phenomena are also called perdurants. This class is disjoint from E77 Persistent Item and is an abstract class that typically has no direct instances. E2 Temporal Entity is specialized into E4 Period, which applies to a particular geographic area (defined with a greater or lesser degree of precision), and E3 Condition State, which applies to instances of E18 Physical Thing.
-
-
-
- Condition State
- Zustandsphase
- Κατάσταση
- État matériel
- Estado Material
- Состояние
- 条件状态
- This class comprises the states of objects characterised by a certain condition over a time-span.
-An instance of this class describes the prevailing physical condition of any material object or feature during a specific instance of E52 Time-Span. In general, the time-span for which a certain condition can be asserted may be shorter than the real time-span, for which this condition held.
-The nature of that condition can be described using P2 has type. For example, the instance of E3 Condition State “condition of the SS Great Britain between 22-nd September 1846 and 27-th August 1847” can be characterized as an instance “wrecked” of E55 Type.
-
-
-
- Period
- Phase
- Περίοδος
- Période
- Período
- Период
- 时期
- This class comprises sets of coherent phenomena or cultural manifestations occurring in time and space.
-It is the social or physical coherence of these phenomena that identify an instance of E4 Period and not the associated spatiotemporal extent. This extent is only the “ground” or space in an abstract physical sense that the actual process of growth, spread and retreat has covered. Consequently, different periods can overlap and coexist in time and space, such as when a nomadic culture exists in the same area and time as a sedentary culture. This also means that overlapping land use rights, common among first nations, amounts to overlapping periods.
-Often, this class is used to describe prehistoric or historic periods such as the “Neolithic Period”, the “Ming Dynasty” or the “McCarthy Era”, but also geopolitical units and activities of settlements are regarded as special cases of E4 Period. However, there are no assumptions about the scale of the associated phenomena. In particular all events are seen as synthetic processes consisting of coherent phenomena. Therefore, E4 Period is a superclass of E5 Event. For example, a modern clinical birth, an instance of E67 Birth, can be seen as both a single event, i.e., an instance of E5 Event, and as an extended period, i.e., an instance of E4 Period, that consists of multiple physical processes and complementary activities performed by multiple instances of E39 Actor.
-As the actual extent of an instance of E4 Period in spacetime we regard the trajectories of the participating physical things during their participation in an instance of E4 Period. This includes the open spaces via which these things have interacted and the spaces by which they had the potential to interact during that period or event in the way defined by the type of the respective period or event. Examples include the air in a meeting room transferring the voices of the participants. Since these phenomena are fuzzy, we assume the spatiotemporal extent to be contiguous, except for cases of phenomena spreading out over islands or other separated areas, including geopolitical units distributed over disconnected areas such as islands or colonies.
-Whether the trajectories necessary for participants to travel between these areas are regarded as part of the spatiotemporal extent or not has to be decided in each case based on a concrete analysis, taking use of the sea for other purposes than travel, such as fishing, into consideration. One may also argue that the activities to govern disconnected areas imply travelling through spaces connecting them and that these areas hence are spatially connected in a way, but it appears counterintuitive to consider for instance travel routes in international waters as extensions of geopolitical units.
-Consequently, an instance of E4 Period may occupy a number of disjoint spacetime volumes, however there must not be a discontinuity in the time-span covered by these spacetime volumes. This means that an instance of E4 Period must be contiguous in time. If it has ended in all areas, it has ended as a whole. However, it may end in one area before another, such as in the Polynesian migration, and it continues as long as it is ongoing in at least one area.
-We model E4 Period as a subclass of E2 Temporal Entity and of E92 Spacetime Volume. The latter is intended as a phenomenal spacetime volume as defined in CIDOC CRMgeo (Doerr & Hiebel, 2013). By virtue of this multiple inheritance, we can discuss the physical extent of an instance of E4 Period without representing each instance of it together with an instance of its associated spacetime volume. This model combines two quite different kinds of substance: an instance of E4 Period is a phenomenon while an instance of E92 Spacetime Volume is an aggregation of points in spacetime. However, the real spatiotemporal extent of an instance of E4 Period is regarded to be unique to it due to all its details and fuzziness; its identity and existence depends uniquely on the identity of the instance of E4 Period. Therefore, this multiple inheritance is unambiguous and effective and furthermore corresponds to the intuitions of natural language.
-Typical use of this class in cultural heritage documentation is for documenting cultural and artistic periods. There are two different conceptualisations of ‘artistic style’, defined either by physical features or by historical context. For example, “Impressionism” can be viewed as a period in the European sphere of influence lasting from approximately 1870 to 1905 during which paintings with particular characteristics were produced by a group of artists that included (among others) Monet, Renoir, Pissarro, Sisley and Degas. Alternatively, it can be regarded as a style applicable to all paintings sharing the characteristics of the works produced by the Impressionist painters, regardless of historical context. The first interpretation is an instance of E4 Period, and the second defines morphological object types that fall under E55 Type.
-A geopolitical unit as a specific case of an instance of E4 Period is the set of activities and phenomena related to the claim of power, the consequences of belonging to a jurisdictional area and an administrative system that establishes a geopolitical unit. Examples from the modern period are countries or administrative areas of countries such as districts whose actions and structures define activities and phenomena in the area that they intend to govern. The borders of geopolitical units are often defined in contracts or treaties although they may deviate from the actual practice. The spatiotemporal properties of Geopolitical units can be modelled through the properties inherited from E92 Spacetime Volume.
-Another specific case of an instance of E4 Period is the actual extent of the set of activities and phenomena as evidenced by their physical traces that define a settlement, such as the populated period of Nineveh.
-
-
-
-
- Event
- Ereignis
- Συμβάν
- Événement
- Evento
- Событие
- 事件
- This class comprises distinct, delimited and coherent processes and interactions of a material nature, in cultural, social or physical systems, involving and affecting instances of E77 Persistent Item in a way characteristic of the kind of process. Typical examples are meetings, births, deaths, actions of decision taking, making or inventing things, but also more complex and extended ones such as conferences, elections, building of a castle, or battles.
-While the continuous growth of a tree lacks the limits characteristic of an event, its germination from a seed does qualify as an event. Similarly, the blowing of the wind lacks the distinctness and limits of an event, but a hurricane, flood or earthquake would qualify as an event. Mental processes are considered as events, in cases where they are connected with the material externalization of their results; for example, the creation of a poem, a performance or a change of intention that becomes obvious from subsequent actions or declarations.
-The effects of an instance of E5 Event may not lead to relevant permanent changes of properties or relations of the items involved in it, for example an unrecorded performance. Of course, in order to be documented, some kind of evidence for an event must exist, be it witnesses, traces or products of the event.
-While instances of E4 Period always require some form of coherence between its constituent phenomena, in addition, the essential constituents of instances of E5 Event should contribute to an overall effect; for example, the statements made during a meeting and the listening of the audience.
-Viewed at a coarse level of detail, an instance of E5 Event may appear as if it had an ‘instantaneous’ overall effect, but any process or interaction of material nature in reality have an extent in time and space. At a fine level, instances of E5 Event may be analysed into component phenomena and phases within a space and timeframe, and as such can be seen as a period, regardless of the size of the phenomena. The reverse is not necessarily the case: not all instances of E4 Period give rise to a noteworthy overall effect and are thus not instances of E5 Event.
-
-
-
- Destruction
- Zerstörung
- Καταστροφή
- Destruction
- Destruição
- Разрушение
- 破坏
- This class comprises events that destroy one or more instances of E18 Physical Thing such that they lose their identity as the subjects of documentation.
-Some destruction events are intentional, while others are independent of human activity. Intentional destruction may be documented by classifying the event as both an instance of E6 Destruction and of E7 Activity.
-The decision to document an object as destroyed, transformed or modified is context sensitive:
-1. If the matter remaining from the destruction is not documented, the event is modelled solely as an instance of E6 Destruction.
-2. An event should also be documented as an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the original. In this case, the new items have separate identities. Matter is preserved, but identity is not.
-3. When the initial identity of the changed instance of E18 Physical Thing is preserved, the event should be documented as an instance of E11 Modification.
-
-
-
- Activity
- Handlung
- Δράση
- Activité
- Atividade
- Деятельность
- 活动
- This class comprises actions intentionally carried out by instances of E39 Actor that result in changes of state in the cultural, social, or physical systems documented.
-This notion includes complex, composite and long-lasting actions such as the building of a settlement or a war, as well as simple, short-lived actions such as the opening of a door.
-
-
-
- Acquisition
- Erwerb
- Απόκτηση
- Acquisition
- Aquisição
- Событие Приобретения
- 采访
- This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more other instances of E39 Actor.
-The class also applies to the establishment or loss of ownership of instances of E18 Physical Thing. It does not, however, imply changes of any other kinds of right. The recording of the donor and/or recipient is optional. It is possible that in an instance of E8 Acquisition there is either no donor or no recipient. Depending on the circumstances, it may describe:
-1. the beginning of ownership
-2. the end of ownership
-3. the transfer of ownership
-4. the acquisition from an unknown source
-5. the loss of title due to destruction of the item
-It may also describe events where a collector appropriates legal title, for example by annexation or field collection. The interpretation of the museum notion of "accession" differs between institutions. The CIDOC CRM therefore models legal ownership (E8 Acquisition) and physical custody (E10 Transfer of Custody) separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.
-
-
-
- Move
- Objektbewegung
- Μετακίνηση
- Déplacement
- Locomoção
- Перемещение
- 移动
- This class comprises changes of the physical location of the instances of E19 Physical Object.
-Note, that the class E9 Move inherits the property P7 took place at (witnessed): E53 Place. This property should be used to describe the trajectory or a larger area within which a move takes place, whereas the properties P26 moved to (was destination of), P27 moved from (was origin of) describe the start and end points only. Moves may also be documented to consist of other moves (via P9 consists of (forms part of)), in order to describe intermediate stages on a trajectory. In that case, start and end points of the partial moves should match appropriately between each other and with the overall event.
-
-
-
- Transfer of Custody
- Übertragung des Gewahrsams
- Μεταβίβαση Κατοχής
- Changement de détenteur
- Transferência de Custódia
- Передача Опеки
- 转移监护权
- This class comprises transfers of the physical custody or the legal responsibility for the physical custody of objects. The recording of the donor or recipient is optional. It is possible that in an instance of E10 Transfer of Custody there is either no donor or no recipient.
-Depending on the circumstances, it may describe:
-1. the beginning of custody (there is no previous custodian)
-2. the end of custody (there is no subsequent custodian)
-3. the transfer of custody (transfer from one custodian to the next)
-4. the receipt of custody from an unknown source (the previous custodian is unknown)
-5. the declared loss of an object (the current or subsequent custodian is unknown)
-In the event that only a single kind of transfer of custody occurs, either the legal responsibility for the custody or the actual physical possession of the object but not both, this difference should be expressed using the property P2 has type (is type of).
-The sense of physical possession requires that the object of custody be in the hands of the keeper at least with a part representative for the whole. The way, in which a representative part is defined, should ensure that it is unambiguous who keeps a part and who the whole and should be consistent with the identity criteria of the kept instance of E18 Physical Thing.
-The interpretation of the museum notion of "accession" differs between institutions. The CIDOC CRM therefore models legal ownership and physical custody separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.
-Theft is a specific case of illegal transfer of custody.
-
-
-
- Modification
- Bearbeitung
- Τροποποίηση
- Modification
- Modificação
- Событие Изменения
- 修改
- This class comprises instances of E7 Activity that are undertaken to create, alter or change instances of E24 Physical Human-Made Thing.
-This class includes the production of an item from raw materials and other so far undocumented objects. It also includes the conservation treatment of an object.
-Since the distinction between modification and production is not always clear, modification is regarded as the more generally applicable concept. This implies that some items may be consumed or destroyed in an instance of E11 Modification, and that others may be produced as a result of it. An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities.
-An activity undertaken on an object which was designed to alter it, but which, in fact, it did not in any seemingly significant way (such as the application of a solvent during conservation which failed to dissolve any part of the object), is still considered as an instance of E11 Modification. Typically, any such activity will leave at least forensic traces of evidence on the object.
-If the instance of E29 Design or Procedure utilized for the modification prescribes the use of specific materials, they should be documented using property P68 foresees use of (use foreseen by): E57 Material of E29 Design or Procedure, rather than via P126 employed (was employed in): E57 Material.
-
-
-
- Production
- Herstellung
- Παραγωγή
- Production
- Produção
- Событие Производства
- 生产
- This class comprises activities that are designed to, and succeed in, creating one or more new items.
-It specializes the notion of modification into production. The decision as to whether or not an object is regarded as new is context sensitive. Normally, items are considered “new” if there is no obvious overall similarity between them and the consumed items and material used in their production. In other cases, an item is considered “new” because it becomes relevant to documentation by a modification. For example, the scribbling of a name on a potsherd may make it a voting token. The original potsherd may not be worth documenting, in contrast to the inscribed one.
-This entity can be collective: the printing of a thousand books, for example, would normally be considered a single event.
-An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities and matter is preserved, but identity is not.
-
-
-
-
- Attribute Assignment
- Merkmalszuweisung
- Απόδοση Ιδιοτήτων
- Affectation d'attribut
- Atribuição de Característica
- Присвоение Атрибута
- 属性赋值
- This class comprises the actions of making assertions about one property of an object or any single relation between two items or concepts. The type of the property asserted to hold between two items or concepts can be described by the property P177 assigned property of type (is type of property assigned): E55 Type.
-For example, the class describes the actions of people making propositions and statements during certain scientific/scholarly procedures, e.g., the person and date when a condition statement was made, an identifier was assigned, the museum object was measured, etc. Which kinds of such assignments and statements need to be documented explicitly in structures of a schema rather than free text, depends on whether this information should be accessible by structured queries.
-This class allows for the documentation of how the respective assignment came about, and whose opinion it was. Note that all instances of properties described in a knowledge base are the opinion of someone. Per default, they are the opinion of the team maintaining the knowledge base. This fact must not individually be registered for all instances of properties provided by the maintaining team, because it would result in an endless recursion of whose opinion was the description of an opinion. Therefore, the use of instances of E13 Attribute Assignment marks the fact, that the maintaining team is in general neutral to the validity of the respective assertion, but registers someone else’s opinion and how it came about.
-All properties assigned in such an action can also be seen as directly relating the respective pair of items or concepts. Multiple use of instances of E13 Attribute Assignment may possibly lead to a collection of contradictory values.
-All cases of properties in this model that are also described indirectly through a subclass of E13 Attribute Assignment are characterised as "short cuts" of a path via this subclass. This redundant modelling of two alternative views is preferred because many implementations may have good reasons to model either the action of assertion or the short cut, and the relation between both alternatives can be captured by simple rules.
-
-
-
- Condition Assessment
- Zustandsfeststellung
- Εκτίμηση Κατάστασης
- Expertise de l'état matériel
- Avaliação do Estado Material
- Оценка Состояния
- 状态评估
- This class describes the act of assessing the state of preservation of an object during a particular period.
-The condition assessment may be carried out by inspection, measurement or through historical research. This class is used to document circumstances of the respective assessment that may be relevant to interpret its quality at a later stage, or to continue research on related documents.
-
-
-
- Identifier Assignment
- Kennzeichenzuweisung
- Απόδοση Αναγνωριστικού
- Attribution d’identificateur
- Atribuição de Identificador
- Назначение Идентификатора
- 标识符赋值
- This class comprises activities that result in the allocation of an identifier to an instance of E1 CRM Entity. Instances of E15 Identifier Assignment may include the creation of the identifier from multiple constituents, which themselves may be instances of E41 Appellation. The syntax and kinds of constituents to be used may be declared in a rule constituting an instance of E29 Design or Procedure.
-Examples of such identifiers include Find Numbers, Inventory Numbers, uniform titles in the sense of librarianship and Digital Object Identifiers (DOI). Documenting the act of identifier assignment and deassignment is especially useful when objects change custody or the identification system of an organization is changed. In order to keep track of the identity of things in such cases, it is important to document by whom, when and for what purpose an identifier is assigned to an item.
-The fact that an identifier is a preferred one for an organisation can be expressed by using the property E1 CRM Entity. P48 has preferred identifier (is preferred identifier of): E42 Identifier. It can better be expressed in a context independent form by assigning a suitable E55 Type, such as “preferred identifier assignment”, to the respective instance of E15 Identifier Assignment via the P2 has type property.
-
-
-
- Measurement
- Messung
- Μέτρηση
- Mesurage
- Medição
- Событие Измерения
- 测量
- This class comprises actions measuring quantitative physical properties and other values that can be determined by a systematic, objective procedure of direct observation of particular states of physical reality.
-An instance of E16 Measurement may use simple counting or tools, such as yardsticks or radiation detection devices. The interest is in the method and care applied, so that the reliability of the result may be judged at a later stage, or research continued on the associated documents. The date of the event is important for dimensions, which may change value over time, such as the length of an object subject to shrinkage. Methods and devices employed should be associated with instances of E16 Measurement by properties such as P33 used specific technique: E29 Design or Procedure, P125 used object of type: E55 Type, P16 used specific object (was used for): E70 Thing, whereas basic techniques such as "carbon-14 dating" should be encoded using P2 has type (is type of): E55 Type. Details of methods and devices reused or reusable in other instances of E16 Measurement should be documented for these entities rather than the measurements themselves, whereas details of particular execution may be documented by free text or by instantiating adequate sub-activities, if the detail may be of interest for an overarching query.
-Regardless whether a measurement is made by an instrument or by human senses, it represents the initial transition from physical reality to information without any other documented information object in between within the reasoning chain that would represent the result of the interaction of the observer or device with reality. Therefore, determining properties of an instance of E90 Symbolic Object is regarded as an instance of E13 Attribute Assignment, which may be inferred from observing and measuring representative carriers. In the case that the carrier can be named, the property P16 used specific object (was used for): should be used to indicate the instance(s) of E18 Physical Thing that was used as the empirical basis for the attribute assignment. For instance, inferring properties of depicted items using image material, such as satellite images, is not regarded as an instance of E16 Measurement, but as a subsequent instance of E13 Attribute Assignment. Rather, only the production of the images, understood as arrays of radiation intensities, is regarded as an instance of E16 Measurement. The same reasoning holds for other sensor data.
-
-
-
- Type Assignment
- Typuszuweisung
- Απόδοση Τύπου
- Attribution de type
- Atribuição de Tipo
- Присвоение Типа
- 类型赋值
- This class comprises the actions of classifying items of whatever kind. Such items include objects, specimens, people, actions and concepts.
-This class allows for the documentation of the context of classification acts in cases where the value of the classification depends on the personal opinion of the classifier, and the date that the classification was made. This class also encompasses the notion of "determination," i.e., the systematic and molecular identification of a specimen in biology.
-
-
-
- Physical Thing
- Materielles
- Υλικό Πράγμα
- Chose matérielle
- Coisa Material
- Физическая Вещь
- 实物
- This class comprises all persistent physical items with a relatively stable form, human-made or natural.
-Depending on the existence of natural boundaries of such things, the CIDOC CRM distinguishes the instances of E19 Physical Object from instances of E26 Physical Feature, such as holes, rivers, pieces of land etc. Most instances of E19 Physical Object can be moved (if not too heavy), whereas features are integral to the surrounding matter.
-An instance of E18 Physical Thing occupies not only a particular geometric space at any instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces, such as the interior of a box. For the purpose of more detailed descriptions of the presence of an instance of E18 Physical Thing in space and time it can be associated with its specific instance of E92 Spacetime Volume by the property P196 defines (is defined by).
-The CIDOC CRM is generally not concerned with amounts of matter in fluid or gaseous states, as long as they are not confined in an identifiable way for an identifiable minimal time-span.
-
-
-
- Physical Object
- Materieller Gegenstand
- Υλικό Αντικείμενο
- Objet matériel
- Objeto Material
- Физический Объект
- 物质对象
- This class comprises items of a material nature that are units for documentation and have physical boundaries that separate them completely in an objective way from other objects.
-The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen. Typically, instances of E19 Physical Object can be moved (if not too heavy).
-In some contexts, such objects, except for aggregates, are also called “bona fide objects” (Smith & Varzi, 2000, pp.401-420), i.e., naturally defined objects.
-The decision as to what is documented as a complete item, rather than by its parts or components, may be a purely administrative decision or may be a result of the order in which the item was acquired.
-
-
-
- Biological Object
- Biologischer Gegenstand
- Βιολογικό Ακτικείμενο
- Objet biologique
- Objeto Biológico
- Биологический Объект
- 生物对象
- This class comprises individual items of a material nature, which live, have lived or are natural products of or from living organisms.
-Artificial objects that incorporate biological elements, such as Victorian butterfly frames, can be documented as both instances of E20 Biological Object and E22 Human-Made Object.
-
-
-
- Person
- Person
- Πρόσωπο
- Personne
- Pessoa
- Личность
- 人物
- This class comprises real persons who live or are assumed to have lived.
-Legendary figures that may have existed, such as Ulysses and King Arthur, fall into this class if the documentation refers to them as historical figures. In cases where doubt exists as to whether several persons are in fact identical, multiple instances can be created and linked to indicate their relationship. The CIDOC CRM does not propose a specific form to support reasoning about possible identity.
-In a bibliographic context, a name presented following the conventions usually employed for personal names will be assumed to correspond to an actual real person (an instance of E21 Person), unless evidence is available to indicate that this is not the case. The fact that a persona may erroneously be classified as an instance of E21 Person does not imply that the concept comprises personae.
-
-
-
-
- Human-Made Object
- This class comprises all persistent physical objects of any size that are purposely created by human activity and have physical boundaries that separate them completely in an objective way from other objects.
-The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen.
-
-
-
-
- Physical Human-Made Thing
- This class comprises all persistent physical items of any size that are purposely created by human activity. This class comprises, besides others, Human-Made objects, such as a sword, and Human-Made features, such as rock art. For example, a “cup and ring” carving on bedrock is regarded as instance of E24 Physical Human-Made Thing.
-Instances of Human-Made thing may be the result of modifying pre-existing physical things, preserving larger parts or most of the original matter and structure, which poses the question if they are new or even Human-Made, the respective interventions of production made on such original material should be obvious and sufficient to regard that the product has a new, distinct identity and intended function and is human-made. Substantial continuity of the previous matter and structure in the new product can be documented by describing the production process also as an instance of E81 Transformation.
-Whereas interventions of conservation and repair are not regarded to produce a new Human-Made thing, the results of preparation of natural history specimens that substantially change their natural or original state should be regarded as physical Human-Made things, including the uncovering of petrified biological features from a solid piece of stone. On the other side, scribbling a museum number on a natural object should not be regarded to make it Human-Made. This notwithstanding, parts, sections, segments, or features of a physical Human-Made thing may continue to be non-Human-Made and preserved during the production process, for example natural pearls used as a part of an eardrop.
-
-
-
-
- Human-Made Feature
- This class comprises physical features that are purposely created by human activity, such as scratches, artificial caves, artificial water channels, etc. In particular, it includes the information encoding features on mechanical or digital carriers.
-
-
-
-
- Physical Feature
- Materielles Merkmal
- Υλικό Μόρφωμα
- Caractéristique matérielle
- Característica Material
- Физический Признак
- 物理特征
- This class comprises identifiable features that are physically attached in an integral way to particular physical objects.
-Instances of E26 Physical Feature share many of the attributes of instances of E19 Physical Object. They may have a one-, two- or three-dimensional geometric extent, but there are no natural borders that separate them completely in an objective way from the carrier objects. For example, a doorway is a feature but the door itself, being attached by hinges, is not.
-Instances of E26 Physical Feature can be features in a narrower sense, such as scratches, holes, reliefs, surface colours, reflection zones in an opal crystal or a density change in a piece of wood. In the wider sense, they are portions of particular objects with partially imaginary borders, such as the core of the Earth, an area of property on the surface of the Earth, a landscape or the head of a contiguous marble statue. They can be measured and dated, and it is sometimes possible to state who or what is or was responsible for them. They cannot be separated from the carrier object, but a segment of the carrier object may be identified (or sometimes removed) carrying the complete feature.
-This definition coincides with the definition of "fiat objects" (Smith & Varzi, 2000, pp.401-420), with the exception of aggregates of “bona fide objects”.
-
-
-
- Site
- Gelände
- Φυσικός Χώρος
- Site
- Lugar
- Участок
- 场地
- This class comprises pieces of land or sea floor.
-In contrast to the purely geometric notion of E53 Place, this class describes constellations of matter on the surface of the Earth or other celestial body, which can be represented by photographs, paintings and maps.
-Instances of E27 Site are composed of relatively immobile material items and features in a particular configuration at a particular location.
-
-
-
- Conceptual Object
- Begrifflicher Gegenstand
- Νοητικό Αντικείμενο
- Objet conceptuel
- Objeto Conceitual
- Концептуальный Объект
- 概念对象
- This class comprises non-material products of our minds and other human produced data that have become objects of a discourse about their identity, circumstances of creation or historical implication. The production of such information may have been supported by the use of technical devices such as cameras or computers.
-Characteristically, instances of this class are created, invented or thought by someone, and then may be documented or communicated between persons. Instances of E28 Conceptual Object have the ability to exist on more than one particular carrier at the same time, such as paper, electronic signals, marks, audio media, paintings, photos, human memories, etc.
-They cannot be destroyed. They exist as long as they can be found on at least one carrier or in at least one human memory. Their existence ends when the last carrier and the last memory are lost.
-
-
-
- Design or Procedure
- Entwurf oder Verfahren
- Σχέδιο
- Conception ou procédure
- Projeto ou Procedimento
- Проект или Процедура
- 设计或程序
- This class comprises documented plans for the execution of actions in order to achieve a result of a specific quality, form or contents. In particular, it comprises plans for deliberate human activities that may result in new instances of E71 Human-Made Thing or for shaping or guiding the execution of an instance of E7 Activity.
-Instances of E29 Design or Procedure can be structured in parts and sequences or depend on others.
-This is modelled using P69 has association with (is associated with): E29 Design or Procedure.
-Designs or procedures can be seen as one of the following
-1. A schema for the activities it describes
-2. A schema of the products that result from their application.
-3. An independent intellectual product that may have never been applied, such as Leonardo da Vinci’s famous plans for flying machines.
-Because designs or procedures may never be applied or only partially executed, the CIDOC CRM models a loose relationship between the plan and the respective product.
-
-
-
- Right
- Recht
- Δικαίωμα
- Droit
- Direitos
- Право
- 权限
- This class comprises legal privileges concerning material and immaterial things or their derivatives.
-These include reproduction and property rights.
-
-
-
- Document
- Dokument
- Τεκμήριο
- Document
- Documento
- Документ
- 文献
- This class comprises identifiable immaterial items that make propositions about reality.
-These propositions may be expressed in text, graphics, images, audiograms, videograms or by other similar means. Documentation databases are regarded as instances of E31 Document. This class should not be confused with the concept “document” in Information Technology, which is compatible with E73 Information Object.
-
-
-
- Authority Document
- Referenzdokument
- Πηγή Καθιερωμένων Όρων
- Document de référence
- Documento de Referência
- Официальный Документ
- 规范文档
- This class comprises encyclopaedia, thesauri, authority lists and other documents that define terminology or conceptual systems for consistent use.
-
-
-
- Linguistic Object
- Sprachlicher Gegenstand
- Γλωσσικό Αντικείμενο
- Objet linguistique
- Objeto Lingüístico
- Линвистический Объект
- 语言对象
- This class comprises identifiable expressions in natural language or languages.
-Instances of E33 Linguistic Object can be expressed in many ways: e.g., as written texts, recorded speech or sign language. However, the CIDOC CRM treats instances of E33 Linguistic Object independently from the medium or method by which they are expressed. Expressions in formal languages, such as computer code or mathematical formulae, are not treated as instances of E33 Linguistic Object by the CIDOC CRM. These should be modelled as instances of E73 Information Object.
-In general, an instance of E33 Linguistic Object may also contain non-linguistic information, often of artistic or aesthetic value. Only in cases in which the content of an instance of E33 Linguistic Object can completely be expressed by a series of binary-encoded symbols, its content may be documented within a respective knowledge base by the property P190 has symbolic content: E62 String. Otherwise, it should be understood as an identifiable digital resource only available independently from the respective knowledge base.
-In other cases, such as pages of an illuminated manuscript or recordings containing speech in a language supported by a writing system, the linguistic part of the content of an instance of E33 Linguistic Object may be documented within a respective knowledge base in a note by P3 has note: E62 String. Otherwise, it may be described using the property P165 incorporates (is incorporated in): E73 Information Object as a different object with its own identity.
-
-
-
- Linguistic Appellation
-
-
-
-
- Inscription
- Inschrift
- Επιγραφή
- Inscription
- Inscrição
- Надпись
- 题识
- This class comprises recognisable, texts attached to instances of E24 Physical Human-Made Thing.
-The transcription of the text can be documented in a note by P3 has note: E62 String. The alphabet used can be documented by P2 has type: E55 Type. This class does not intend to describe the idiosyncratic characteristics of an individual physical embodiment of an inscription, but the underlying prototype. The physical embodiment is modelled in the CIDOC CRM as instances of E24 Physical Human-Made Thing.
-The relationship of a physical copy of a book to the text it contains is modelled using E18 Physical Thing. P128 carries (is carried by): E33 Linguistic Object.
-
-
-
-
- Title
- Titel
- Τίτλος
- Titre
- Título
- Заголовок
- 题名
- This class comprises textual strings that within a cultural context can be clearly identified as titles due to their form. Being a subclass of E41 Appellation, E35 Title can only be used when such a string is actually used as a title of a work, such as a text, an artwork, or a piece of music.
-Titles are proper noun phrases or verbal phrases, and should not be confused with generic object names such as “chair”, “painting” or “book” (the latter are common nouns that stand for instances of E55 Type). Titles may be assigned by the creator of the work itself, or by a social group.
-This class also comprises the translations of titles that are used as surrogates for the original titles in different social contexts.
-
-
-
-
- Visual Item
- Bildliches
- Οπτικό Στοιχείο
- Item visuel
- Item Visual
- Визуальный Предмет
- 可视项
- This class comprises the intellectual or conceptual aspects of recognisable marks, images and other visual works.
-This class does not intend to describe the idiosyncratic characteristics of an individual physical embodiment of a visual item, but the underlying prototype. For example, a mark such as the ICOM logo is generally considered to be the same logo when used on any number of publications. The size, orientation and colour may change, but the logo remains uniquely identifiable. The same is true of images that are reproduced many times. This means that visual items are independent of their physical support.
-The class E36 Visual Item provides a means of identifying and linking together instances of E24 Physical Human-Made Thing that carry the same visual qualities (symbols, marks or images etc.). The property P62 depicts (is depicted by) between E24 Physical Human-Made Thing and depicted subjects (E1 CRM Entity) is a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1CRM Entity, which in addition captures the optical features of the depiction.
-
-
-
- Mark
- Marke
- Σήμανση
- Marque
- Marca
- Пометка
- 标记
- This class comprises symbols, signs, signatures or short texts applied to instances of E24 Physical Human-Made Thing by arbitrary techniques, often in order to indicate such things as creator, owner, dedications, purpose or to communicate information generally. Instances of E37 Mark do not represent the actual image of a mark, but the abstract ideal (or archetype) as used for codification in reference documents forming cultural documentation.
-This class specifically excludes features that have no semantic significance, such as scratches or tool marks. These should be documented as instances of E25 Human-Made Feature.
-
-
-
- Actor
- Akteur
- Δράστης
- Agent
- Agente
- Агент
- 参与者
- This class comprises people, either individually or in groups, who have the potential to perform intentional actions of kinds for which someone may be held responsible.
-
-
-
- Appellation
- Benennung
- Ονομασία
- Appellation
- Designação
- Обозначение
- 称谓
- This class comprises signs, either meaningful or not, or arrangements of signs following a specific syntax, that are used or can be used to refer to and identify a specific instance of some class or category within a certain context.
-Instances of E41 Appellation do not identify things by their meaning, even if they happen to have one, but instead by convention, tradition, or agreement. Instances of E41 Appellation are cultural constructs; as such, they have a context, a history, and a use in time and space by some group of users. A given instance of E41 Appellation can have alternative forms, i.e., other instances of E41 Appellation that are always regarded as equivalent independent from the thing it denotes.
-Different languages may use different appellations for the same thing, such as the names of major cities. Some appellations may be formulated using a valid noun phrase of a particular language. In these cases, the respective instances of E41 Appellation should also be declared as instances of E33 Linguistic Object. Then the language using the appellation can be declared with the property P72 has language: E56 Language.
-Instances of E41 Appellation may be used to identify any instance of E1 CRM Entity and sometimes are characteristic for instances of more specific subclasses E1 CRM Entity, such as for instances of E52 Time-Span (for instance “dates”), E39 Actor, E53 Place or E28 Conceptual Object. Postal addresses and E-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
-Even numerically expressed identifiers for extents in space or time are also regarded as instances of E41 Appellation, such as Gregorian dates or spatial coordinates, even though they allow for determining some time or location by a known procedure starting from a reference point and by virtue of that fact play a double role as instances of E59 Primitive Value.
-E41 Appellation should not be confused with the act of naming something. Cf. E15 Identifier Assignment
-
-
-
- Identifier
- Kennung
- Κωδικός Αναγνώρισης
- Identificateur d'objet
- Identificador de Objeto
- Идентификатор Объекта
- 标识符
- This class comprises strings or codes assigned to instances of E1 CRM Entity in order to identify them uniquely and permanently within the context of one or more organisations. Such codes are often known as inventory numbers, registration codes, etc. and are typically composed of alphanumeric sequences. Postal addresses, telephone numbers, URLs and e-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
-The class E42 Identifier is not normally used for machine-generated identifiers used for automated processing unless these are also used by human agents.
-
-
-
- Time-Span
- Zeitspanne
- Χρονικό Διάστημα
- Durée
- Período de Tempo
- Интервал Времени
- 时段
- This class comprises abstract temporal extents, in the sense of Galilean physics, having a beginning, an end and a duration.
-Instances of E52 Time-Span have no semantic connotations about phenomena happening within the temporal extent they represent. They do not convey any meaning other than a positioning on the “time-line” of chronology. The actual extent of an instance of E52 Time-Span can be approximated by properties of E52 Time-Span giving inner and outer bounds in the form of dates (instances of E61 Time Primitive). Comparing knowledge about time-spans is fundamental for chronological reasoning.
-Some instances of E52 Time-Span may be defined as the actual, in principle observable, temporal extent of instances of E2 Temporal Entity via the property P4 has time-span (is time-span of): E52 Time-Span. They constitute phenomenal time-spans as defined in CRMgeo (Doerr & Hiebel 2013). Since our knowledge of history is imperfect and physical phenomena are fuzzy in nature, the extent of phenomenal time-spans can only be described in approximation. An extreme case of approximation, might, for example, define an instance of E52 Time-Span having unknown beginning, end and duration. It may, nevertheless, be associated with other descriptions by which we can infer knowledge about it, such as in relative chronologies.
-Some instances of E52 may be defined precisely as representing a declaration of a temporal extent, as, for instance, done in a business contract. They constitute declarative time-spans as defined in CRMgeo (Doerr & Hiebel 2013) and can be described via the property E61 Time Primitive P170 defines time (time is defined by): E52 Time-Span.
-When used as a common E52 Time-Span for two events, it will nevertheless describe them as being simultaneous, even if nothing else is known.
-
-
-
- Place
- Ort
- Τόπος
- Lieu
- Local
- Место
- 地点
- This class comprises extents in the natural space we live in, in particular on the surface of the Earth, in the pure sense of physics: independent from temporal phenomena and matter. They may serve describing the physical location of things or phenomena or other areas of interest. Geometrically, instances of E53 Place constitute single contiguous areas or a finite aggregation of disjoint areas in space which are each individually contiguous. They may have fuzzy boundaries.
-The instances of E53 Place are usually determined by reference to the position of “immobile” objects such as buildings, cities, mountains, rivers, or dedicated geodetic marks, but may also be determined by reference to mobile objects. A Place can be determined by combining a frame of reference and a location with respect to this frame.
-It is sometimes argued that instances of E53 Place are best identified by global coordinates or absolute reference systems. However, relative references are often more relevant in the context of cultural documentation and tend to be more precise. In particular, we are often interested in position in relation to large, mobile objects, such as ships. For example, the Place at which Nelson died is known with reference to a large mobile object – H.M.S Victory. A resolution of this Place in terms of absolute coordinates would require knowledge of the movements of the vessel and the precise time of death, either of which may be revised, and the result would lack historical and cultural relevance.
-Any instance of E18 Physical Thing can serve as a frame of reference for an instance of E53 Place. This may be documented using the property P157 is at rest relative to (provides reference space for).
-
-
-
- Dimension
- Maß
- Μέγεθος
- Dimensions
- Dimensão
- Величина
- 度量规格
- This class comprises quantifiable properties that can be measured by some calibrated means and can be approximated by values, i.e., by points or regions in a mathematical or conceptual space, such as natural or real numbers, RGB values etc.
-An instance of E54 Dimension represents the empirical or theoretically derived quantity, including the precision tolerances resulting from the particular method or calculation. The identity of an instance of E54 Dimension depends on the method of its determination because each method may produce different values even when determining comparable qualities. For instance, the wingspan of a bird alive or dead is a different dimension. Thermoluninescence dating and Rehydroxylation [RHX] dating are different dimensions of temporal distance from now, even if they aim at dating the same object. The method of determination should be expressed using the property P2 has type (is type of). Note that simple terms such as “diameter” or “length” are normally insufficient to unambiguously describe a respective dimension. In contrast, “maximum linear extent” may be sufficient.
-The properties of the class E54 Dimension allow for expressing the numerical approximation of the values of instances of E54 Dimension adequate to the precision of the applied method of determination. If the respective quantity belongs to a non-discrete space according to the laws of physics, such as spatial distances, it is recommended to record them as approximations by intervals or regions of indeterminacy enclosing the assumed true values. For instance, a length of 5 cm may be recorded as 4.5-5.5 cm, according to the precision of the respective observation. Note, that comparability of values described in different units depends critically on the representation as value regions.
-Numerical approximations in archaic instances of E58 Measurement Unit used in historical records should be preserved. Equivalents corresponding to current knowledge should be recorded as additional instances of E54 Dimension, as appropriate.
-
-
-
- Type
- Typus
- Τύπος
- Type
- Tipo
- Тип
- 类型
- This class comprises concepts denoted by terms from thesauri and controlled vocabularies used to characterize and classify instances of CIDOC CRM classes. Instances of E55 Type represent concepts in contrast to instances of E41 Appellation which are used to name instances of CIDOC CRM classes.
-E55 Type is the CIDOC CRM’s interface to domain specific ontologies and thesauri. These can be represented in the CIDOC CRM as subclasses of E55 Type, forming hierarchies of terms, i.e., instances of E55 Type linked via P127 has broader term (has narrower term): E55 Type. Such hierarchies may be extended with additional properties.
-
-
-
- Language
- Sprache
- Γλώσσα
- Langue
- Língua
- Язык
- 语种
- This class is a specialization of E55 Type and comprises the natural languages in the sense of concepts.
-This type is used categorically in the model without reference to instances of it, i.e., the Model does not foresee the description of instances of instances of E56 Language, e.g.: “instances of Mandarin Chinese”.
-It is recommended that internationally or nationally agreed codes and terminology are used to denote instances of E56 Language, such as those defined in ISO 639-2:1998 and later versions.
-
-
-
- Material
- Material
- Υλικό
- Matériau
- Material
- Материал
- 材质
- This class is a specialization of E55 Type and comprises the concepts of materials.
-Instances of E57 Material may denote properties of matter before its use, during its use, and as incorporated in an object, such as ultramarine powder, tempera paste, reinforced concrete. Discrete pieces of raw-materials kept in museums, such as bricks, sheets of fabric, pieces of metal, should be modelled individually in the same way as other objects. Discrete used or processed pieces, such as the stones from Nefer Titi's temple, should be modelled as parts (cf. P46 is composed of (forms part of): E18 Physical Thing).
-This type is used categorically in the model without reference to instances of it, i.e., the Model does not foresee the description of instances of instances of E57 Material, e.g.: “instances of gold”.
-It is recommended that internationally or nationally agreed codes and terminology are used.
-
-
-
- Measurement Unit
- Maßeinheit
- Μονάδα Μέτρησης
- Unité de mesure
- Unidade de Medida
- Единица Измерения
- 测量单位
- This class is a specialization of E55 Type and comprises the types of measurement units: feet, inches, centimetres, litres, lumens, etc.
-This type is used categorically in the model without reference to instances of it, i.e., the Model does not foresee the description of instances of instances of E58 Measurement Unit, e.g.: “instances of cm”.
-Système International (SI) units or internationally recognized non-SI terms should be used whenever possible, such as those defined by ISO80000:2009. Archaic Measurement Units used in historical records should be preserved.
-
-
-
- Beginning of Existence
- Daseinsbeginn
- Αρχή Ύπαρξης
- Début d'existence
- Início da Existência
- Начало Существования
- 初始
- This class comprises events that bring into existence any instance of E77 Persistent Item.
-It may be used for temporal reasoning about things (intellectual products, physical items, groups of people, living beings) beginning to exist; it serves as a hook for determination of a “terminus post quem” or “terminus ante quem”.
-
-
-
- End of Existence
- Daseinsende
- Τέλος Ύπαρξης
- Fin d'existence
- Fim da Existência
- Конец Существования
- 结束
- This class comprises events that end the existence of any instance of E77 Persistent Item.
-It may be used for temporal reasoning about things (physical items, groups of people, living beings) ceasing to exist; it serves as a hook for determination of a “terminus post quem” or “terminus ante quem”. In cases where substance from an instance of E77 Persistent Item continues to exist in a new form, the process would be documented as instances of E81 Transformation.
-
-
-
- Creation
- Begriffliche Schöpfung
- Δημιουργία
- Création
- Criação
- Событие Творения
- 创建
- This class comprises events that result in the creation of conceptual items or immaterial products, such as legends, poems, texts, music, images, movies, laws, types etc.
-
-
-
-
- Formation
- Gruppenbildung
- Συγκρότηση Ομάδας
- Formation
- Formação
- Событие Формирования
- 组成
- This class comprises events that result in the formation of a formal or informal E74 Group of people, such as a club, society, association, corporation or nation.
-E66 Formation does not include the arbitrary aggregation of people who do not act as a collective.
-The formation of an instance of E74 Group does not require that the group is populated with members at the time of formation. In order to express the joining of members at the time of formation, the respective activity should be simultaneously an instance of both E66 Formation and E85 Joining.
-
-
-
-
- Birth
- Geburt
- Γέννηση
- Naissance
- Nascimento
- Рождение
- 出生
- This class comprises the births of human beings. E67 Birth is a biological event focussing on the context of people coming into life. (E63 Beginning of Existence comprises the coming into life of any living being).
-Twins, triplets etc. are typically brought into life by the same instance of E67 Birth. The introduction of E67 Birth as a documentation element allows the description of a range of family relationships in a simple model. Suitable extensions may describe more details and the complexity of motherhood with the intervention of modern medicine. In this model, the biological father is not seen as a necessary participant in the birth.
-
-
-
- Dissolution
- Gruppenauflösung
- Διάλυση Ομάδας
- Dissolution
- Dissolução
- Роспуск
- 解散
- This class comprises the events that result in the formal or informal termination of an instance of E74 Group.
-If the dissolution was deliberate, the Dissolution event should also be instantiated as an instance of E7 Activity.
-
-
-
- Death
- Tod
- Θάνατος
- Mort
- Morte
- Смерть
- 死亡
- This class comprises the deaths of human beings.
-If a person is killed, the death should be documented as an instance of both E69 Death and E7 Activity. The death or perishing of other living beings should be documented as instances of E64 End of Existence.
-
-
-
- Thing
- Sache
- Πράγμα
- Chose
- Coisa
- Вещь
- 事物
- This general class comprises discrete, identifiable, instances of E77 Persistent Item that are documented as single units, that either consist of matter or depend on being carried by matter and are characterized by relative stability.
-They may be intellectual products or physical things. They may for instance have a solid physical form, an electronic encoding, or they may be a logical concept or structure.
-
-
-
- Human-Made Thing
- This class comprises discrete, identifiable human-made items that are documented as single units.
-These items are either intellectual products or human-made physical things, and are characterized by relative stability. They may for instance have a solid physical form, an electronic encoding, or they may be logical concepts or structures.
-
-
-
- Legal Object
- Rechtsobjekt
- Νομικό Αντικείμενο
- Objet juridique
- Objeto Jurídico
- Объект Права
- 法律对象
- This class comprises those material or immaterial items to which instances of E30 Right, such as the right of ownership or use, can be applied.
-This is true for all instances of E18 Physical Thing. In the case of instances of E28 Conceptual Object, however, the identity of an instance of E28 Conceptual Object or the method of its use may be too ambiguous to reliably establish instances of E30 Right, as in the case of taxa and inspirations. Ownership of corporations is currently regarded as out of scope of the CIDOC CRM.
-
-
-
- Information Object
- Informationsgegenstand
- Πληροφοριακό Αντικείμενο
- Objet d'information
- Objeto de Informação
- Информационный Объект
- 信息对象
- This class comprises identifiable immaterial items, such as poems, jokes, data sets, images, texts, multimedia objects, procedural prescriptions, computer program code, algorithm or mathematical formulae, that have an objectively recognizable structure and are documented as single units. The encoding structure known as a "named graph" also falls under this class, so that each "named graph" is an instance of E73 Information Object.
-An instance of E73 Information Object does not depend on a specific physical carrier, which can include human memory, and it can exist on one or more carriers simultaneously.
-Instances of E73 Information Object of a linguistic nature should be declared as instances of the E33 Linguistic Object subclass. Instances of E73 Information Object of a documentary nature should be declared as instances of the E31 Document subclass. Conceptual items such as types and classes are not instances of E73 Information Object, nor are ideas without a reproducible expression.
-
-
-
-
- Group
- Menschliche Gruppe
- Ομάδα
- Groupe
- Grupo
- Группа
- 团体
- This class comprises any gatherings or organizations of human individuals or groups that act collectively or in a similar way due to any form of unifying relationship. In the wider sense this class also comprises official positions which used to be regarded in certain contexts as one actor, independent of the current holder of the office, such as the president of a country. In such cases, it may happen that the group never had more than one member. A joint pseudonym (i.e., a name that seems indicative of an individual but that is actually used as a persona by two or more people) is a particular case of E74 Group.
-A gathering of people becomes an instance of E74 Group when it exhibits organizational characteristics usually typified by a set of ideas or beliefs held in common, or actions performed together. These might be communication, creating some common artifact, a common purpose such as study, worship, business, sports, etc. Nationality can be modelled as membership in an instance of E74 Group. Married couples and other concepts of family are regarded as particular examples of E74 Group.
-
-
-
- Persistent Item
- Seiendes
- Ον
- Entité persistante
- Entidade Persistente
- Постоянная Сущность
- 持久项
- This class comprises items that have persistent characteristics of structural nature substantially related to their identity and their integrity, sometimes known as “endurants” in philosophy. Persistent Items may be physical entities, such as people, animals or things, conceptual entities such as ideas, concepts, products of the imagination or even names.
-Instances of E77 Persistent Item may be present or be part of interactions in different periods or events. They can repeatedly be recognized at disparate occasions during their existence by characteristics of structural nature. The respective characteristics need not be exactly the same during all the existence of an instance of E77 Persistent Item. Often, they undergo gradual change, still bearing some similarities with that of previous times, or disappear completely and new emerge. For instance, a person, from the time of being born on, will gradually change all its features and acquire new ones, such as a scar. Even the DNA in different body cells will develop defects and mutations. Nevertheless, relevant characteristics used should be sufficiently similar to recognize the instance for some substantial period of time.
-The more specific criteria that determine the identity of instances of subclasses of E77 Persistent Item may vary considerably and are described or referred to in the respective scope notes. The decision about which exact criteria to use depends on whether the observable behaviour of the respective part of reality such confined conforms to the reasoning the user is interested in. For example, a building can be regarded as no longer existing if it is dismantled and the materials reused in a different configuration. On the other hand, human beings go through radical and profound changes during their life-span, affecting both material composition and form, yet preserve their identity by other criteria, such as being bodily separated from other persons. Similarly, inanimate objects may be subject to exchange of parts and matter. On the opposite, the identity of a (version of a) text of a scientific publication is given by the exact arrangement of its relevant symbols.
-The main classes of objects that fall outside the scope of the E77 Persistent Item class are temporal objects such as periods, events and acts, and descriptive properties.
-An instance of E77 Persistent Item does not require actual knowledge of the identifying features of the instance being currently known. There may be cases, where the actual identifying features of an instance of E77 Persistent Item are not decidable at a particular state of knowledge.
-
-
-
- Curated Holding
- This class comprises aggregations of instances of E18 Physical Thing that are assembled and maintained (“curated” and “preserved,” in museological terminology) by one or more instances of E39 Actor over time for a specific purpose and audience, and according to a particular collection development plan. Typical instances of curated holdings are museum collections, archives, library holdings and digital libraries. A digital library is regarded as an instance of E18 Physical Thing because it requires keeping physical carriers of the electronic content.
-Items may be added or removed from an E78 Curated Holding in pursuit of this plan. This class should not be confused with the E39 Actor maintaining the E78 Curated Holding often referred to with the name of the E78 Curated Holding (e.g., “The Wallace Collection decided…”).
-Collective objects in the general sense, like a tomb full of gifts, a folder with stamps or a set of chessmen, should be documented as instances of E19 Physical Object, and not as instances of E78 Curated Holding. This is because they form wholes either because they are physically bound together or because they are kept together for their functionality.
-
-
-
- Part Addition
- Teilhinzufügung
- Προσθήκη Μερών
- Addition d'élément
- Adição de Parte
- Добавление Части
- 部分增加
- This class comprises activities that result in an instance of E18 Physical Thing being increased, enlarged or augmented by the addition of a part.
-Typical scenarios include the attachment of an accessory, the integration of a component, the addition of an element to an aggregate object, or the accessioning of an object into a curated instance of E78 Curated Holding. Both the E18 Physical Thing being augmented and the E18 Physical Thing that is being added are treated as separate identifiable wholes prior to the instance of E79 Part Addition. Following the addition of parts, the resulting assemblages are treated objectively as single identifiable wholes, made up of constituent or component parts bound together either physically (for example the engine becoming a part of the car), or by sharing a common purpose (such as the 32 chess pieces that make up a chess set). This class of activities forms a basis for reasoning about the history and continuity of identity of objects that are integrated into other objects over time, such as precious gemstones being repeatedly incorporated into different items of jewellery, or cultural artefacts being added to different museum instances of E78 Curated Holding over their lifespan..
-
-
-
- Part Removal
- Teilentfernung
- Αφαίρεση Μερών
- Soustraction d'élément
- Remoção de Parte
- Удаление Части
- 部分去除
- This class comprises the activities that result in an instance of E18 Physical Thing being decreased by the removal of a part.
-Typical scenarios include the detachment of an accessory, the removal of a component or part of a composite object, or the deaccessioning of an object from a curated collection, an instance of E78 Curated Holding. If the instance of E80 Part Removal results in the total decomposition of the original object into pieces, such that the whole ceases to exist, the activity should instead be modelled as an instance of E81 Transformation, i.e., a simultaneous destruction and production. In cases where the part removed has no discernible identity prior to its removal but does have an identity subsequent to its removal, the activity should be modelled as both an instance of E80 Part Removal and E12 Production. This class of activities forms a basis for reasoning about the history, and continuity of identity over time, of objects that are removed from other objects, such as precious gemstones being extracted from different items of jewellery, or cultural artifacts being deaccessioned from different museum collections over their lifespan.
-
-
-
- Transformation
- Umwandlung
- Μετατροπή
- Transformation
- Transformação
- Трансформация
- 转变
- This class comprises the events that result in the simultaneous destruction of one or more than one E18 Physical Thing and the creation of one or more than one E18 Physical Thing that preserves recognizable substance and structure from the first one(s) but has fundamentally different nature or identity.
-Although the old and the new instances of E18 Physical Thing are treated as discrete entities having separate, unique identities, they are causally connected through the E81 Transformation; the destruction of the old E18 Physical Thing(s) directly causes the creation of the new one(s) using or preserving some relevant substance and structure. Instances of E81 Transformation are therefore distinct from re-classifications (documented using E17 Type Assignment) or modifications (documented using E11 Modification) of objects that do not fundamentally change their nature or identity. Characteristic cases are reconstructions and repurposing of historical buildings or ruins, fires leaving buildings in ruins, taxidermy of specimen in natural history.
-Even though such instances of E81 Transformation are often motivated by a change of intended use, substantial material changes should justify the documentation of the result as a new instance of E18 Physical Thing and not just the change of function. The latter may be documented as an extended activity (instance of E7 Activity) of using it.
-
-
-
-
- Type Creation
- Typuserfindung
- Δημιουργία Τύπου
- Création de type
- Criação de Tipo
- Создание Типа
- 类型创建
- This class comprises activities formally defining new types of items.
-It is typically a rigorous scholarly or scientific process that ensures a type is exhaustively described and appropriately named. In some cases, particularly in archaeology and the life sciences, E83 Type Creation requires the identification of an exemplary specimen and the publication of the type definition in an appropriate scholarly forum. The activity modelled as an instance of E83 Type Creation is central to research in the life sciences, where a type would be referred to as a “taxon,” the type description as a “protologue,” and the exemplary specimens as “original element” or “holotype”.
-
-
-
- Joining
- Beitritt
- 加入
- This class comprises the activities that result in an instance of E39 Actor becoming a member of an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
-Typical scenarios include becoming a member of a social organisation, becoming employee of a company, marriage, the adoption of a child by a family and the inauguration of somebody into an official position.
-
-
-
- Leaving
- Austritt
- 离开
- This class comprises the activities that result in an instance of E39 Actor to be disassociated from an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
-Typical scenarios include the termination of membership in a social organisation, ending the employment at a company, divorce, and the end of tenure of somebody in an official position.
-
-
-
- Curation Activity
- Kuratorische Tätigkeit
- 管理
- This class comprises the activities that result in the continuity of management and the preservation and evolution of instances of E78 Curated Holding, following an implicit or explicit curation plan.
-It specializes the notion of activity into the curation of a collection and allows the history of curation to be recorded.
-Items are accumulated and organized following criteria like subject, chronological period, material type, style of art etc. and can be added or removed from an instance of E78 Curated Holding for a specific purpose and/or audience. The initial aggregation of items of a collection is regarded as an instance of E12 Production Event while the activity of evolving, preserving and promoting a collection is regarded as an instance of E87 Curation Activity.
-
-
-
- Propositional Object
- Aussagenobjekt
- 命题对象
- This class comprises immaterial items, including but not limited to stories, plots, procedural prescriptions, algorithms, laws of physics or images that are, or represent in some sense, sets of propositions about real or imaginary things and that are documented as single units or serve as topic of discourse.
-This class also comprises items that are “about” something in the sense of a subject. In the wider sense, this class includes expressions of psychological value such as non-figural art and musical themes. However, conceptual items such as types and classes are not instances of E89 Propositional Object. This should not be confused with the definition of a type, which is indeed an instance of E89 Propositional Object.
-
-
-
- Symbolic Object
- Symbolisches Objekt
- 符号对象
- This class comprises identifiable symbols and any aggregation of symbols, such as characters, identifiers, traffic signs, emblems, texts, data sets, images, musical scores, multimedia objects, computer program code or mathematical formulae that have an objectively recognizable structure and that are documented as single units.
-It includes sets of signs of any nature, which may serve to designate something, or to communicate some propositional content. An instance of E90 Symbolic Object may or may not have a specific meaning, for example an arbitrary character string.
-In some cases, the content of an instance of E90 Symbolic Object may completely be represented by a serialized digital content model, such as a sequence of ASCII-encoded characters, an XML or HTML document, or a TIFF image. The property P3 has note and its subproperty P190 has symbolic content allow for the description of this content model. In order to disambiguate which symbolic level is the carrier of the meaning, the property P3.1 has type can be used to specify the encoding (e.g., "bit", "Latin character", RGB pixel).
-
-
-
-
- Spacetime Volume
- This class comprises 4-dimensional point sets (volumes) in physical spacetime (in contrast to mathematical models of it) regardless their true geometric forms. They may derive their identity from being the extent of a material phenomenon or from being the interpretation of an expression defining an extent in spacetime. Intersections of instances of E92 Spacetime Volume, E53 Place and E52 Time-Span are also regarded as instances of E92 Spacetime Volume. An instance of E92 Spacetime Volume is either contiguous or composed of a finite number of contiguous subsets. Its boundaries may be fuzzy due to the properties of the phenomena it derives from or due to the limited precision up to which defining expression can be identified with a real extent in spacetime. The duration of existence of an instance of E92 Spacetime Volume is its projection on time.
-
-
-
- Presence
- This class comprises instances of E92 Spacetime Volume, whose temporal extent has been chosen in order to determine the spatial extent of a phenomenon over the chosen time-span. Respective phenomena may, for instance, be historical events or periods, but can also be the diachronic extent and existence of physical things. In other words, instances of this class fix a slice of another instance of E92 Spacetime Volume in time.
-The temporal extent of an instance of E93 Presence typically is predetermined by the researcher so as to focus the investigation particularly on finding the spatial extent of the phenomenon by testing for its characteristic features. There are at least two basic directions such investigations might take. The investigation may wish to determine where something was during some time or it may wish to reconstruct the total passage of a phenomenon’s spacetime volume through an examination of discrete presences. Observation and measurement of features indicating the presence or absence of a phenomenon in some space allows for the progressive approximation of spatial extents through argumentation typically based on inclusion, exclusion and various overlaps.
-
-
-
- Purchase
- This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more different instances of E39 Actor, where the transferring party is completely compensated by the payment of a monetary amount. In more detail, a purchase agreement establishes a fixed monetary obligation at its initialization on the receiving party, to the giving party. An instance of E96 Purchase begins with the contract or equivalent agreement and ends with the fulfilment of all contractual obligations. In the case that the activity is abandoned before both parties have fulfilled these obligations, the activity is not regarded as an instance of E96 Purchase.
-This class is a very specific case of the much more complex social business practices of exchange of goods and the creation and satisfaction of related social obligations. Purchase activities which define individual sales prices per object can be modelled by instantiating E96 Purchase for each object individually and as part of an overall instance of E96 Purchase transaction.
-
-
-
- Monetary Amount
- This class comprises quantities of monetary possessions or obligations in terms of their nominal value with respect to a particular currency. These quantities may be abstract accounting units, the nominal value of a heap of coins or bank notes at the time of validity of the respective currency, the nominal value of a bill of exchange or other documents expressing monetary claims or obligations. It specifically excludes amounts expressed in terms of weights of valuable items, like gold and diamonds, and quantities of other non-currency items, like goats or stocks and bonds.
-
-
-
- Currency
- This class comprises the units in which a monetary system, supported by an administrative authority or other community, quantifies and arithmetically compares all monetary amounts declared in the unit. The unit of a monetary system must describe a nominal value which is kept constant by its administrative authority and an associated banking system if it exists, and not by market value. For instance, one may pay with grams of gold, but the respective monetary amount would have been agreed as the gold price in US dollars on the day of the payment. Under this definition, British Pounds, U.S. Dollars, and European Euros are examples of currency, but “grams of gold” is not. One monetary system has one and only one currency. Instances of this class must not be confused with coin denominations, such as “Dime” or “Sestertius”. Non-monetary exchange of value in terms of quantities of a particular type of goods, such as cows, do not constitute a currency.
-
-
-
- Product Type
- This classes comprises types that stand as the models for instances of E22 Human-Made Object that are produced as the result of production activities using plans exact enough to result in one or more series of uniform, functionally and aesthetically identical and interchangeable items. The product type is the intended ideal form of the manufacture process. It is typical of instances of E22 that conform to an instance of E99 Product Type that its component parts are interchangeable with component parts of other instances of E22 made after the model of the same instance of E99. Frequently, the uniform production according to a given instance of E99 Product Type is achieved by creating individual tools, such as moulds or print plates that are themselves carriers of the design of the product type. Modern tools may use the flexibility of electronically controlled devices to achieve such uniformity. The product type itself, i.e., the potentially unlimited series of aesthetically equivalent items, may be the target of artistic design, rather than the individual object. In extreme cases, only one instance of a product type may have been produced, such as in a "print on demand" process which was only triggered once. However, this should not be confused with industrial prototypes, such as car prototypes, which are produced prior to the production line being set up, or test the production line itself.
-
-
-
- is identified by
- wird bezeichnet als
- αναγνωρίζεται ως
- est identifiée par
- é identificado por
- идентифицируется посредством
- 被标识为
- This property describes the naming or identification of any real-world item by a name or any other identifier.
-This property is intended for identifiers in general use, which form part of the world the model intends to describe, and not merely for internal database identifiers which are specific to a technical system, unless these latter also have a more general use outside the technical context. This property includes in particular identification by mathematical expressions such as coordinate systems used for the identification of instances of E53 Place. The property does not reveal anything about when, where and by whom this identifier was used. A more detailed representation can be made using the fully developed (i.e., indirect) path through E15 Identifier Assignment.
-This property is a shortcut for the path from E1 CRM Entity through P140i was attributed by, E15 Identifier Assignment, P37 assigned to E42 Identifier.
-It is also a shortcut for the path from E1 CRM Entity through P1 is identified by, E41 Appellation, P139 has alternative form to E41 Appellation.
-
-
-
-
-
- identifies
- bezeichnet
- είναι αναγνωριστικό
- identifie
- identifica
- идентифицирует
- 标识
-
-
-
-
-
- has type
- hat den Typus
- έχει τύπο
- est de type
- é do tipo
- имеет тип
- 有类型
- This property allows sub typing of CIDOC CRM entities –a form of specialisation – through the use of a terminological hierarchy, or thesaurus.
-The CIDOC CRM is intended to focus on the high-level entities and relationships needed to describe data structures. Consequently, it does not specialise entities any further than is required for this immediate purpose. However, entities in the isA hierarchy of the CIDOC CRM may by specialised into any number of sub entities, which can be defined in the E55 Type hierarchy. E41 Appellation, for example, may be specialised into “e-mail address”, “telephone number”, “post office box”, “URL” etc. none of which figures explicitly in the CIDOC CRM hierarchy. A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.
-This property is a shortcut for the path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned to E55 Type.
-
-
-
-
-
- is type of
- ist Typus von
- είναι ο τύπος του/της
- est le type de
- é o tipo de
- является типом для
- 是类型
-
-
-
-
-
- has note
- hat Anmerkung
- έχει επεξήγηση
- a pour note
- tem nota
- имеет примечание
- 有注释
- This property is a container for all informal descriptions about an object that have not been expressed in terms of CIDOC CRM constructs.
-In particular, it captures the characterisation of the item itself, its internal structures, appearance etc.
-Like property P2 has type (is type of), this property is a consequence of the restricted focus of the CIDOC CRM. The aim is not to capture, in a structured form, everything that can be said about an item; indeed, the CIDOC CRM formalism is not regarded as sufficient to express everything that can be said. Good practice requires use of distinct note fields for different aspects of a characterisation. The P3.1 has type property of P3 has note allows differentiation of specific notes, e.g., “construction”, “decoration” etc.
-An item may have many notes, but a note is attached to a specific item.
-
-
-
-
- has time-span
- hat Zeitspanne
- βρισκόταν σε εξέλιξη
- a pour durée
- tem período de tempo
- имеет временной отрезок
- 发生时段是
- This property associates an instance of E2 Temporal Entity with the instance of E52 Time-Span during which it was on-going. The associated instance of E52 Time-Span is understood as the real time-span during which the phenomena making up the temporal entity instance were active. More than one instance of E2 Temporal Entity may share a common instance of E52 Time-Span only if they come into being and end being due to identical declarations or events.
-
-
-
-
-
- is time-span of
- ist Zeitspanne von
- είναι χρονικό διάστημα του/της
- est la durée de
- é o período de tempo de
- является временным отрезком для
- 是时段
-
-
-
-
-
- consists of
- besteht aus
- αποτελείται από
- consiste en
- consiste de
- состоит из
- 包括
- This property describes the decomposition of an instance of E3 Condition State into discrete, subsidiary states.
-It is assumed that the sub-states into which the condition state is analysed form a logical whole - although the entire story may not be completely known – and that the sub-states are in fact constitutive of the general condition state. For example, a general condition state of “in ruins” may be decomposed into the individual stages of decay.
-This property is transitive and asymmetric.
-
-
-
-
-
- forms part of
- bildet Teil von
- αποτελεί μέρος του/της
- fait partie de
- faz parte de
- формирует часть
- 组成部分
-
-
-
-
-
- took place at
- fand statt in
- έλαβε χώρα σε
- a eu lieu dans
- ocorreu em
- совершался на
- 发生地在
- This property describes the spatial location of an instance of E4 Period.
-The related instance of E53 Place should be seen as a wider approximation of the geometric area within which the phenomena that characterise the period in question occurred, see below. P7 took place at (witnessed) does not convey any meaning other than spatial positioning (frequently on the surface of the earth). For example, the period “Révolution française” can be said to have taken place in “France in 1789”; the “Victorian” period may be said to have taken place in “Britain from 1837-1901” and its colonies, as well as other parts of Europe and North America. An instance of E4 Period can take place at multiple non-contiguous, non-overlapping locations.
-This property is a shortcut of the more fully developed path from E4 Period through P161 has spatial projection, E53 Place, P89 falls within to E53 Place. E4 Period is a subclass of E92 Spacetime Volume. By the definition of P161 has spatial projection an instance of E4 Period takes place on all its spatial projections, that is, instances of E53 Place. Something happening at a given place can also be considered to happen at a larger place containing the first. For example, the assault on the Bastille 14-th July 1789 took place in the area covered by Paris in 1789 but also in the area covered by France in 1789.
-
-
-
-
-
-
- witnessed
- bezeugte
- υπήρξε τόπος του
- a été témoin de
- testemunhou
- был местом совершения
- 发生过
-
-
-
-
-
-
- took place on or within
- fand statt auf oder innerhalb von
- έλαβε χώρα σε ή εντός
- a eu lieu sur ou dans
- ocorreu em ou dentro
- имел место на или в
- 发生的所在对象是
- This property describes the location of an instance of E4 Period with respect to an instance of E19 Physical Object.
-This property is a shortcut of the more fully developed path from E4 Period through P7 took place at, E53 Place, P156i is occupied by E18 Physical Thing.
-It describes a period that can be located with respect to the space defined by an E19 Physical Object such as a ship or a building. The precise geographical location of the object during the period in question may be unknown or unimportant.
-For example, the French and German armistice of 22-nd June 1940 was signed in the same railway carriage as the armistice of 11-th November 1918.
-
-
-
-
-
- witnessed
- bezeugte
- υπήρξε τόπος του
- a été témoin de
- testemunhou
- являлся местом для
- 发生过
-
-
-
-
-
- consists of
- setzt sich zusammen aus
- αποτελείται από
- consiste en
- consiste de
- состоит из
- 包括
- This property associates an instance of E4 Period with another instance of E4 Period that is defined by a subset of the phenomena that define the former. Therefore, the spacetime volume of the latter must fall within the spacetime volume of the former.
-This property is transitive and asymmetric.
-
-
-
-
-
-
- forms part of
- bildet Teil von
- αποτελεί μέρος του/της
- fait partie de
- faz parte de
- формирует часть
- 组成部分
-
-
-
-
-
-
- falls within
- fällt in
- εμπίπτει
- s’insère dans le cours de
- está contido em
- находится в пределах
- 属于
- This property associates an instance of E92 Spacetime Volume with another instance of E92 Spacetime Volume that falls within the latter. In other words, all points in the former are also points in the latter.
-This property is transitive and reflexive.
-
-
-
-
-
-
- contains
- enthält
- περιλαμβάνει
- contient
- contém
- содержит
- 包含
-
-
-
-
-
-
- had participant
- hatte Teilnehmer
- είχε συμμέτοχο
- a eu pour participant
- tem participante
- имел участника
- 有参与者
- This property describes the active or passive participation of instances of E39 Actors in an instance of E5 Event.
-It documents known events in which an instance of E39 Actor has participated during the course of that actor’s life or history. The instances of E53 Place and E52 Time-Span where and when these events happened provide us with constraints about the presence of the related instances of E39 Actor in the past. Collective actors, i.e., instances of E74 Group, may physically participate in events via their representing instances of E21 Persons only. The participation of multiple actors in an event is most likely an indication of their acquaintance and interaction.
-The property implies that the actor was involved in the event but does not imply any causal relationship. For instance, someone having been portrayed can be said to have participated in the creation of the portrait.
-
-
-
-
-
-
- participated in
- nahm Teil an
- συμμετείχε σε
- a participé à
- participa em
- участвовал в
- 参与
-
-
-
-
-
-
- occurred in the presence of
- fand statt im Beisein von
- συνέβη παρουσία του/της
- est arrivé en présence de
- ocorreu na presença de
- появился в присутствии
- 已出现
- This property describes the active or passive presence of an E77 Persistent Item in an instance of E5 Event without implying any specific role.
-It documents known events in which an instance of E77 Persistent Item was present during the course of its life or history. For example, an object may be the desk, now in a museum, on which a treaty was signed. The instance of E53 Place and the instance of E52 Time-Span where and when these events happened provide us with constraints about the presence of the related instance E77 Persistent Item in the past. Instances of E90 Symbolic Object, in particular information objects, are physically present in events via at least one of the instances of E18 Physical Thing carrying them. Note, that the human mind can be such a carrier. A precondition for a transfer of information to a person or another new physical carrier is the presence of the respective information object and this person or physical thing in one event.
-
-
-
-
-
- was present at
- war anwesend bei
- ήταν παρών/παρούσα/παρόν σε
- était présent à
- estava presente no
- присутствовал при
- 出现在
-
-
-
-
-
- destroyed
- zerstörte
- κατέστρεψε
- a détruit
- destruiu
- уничтожил
- 破坏了
- This property links an instance of E6 Destruction to an instance of E18 Physical Thing that has been destroyed by it.
-Destruction implies the end of an item’s life as a subject of cultural documentation – the physical matter of which the item was composed may in fact continue to exist. An instance of E6 Destruction may be contiguous with an instance of E12 Production that brings into existence a derived object composed partly of matter from the destroyed object.
-
-
-
-
-
-
- was destroyed by
- wurde zerstört durch
- καταστράφηκε από
- a été détruite par
- foi destruído por
- был уничтожен посредством
- 被破坏
-
-
-
-
-
-
- carried out by
- wurde ausgeführt von
- πραγματοποιήθηκε από
- réalisée par
- realizada por
- выполнялся
- 执行者是
- This property describes the active participation of an instance of E39 Actor in an instance of E7 Activity.
-It implies causal or legal responsibility. The P14.1 in the role of property of the property specifies the nature of an Actor’s participation.
-
-
-
-
-
-
- performed
- führte aus
- πραγματοποίησε
- a exécuté
- executou
- выполнял
- 执行
-
-
-
-
-
-
- was influenced by
- wurde beeinflußt durch
- επηρεάστηκε από
- a été influencée par
- foi influenciado por
- находился под влиянием
- 被影响
- This is a high-level property, which captures the relationship between an instance of E7 Activity and anything, that is, an instance of E1 CRM Entity that may have had some bearing upon it.
-The property has more specific sub properties.
-
-
-
-
-
- influenced
- beeinflußte
- επηρέασε
- a influencé
- influenciou
- оказал влияние на
- 影响
-
-
-
-
-
- used specific object
- benutzte das bestimmte Objekt
- χρησιμοποίησε αντικείμενο
- a utilisé l'objet spécifique
- usou objeto específico
- использовал особый объект
- 使用特定对象
- This property describes the use of material or immaterial things in a way essential to the performance or the outcome of an instance of E7 Activity.
-This property typically applies to tools, instruments, moulds, raw materials and items embedded in a product. It implies that the presence of the object in question was a necessary condition for the action. For example, the activity of writing this text required the use of a computer. An immaterial thing can be used if at least one of its carriers is present. For example, the software tools on a computer.
-Another example is the use of a particular name by a particular group of people over some span to identify a thing, such as a settlement. In this case, the physical carriers of this name are at least the people understanding its use.
-
-
-
-
-
-
-
- was used for
- wurde benutzt für
- χρησιμοποιήθηκε για
- a été utilisé pour
- foi usado por
- был использован для
- 用于
-
-
-
-
-
-
-
- was motivated by
- wurde angeregt durch
- είχε ως αφορμή
- a été motivée par
- foi motivado por
- был обусловлен посредством
- 被促动
- This property describes an item or items that are regarded as a reason for carrying out the instance of E7 Activity.
-For example, the discovery of a large hoard of treasure may call for a celebration, an order from headquarters can start a military manoeuvre.
-
-
-
-
-
-
- motivated
- regte an
- ήταν αφορμή
- a motivé
- motivou
- обусловил
- 促动
-
-
-
-
-
-
- was intended use of
- war beabsichtigteter Gebrauch von
- ήταν προορισμένη χρήση του
- était l'utilisation prévue de
- era prevista a utilização de
- был предполагаемым использованием для
- 特定用途是
- This property relates an instance of E7 Activity with instances of E71 Human-Made Thing, created specifically for use in the activity.
-This is distinct from the intended use of an item in some general type of activity such as the book of common prayer which was intended for use in Church of England services (see P101 had as general use (was use of)).
-
-
-
-
-
- was made for
- wurde hergestellt für
- έγινε για
- a été fabriquée pour
- foi feito para
- был создан для
- 用于
-
-
-
-
-
- had specific purpose
- hatte den bestimmten Zweck
- είχε συγκεκριμένο σκοπό
- avait pour but spécifique
- tinha propósito específico
- имел конкретную цель
- 有特定目的
- This property identifies the relationship between a preparatory activity, an instance of E7 Activity and the instance of E5 Event it is intended to be preparation for.
-This includes activities, orders and other organisational actions, taken in preparation for other activities or events.
-P20 had specific purpose (was purpose of) implies that an activity succeeded in achieving its aim. If it does not succeed, such as the setting of a trap that did not catch anything, one may document the unrealized intention using P21 had general purpose (was purpose of): E55 Type and/or P33 used specific technique (was used by): E29 Design or Procedure.
-
-
-
-
-
- was purpose of
- war Zweck von
- ήταν σκοπός του/της
- était le but de
- era o propósito de
- был целью для
- 是为了
-
-
-
-
-
- had general purpose
- hatte den allgemeinen Zweck
- είχε γενικό σκοπό
- avait pour but général
- tinha propósito geral
- имел общую цель
- 有一般目的
- This property describes an intentional relationship between an instance of E7 Activity and some general goal or purpose, described as an instance of E55 Type.
-This may involve activities intended as preparation for some type of activity or event. P21 had general purpose (was purpose of) differs from P20 had specific purpose (was purpose of) in that no occurrence of an event is implied as the purpose.
-
-
-
-
-
- was purpose of
- war Zweck von
- ήταν σκοπός του/της
- était le but de
- era o propósito de
- был целью для
- 是为了
-
-
-
-
-
- transferred title to
- übertrug Besitztitel auf
- μετεβίβασε τον τίτλο σε
- a fait passer le droit de propriété à
- transferiu os direitos de propriedade para
- передал право собственности
- 转移所有权至
- This property identifies the instance of E39 Actor that acquires the legal ownership of an object as a result of an instance of E8 Acquisition.
-The property will typically describe an Actor purchasing or otherwise acquiring an object from another Actor. However, title may also be acquired, without any corresponding loss of title by another Actor, through legal fieldwork such as hunting, shooting or fishing.
-In reality the title is either transferred to or from someone, or both.
-
-
-
-
-
-
- acquired title through
- erwarb Besitztitel durch
- απέκτησε τον τίτλο μέσω
- a acquis le droit de propriété du fait de
- adquiriu os direitos de propriedade por meio da
- получил право собственности через
- 获得所有权
-
-
-
-
-
-
- transferred title from
- übertrug Besitztitel von
- μετεβίβασε τον τίτλο από
- a fait passer le droit de propriété de
- transferiu os direitos de propriedade de
- передал право собственности от
- 转移所有权自
- This property identifies the instance(s) of E39 Actor who relinquish legal ownership as the result of an instance of E8 Acquisition.
-The property will typically be used to describe a person donating or selling an object to a museum. In reality title is either transferred to or from someone, or both.
-
-
-
-
-
-
- surrendered title through
- trat Besitztitel ab in
- παρέδωσε τον τίτλο μέσω
- a perdu le droit de propriété du fait de
- perdeu os direitos de propriedade por meio da
- право собственности отдано через
- 出让所有权
-
-
-
-
-
-
- transferred title of
- übertrug Besitz über
- μετεβίβασε τον τίτλο του/της
- a fait passer le droit de propriété sur
- transferiu os direitos de propriedade sobre o
- передал право собственности на
- 转移所有权的是
- This property identifies the instance(s) of E18 Physical Thing involved in an instance of E8 Acquisition.
-In reality, an acquisition must refer to at least one transferred item.
-
-
-
-
-
- changed ownership through
- ging über in Besitz durch
- άλλαξε ιδιοκτησία μέσω
- a changé de mains du fait de
- mudou de proprietário por meio de
- сменил владельца через
- 变更所有权
-
-
-
-
-
- moved
- bewegte
- μετεκίνησε
- a déplacé
- locomoveu
- переместил
- 移动
- This property identifies an instance of E19 Physical Object that was moved by an instance of E9 Move. A move must concern at least one object.
-The property implies the object’s passive participation. For example, Monet’s painting “Impression sunrise” was moved for the first Impressionist exhibition in 1874.
-
-
-
-
-
-
- moved by
- wurde bewegt durch
- μετακινήθηκε από
- a été déplacé par
- foi locomovido por
- перемещен посредством
- 被移动
-
-
-
-
-
-
- moved to
- bewegte bis zu
- μετακινήθηκε προς
- a déplacé vers
- locomoveu para
- перемещен в
- 移至
- This property identifies a destination, an instance of E53 place, of an instance of E9 Move.
-A move will be linked to a destination, such as the move of an artifact from storage to display. A move may be linked to many terminal instances of E53 Place by multiple instances of this property. In this case the move describes a distribution of a set of objects. The area of the move includes the origin(s), route and destination(s).
-Therefore, the described destination is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.
-
-
-
-
-
- was destination of
- war Zielort von
- ήταν προορισμός του/της
- a été la destination de
- era destinação de
- был пунктом назначения для
- 是目的地
-
-
-
-
-
- moved from
- bewegte weg von
- μετακινήθηκε από
- a retiré de
- locomoveu de
- перемещен из
- 移自
- This property identifies an origin, an instance of E53 Place, of an instance of E9 Move.
-A move will be linked to an origin, such as the move of an artifact from storage to display. A move may be linked to many starting instances of E53 Place by multiple instances of this property. In this case the move describes the picking up of a set of objects. The area of the move includes the origin(s), route and destination(s).
-Therefore, the described origin is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.
-
-
-
-
-
- was origin of
- war Ausgangsort von
- ήταν αφετηρία του/της
- a été l'origine de
- era origem de
- был исходной точкой для
- 是起点
-
-
-
-
-
- custody surrendered by
- übergab Gewahrsam an
- μετεβίβασε κατοχή από
- changement de détenteur au détriment de
- custódia concedida por
- опека отдана
- 监护权转自
- This property identifies the instance(s) of E39 Actor who surrender custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
-The property will typically describe an Actor surrendering custody of an object when it is handed over to someone else’s care. On occasion, physical custody may be surrendered involuntarily – through accident, loss or theft.
-In reality, custody is either transferred to someone or from someone, or both.
-
-
-
-
-
-
- surrendered custody through
- wurde Gewahrsam übergeben durch
- παρέδωσε κατοχή μέσω
- a cessé d’être détenteur à cause de
- final da custódia por meio de
- опека отдана через
- 出让监护权
-
-
-
-
-
-
- custody received by
- übertrug Gewahrsam auf
- μετεβίβασε κατοχή σε
- changement de détenteur au profit de
- custódia recebida por
- опека получена
- 监护权转至
- This property identifies the instance(s) E39 Actor who receive custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
-The property will typically describe Actors receiving custody of an object when it is handed over from another Actor’s care. On occasion, physical custody may be received involuntarily or illegally – through accident, unsolicited donation, or theft.
-In reality, custody is either transferred to someone or from someone, or both.
-
-
-
-
-
-
- received custody through
- erhielt Gewahrsam durch
- παρέλαβε κατοχή μέσω
- est devenu détenteur grâce à
- início da custódia por meio de
- получил опеку через
- 获得监护权
-
-
-
-
-
-
- transferred custody of
- übertrug Gewahrsam über
- μετεβίβασε κατοχή του/της/των
- changement de détenteur concernant
- transferida custódia de
- передало опеку на
- 转移监护权的是
- This property identifies the instance(s) of E18 Physical Thing concerned in an instance of E10 Transfer of Custody.
-The property will typically describe the object that is handed over by an instance of E39 Actor to to the custody of another instance of E39 Actor. On occasion, physical custody may be transferred involuntarily or illegally – through accident, unsolicited donation, or theft.
-
-
-
-
-
- custody transferred through
- wechselte Gewahrsam durch
- άλλαξε κατοχή μέσω
- a changé de détenteur du fait de
- custódia transferida por meio de
- опека передана через
- 变更监护权
-
-
-
-
-
- has modified
- veränderte
- τροποποίησε
- a modifié
- modificou
- изменил
- 已更改
- This property identifies the instance of E18 Physical Thing modified in an instance of E11 Modification.
-
-
-
-
-
-
- was modified by
- wurde verändert durch
- τροποποιήθηκε από
- a été modifié par
- foi modificada por
- был изменен посредством
- 被更改
-
-
-
-
-
-
- used general technique
- benutzte das allgemeine Verfahren
- χρησιμοποίησε γενική τεχνική
- a employé comme technique générique
- usou técnica geral
- использовал общую технику
- 使用通用技术
- This property identifies the technique or method, modelled as an instance of E55 Type, that was employed in an instance of E7 Activity.
-These techniques should be drawn from an external E55 Type hierarchy of consistent terminology of general techniques or methods such as embroidery, oil-painting, carbon dating, etc. Specific documented techniques should be described as instances of E29 Design or Procedure.
-
-
-
-
-
-
- was technique of
- war Verfahren von
- ήταν τεχνική του/της
- a été la technique mise en œuvre dans
- foi técnica da
- был техникой для
- 是技术
-
-
-
-
-
-
- used specific technique
- benutzte das bestimmte Verfahren
- χρησιμοποίησε συγκεκριμένη τεχνική
- a employé comme technique spécifique
- usou técnica específica
- использовал особую технику
- 使用特定技术
- This property identifies a specific instance of E29 Design or Procedure in order to carry out an instance of E7 Activity or parts of it.
-The property differs from P32 used general technique (was technique of) in that P33 refers to an instance of E29 Design or Procedure, which is a concrete information object in its own right rather than simply being a term or a method known by tradition.
-Typical examples would include intervention plans for conservation or the construction plans of a building.
-
-
-
-
-
-
- was used by
- wurde benutzt von
- χρησιμοποιήθηκε για
- a été employée par
- foi usada por
- был использован посредством
- 被使用
-
-
-
-
-
-
- concerned
- betraf
- αφορούσε σε
- a concerné
- interessada
- имел дело с
- 已评估
- This property identifies the instance of E18 Physical Thing that was assessed during an instance of E14 Condition Assessment activity.
-Conditions may be assessed either by direct observation or using recorded evidence. In the latter case the instance of E18 Physical Thing does not need to be present or extant at the time of assessment.
-
-
-
-
-
-
- was assessed by
- wurde beurteilt durch
- εκτιμήθηκε από
- expertisé par le biais de
- foi avaliada por
- был оценен посредством
- 被评估
-
-
-
-
-
-
- has identified
- hat identifiziert
- έχει διαπιστώσει
- a identifié
- identificou
- идентифицировал
- 有标识
- This property identifies the instance of E3 Condition State that was observed in an instance of E14 Condition Assessment activity.
-
-
-
-
-
-
- was identified by
- wurde identifiziert durch
- έχει διαπιστωθεί από
- est identifié par
- foi identificado por
- идентифицирован посредством
- 被标识
-
-
-
-
-
-
- assigned
- wies zu
- απέδωσε
- a attribué
- atribuiu
- назначил
- 分配了
- This property records the identifier that was assigned to an item in an instance of P37 Identifier Assignment.
-The same identifier may be assigned on more than one occasion.
-An Identifier might be created prior to an assignment.
-
-
-
-
-
-
- was assigned by
- wurde zugewiesen durch
- αποδόθηκε ως ιδιότητα από
- a été attribuée par
- foi atribuído por
- был присвоен посредством
- 被分配
-
-
-
-
-
-
- deassigned
- hob Zuweisung auf von
- ακύρωσε
- a désattribué
- retirou a atribuição do
- отменил назначение
- 取消了
- This property records the identifier that was deassigned from an instance of E1 CRM Entity.
-De-assignment of an identifier may be necessary when an item is taken out of an inventory, a new numbering system is introduced or items are merged or split up.
-The same identifier may be deassigned on more than one occasion.
-
-
-
-
-
-
- was deassigned by
- wurde aufgehoben durch
- ακυρώθηκε από
- a été désattribué par
- foi retirada a atribuição por
- был отменен посредством
- 被取消
-
-
-
-
-
-
- measured
- vermaß
- μέτρησε
- a mesuré
- mediu
- измерил
- 测量了
- This property associates an instance of E16 Measurement with the instance of E18 Physical Thing upon which it acted. The instance of E16 Measurement is specific to the measured object. An instance of E18 Physical Thing may be measured more than once with different results, constituting different instances of E16 Measurement.
-
-
-
-
-
-
- was measured by
- wurde vermessen durch
- μετρήθηκε από
- a été mesuré par
- foi medida por
- был измерен посредством
- 被测量
-
-
-
-
-
-
- observed dimension
- beobachtete Dimension
- παρατήρησε
- a relevé comme dimension
- verificou a dimensão
- определил величину
- 观测度量规格
- This property records the dimension that was observed in an E16 Measurement Event.
-E54 Dimension can be any quantifiable aspect of E70 Thing. Weight, image colour depth and monetary value are dimensions in this sense. One measurement activity may determine more than one dimension of one object.
-Dimensions may be determined either by direct observation or using recorded evidence. In the latter case the measured Thing does not need to be present or extant.
-Even though knowledge of the value of a dimension requires measurement, the dimension may be an object of discourse prior to, or even without, any measurement being made.
-
-
-
-
-
-
- was observed in
- wurde beobachtet in
- παρατηρήθηκε από
- a été relevée au cours de
- foi verificada durante
- наблюдался в
- 被观测
-
-
-
-
-
-
- classified
- klassifizierte
- χαρακτήρισε
- a classifié
- classificou
- классифицировал
- 分类
- This property records the item to which a type was assigned in an E17 Type Assignment activity.
-Any instance of a CIDOC CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).
-
-
-
-
-
-
- was classified by
- wurde klassifiziert durch
- χαρακτηρίσθηκε από
- a été classifiée par le biais de
- foi classificada por
- был классифицирован посредством
- 被分类
-
-
-
-
-
-
- assigned
- wies zu
- απέδωσε ως ιδιότητα
- a attribué
- atribuiu
- назначил
- 分配类型
- This property records the type that was assigned to an entity by an E17 Type Assignment activity.
-Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).
-For example, a fragment of an antique vessel could be assigned the type “attic red figured belly handled amphora” by expert A. The same fragment could be assigned the type “shoulder handled amphora” by expert B.
-A Type may be intellectually constructed independent from assigning an instance of it.
-
-
-
-
-
-
- was assigned by
- wurde zugewiesen durch
- αποδόθηκε από
- a été attribué par
- foi atribuído por
- был присвоен посредством
- 被分配类型
-
-
-
-
-
-
- has dimension
- hat Dimension
- έχει μέγεθος
- a pour dimension
- tem dimensão
- имеет величину
- 有度量规格
- This property records an instance of E54 Dimension of some instance of E70 Thing.
-In the case that the recorded property is a result of a measurement of an instance of E18 Physical Thing, this property is a shortcut of the more fully developed path from E18 Physical Thing through P39i was measured by, E16 Measurement, P40 observed dimension to E54 Dimension.
-It offers no information about how and when an E54 Dimension was established, nor by whom. Knowledge about an instance of E54 Dimension need not be the result of a measurement; it may be the result of evaluating data or other information, which should be documented as an instance of E13 Attribute Assignment.
-An instance of E54 Dimension is specific to an instance of E70 Thing.
-
-
-
-
-
- is dimension of
- ist Dimension von
- είναι μέγεθος του
- est dimension de
- é dimensão de
- является величиной для
- 是度量规格
-
-
-
-
-
- has condition
- hat Zustand
- έχει κατάσταση
- a pour état matériel
- tem estado material
- имеет условие
- 有状况
- This property records an E3 Condition State for some E18 Physical Thing.
-This property is a shortcut of the more fully developed path from E18 Physical Thing through P34i was assessed by, E14 Condition Assessment, P35 has identified to E3 Condition State. It offers no information about how and when the E3 Condition State was established, nor by whom.
-An instance of Condition State is specific to an instance of E18 Physical Thing.
-
-
-
-
-
- is condition of
- ist Zustand von
- είναι κατάσταση του
- état matériel de
- estado material de
- является условием для
- 是状况
-
-
-
-
-
- consists of
- besteht aus
- αποτελείται από
- consiste en
- consiste de
- составлен из
- 包含
- This property identifies the instances of E57 Materials of which an instance of E18 Physical Thing is composed.
-All physical things consist of physical materials. P45 consists of (is incorporated in) allows the different materials to be recorded. P45 consists of (is incorporated in) refers here to observed material as opposed to the consumed raw material.
-A material, such as a theoretical alloy, may not have any physical instances.
-
-
-
-
-
- is incorporated in
- ist enthalten in
- είναι ενσωματωμένος/η/ο σε
- est présent dans
- está presente em
- входит в состав
- 结合在
-
-
-
-
-
- is composed of
- ist zusammengesetzt aus
- αποτελείται από
- est composée de
- é composto de
- составлен из
- 组成成分是
- This property associates an instance of E18 Physical Thing with another instance of Physical Thing that forms part of it. The spatial extent of the composing part is included in the spatial extent of the whole.
-Component elements, since they are themselves instances of E18 Physical Thing, may be further analysed into sub-components, thereby creating a hierarchy of part decomposition. An instance of E18 Physical Thing may be shared between multiple wholes, for example two buildings may share a common wall. This property does not specify when and for how long a component element resided in the respective whole. If a component is not part of a whole from the beginning of existence or until the end of existence of the whole, the classes E79 Part Addition and E90 Part Removal can be used to document when a component became part of a particular whole and/or when it stopped being a part of it. For the time-span of being part of the respective whole, the component is completely contained in the place the whole occupies.
-This property is intended to describe specific components that are individually documented, rather than general aspects. Overall descriptions of the structure of an instance of E18 Physical Thing are captured by the P3 has note property.
-The instances of E57 Material of which an instance of E18 Physical Thing is composed should be documented using P45 consists of (is incorporated in).
-This property is transitive and asymmetric.
-
-
-
-
-
- forms part of
- bildet Teil von
- αποτελεί μέρος του/της
- fait partie de
- faz parte de
- формирует часть
- 构成部分
-
-
-
-
-
- has preferred identifier
- hat bevorzugtes Kennzeichen
- έχει προτιμώμενο αναγνωριστικό
- a pour identificateur retenu
- tem identificador preferido
- имеет предпочтительный идентификатор
- 有优选标识符
- This property records the preferred instance of E42 Identifier that was used to identify an instance of E1 CRM Entity at the time this property was recorded.
-More than one preferred identifier may have been assigned to an item over time.
-Use of this property requires an external mechanism for assigning temporal validity to the respective CIDOC CRM instance.
-The fact that an identifier is a preferred one for an organisation can be better expressed in a context independent form by assigning a suitable instance of E55 Type to the respective instance of E15 Identifier Assignment using the P2 has type property.
-
-
-
-
-
-
- is preferred identifier of
- ist bevorzugtes Kennzeichen für
- είναι προτιμώμενο αναγνωριστικό
- est l’identificateur retenu de
- é o identificador preferido de
- является предпочтительным идентификатором для
- 是优选标识符
-
-
-
-
-
-
- has former or current keeper
- hat früheren oder derzeitigen Betreuer
- είναι ή ήταν στην κατοχή του
- est ou a été détenu par
- é ou foi guardada por
- имеет бывшего или текущего смотрителя
- 有以往或当前保管者
- This property identifies the instance of E39 Actor who has or has had custody of an instance of E18 Physical Thing at some time. This property leaves open the question if parts of this physical thing have been added or removed during the time-spans it has been under the custody of this actor, but it is required that at least a part which can unambiguously be identified as representing the whole has been under this custody for its whole time. The way, in which a representative part is defined, should ensure that it is unambiguous who keeps a part and who the whole and should be consistent with the identity criteria of the kept instance of E18 Physical Thing.
-The distinction with P50 has current keeper (is current keeper of) is that P49 has former or current keeper (is former or current keeper of) leaves open the question as to whether the specified keepers are current.
-This property is a shortcut for the more detailed path from E18 Physical Thing through P30i custody transferred through, E10 Transfer of Custody, P28 custody surrendered by or P29 custody received by to E39 Actor.
-
-
-
-
-
- is former or current keeper of
- ist früherer oder derzeitiger Betreuer von
- κατέχει ή κατείχε
- est ou a été détenteur de
- é ou foi guardador de
- является бывшим или текущим смотрителем для
- 是以往或当前保管者
-
-
-
-
-
- has current keeper
- hat derzeitigen Betreuer
- είναι στην κατοχή του
- est actuellement détenu par
- é guardada por
- имеет текущего смотрителя
- 有当前保管者
- This property identifies the instance of E39 Actor that had custody of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
-This property is a shortcut for the more detailed path from E18 Physical Thing through, P30i custody transferred through, E10 Transfer of Custody, P29 custody received by to E39 Actor, if and only if the custody has not been surrendered by the receiving actor at any later time
-
-
-
-
-
-
- is current keeper of
- ist derzeitiger Betreuer von
- κατέχει
- est actuel détenteur de
- é guardador de
- является текущим смотрителем для
- 是当前保管者
-
-
-
-
-
-
- has former or current owner
- hat früheren oder derzeitigen Besitzer
- έχει ή είχε ιδιοκτήτη
- est ou a été possédée par
- é ou foi propriedade de
- имеет бывшего или текущего владельца
- 有以往或当前所有者
- This property identifies an instance of E39 Actor that is or had been the legal owner (i.e., title holder) of an instance of E18 Physical Thing at some time.
-The distinction with P52 has current owner (is current owner of) is that P51 has former or current owner (is former or current owner of) does not indicate whether the specified owners are current.
-This property is a shortcut for the more detailed path from E18 Physical Thing through P24i changed ownership through, E8 Acquisition, P23 transferred title from, or P22 transferred title to to E39 Actor.
-
-
-
-
-
- is former or current owner of
- ist früherer oder derzeitiger Besitzer von
- είναι ή ήταν ιδιοκτήτης του/της
- est ou a été propriétaire de
- é ou foi proprietário de
- является бывшим или текущим владельцем для
- 是以往或当前所有者
-
-
-
-
-
- has current owner
- hat derzeitigen Besitzer
- έχει ιδιοκτήτη
- est actuellement possédée par
- é propriedade de
- имеет текущего владельца
- 有当前所有者
- This property identifies the instance of E21 Person or E74 Group that was the owner of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
-This property is a shortcut for the more detailed path from E18 Physical Thing through, P24i changed ownership through, E8 Acquisition, P22 transferred title to to E39 Actor, if and only if this acquisition event is the most recent.
-
-
-
-
-
-
-
- is current owner of
- ist derzeitiger Besitzer von
- είναι ιδιοκτήτης του
- est le propriétaire actuel de
- é proprietário de
- является текущим владельцем для
- 是当前所有者
-
-
-
-
-
-
-
- has former or current location
- hat früheren oder derzeitigen Standort
- βρίσκεται ή βρισκόταν σε
- a ou a eu pour localisation
- é ou foi localizada em
- имеет текущее или бывшее местоположение
- 有之前或当前位置
- This property identifies an instance of E53 Place as the former or current location of an instance of E18 Physical Thing.
-In the case of instances of E19 Physical Object, the property does not allow any indication of the Time-Span during which the instance of E19 Physical Object was located at this instance of E53 Place, nor if this is the current location.
-In the case of immobile objects, the Place would normally correspond to the Place of creation.
-This property is a shortcut. A more detailed representation can make use of the fully developed (i.e., indirect) path from E19 Physical Object, though, P25i moved by, E9 Move, P26 moved to or P27 moved from to E53 Place.
-
-
-
-
-
- is former or current location of
- ist früherer oder derzeitiger Standort von
- είναι ή ήταν θέση του
- est ou a été localisation de
- é ou foi localização de
- является текущим или бывшим местоположением для
- 是之前或当前位置
-
-
-
-
-
- has current permanent location
- hat derzeitigen permanenten Standort
- έχει μόνιμη θέση
- a actuellement pour localisation à demeure
- é localizado permanentemente em
- имеет текущее постоянное местоположение
- 有当前永久位置
- This property records the foreseen permanent location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
-P54 has current permanent location (is current permanent location of) is similar to P55 has current location (currently holds). However, it indicates the E53 Place currently reserved for an object, such as the permanent storage location or a permanent exhibit location. The object may be temporarily removed from the permanent location, for example when used in temporary exhibitions or loaned to another institution. The object may never actually be located at its permanent location.
-
-
-
-
-
- is current permanent location of
- ist derzeitiger permanenter Standort von
- είναι μόνιμη θέση του/της
- est actuellement localisation à demeure de
- é localização permanente de
- является текущим постоянным местоположением для
- 是当前永久位置
-
-
-
-
-
- has current location
- hat derzeitigen Standort
- βρίσκεται σε
- a pour localisation actuelle
- é localizado em
- в данный момент находится в
- 有当前位置
- This property records the location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
-This property is a specialisation of P53 has former or current location (is former or current location of). It indicates that the instance of E53 Place associated with the instance of E19 Physical Object is the current location of the object. The property does not allow any indication of how long the object has been at the current location.
-This property is a shortcut. A more detailed representation can make use of the fully developed (i.e., indirect) path from E19 Physical Object, through, P25i moved by, E9 Move, P26 moved to to E53 Place if and only if this Move is the most recent.
-
-
-
-
-
-
- currently holds
- hält derzeitig
- είναι θέση του
- est localisation actuelle de
- é localização atual de
- в данный момент содержит
- 当前拥有
-
-
-
-
-
-
- bears feature
- trägt Merkmal
- φέρει μόρφωμα
- présente pour caractéristique
- possui característica
- несет признак
- 有特征
- This property links an instance of E19 Physical Object to an instance of E26 Physical Feature that it bears.
-An instance of E26 Physical Feature can only exist on one object. One object may bear more than one E26 Physical Feature. An instance of E27 Site should be considered as an instance of E26 Physical Feature on the surface of the Earth.
-An instance B of E26 Physical Feature being a detail of the structure of another instance A of E26 Physical Feature can be linked to B by use of the property P46 is composed of (forms part of). This implies that the subfeature B is P56i is found on the same E19 Physical Object as A.
-This property is a shortcut. A more detailed representation can make use of the fully developed (i.e., indirect) path E19 Physical Object, through, P59 has section, E53 Place, P53i is former or current location of to E26 Physical Feature.
-
-
-
-
-
-
- is found on
- wird gefunden auf
- βρίσκεται σε
- se trouve sur
- é encontrada em
- найден на
- 发现于
-
-
-
-
-
-
- has number of parts
- hat Anzahl Teile
- έχει αριθμό μερών
- a pour nombre de parties
- tem número de partes
- имеет число частей
- 有组成部分数
- This property documents the number of parts, an instance of E60 Number, of which an instance of E19 Physical Object is composed.
-This may be used as a method of checking inventory counts with regard to aggregate or collective objects. What constitutes a part or component depends on the context and requirements of the documentation. Normally, the parts documented in this way would not be considered as worthy of individual attention.
-For a more complete description, objects may be decomposed into their components and constituents using P46 is composed of (forms parts of) and P45 consists of (is incorporated in). This allows each element to be described individually.
-
-
-
-
- has section
- hat Bereich
- έχει τομέα
- a pour section
- tem seção
- имеет район
- 有区域
- This property links an area, i.e., an instance of E53 Place to the instance of E18 Physical Thing upon which it is found. This area may either be identified by a name, or by a geometry in terms of a coordinate system adapted to the shape of the respective instance of E18 Physical Thing. Typically, names identifying sections of physical objects are composed of the name of a kind of part and the name of the object itself, such as "The poop deck of H.M.S. Victory", which is composed of "poop deck" and "H.M.S. Victory".
-
-
-
-
-
-
- is located on or within
- befindet sich auf oder in
- βρίσκεται σε ή εντός
- se situe sur ou dans
- está localizada sobre ou dentro de
- находится на или внутри
- 位于
-
-
-
-
-
-
- depicts
- bildet ab
- απεικονίζει
- figure
- retrata
- описывает
- 描绘了
- This property identifies something that is depicted by an instance of E24 Physical Human-Made Thing. Depicting is meant in the sense that an instance of E24 Physical Human-Made Thing intentionally shows, through its optical qualities or form, a representation of the entity depicted. Photographs are by default regarded as being intentional in this sense. Anything that is designed to change the properties of the depiction, such as an e-book reader, is specifically excluded. The property does not pertain to inscriptions or any other information encoding.
-This property is a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity. P62.1 mode of depiction allows the nature of the depiction to be refined.
-
-
-
-
-
- is depicted by
- wird abgebildet durch
- απεικονίζεται σε
- est figurée sur
- é retratada por
- описан посредством
- 被描绘
-
-
-
-
-
- shows visual item
- zeigt Bildliches
- εμφανίζει οπτικό στοιχείο
- présente l'item visuel
- apresenta item visual
- показывает визуальный предмет
- 展示可视项
- This property documents an instance of E36 Visual Item shown by an instance of E24 Physical Human-Made Thing.
-This property is similar to P62 depicts (is depicted by) in that it associates an instance of E24 Physical Human-Made Thing with a visual representation. However, P65 shows visual item (is shown by) differs from the P62 depicts (is depicted by) property in that it makes no claims about what the instance of E36 Visual Item is deemed to represent. An instance of E36 Visual Item identifies a recognisable image or visual symbol, regardless of what this image may or may not represent.
-For example, all recent British coins bear a portrait of Queen Elizabeth II, a fact that is correctly documented using P62 depicts (is depicted by). Different portraits have been used at different periods, however. P65 shows visual item (is shown by) can be used to refer to a particular portrait.
-P65 shows visual item (is shown by) may also be used for Visual Items such as signs, marks and symbols, for example the 'Maltese Cross' or the 'copyright symbol’ that have no particular representational content.
-This property is part of the fully developed path E24 Physical Human-Made Thing, P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity which is shortcut by, P62 depicts (is depicted by).
-
-
-
-
-
-
- is shown by
- wird gezeigt durch
- εμφανίζεται σε
- est présenté par
- é apresentado por
- показан посредством
- 被展示
-
-
-
-
-
-
- refers to
- verweist auf
- αναφέρεται σε
- fait référence à
- referencia
- ссылается на
- 涉及
- This property documents that an instance of E89 Propositional Object makes a statement about an instance of E1 CRM Entity. P67 refers to (is referred to by) has the P67.1 has type link to an instance of E55 Type. This is intended to allow a more detailed description of the type of reference. This differs from P129 is about (is subject of), which describes the primary subject or subjects of the instance of E89 Propositional Object.
-
-
-
-
-
- is referred to by
- wird angeführt von
- αναφέρεται από
- est référencé par
- é referenciado por
- имеет ссылку на себя от
- 被涉及
-
-
-
-
-
- foresees use of
- sieht den Gebrauch vor von
- συνήθως χρησιμοποιεί
- utilise habituellement
- normalmente emprega
- обычно применяет
- 预知使用
- This property identifies an instance of E57 Material foreseen to be used by an instance of E29 Design or Procedure.
-E29 Designs and procedures commonly foresee the use of particular instances of E57 Material. The fabrication of adobe bricks, for example, requires straw, clay and water. This property enables this to be documented.
-This property is not intended for the documentation of instances of E57 Materials that were used on a particular occasion when an instance of E29 Design or Procedure was executed.
-
-
-
-
-
-
- use foreseen by
- vorgesehen für Gebrauch durch defined
- συνήθως χρησιμοποιείται από
- est habituellement utilisé par
- é empregado por
- обычно используется посредством
- 被预知使用
-
-
-
-
-
-
- has association with
- ist verbunden mit
- σχετίζεται με
- est associée à
- é associado com
- ассоциирован с
- 关联
- This property generalises relationships like whole-part, sequence, prerequisite or inspired by between instances of E29 Design or Procedure. Any instance of E29 Design or Procedure may be associated with other designs or procedures. The property is considered to be symmetrical unless otherwise indicated by P69.1 has type. The property is not transitive
-This property is a directed relationship. The P69.1 has type property of P69 has association with allows the nature of the association to be specified reading from domain to range; examples of types of association between instances of E29 Design or Procedure include: has part, follows, requires, etc.
-Instances of this property are considered to be symmetric, in case no directed sense is provided for them by the property P69.1 has type.
-The property can typically be used to model the decomposition of the description of a complete workflow into a series of separate procedures.
-
-
-
-
-
- is associated with
-
-
-
-
-
- documents
- belegt
- τεκμηριώνει
- mentionne
- documenta
- документирует
- 记录了
- This property describes the CRM Entities documented as instances of E31 Document.
-Documents may describe any conceivable entity, hence the link to the highest-level entity in the CIDOC CRM class hierarchy. This property is intended for cases where a reference is regarded as making a proposition about reality. This may be of a documentary character, in the scholarly or scientific sense, or a more general statement.
-
-
-
-
-
-
- is documented in
- wird belegt in
- τεκμηριώνεται σε
- est mentionnée dans
- é documentado em
- документирован в
- 记录在
-
-
-
-
-
-
- lists
- listet
- περιλαμβάνει
- définit
- define
- перечисляет
- 列出
- This property associates an instance of E32 Authority Document, with an instance of E1 CRM Entity which it lists for reference purposes.
-
-
-
-
-
-
- is listed in
- wird aufgelistet in
- περιλαμβάνεται σε
- est défini par
- é definido por
- перечислен в
- 列于
-
-
-
-
-
-
- has language
- hat Sprache
- έχει γλώσσα
- est en langue
- é da língua
- имеет язык
- 有语种
- This property associates an instance(s) of E33 Linguistic Object with an instance of E56 Language in which it is, at least partially, expressed.
-Linguistic Objects are composed in one or more human Languages. This property allows these languages to be documented.
-
-
-
-
-
- is language of
- ist Sprache von
- είναι γλώσσα του/της
- est la langue de
- é a língua de
- является языком для
- 是语种
-
-
-
-
-
- has translation
- hat Übersetzung
- έχει μετάφραση
- a pour traduction
- tem tradução
- имеет перевод
- 有译文
- This property links an instance of E33 Linguistic Object (A), to another instance of E33 Linguistic Object (B) which is the translation of A.
-When an instance of E33 Linguistic Object is translated into a new language a new instance of E33 Linguistic Object is created, despite the translation being conceptually similar to the source.
-This property is asymmetric.
-
-
-
-
-
-
- is translation of
- ist Übersetzung von
- είναι μετάφραση του/της
- est la traduction de
- é tradução de
- является переводом
- 是译文
-
-
-
-
-
-
- has current or former residence
- hat derzeitigen oder früheren Sitz
- έχει ή είχε κατοικία
- réside ou a résidé à
- reside ou residiu em
- имеет текущее или бывшее местожительства
- 有当前或曾经居住地
- This property describes the current or former place of residence (an instance of E53 Place) of an instance of E39 Actor.
-The residence may be either the place where the actor resides, or a legally registered address of any kind.
-
-
-
-
-
- is current or former residence of
- ist derzeitiger oder früherer Sitz von
- είναι ή ήταν κατοικία του/της
- est ou a été la résidence de
- é ou foi residência de
- является текущим или бывшим местом жительства для
- 是当前或曾经居住地
-
-
-
-
-
- possesses
- besitzt
- κατέχει
- est détenteur de
- é detentor de
- владеет
- 拥有
- This property associates an instance of E39 Actor to an instance of E30 Right over which the actor holds or has held a legal claim.
-
-
-
-
-
- is possessed by
- sind im Besitz von
- κατέχεται από
- est détenu par
- são detidos por
- принадлежит
- 被拥有
-
-
-
-
-
- has contact point
- hat Kontaktpunkt
- έχει σημείο επικοινωνίας
- a pour coordonnées individuelles
- possui ponto de contato
- имеет контакт
- 有联系方式
- This property associates an instance of E39 Actor to an instance of E41 Appellation which a communication service uses to direct communications to this actor, such as an e-mail address, fax number, or postal address.
-
-
-
-
-
- provides access to
- bietet Zugang zu
- παρέχει πρόσβαση σε
- permettent de contacter
- é ponto de contado de
- предоставляет доступ к
- 提供访问
-
-
-
-
-
- beginning is qualified by
- hat Anfangsbegründung
- αρχή προσδιορίζεται από
- début est qualifié par
- início é qualificado por
- начало ограничено
- 起始限定
- This property associates an instance of E52 Time-Span with a note detailing the scholarly or scientific opinions and justifications about the certainty, precision, sources etc. of its beginning. Such notes may also be used to elaborate arguments about constraints or to give explanations of alternatives.
-
-
-
-
-
- end is qualified by
- hat Begründung des Endes
- τέλος προσδιορίζεται από
- fin est qualifiée par
- final é qualificado por
- конец ограничен
- 结束限定
- This property associates an instance of E52 Time-Span with a note detailing the scholarly or scientific opinions and justifications about the end of this time-span concerning certainty, precision, sources etc. This property may also be used to describe arguments constraining possible dates and to distinguish reasons for alternative dates.
-
-
-
-
-
- ongoing throughout
- andauernd während
- καθόλη τη διάρκεια του/της
- couvre au moins
- abrange no mínimo
- длится в течение
- 最短范围是
- This property associates an instance of E52 Time-Span with an instance of E61 Time Primitive specifying a minimum period of time covered by it. Since Time-Spans may not have precisely known temporal extents, the CIDOC CRM supports statements about the minimum and maximum temporal extents of Time-Spans. This property allows a Time-Span’s minimum temporal extent (i.e., its inner boundary) to be assigned an E61 Time Primitive value. Time Primitives are treated by the CIDOC CRM as application or system specific date intervals, and are not further analysed. If different sources of evidence justify different minimum extents without contradicting each other, the smallest interval including all these extents will be the best estimate. This should be taken into account for information integration.
-
-
-
-
- end of the begin
- Ende des Anfangs
- τέλος της αρχής
- fin du début
- fim do início
- конец начала
-
-
-
-
-
- begin of the end
- Anfang vom Ende
- αρχή του τέλους
- début de la fin
- começar do fim
- начать в конце
-
-
-
-
-
- at some time within
- irgendwann innerhalb von
- κάποτε εντός
- couvre au plus
- abrange no máximo
- некоторое время в течение
- 最长范围是
- This property describes the maximum period of time within which an E52 Time-Span falls. Since Time-Spans may not have precisely known temporal extents, the CIDOC CRM supports statements about the minimum and maximum temporal extents of Time-Spans. This property allows a Time-Span’s maximum temporal extent (i.e., its outer boundary) to be assigned an E61 Time Primitive value. Time Primitives are treated by the CIDOC CRM as application or system specific date intervals, and are not further analysed. If different sources of evidence justify different maximum extents without contradicting each other, the resulting intersection of all these extents will be the best estimate. This should be taken into account for information integration.
-
-
-
-
- begin of the begin
- Anfang des Anfangs
- αρχή της αρχής
- début du début
- começar do início
- начать с начала
-
-
-
-
-
- end of the end
- Ende vom Ende
- τέλος του τέλους
- fin de la fin
- fim do fim
- конец конец
-
-
-
-
-
- falls within
- fällt in
- περιέχεται σε
- s’insère dans
- está contido em
- содержится в
- 属于
- This property describes the inclusion relationship between two instances of E52 Time-Span.
-This property supports the notion that the temporal extent of an instance of E52 Time-Span falls within the temporal extent of another instance of E52 Time-Span. It addresses temporal containment only, and no contextual link between the two instances of E52 Time-Span is implied. This property is transitive and reflexive.
-
-
-
-
-
- contains
- enthält
- περιέχει
- inclut
- contém
- содержит
- 包含
-
-
-
-
-
- falls within
- fällt in
- περιέχεται σε
- s’insère dans
- está contido em
- содержится в
- 位于
- This property identifies an instance of E53 Place that falls wholly within the extent of another instance of E53 Place.
-It addresses spatial containment only and does not imply any relationship between things or phenomena occupying these places.
-This property is transitive and reflexive.
-
-
-
-
-
- contains
- enthält
- περιέχει
- inclut
- contém
- содержит
- 包括
-
-
-
-
-
- has value
- hat Wert
- έχει τιμή
- a la valeur
- tem valor
- имеет значение
- 有数值
- This property allows an instance of E54 Dimension to be approximated by an instance of E60 Number primitive.
-
-
-
-
- has lower value limit
-
-
-
-
-
- has upper value limit
-
-
-
-
-
- has unit
- hat Einheit
- έχει μονάδα μέτρησης
- a pour unité
- tem unidade
- имеет единицу
- 有单位
- This property shows the type of unit an instance of E54 Dimension was expressed in.
-
-
-
-
-
- is unit of
- ist Einheit von
- αποτελεί μονάδα μέτρησης του/της
- est l'unité de
- é unidade de
- является единицей для
- 所属单位
-
-
-
-
-
- brought into existence
- brachte in Existenz
- γέννησε
- a fait exister
- trouxe à existência
- создал
- 导致存在的是
- This property links an instance of E63 Beginning of Existence to the instance of E77 Persistent Item brought into existence by it.
-It allows a “start” to be attached to any instance of E77 Persistent Item being documented, i.e., as instances of E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation and E55 Type.
-
-
-
-
-
-
- was brought into existence by
- wurde in Existenz gebracht durch
- γεννήθηκε από
- a commencé à exister du fait de
- passou a existir por
- был создан посредством
- 使导致存在
-
-
-
-
-
-
- took out of existence
- beendete die Existenz von
- αναίρεσε
- a fait cesser d’exister
- cessou a existência de
- положил конец существованию
- 结束存在的是
- This property links an instance of E64 End of Existence to the instance of E77 Persistent Item taken out of existence by it.
-In the case of immaterial things, the instance of E64 End of Existence is considered to take place with the destruction of the last physical carrier.
-This allows an “end” to be attached to any instance of E77 Persistent Item being documented i.e., instances of E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation and E55 Type. For many instances of E77 Persistent Item we know the maximum life-span and can infer that they must have ended to exist. We assume in that case an instance of E64 End of Existence, which may be as unnoticeable as forgetting the secret knowledge by the last representative of some indigenous nation.
-
-
-
-
-
-
- was taken out of existence by
- wurde seiner Existenz beraubt durch
- αναιρέθηκε από
- a cessé d’exister du fait de
- deixou de existir
- прекратил существование посредством
- 被结束存在
-
-
-
-
-
-
- has created
- hat erschaffen
- δημιούργησε
- a créé
- criou
- создал
- 已创建了
- This property links an instance of E65 Creation to the instance of E28 Conceptual Object created by it.
-It represents the act of conceiving the intellectual content of the instance of E28 Conceptual Object. It does not represent the act of creating the first physical carrier of the instance of E28 Conceptual Object. As an example, this is the composition of a poem, not its commitment to paper.
-
-
-
-
-
-
- was created by
- wurde erschaffen durch
- δημιουργήθηκε από
- a été créé par
- foi criado por
- был создан посредством
- 被创建
-
-
-
-
-
-
- has formed
- hat gebildet
- σχημάτισε
- a fondé
- formou
- сформировал
- 已经组成
- This property associates the instance of E66 Formation with the instance of E74 Group that it founded.
-
-
-
-
-
-
- was formed by
- wurde gebildet von
- σχηματίστηκε από
- a été fondé par
- foi formado por
- была сформирована посредством
- 被组成
-
-
-
-
-
-
- by mother
- durch Mutter
- είχε μητέρα
- de mère
- pela mãe
- посредством матери
- 来自母亲
- This property links an instance of E67 Birth to an instance of E21 Person in the role of birth-giving mother.
-Note that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The instance of E21 Person being born is linked to the instance of E67 Birth with the property P98 brought into life (was born). This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.
-
-
-
-
-
-
- gave birth
- gebar
- ήταν μητέρα του/της
- a donné naissance à
- deu nascimento
- дал рождение
- 生育
-
-
-
-
-
-
- from father
- gab Vaterschaft
- είχε πατέρα
- de père
- pelo pai
- от отца
- 来自父亲
- This property links an instance of E67 Birth to an instance of E21 Person in the role of biological father.
-Note that biological fathers are not seen as necessary participants in the birth, whereas birth-giving mothers are (see P96 by mother (gave birth)). The Person being born is linked to the Birth with the property P98 brought into life (was born).
-This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.
-An instance of E67 Birth is normally (but not always) associated with one biological father.
-
-
-
-
-
- was father for
- war Vater für
- ήταν πατέρας του/της
- a été père dans
- foi pai para
- был отцом для
- 是父亲
-
-
-
-
-
- brought into life
- brachte zur Welt
- έφερε στη ζωή
- a donné vie à
- trouxe à vida
- породил
- 诞生了
- This property links an instance of E67 Birth event to an instance of E21 Person in the role of offspring.
-Twins, triplets etc. are brought into life by the same instance of E67 Birth. This is not intended for use with general Natural History material, only people. There is no explicit method for modelling conception and gestation except by using extensions.
-
-
-
-
-
-
- was born
- wurde geboren durch
- γεννήθηκε
- est né
- veio à vida pelo
- был рожден
- 被诞生
-
-
-
-
-
-
- dissolved
- löste auf
- διέλυσε
- a dissous
- dissolveu
- распустил
- 解散了
- This property associates the instance of E68 Dissolution with the instance of E74 Group that it disbanded.
-
-
-
-
-
-
-
- was dissolved by
- wurde aufgelöst durch
- διαλύθηκε από
- a été dissous par
- foi dissolvido por
- был распущен посредством
- 被解散
-
-
-
-
-
-
-
- was death of
- Tod von
- ήταν θάνατος του/της
- a été la mort de
- foi a morte para
- был смертью для
- 死亡的是
- This property links an instance of E69 Death to the instance of E21 Person that died.
-An instance of E69 Death may involve multiple people, for example in the case of a battle or disaster.
-This is not intended for use with general natural history material, only people.
-
-
-
-
-
-
- died in
- starb in
- πέθανε σε
- est mort par
- morreu em
- умер в
- 死于
-
-
-
-
-
-
- had as general use
- hatte die allgemeine Verwendung
- είχε ως γενική χρήση
- avait comme utilisation générale
- tem como uso geral
- имел основное применение
- 有一般用途
- This property associates an instance of E70 Thing with an instance of E55 Type that describes the type of use that it was actually employed for.
-It allows the relationship between particular things, both physical and immaterial, and the general methods and techniques of real use to be documented. This may well be different from the intended functional purpose of the instance of E70 Thing (which can be documented with P103 was intended for (was intention of)). For example, it could be recorded that a particular wooden crate had a general use as a shelf support on a market stall even though it had been originally intended for carrying vegetables.
-The use of this property is intended to allow the documentation of usage patterns attested in historical records or through scientific investigation (for instance ceramic residue analysis). It should not be used to document the intended, and thus assumed, use of an object.
-
-
-
-
-
- was use of
- war die Verwendung von
- ήταν χρήση του/της
- était l’utilisation de
- foi uso de
- был применением для
- 被用于
-
-
-
-
-
- has title
- trägt den Titel
- έχει τίτλο
- a pour titre
- tem título
- имеет заголовок
- 有题名
- This property associates an instance of E35 Title has been applied to an instance of E71 Human-Made Thing.
-The P102.1 has type property of the P102 has title (is title of) property enables the relationship between the title and the thing to be further clarified, for example, if the title was a given title, a supplied title etc.
-It allows any human-made material or immaterial thing to be given a title. It is possible to imagine a title being created without a specific object in mind.
-
-
-
-
-
-
- is title of
- ist der Titel von
- είναι τίτλος του/της
- est le titre de
- é título de
- является заголовком для
- 题名是
-
-
-
-
-
-
- was intended for
- bestimmt für
- προοριζόταν για
- était destiné à
- era destinado à
- был задуман для
- 被用于
- This property links an instance of E71 Human-Made Thing to an instance of E55 Type describing its intended usage.
-It creates a relation between specific human-made things, both physical and immaterial, to types of intended methods and techniques of use. Note: A link between specific human-made things and a specific use activity should be expressed using P19 was intended use of (was made for).
-
-
-
-
-
- was intention of
- war Bestimmung von
- ήταν προορισμός του
- était la raison d'être de
- era a destinação de
- был интенцией для
- 目的是
-
-
-
-
-
- is subject to
- Gegenstand von
- υπόκειται σε
- est sujet à
- está sujeito à
- является объектом для
- 服从
- This property links a particular instance of E72 Legal Object to the instances of E30 Right to which it is subject.
-The Right is held by an E39 Actor as described by P75 possesses (is possessed by).
-
-
-
-
-
- applies to
- findet Anwendung auf
- ισχύει για
- s’applique à
- se aplicam à
- применяется к
- 适用于
-
-
-
-
-
- right held by
- Rechte stehen zu
- δικαίωμα κατέχεται από
- droit détenu par
- são direitos de
- право принадлежит
- 持有权利的是
- This property identifies the instance of E39 Actor who holds the instances of E30 Right to an instance of E72 Legal Object.
-It is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.
-This property is a shortcut of the fully developed path from E72 Legal Object, P104 is subject to, E30 Right, P75i is possessed by to E39 Actor.
-
-
-
-
-
- has right on
- hat Rechte an
- έχει δικαίωμα σε
- détient un droit sur
- possui direitos sobre
- владеет правом на
- 有权利
-
-
-
-
-
- is composed of
- ist zusammengesetzt aus
- αποτελείται από
- est composé de
- é composto de
- составлен из
- 组成成分是
- This property associates an instance of E90 Symbolic Object with a part of it that is by itself an instance of E90 Symbolic Object, such as fragments of texts or clippings from an image.
-This property is transitive asymmetric.
-
-
-
-
-
- forms part of
- bildet Teil von
- αποτελεί μέρος του/της
- fait partie de
- faz parte de
- формирует часть
- 构成部分
-
-
-
-
-
- has current or former member
- hat derzeitiges oder früheres Mitglied
- έχει ή είχε μέλος
- a pour membre actuel ou ancien
- tem ou teve membro
- имеет действующего или бывшего члена
- 有当前或以往成员
- This property associates an instance of E74 Group with an instance of E39 Actor that is or has been a member thereof.
-Instances of E74 Group and E21 Person may all be members of instances of E74 Group. An instance of E74 Group may be founded initially without any member.
-This property is a shortcut of the more fully developed path from E74 Group, P144i gained member by, E85 Joining, P143 joined to E39 Actor.
-The property P107.1 kind of member can be used to specify the type of membership or the role the member has in the group.
-
-
-
-
-
- is current or former member of
- ist derzeitiges oder früheres Mitglied von
- είναι ή ήταν μέλος του/της
- est actuel ou ancien membre de
- é ou foi membro de
- является действующим или бывшим членом
- 是当前或以往成员
-
-
-
-
-
- has produced
- hat hergestellt
- παρήγαγε
- a produit
- produziu
- произвел
- 已产生了
- This property identifies the instance of E24 Physical Human-Made Thing that came into existence as a result of the instance of E12 Production.
-The identity of an instance of E24 Physical Human-Made Thing is not defined by its matter, but by its existence as a subject of documentation. An E12 Production can result in the creation of multiple instances of E24 Physical Human-Made Thing.
-
-
-
-
-
-
-
- was produced by
- wurde hergestellt durch
- παρήχθη από
- a été produit par
- foi produzido por
- был произведен посредством
- 被产生
-
-
-
-
-
-
-
- has current or former curator
- hat derzeitigen oder früheren Kurator
- έχει ή είχε επιμελητή
- a pour conservateur actuel ou ancien
- tem ou teve curador
- имеет действующего или бывшего хранителя
- 有当前或以往管理者
- This property identifies the instance of E39 Actor who assumed or have assumed overall curatorial responsibility for an instance of E78 Curated Holding.
-It does not allow a history of curation to be recorded. This would require use of an event initiating a curator being responsible for a collection.
-
-
-
-
-
-
- is current or former curator of
- ist derzeitiger oder früherer Kurator von
- είναι ή ήταν επιμελητής του/της
- est ou a été le conservateur de
- é ou foi curador de
- является действующим или бывшим хранителем
- 是当前或以往管理者
-
-
-
-
-
-
- augmented
- erweiterte
- επαύξησε
- a augmenté
- aumentou
- увеличил
- 增强了
- This property identifies the instance of E24 Physical Human-Made Thing that is added to (augmented) in an instance of E79 Part Addition.
-Although an instance of E79 Part Addition event normally concerns only one instance of E24 Physical Human-Made Thing, it is possible to imagine circumstances under which more than one item might be added to (augmented). For example, the artist Jackson Pollock trailing paint onto multiple canvasses.
-
-
-
-
-
-
- was augmented by
- wurde erweitert durch
- επαυξήθηκε από
- a été augmenté par
- foi aumentada por
- был увеличен посредством
- 被增强
-
-
-
-
-
-
- added
- fügte hinzu
- προσέθεσε
- a ajouté
- adicionou
- добавил
- 增加了
- This property identifies the instance of E18 Physical Thing that is added during an instance of E79 Part Addition activity.
-
-
-
-
-
-
- was added by
- wurde hinzugefügt durch
- προστέθηκε από
- a été ajouté par
- foi adicionado por
- был добавлен посредством
- 被增加
-
-
-
-
-
-
- diminished
- verminderte
- εξάλειψε
- a diminué
- diminuiu
- уменьшил
- 减少了
- This property identifies the instance of E18 Physical Thing that was diminished by an instance of E80 Part Removal.
-Although an instance of E80 Part removal activity normally concerns only one instance of E18 Physical Thing, it is possible to imagine circumstances under which more than one item might be diminished by a single instance of E80 Part Removal activity.
-
-
-
-
-
-
- was diminished by
- wurde vermindert durch
- εξαλείφθηκε από
- a été diminué par
- foi diminuído por
- был уменьшен посредством
- 被减少
-
-
-
-
-
-
- removed
- entfernte
- αφαίρεσε
- a enlevé
- removeu
- удален
- 去除了
- This property identifies the instance of E18 Physical Thing that is removed during an instance of E80 Part Removal activity.
-
-
-
-
-
-
- was removed by
- wurde entfernt durch
- αφαιρέθηκε από
- a été enlevée par
- foi removido por
- был удален посредством
- 被去除
-
-
-
-
-
-
- overlaps with
- überlappt mit
- επικαλύπτεται με
- chevauche
- sobrepõe com
- пересекается с
- 重叠于
- This symmetric property associates an instance of E53 Place with another instance of E53 Place geometrically overlapping it.
-It does not specify anything about the shared area. This property is purely spatial. It does not imply that phenomena that define, by their extent, places related by P121 overlaps with have ever covered a common area at the same time or even coexisted. In contrast, spatiotemporal overlaps described by P132 spatiotemporally overlaps are the total of areas simultaneously covered by the related spacetime volumes.
-This property is symmetric. This property is reflexive.
-
-
-
-
- borders with
- grenzt an
- συνορεύει με
- jouxte
- fronteira com
- граничит с
- 接壤于
- This symmetric property associates an instance of E53 Place with another instance of E53 Place which shares a part of its border.
-This property is purely spatial. It does not imply that the phenomena that define, by their extent, places related by P122 borders with have ever shared a respective border at the same time or even coexisted. In particular, this may be the case when the respective common border is formed by a natural feature.
-This property is not transitive. This property is symmetric.
-
-
-
-
- resulted in
- ergab
- είχε ως αποτέλεσμα
- a eu pour résultat
- resultou em
- повлек появление
- 结果造成
- This property identifies the instance or instances of E18 Physical Thing that are the result of an instance of E81 Transformation. New items replace the transformed item or items, which cease to exist as units of documentation. The physical continuity between the old and the new is expressed by the links to the common instance of E81 Transformation.
-
-
-
-
-
-
- resulted from
- ergab sich aus
- προέκυψε από
- est le résultat de
- resultado de
- был результатом
- 起因于
-
-
-
-
-
-
- transformed
- wandelte um
- μετέτρεψε
- a transformé
- transformou
- трансформировал
- 转变了
- This property identifies the instance or instances E18 Physical Thing that have ceased to exist due to an instance of E81 Transformation.
-The item that has ceased to exist and was replaced by the result of the Transformation. The continuity between both items, the new and the old, is expressed by the links to the common instance of E81 Transformation.
-
-
-
-
-
-
- was transformed by
- wurde umgewandelt durch
- μετατράπηκε από
- a été transformé par
- foi transformado por
- был трансформирован посредством
- 被转变
-
-
-
-
-
-
- used object of type
- benutzte Objekt des Typus
- χρησιμοποίησε αντικείμενο τύπου
- a employé un objet du type
- usou objeto do tipo
- использовал объект типа
- 使用对象类型
- This property associates an instance of E7 Activity to an instance of E55 Type, which classifies an instance of E70 Thing used in an instance of E7 Activity, when the specific instance is either unknown or not of interest, such as use of "a hammer".
-This property is a shortcut of the more fully developed path from E7 Activity through P16 used specific object, E70 Thing, P2 has type, to E55 Type
-
-
-
-
-
- was type of object used in
- Objekt des Typus ... wurde benutzt in
- ήταν o τύπος αντικείμενου που χρησιμοποιήθηκε σε
- était le type d’objet employé par
- foi tipo do objeto usado em
- был типом объекта использованного в
- 是使用的对象类型
-
-
-
-
-
- employed
- verwendete
- χρησιμοποίησε
- a employé
- empregou
- использовал
- 使用
- This property identifies the instance of E57 Material employed in an instance of E11 Modification.
-The instance of E57 Material used during the instance of E11 Modification does not necessarily become incorporated into the instance of E24 Physical Human-Made Thing that forms the subject of the instance of E11 Modification.
-
-
-
-
-
- was employed in
- wurde verwendet bei
- χρησιμοποιήθηκε σε
- a été employé dans
- foi empregado em
- использовался в
- 被用于
-
-
-
-
-
- has broader term
- hat den Oberbegriff
- έχει ευρύτερο όρο
- a pour terme générique
- tem termo genérico
- имеет вышестоящий термин
- 上位词
- This property associates an instance of E55 Type with another instance of E55 Type that has a broader meaning.
-It allows instances of E55 Types to be organised into hierarchies. This is the sense of "broader term generic (BTG)" as defined in ISO 25964-2:2013 (International Organization for Standardization 2013).
-This property is transitive. This property is asymmetric.
-
-
-
-
-
- has narrower term
- hat den Unterbegriff
- έχει στενότερο όρο
- a pour terme spécifique
- tem termo específico
- имеет нижестоящий термин
- 下位词
-
-
-
-
-
- carries
- trägt
- φέρει
- est le support de
- é o suporte de
- несет
- 承载
- This property identifies an instance E90 Symbolic Object carried by an instance of E18 Physical Thing. Since an instance of E90 Symbolic Object is defined as an immaterial idealization over potentially multiple carriers, any individual realization on a particular physical carrier may be defective, due to deterioration or shortcomings in the process of creating the realization compared to the intended ideal. As long as such defects do not substantially affect the complete recognition of the respective symbolic object, it is still regarded as carrying an instance of this E90 Symbolic Object. If these defects are of scholarly interest, the particular realization can be modelled as an instance of E25 Human-Made Feature. Note, that any instance of E90 Symbolic Object incorporated (P165) in the carried symbolic object is also carried by the same instance of E18 Physical Thing.
-
-
-
-
-
-
- is carried by
- wird getragen von
- φέρεται από
- a pour support
- é suportado por
- переносится посредством
- 被承载
-
-
-
-
-
-
- is about
- handelt über
- έχει ως θέμα
- est au sujet de
- é sobre
- касается
- 有关
- This property documents that an instance of E89 Propositional Object has as subject an instance of E1 CRM Entity.
-This differs from P67 refers to (is referred to by), which refers to an instance of E1 CRM Entity, in that it describes the primary subject or subjects of an instance of E89 Propositional Object.
-
-
-
-
-
-
- is subject of
- wird behandelt in
- είναι θέμα του/της
- est le sujet de
- é assunto de
- является предметом для
- 是主题
-
-
-
-
-
-
- shows features of
- zeigt Merkmale von
- παρουσιάζει χαρακτηριστικά του/της
- présente des caractéristiques de
- apresenta características de
- демонстрирует признаки
- 显示特征
- This property generalises the notions of "copy of" and "similar to" into a directed relationship, where the domain expresses the derivative or influenced item and the range the source or influencing item, if such a direction can be established. The property can also be used to express similarity in cases that can be stated between two objects only, without historical knowledge about its reasons. The property expresses a symmetric relationship in case no direction of influence can be established either from evidence on the item itself or from historical knowledge. This holds in particular for siblings of a derivation process from a common source or non-causal cultural parallels, such as some weaving patterns.
-The P130.1 kind of similarity property of the P130 shows features of (features are also found on) property enables the relationship between the domain and the range to be further clarified, in the sense from domain to range, if applicable. For example, it may be expressed if both items are product “of the same mould”, or if two texts “contain identical paragraphs”.
-If the reason for similarity is a sort of derivation process, i.e., that the creator has used or had in mind the form of a particular thing during the creation or production, this process should be explicitly modelled. In these cases, P130 shows features of can be regarded as a shortcut of such a process. However, the current model does not contain any path specific enough to infer this property. Specializations of the CIDOC CRM may however be more explicit, for instance describing the use of moulds etc.
-This property is not transitive. This property is irreflexive.
-
-
-
-
-
- features are also found on
- Merkmale auch auf
- χαρακτηριστικά του βρίσκονται επίσης σε
- a des caractéristiques se trouvant aussi sur
- características são também encontradas em
- признаки также найдены на
- 发现特征
-
-
-
-
-
- spatiotemporally overlaps with
- This symmetric property associates two instances of E92 Spacetime Volume that have some of their extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must have some of their extents in common regardless of where and when precisely.
-If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P133 is spatiotemporally separated from also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
-This property is not transitive. This property is symmetric. This property is reflexive.
-
-
-
-
- is spatiotemporally separated from
- This symmetric property associates two instances of E92 Spacetime Volume that have no extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must not have any of their extents in common regardless of where and when precisely.
-If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P132 spatiotemporally overlaps with also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
-This property is not transitive. This property is symmetric. This property is irreflexive.
-
-
-
-
- continued
- setzte sich fort in
- συνέχισε
- est la suite de
- continuou
- продолжил
- 继续
- This property associates two instances of E7 Activity, where the domain is considered as an intentional continuation of the range. A continuation of an activity may happen when the continued activity is still ongoing or after the continued activity has completely ended. The continuing activity may have started already before it decided to continue the other one. Continuation implies a coherence of intentions and outcomes of the involved activities.
-This property is not transitive. This property is asymmetric.
-
-
-
-
-
-
-
- was continued by
- wurde fortgesetzt durch
- συνεχίστηκε από
- a été continuée par
- foi continuada por
- был продолжен
- 被继续
-
-
-
-
-
-
-
- created type
- erschuf Typus
- δημιούργησε τύπο
- a créé le type
- criou tipo
- создал тип
- 创建类型
- This property identifies the instance of E55 Type, which is created in an instance of E83 Type Creation activity.
-
-
-
-
-
-
- was created by
- wurde geschaffen durch
- δημιουργήθηκε από
- a été créé par
- foi criado por
- был создан посредством
- 被创建
-
-
-
-
-
-
- was based on
- stützte sich auf
- βασίστηκε σε
- s’est fondée sur
- foi baseado em
- был основан на
- 基于
- This property identifies one or more instances of E1 CRM Entity that were used as evidence to declare a new instance of E55 Type.
-The examination of these items is often the only objective way to understand the precise characteristics of a new type. Such items should be deposited in a museum or similar institution for that reason. The taxonomic role renders the specific relationship of each item to the type, such as "holotype" or "original element".
-
-
-
-
-
-
- supported type creation
- belegte
- υποστήριξε τη δημιουργία τύπου
- a justifié la création de type
- suportou a criação de tipo
- поддержал создание типа
- 支持类型创建
-
-
-
-
-
-
- exemplifies
- erläutert
- δειγματίζει
- exemplifie
- é exemplificado por
- поясняет
- 例示
- This property associates an instance of E1 CRM Entity with an instance of E55 Type for which it has been declared to be a particularly characteristic example.
-The P137.1 in the taxonomic role property of P137 exemplifies (is exemplified by) allows differentiation of taxonomic roles. The taxonomic role renders the specific relationship of this example to the type, such as "prototypical", "archetypical", "lectotype", etc. The taxonomic role "lectotype" is not associated with the instance of E83 Type Creation itself but is selected in a later phase.
-
-
-
-
-
-
- is exemplified by
- erläutert durch Beispiel
- δειγματίζεται από
- est exemplifié par
- exemplifica
- поясняется посредством
- 被例示
-
-
-
-
-
-
- represents
- stellt dar
- παριστάνει
- représente
- representa
- представляет
- 描绘
- This property establishes the relationship between an instance of E36 Visual Item and the instance of E1 CRM Entity that it visually represents.
-Any entity may be represented visually. This property is part of the fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity, which is shortcut by P62 depicts (is depicted by). P138.1 mode of representation allows the nature of the representation to be refined.
-This property is also used for the relationship between an original and a digitisation of the original by the use of techniques such as digital photography, flatbed or infrared scanning. Digitisation is here seen as a process with a mechanical, causal component rendering the spatial distribution of structural and optical properties of the original and does not necessarily include any visual similarity identifiable by human observation.
-
-
-
-
-
-
- has representation
- wird dargestellt durch
- παριστάνεται από
- est représentée par
- tem representação
- имеет представление
- 有描绘
-
-
-
-
-
-
- has alternative form
- hat alternative Form
- έχει εναλλακτική μορφή
- a pour autre forme
- tem forma alternativa
- имеет альтернативную форму
- 有交替形式
- This property associates an instance of E41 Appellation with another instance of E41 Appellation that constitutes a derivative or variant of the former and that may also be used for identifying items identified by the former, in suitable contexts, independent from the particular item to be identified. This property should not be confused with additional variants of names used characteristically for a single, particular item, such as individual nicknames. It is a directed relationship, where the range expresses the derivative or variant and the domain the source of derivation or original form of variation, if such a direction can be established. Otherwise, the relationship is symmetric.
-Multiple names assigned to an object, which do not apply to all things identified with the specific instance of E41 Appellation, should be modelled as repeated values of P1 is identified by (identifies) of this object.
-P139.1 has type allows the type of derivation to be refined, for instance “transliteration from Latin 1 to ASCII”.
-
-
-
-
-
- is alternative form of
-
-
-
-
-
- assigned attribute to
- wies Merkmal zu
- απέδωσε ιδιότητα σε
- a affecté un attribut à
- atribuiu atributo para
- присвоил атрибут для
- 分配属性于
- This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity about which it made an attribution. The instance of E1 CRM Entity plays the role of the domain of the attribution.
-The kind of attribution made should be documented using P177 assigned property of type (is type of property assigned).
-
-
-
-
-
- was attributed by
- bekam Merkmal zugewiesen durch
- χαρακτηρίστηκε από
- a reçu un attribut par
- foi atribuído por
- получил атрибут посредством
- 接受属性
-
-
-
-
-
- assigned
- wies zu
- απέδωσε
- a attribué
- atribuiu
- присвоил
- 分配
- This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity used in the attribution. The instance of E1 CRM Entity here plays the role of the range of the attribution.
-The kind of attribution made should be documented using P177 assigned property of type (is type of property assigned).
-
-
-
-
-
- was assigned by
- wurde zugewiesen durch
- αποδόθηκε από
- a été attribué par
- foi atribuído por
- был присвоен посредством
- 被分配
-
-
-
-
-
- used constituent
- benutzte Bestandteil
- 使用构成成分
- This property associates an instance of E15 Identifier Assignment with the instance of E90 Symbolic Object used as constituent of an instance of E42 Identifier in this act of assignment.
-
-
-
-
-
-
- was used in
- wurde benutzt in
- 用于
-
-
-
-
-
-
- joined
- verband
- 加入
- This property identifies the instance of E39 Actor that becomes member of an instance of E74 Group in an instance of E85 Joining.
-Joining events allow for describing actors becoming members of a group with the more detailed path E74 Group, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).
-
-
-
-
-
-
- was joined by
- wurde verbunden durch
- 被加入
-
-
-
-
-
-
- joined with
- verband mit
- 加入
- This property identifies the instance of E74 Group of which an instance of E39 Actor becomes a member through an instance of E85 Joining.
-Although a joining activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which becoming member of one Group implies becoming member of another Group as well.
-Joining events allow for describing people becoming members of a group with a more detailed path from E74 Group through, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).
-The property P144.1 kind of member can be used to specify the type of membership or the role the member has in the group.
-
-
-
-
-
-
- gained member by
- erwarb Mitglied durch
- 获得成员
-
-
-
-
-
-
- separated
- entließ
- 离开
- This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving.
-
-
-
-
-
-
- left by
- wurde entlassen durch
- 留下
-
-
-
-
-
-
- separated from
- entließ von
- 脱离
- This property identifies the instance of E74 Group an instance of E39 Actor leaves through an instance of E86 Leaving.
-Although a leaving activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which leaving one E74 Group implies leaving another E74 Group as well.
-
-
-
-
-
-
- lost member by
- verlor Mitglied durch
- 失去成员
-
-
-
-
-
-
- curated
- betreute kuratorisch
- 管理
- This property associates an instance of E87 Curation Activity with the instance of E78 Curated Holding with that is subject of that curation activity following some implicit or explicit curation plan.
-
-
-
-
-
- was curated by
- wurde kuratorisch betreut durch
- 被管理
-
-
-
-
-
- has component
- hat Bestandteil
- 有组件
- This property associates an instance of E89 Propositional Object with a structural part of it that is by itself an instance of E89 Propositional Object.
-This property is transitive. This property is asymmetric.
-
-
-
-
-
- is component of
- ist Bestandteil von
- 是组件
-
-
-
-
-
- defines typical parts of
- This property associates an instance of E55 Type “A” with an instance of E55 Type “B”, when items of type “A” typically form part of items of type “B”, such as “car motors” and “cars”.
-It allows types to be organised into hierarchies based on one type describing a typical part of another. This property is equivalent to "broader term partitive (BTP)" as defined in ISO 2788 and “broaderPartitive” in SKOS.
-This property is not transitive. This property is asymmetric.
-
-
-
-
-
- defines typical wholes for
-
-
-
-
-
- was formed from
- This property associates an instance of E66 Formation with an instance of E74 Group from which the new group was formed preserving a sense of continuity such as in mission, membership or tradition.
-
-
-
-
-
-
- participated in
-
-
-
-
-
-
- has parent
- This property associates an instance of E21 Person with another instance of E21 Person who plays the role of the first instance’s parent, regardless of whether the relationship is biological parenthood, assumed or pretended biological parenthood or an equivalent legal status of rights and obligations obtained by a social or legal act.
-This property is, among others, a shortcut of the fully developed paths from E21 Person through P98i was born, E67 Birth, P96 by mother to E21 Person, and from E21 Person through P98i was born, E67 Birth, P97 from father to E21 Person.
-This property is not transitive. This property is irreflexive.
-
-
-
-
-
- is parent of
-
-
-
-
-
- occupies
- This property describes the largest volume in space, an instance of E53 Place, that an instance of E18 Physical Thing has occupied at any time during its existence, with respect to the reference space relative to the physical thing itself. This allows for describing the thing itself as a place that may contain other things, such as a box that may contain coins. In other words, it is the volume that contains all the points which the thing has covered at some time during its existence. The reference space for the associated place must be the one that is permanently at rest (P157 is at rest relative to) relative to the physical thing. For instances of E19 Physical Objects it is the one which is at rest relative to the object itself, i.e., which moves together with the object. For instances of E26 Physical Feature it is one which is at rest relative to the physical feature itself and the surrounding matter immediately connected to it. Therefore, there is a 1:1 relation between the instance E18 Physical Thing and the instance of E53 Place it occupies. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces.
-This property implies the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place. However, in contrast to P156 occupies, the property P161 has spatial projection does not constrain the reference space of the referred instance of E53 Place.
-In contrast to P156 occupies, for the property P53 has former or current location the following holds:
-It does not constrain the reference space of the referred instance of E53 Place.
-It identifies a possibly wider instance of E53 Place at which a thing is or has been for some unspecified time-span.
-If the reference space of the referred instance of E53 Place is not at rest with respect to the physical thing found there, the physical thing may move away after some time to another place and/or may have been at some other place before. The same holds for the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place.
-
-
-
-
-
-
-
- is occupied by
-
-
-
-
-
-
-
- is at rest relative to
- This property associates an instance of E53 Place with the instance of E18 Physical Thing that determines a reference space for this instance of E53 Place by being at rest with respect to this reference space. The relative stability of form of an instance of E18 Physical Thing defines its default reference space. The reference space is not spatially limited to the referred thing. For example, a ship determines a reference space in terms of which other ships in its neighbourhood may be described. Larger constellations of matter, such as continental plates, may comprise many physical features that are at rest with them and define the same reference space.
-
-
-
-
-
- provides reference space for
-
-
-
-
-
- has temporal projection
- This property describes the temporal projection of an instance of E92 Spacetime Volume. The property P4 has time-span is the same as P160 has temporal projection if it is used to document an instance of E4 Period or any subclass of it.
-
-
-
-
-
- is temporal projection of
-
-
-
-
-
- has spatial projection
- This property associates an instance of an instance of E92 Spacetime Volume with an instance of E53 Place that is the result of the spatial projection of the instance of the E92 Spacetime Volume on a reference space.
-In general, there can be more than one useful reference space (for reference space see P156 occupies and P157 is at rest relative to) to describe the spatial projection of a spacetime volume, for example, in describing a sea battle, the difference between the battle ship and the seafloor as reference spaces. Thus, it can be seen that the projection is not unique.
-The spatial projection is the actual spatial coverage of a spacetime volume, which normally has fuzzy boundaries except for instances of E92 Spacetime Volumes which are geometrically defined in the same reference system as the range of this property are an exception to this and do not have fuzzy boundaries. Modelling explicitly fuzzy spatial projections serves therefore as a common topological reference of different spatial approximations rather than absolute geometric determination, for instance for relating outer or inner spatial boundaries for the respective spacetime volumes.
-In case the domain of an instance of P161 has spatial projection is an instance of E4 Period, the spatial projection describes all areas that period was ever present at, for instance, the Roman Empire.
-This property is part of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place, which in turn is implied by P156 occupies (is occupied by).
-This property is part of the fully developed path from E4 Period through P161 has spatial projection, E53 Place, P89 falls within (contains) to E53 Place, which in turn is shortcut by P7 took place at (witnessed).
-
-
-
-
-
- is spatial projection of
-
-
-
-
-
- is temporally specified by
- This property relates an instance of E93 Presence with the instance of E52 Time-Span that defines the time-slice of the spacetime volume that this instance of E93 Presence is related to via the property P166 was a presence of (had presence).
-There are two typical cases for the determination of the related instance of E52 Time-Span. In the first, it is the temporal extent of an instance of E2 Temporal Entity (documented with P4 has time-span (is time-span of)): this then documents the simultaneity of the instance of E93 Presence and the instance of E2 Temporal Entity, even if the absolute time-span is not known, and can be regarded as a phenomenal time-span. In the second, the instance of E52 Time-Span is a date range declared in or derived from historical sources or provided by dating methods: this is a declarative time-span.
-
-
-
-
-
-
- temporally specifies
-
-
-
-
-
-
- incorporates
- This property associates an instance of E73 Information Object with an instance of E90 Symbolic Object (or any of its subclasses) that was included in it.
-This property makes it possible to recognise the autonomous status of the incorporated signs, which were created in a distinct context, and can be incorporated in many instances of E73 Information Object, and to highlight the difference between structural and accidental whole-part relationships between conceptual entities.
-It accounts for many cultural facts that are quite frequent and significant: the inclusion of a poem in an anthology, the re-use of an operatic aria in a new opera, the use of a reproduction of a painting for a book cover or a CD booklet, the integration of textual quotations, the presence of lyrics in a song that sets those lyrics to music, the presence of the text of a play in a movie based on that play, etc.
-In particular, this property allows for modelling relationships of different levels of symbolic specificity, such as the natural language words making up a particular text, the characters making up the words and punctuation, the choice of fonts and page layout for the characters.
-When restricted to information objects, that is, seen as a property with E73 Information Object as domain and range the property is transitive.
-A digital photograph of a manuscript page incorporates the text of a manuscript page, if the respective text is defined as a sequence of symbols of a particular type, such as Latin characters, and the resolution and quality of the digital image is sufficient to resolve these symbols so they are readable on the digital image.
-This property is asymmetric.
-
-
-
-
-
-
- is incorporated in
-
-
-
-
-
-
- was a presence of
- This property associates an instance of E93 Presence with the instance of E92 Spacetime Volume of which it represents a temporal restriction (i.e.: a time-slice). Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.
-
-
-
-
-
-
- had presence
-
-
-
-
-
-
- was within
- This property associates an instance of E93 Presence with an instance of E53 Place that geometrically includes the spatial projection of the respective instance of E93 Presence. Besides others, this property may be used to state in which space an object has been for some known time, such as a room of a castle or in a drawer. It may also be used to describe a confinement of the spatial extent of some realm during a known time-span.
-This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P89 falls within (contains) to E53 Place.
-
-
-
-
-
- includes
-
-
-
-
-
- place is defined by
- This property associates an instance of E53 Place with an instance of E94 Space Primitive that defines it. Syntactic variants or use of different scripts may result in multiple instances of E94 Space Primitive defining exactly the same place. Transformations between different reference systems always result in new definitions of places approximating each other and not in alternative definitions.
-
-
-
-
- spacetime volume is defined by
- Scope note for 'P169': This property associates an instance of E95 Spacetime Primitive with the instance of E92 Spacetime Volume it defines.
-
-
-
-
- time is defined by
- Scope note for 'P170': This property associates an instance of E61 Time Primitive with the instance of E52 Time-Span that constitutes the interpretation of the terms of the time primitive as an extent in absolute, real time.
-The quantification allows several instances of E61 Time Primitive that are each expressed in different syntactic forms, to define the same instance of E52 Time-Span.
-
-
-
-
- at some place within
- This property describes the maximum spatial extent within which an instance of E53 Place falls. Since instances of E53 Places may not have precisely known spatial extents, the CIDOC CRM supports statements about maximum spatial extents of instances of E53 Place. This property allows an instance of E53 Place’s maximum spatial extent (i.e., its outer boundary) to be assigned an instance of E94 Space Primitive value.
-This property is a shortcut of the fully developed path from E53 Place, P89 falls within, E53 Place, P168 place is defined by to E94 Space Primitive through a declarative Place that is not explicitly documented, to a Space Primitive: declarative places are defined in CRMgeo (Doerr and Hiebel 2013).
-
-
-
-
- contains
- This property describes a minimum spatial extent which is contained within an instance of E53 Place. Since instances of E53 Place may not have precisely known spatial extents, the CIDOC CRM supports statements about minimum spatial extents of instances of E53 Place. This property allows an instance of E53 Places’s minimum spatial extent (i.e., its inner boundary or a point being within a Place) to be assigned an instance of E94 Space Primitive value.
-This property is a shortcut of the fully developed path from E53 Place, P89i contains, E53 Place, P168 place is defined by to E94 Space Primitive
-
-
-
-
- starts before or with the end of
- This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start ≤ B-end is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to the disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, met-by, overlaps, starts, started-by, contains, finishes, finished-by, equals, during, overlapped by}.
-This property is not transitive.
-
-Figure 8: Temporal entity A starts before or with the end of temporal entity B. Here A is longer than B
-
-Figure 9: Temporal entity A starts before or with the end of temporal entity B. Here A is shorter than B
-
-
-
-
-
- ends after or with the start of
-
-
-
-
-
- starts before the end of
- This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start < B-end is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, started-by, contains, finishes, finished-by, equals, during, overlapped by}
-Typically, this property is a consequence of a known influence of some event on another event or activity, such as a novel written by someone being continued by someone else, or the knowledge of a defeat on a distant battlefield causing people to end their ongoing activities. This property is not transitive. This property is irreflexive.
-
-Figure 10: Temporal entity A starts before the end of temporal entity B. Here A is longer than B
-
-Figure 11: Temporal entity A starts before the end of temporal entity B. Here A is shorter than B
-
-
-
-
-
-
- ends after the start of
-
-
-
-
-
-
- starts before or with the start of
- This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start ≤ B-start is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, started-by, contains, finished-by, equals}
-In a model with fuzzy borders, this property will not be transitive.
-This property is irreflexive.
-
-Figure 12: Temporal entity A starts before or with the start of temporal entity B. Here A is longer than B
-
-Figure 13: Temporal entity A starts before or with the start of temporal entity B. Here A is shorter than B
-
-
-
-
-
-
- starts after or with the start of
-
-
-
-
-
-
- starts before the start of
- This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start < B-start is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, contains, finished-by}. This property is transitive. This property is asymmetric.
-
-Figure 14: Temporal entity A starts before the start of temporal entity B. Here A is longer than B
-
-Figure 15: Temporal entity A starts before the start of temporal entity B. Here A is shorter than B
-
-
-
-
-
-
- starts after the start of
-
-
-
-
-
-
- assigned property of type
- This property associates an instance of E13 Attribute Assignment with the type of property or relation that this assignment maintains to hold between the item to which it assigns an attribute and the attribute itself. Note that the properties defined by the CIDOC CRM also constitute instances of E55 Type themselves. The direction of the assigned property of type is understood to be from the attributed item (the range of property P140 assigned attribute to) to the attribute item (the range of the property P141 assigned). More than one property type may be assigned to hold between two items.
-A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.
-
-
-
-
-
-
- is type of property assigned
-
-
-
-
-
-
- had sales price
- This property establishes the relationship between an instance of E96 Purchase and the instance of E97 Monetary Amount that forms the compensation for the transaction. The monetary amount agreed upon may change in the course of the purchase activity.
-
-
-
-
-
- was sales price of
-
-
-
-
-
- has currency
- This property establishes the relationship between an instance of E97 Monetary Amount and the instance of E98 Currency that it is measured in.
-
-
-
-
-
-
- was currency of
-
-
-
-
-
-
- ends before or with the start of
- This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end ≤ B-start is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets}.
-This property is transitive. This property is asymmetric.
-
-Figure 16: Temporal entity A ends before or with the start of temporal entity B. Here A is longer than B
-
-Figure 17: Temporal entity A ends before or with the start of temporal entity B. Here A is shorter than B
-
-
-
-
-
-
-
- starts after or with the end of
-
-
-
-
-
-
-
- ends before the start of
- This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end < B-start is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to the following Allen temporal relation (Allen, 1983) : {before}.
-This property is transitive. This property is asymmetric.
-
-Figure 18: Temporal entity A ends before the start of temporal entity B. Here A is longer than B
-
-Figure 19: Temporal entity A ends before the start of temporal entity B. Here A is shorter than B
-
-
-
-
-
-
- starts after the end of
-
-
-
-
-
-
- ends before or with the end of
- This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end ≤ B-end is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, finished by, start, equals, during, finishes}.
-This property is irreflexive
-
-Figure 20: Temporal entity A ends before or with the end of temporal entity B. Here A is longer than B
-
-Figure 21: Temporal entity A ends before or with the end of temporal entity B. Here A is shorter than B
-
-
-
-
-
-
- ends with or after the end of
-
-
-
-
-
-
- ends before the end of
- This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
-In other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end < B-end is true.
-This property is part of the set of temporal primitives P173 – P176, P182 – P185.
-This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, during}.
-This property is transitive. This property is asymmetric.
-
-Figure 22: Temporal entity A ends before the end of temporal entity B. Here A is longer than B
-
-Figure 23: Temporal entity A ends before the end of temporal entity B. Here A is shorter than B
-
-
-
-
-
-
- ends after the end of
-
-
-
-
-
-
- produced thing of product type
- This property associates an instance of E12 Production with the instance of E99 Production Type, that is, the type of the things it produces.
-
-
-
-
-
- is produced by
-
-
-
-
-
- has production plan
- This property associates an instance of E99 Product Type with an instance of E29 Design or Procedure that completely determines the production of instances of E18 Physical Thing. The resulting instances of E18 Physical Thing are considered exemplars of this instance of E99 Product Type when the process specified is correctly executed. Note that the respective instance of E29 Design or Procedure may not necessarily be fixed in a written/graphical form, and may require the use of tools or models unique to the product type. The same instance of E99 Product Type may be associated with several variant plans.
-
-
-
-
-
- is production plan for
-
-
-
-
-
- requires production tool
- This property associates an instance of E99 Product Type with an instance of E19 Physical Object that is needed for the production of an instance of E18 Physical Thing. When the process of production is correctly executed in accordance with the plan and using the specified instance of E19 Physical Object, the resulting instance of E18 Physical Thing is considered an exemplar of this instance of E99 Product Type. The instance of E19 Physical Object may bear distinct features that are transformed into characteristic features of the resulting instance of E18 Physical Thing. Examples include models and moulds.
-
-
-
-
-
- is production tool for
-
-
-
-
-
- approximates
- This property associates an instance of E53 Place with another instance of E53 Place, which is defined in the same reference space, and which is used to approximate the former. The property does not necessarily state the quality or accuracy of this approximation, but rather indicates the use of the first instance of place to approximate the second.
-In common documentation practice, find or encounter spots e.g., in archaeology, botany or zoology are often related to the closest village, river or other named place without detailing the relation, e.g., if it is located within the village or in a certain distance of the specified place. In this case the stated “phenomenal” place found in the documentation can be seen as approximation of the actual encounter spot without more specific knowledge.
-In more recent documentation often point coordinate information is provided that originates from GPS measurements or georeferencing from a map. This point coordinate information does not state the actual place of the encounter spot but tries to approximate it with a “declarative” place. The accuracy depends on the methodology used when creating the coordinates. It may be dependent on technical limitations like GPS accuracy but also on the method where the GPS location is taken in relation to the measured feature. If the methodology is known a maximum deviation from the measured point can be calculated and the encounter spot or feature may be related to the resulting circle using an instance of P171 at some place within.
-This property is not transitive. This property is reflexive.
-
-
-
-
-
- is approximated by
-
-
-
-
-
- has symbolic content
- This property associates an instance of E90 Symbolic Object with a complete, identifying representation of its content in the form of an instance of E62 String.
-This property only applies to instances of E90 Symbolic Object that can be represented completely in this form. The representation may be more specific than the symbolic level defining the identity condition of the represented. This depends on the type of the symbolic object represented. For instance, if a name has type "Modern Greek character sequence", it may be represented in a loss-free Latin transcription, meaning however the sequence of Greek letters.
-As another example, if the represented object has type "English words sequence", American English or British English spelling variants may be chosen to represent the English word "colour" without defining a different symbolic object. If a name has type "European traditional name", no particular string may define its content.
-
-
-
-
-
- had duration
- This property describes the length of time covered by an instance of E52 Time-Span. It allows an instance of E52 Time-Span to be associated with an instance of E54 Dimension representing duration independent from the actual beginning and end. Indeterminacy of the duration value can be expressed by assigning a numerical interval to the property P90 has value of E54 Dimension.
-
-
-
-
-
- was duration of
-
-
-
-
-
- was a presence of
- This property associates an instance of E93 Presence with the instance of E18 Physical Thing of which it represents a temporal restriction (i.e.: a time-slice) of the thing’s trajectory through spacetime. In other words, it describes where the instance of E18 Physical Thing was or moved around within a given time-span. Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.
-This property is a strong shortcut of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P166 was a presence of (had presence) to E93 Presence.
-
-
-
-
-
- had presence
-
-
-
-
-
- defines
- This property associates an instance of E18 Physical Thing with the instance of E92 Spacetime Volume that constitutes the complete trajectory of its geometric extent through spacetime for the whole time of the existence of the instance of E18 Physical Thing.
-An instance of E18 Physical Thing not only occupies a particular geometric space at each instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime, i.e., the instance of E92 Spacetime Volume this property associates it with. This real spatiotemporal extent of the instance of E18 Physical Thing is regarded as being unique, in all its details and fuzziness; the identity and existence of the E92 Spacetime Volume depends uniquely on the identity of the instance of E18 Physical Thing, whose existence defines it. It constitutes a phenomenal spacetime volume as defined in CRMgeo (Doerr & Hiebel, 2013).
-Included in this spacetime volume are both the spaces filled by the matter of the physical thing and any inner space that may exist, for instance the interior of a box. Physical things consisting of aggregations of physically unconnected objects, such as a set of chessmen, occupy a finite number of individually contiguous subsets of this spacetime volume equal to the number of objects that constitute the set and that are never connected during its existence.
-
-
-
-
-
- is defined by
-
-
-
-
-
- covered parts of
- This property associates an instance of E93 Presence with an instance of E53 Place that geometrically overlaps with the spatial projection of the respective instance of E93 Presence. A use case of this property is to state through which places an object or an instance of E21 Person has or was moved within a given time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span.
-This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P121 overlaps with, to E53 Place.
-
-
-
-
-
- was partially covered by
-
-
-
-
-
- holds or supports
- This property relates one instance of E18 Physical Thing which acts as a container or support to a supported or contained instance of E18 Physical Thing. Typical examples of E18 Physical Things which are intended to function as a container or support include shelves, folders or boxes. These containers or supports provide a stable surface which is intended for other physical objects to be placed upon for storage, display, transport or other similar functions.
-This property is a shortcut of the more fully developed path from E18 Physical Thing through P59 has section, E53 Place, P53i is former or current location of, to E18 Physical Thing. It is not a sub-property of P46 is composed of, as the held or supported object is not a component of the container or support.
-This property can be used to avoid explicitly instantiating the E53 Place which is defined by an instance of E18 Physical Thing, especially when the only intended use of that instance of E18 Physical Thing is to act as a container or surface for the storage of other instances of E18 Physical Thing. The place’s existence is defined by the existence of the container or surface, and will go out of existence at the same time as the destruction of the container or surface.
-This property is transitive. This property is asymmetric.
-
-
-
-
-
- is held or supported by
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+ RDFs Implementation (February 2024) of CIDOC-CRM 7.1.3
+ CIDOC CRM v7.1.3 implemented in RDFS
+
+This is the implementation approved by the 58th CRM-SIG meeting (March 2024)
+as the current RDFS version for the CIDOC CRM namespace.
+Note that this is NOT a definition of the CIDOC CRM, but a CIDOC CRM compatible implementation
+of an RDF Schema derived from the authoritative release of the CIDOC CRM v7.1.3 on February 2024
+https://cidoc-crm.org/Version/version-7.1.3 by an automated algorithm. It is intended for an
+assumed majority of uses. Depending on the application, users may create adequate extensions
+compatible with the logical definitions of the CIDOC CRM.
+
+Created by FORTH-ICS February 13, 2024
+CC BY 4.0 https://creativecommons.org/licenses/by/4.0/legalcode
+
+
+
+Encoding Rules:
+1. The RDF spelling rules do not allow blanks. Hence we have replaced them by underscores.
+ For instance "E63_Beginning_of_Existence" or "P2i_is_type_of".
+
+2. RDF does not allow to instantiate properties beginning from a range value.
+ Therefore, each CRM property is represented as two RDFS properties.
+ For instance "P2 has type (is type of)" is represented as:
+ "P2_has_type" for the domain to range direction and "P2i_is_type_of" for the range to domain direction.
+
+3. The primitive values "E60 Number", "E61 Time Primitive", "E62 String", "E94 Space Primitive" and
+ "E95 Spacetime Primitive" referred in the Model for formal completeness are interpreted as rdfs:literal.
+
+4. RDF does not support properties of properties, therefore, users may create their own
+ subProperties for CRM properties that have a type property such as "P3 has note":
+ Instead of P3 has note (P3-1 has type : parts description) declare
+ <rdf:Property rdf:about="P3_parts_description">
+ <rdfs:domain rdf:resource="E1_CRM_Entity"/>
+ <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
+ <rdfs:subPropertyOf rdf:resource="P3_has_note"/>
+ </rdf:Property>
+
+5. Scope notes are represented as <rdfs:comment> elements.
+
+6. In addition this encoding contains labels in languages different from English,
+ which are taken from translations of previous versions of the CIDOC CRM.
+
+7. Any other differences in labels, scope notes and semantic relationships of this encoding
+ to the authoritative definition of the CIDOC CRM v7.1.3 (February 2024) are not intended transfer errors.
+ FORTH appreciates your feed-back on such errors.
+
+8. CRM time extension 1.0 Encoded in RDFS (http://old.cidoc-crm.org/docs/How_to%20implement%20CRM_Time_in%20RDF.pdf)
+ Since the Time Primitive of the CRM can not directly be implemented in RDF Triple Stores, we define in this extension
+ of 4 properties replacing P81 and P82 adequately using xsd:dateTime.
+ Property P81 is dedicated for modeling the Time-Span's maximum known temporal extent i.e. ongoing_throughout.
+ Property P82 is for modeling the minimum outer bounds of events i.e. at_some_time_within.
+ P81 has its time interval redefined by P81a and P81b. Similarly, we redefine P82 by P82a and P82b.
+## RDFS Generation Policies
+
+### Sources
+
+Policies followed for the RDFS implementation of CIDOC v.7.1.3 were created w.r.t.:
+
+- Implementing the CIDOC Conceptual Reference Model in RDF (http://www.cidoc-crm.org/Resources/implementing-the-cidoc-conceptual-reference-model-in-rdf)
+- How to implement CRM Time in RDF (http://old.cidoc-crm.org/docs/How_to%20implement%20CRM_Time_in%20RDF.pdf)
+- CIDOC-CRM SIG feedback and the general guidelines:
+ - Each property is declared twice, forward and backwards, unless no inverse name is defined in parentheses, or domain or range is interpreted as literal
+ - All Primitive Values become rdfs:Literal
+ - All IsA declarations from/to and between Primitive values are ignored
+
+### Policies
+
+#### **A. CIDOC Classes implementation in RDFS**
+
+The CIDOC-CRM model defines classes, that in Triple Stores are typically implemented as primitive values. These classes are all subclasses of `E59 Primitive Value` and in RDFS they are interpreted as Literal. There are some classes in the CIDOC-CRM model that are both subclasses of `E59 Primitive Value` and E41 Appellation. So far we have followed the decision by CRM-SIG in "Issue 394: Solution for Dualism of E41 Appellation and rdfs:label" in 28-11-2018 wrt the question whether these classes should be implemented as rdfs:Class or still be interpreted as rdfs:Literal.
+
+In this version we have followed the following policy regarding CIDOC Classes implementation in RDFS:
+
+> A1. CIDOC Classes that are subClasses of `E59 Primitive Value` are interpreted as rdfs:Literal regardless of whether they are also subClasses of another Class.
+
+As a result, the following CIDOC classes were not defined in RDFS:
+
+- `E59 Primitive Value`
+- `E60 Number`
+- `E61 Time Primitive`
+- `E62 String`
+- `E94 Space Primitive`
+- `E95 Spacetime Primitive`
+
+Additionally, the following isA relationships were not defined in RDFS:
+
+- `E59 Primitive Value` `subClassOf` `E1 CRM Entity`
+- `E60 Number` `subClassOf` `E59 Primitive Value`
+- `E61 Time Primitive` `subClassOf` `E41 Appellation`
+- `E61 Time Primitive` `subClassOf` `E59 Primitive Value`
+- `E62 String` `subClassOf` `E59 Primitive Value`
+- `E94 Space Primitive` `subClassOf` `E41 Appellation`
+- `E94 Space Primitive` `subClassOf` `E59 Primitive Value`
+- `E95 Spacetime Primitive` `subClassOf` `E41 Appellation`
+- `E95 Spacetime Primitive` `subClassOf` `E59 Primitive Value`
+
+#### **B. CIDOC Properties implementation in RDFS**
+
+The decisions in policy A affect the implementation of CIDOC Properties in RDFS. A property cannot define an rdfs:Literal as rdfs:domain, and the backwards direction of a property with an rdfs:Literal as rdfs:range cannot be created for the exact same reason.
+
+Further, the property ranges defined as rdfs:Literal in this implementation do not inherit the properties of the superclasses defined in the CIDOC Model. A separate guideline will describe how to instantiate such properties if at all needed.
+
+Another aspect considered for the implementation of properties in RDFS is whether a distinct inverse property definition should be provided.
+
+In this version we followed the following policies regarding CIDOC Properties implementation in RDFS:
+
+> B1. CIDOC Property backwards/inverse direction is **not** defined, whenever no inverse name for the property has been specified in parentheses in the official CIDOC documentation and property domain is not equal with property range.
+
+As a result, the following properties do not define an inverse direction.
+
+- `E1 CRM Entity. P3 has note: E62 String`
+- `E19 Physical Object. P57 has number of parts: E60 Number`
+- `E52 Time-Span. P79 beginning is qualified by: E62 String`
+- `E52 Time-Span. P80 end is qualified by: E62 String`
+- `E52 Time-Span. P81 ongoing throughout: E61 Time Primitive`
+- `E52 Time-Span. P82 at some time within: E61 Time Primitive`
+- `E54 Dimension. P90 has value: E60 Number`
+- `E53 Place. P171 at some place within: E94 Space Primitive`
+- `E53 Place. P172 contains: E94 Space Primitive`
+- `E90 Symbolic Object. P190 has symbolic content: E62 String`
+
+> B2. CIDOC Property forward direction is **not** defined whenever property domain is interpreted as rdfs:Literal (A.1). Similarly, CIDOC Property backwards/inverse direction is **not** defined, whenever property range is interpreted as rdfs:Literal (A.1). Further, the instances of classes interpreted as rdfs:Literal, cannot express in RDFs their **inherited** properties that could be expressed according to CIDOC Model.
+
+As a result,
+
+a) The following **direct forward direction** CIDOC Properties **cannot** be expressed and are **not defined** in RDFS:
+
+- `E95 Spacetime Primitive. P169 defines spacetime volume (spacetime volume is defined by): E92 Spacetime Volume`
+- `E61 Time Primitive. P170 defines time (time is defined by): E52 Time-Span`
+
+b) The following **direct backwards direction** CIDOC Properties **cannot** be expressed and are **not defined** in RDFS:
+
+- `E94 Space Primitive. P168i defines place (place is defined by): E53 Place`
+
+> B3. Whenever no backwards/inverse property name is specified and property domain matches with property range, then the forward/direct property direction should be used for **both** directions and **no backwards/inverse property** needs to be defined.
+
+As a result, we did not implement a separate backwards/inverse direction for the following CIDOC Properties:
+
+- `E53 Place. P121 overlaps with: E53 Place`
+- `E53 Place. P122 borders with: E53 Place`
+- `E92 Spacetime Volume. P132 spatiotemporally overlaps with: E92 Spacetime Volume`
+- `E92 Spacetime Volume. P133 is spatiotemporally separated from: E92 Spacetime Volume`
+
+Additionally, all aforementioned redundant backwards/inverse CIDOC Property direction references, are replaced by the respective direct/forward CIDOC Property direction.
+
+- The hierarchical link of `P10i` subPropertyOf `P132i` was replaced with `P10i` subPropertyOf `P132`.
+
+#### **C. Labels and appellations**
+
+CIDOC-CRM version 7.1.3 defines the below subpropertyOf relations:
+
+- `P168 place is defined by` `subPropertyOf` `P1 is identified by`
+- `P169i spacetime volume is defined by` `subPropertyOf` `P1 is identified by`
+- `P170i time is defined by` `subPropertyOf` `P1 is identified by`
+
+The range of P168, P169i and P170i is `E94 Space Primitive`, `E95 Spacetime Primitive` and `E61 Time Primitive` respectively, which are all subclasses of `E41 Appellation` and interpreted as `rdfs:Literal` in RDFS, i.e. these three properties are datatype properties. However, the P1 property has range E41 Appellation, i.e. this property is an object property. Since OWL 2 distinguishes between object subproperties (https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#Object_Subproperties), data subproperties (https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#Data_Subproperties) and annotation subproperties (https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#Annotation_Subproperties), and also in OWL-DL the subject and object of a subproperty statement must be either both datatype properties or both object properties (see here (https://www.w3.org/TR/owl-ref/#subPropertyOf-def)), we do not include these three subPropertyOf relations in the provided RDFS implementation to avoid inconsistencies when reasoning with OWL 2 and OWL DL. Instead, we provide them in a separate ‘supplementary’ RDFS file which one can use if such inconsistencies are not expected.
+
+In addition, since in the current practice, the property `rdfs:label` is widely used to denote appellations (see CRM-SIG Issue 394 (http://cidoc-crm.org/Issue/ID-394-solution-for-dualism-of-e41-appellation-and-rdfslabel)), the following `subPropertyOf` relation was also included in the supplementary RDFS file:
+
+- `rdfs:label` subPropertyOf `P1 is identified by`
+
+Note that according to the RDF Schema 1.1 specification, the domain (or range) of a property does not necessarily need to be 'subClassOf' or 'equal' to the domain (or range) of its superproperties. By including this subproperty relation, one can either directly use `rdfs:label` for providing a non-URI identifier/appellation for an instance of `E1 CRM Entity`, or use `P1 is identified by` for associating an additional URI-identifier with an instance of `E1 CRM Entity`, or use `P1 is identified by` and create an intermediate node (i.e. a URI-identifier for instance of `E41_Appellation`) for providing more detailed information about this appellation.
+
+#### **D. Implementing Value Intervals**
+
+The following are property pairs needed to simulate the interval-valued primitive values foreseen by the CRM:
+
+> D1. addition of two new properties, defined as subproperties of `E52 Time-Span. P81 ongoing throughout: E61 Time Primitive`, for the 'maximum known temporal extent' boundaries specification of `E61 Time Primitive`.
+
+As a result, we have created the following property definitions:
+
+- `E52 Time-Span. P81a end of the begin: rdfs:Literal` (subPropertyOf `E52 Time-Span. P81 ongoing throughout: E61 Time Primitive`)
+- `E52 Time-Span. P81b begin of the end: rdfs:Literal` (subPropertyOf `E52 Time-Span. P81 ongoing throughout: E61 Time Primitive`)
+
+> D2. addition of two new properties, defined as subproperties of `E52 Time-Span. P82 at some time within: E61 Time Primitive`, for the 'minimum outer bounds' specification of `E61 Time Primitive`.
+
+Consequently, we have created the following property definitions:
+
+- `E52 Time-Span. P82a begin of the begin: rdfs:Literal` (subPropertyOf `E52 Time-Span. P82 at some time within: E61 Time Primitive`)
+- `E52 Time-Span. P82b end of the end: rdfs:Literal` (subPropertyOf `E52 Time-Span. P82 at some time within: E61 Time Primitive`)
+
+> D3. addition of two new properties, defined as subproperties of `E54 Dimension. P90 has value: E60 Number`, for the upper and lower boundaries specification of `E60 Number`.
+
+Consequently, we have created the following property definitions:
+
+- `E54 Dimension. P90a has lower value limit: rdfs:Literal` (subPropertyOf `E54 Dimension. P90 has value: E60 Number`)
+- `E54 Dimension. P90b has upper value limit: rdfs:Literal` (subPropertyOf `E54 Dimension. P90 has value: E60 Number`)
+
+#### **E. Multiple ISA custom declaration Classes**
+
+The following are declarations of frequently used multiple instantiations as classes with respective multiple IsA (so far only one):
+
+> E1. addition of a new class, defined as subClassOf `E41 Appellation` and `E33 Linguistic Object`, for all Appellations being regarded
+specific to or characteristic for a language group and being described indirectly via a URI.
+
+As a result, we have created the following class definition:
+
+- `E33_E41_Linguistic_Appellation` subClass of `E33_Linguistic_Object` and `E41_Appellation`
+
+#### **F. Translations and Scope notes**
+
+> F1. **Translations** Each RDFS Class or Property definition is accompanied by a set of translations expressed as rdfs:labels separated by xml:lang tags. The translation label used for each language is **the most recent** still **valid** translation. Still valid translation may be interpreted in the following ways:
+
+- The English label of the `CurrentVersion` that the current RDFS file is referring to is *almost equal* (accepting only differences regarding multiple spaces) to the English label of the `TranslationVersion` that the translated label was created for. For example, in order to accept a translation for `E22 Human-Made Object` in the CurrentVersion (7.1.3) we should have a translation for E22 that was created based on a CIDOC version that used the same name for E22. The class name of E22 was changed from `E22 Man-Made Object` to `E22 Human-Made Object` in version 6.2.7. So the only **valid** translations would be these that were created based on version 6.2.7 or later. Currently no such translation has been created, so `E22 Human-Made Object` in CurrentVersion (7.1.3) does not define any translation in the RDFS file.
+
+- Another option is to qualify translations as **valid** based on the scope note comparison of `CurrentVersion` and `TranslationVersion`. Since scope notes include formatting information, the comparison should ignore formatting changes.
+
+Currently in this version we follow the option to qualify translations as valid based on the comparison of the respective labels in the corresponding CIDOC versions.
+
+> F2. **Scope notes** are defined as rdfs:comment and include only the text of the official CIDOC-CRM version in English language. Since scope notes are not just simple texts but include formatting data, a simple removal of the formatting data does not always produce a readable format. Therefore we followed the below simple conventions for the transformation of CIDOC-CRM scope note text into a readable rdfs:comment:
+
+- Each Paragraph defines a new line
+- Each element in an unordered list defines a new line
+- Each element in an ordered list defines a new line prefixed with `'{order}. '`
+- Each superscript text is separated from its base with `'-'`
+- Each subscript text is separated from its base with `'_'` (none found)
+
+> F3. **Scope notes of Inverse Properties**. Scope notes for the inverse/backwards direction of properties are not defined as they are covered by the definition of the direct/forward direction definition. Whenever the direct/forward property direction of a property `Pxxx` is not defined due to policy **B1**, then its scope note is used as scope note for the inverse/backwards property `Pxxxi`, and labeled as `Scope note for 'Pxxx':`.
+
+As a result, the direct/forward property definition was used for the rdfs:comment definition of
+
+- `E92 Spacetime Volume. P169i spacetime volume is defined by: rdfs:Literal`
+- `E52 Time-Span. P170i time is defined by: rdfs:Literal`
+
+
+
+
+ CRM Entity
+ CRM Entität
+ Οντότητα CIDOC CRM
+ Entité CRM
+ Entidade CRM
+ CRM Сущность
+ CRM实体
+ This class comprises all things in the universe of discourse of the CIDOC Conceptual Reference Model.
+It is an abstract concept providing for three general properties:
+Identification by name or appellation, and in particular by a preferred identifier
+Classification by type, allowing further refinement of the specific subclass to which an instance belongs
+Attachment of free text and other unstructured data for the expression of anything not captured by formal properties
+All other classes within the CIDOC CRM are directly or indirectly specialisations of E1 CRM Entity.
+
+
+ Temporal Entity
+ Geschehendes
+ Έγχρονη Οντότητα
+ Entité temporelle
+ Entidade Temporal
+ Врeмeнная Сущность
+ 时序实体
+ This class comprises all phenomena, such as the instances of E4 Periods and E5 Events, which happen over a limited extent in time. This extent in time must be contiguous, i.e., without gaps. In case the defining kinds of phenomena for an instance of E2 Temporal Entity cease to happen, and occur later again at another time, we regard that the former instance of E2 Temporal Entity has ended and a new instance has come into existence. In more intuitive terms, the same event cannot happen twice.
+In some contexts, such phenomena are also called perdurants. This class is disjoint from E77 Persistent Item and is an abstract class that typically has no direct instances. E2 Temporal Entity is specialized into E4 Period, which applies to a particular geographic area (defined with a greater or lesser degree of precision), and E3 Condition State, which applies to instances of E18 Physical Thing.
+
+
+
+ Condition State
+ Zustandsphase
+ Κατάσταση
+ État matériel
+ Estado Material
+ Состояниe
+ 条件状态
+ This class comprises the states of objects characterised by a certain condition over a time-span.
+An instance of this class describes the prevailing physical condition of any material object or feature during a specific instance of E52 Time-Span. In general, the time-span for which a certain condition can be asserted may be shorter than the real time-span, for which this condition held.
+The nature of that condition can be described using P2 has type. For example, the instance of E3 Condition State “condition of the SS Great Britain between 22-nd September 1846 and 27-th August 1847” can be characterized as an instance “wrecked” of E55 Type.
+
+
+
+ Period
+ Phase
+ Περίοδος
+ Période
+ Período
+ Пeриод
+ 时期
+ This class comprises sets of coherent phenomena or cultural manifestations occurring in time and space.
+It is the social or physical coherence of these phenomena that identify an instance of E4 Period and not the associated spatiotemporal extent. This extent is only the “ground” or space in an abstract physical sense that the actual process of growth, spread and retreat has covered. Consequently, different periods can overlap and coexist in time and space, such as when a nomadic culture exists in the same area and time as a sedentary culture. This also means that overlapping land use rights, common among first nations, amounts to overlapping periods.
+Often, this class is used to describe prehistoric or historic periods such as the “Neolithic Period”, the “Ming Dynasty” or the “McCarthy Era”, but also geopolitical units and activities of settlements are regarded as special cases of E4 Period. However, there are no assumptions about the scale of the associated phenomena. In particular all events are seen as synthetic processes consisting of coherent phenomena. Therefore, E4 Period is a superclass of E5 Event. For example, a modern clinical birth, an instance of E67 Birth, can be seen as both a single event, i.e. an instance of E5 Event, and as an extended period, i.e. an instance of E4 Period, that consists of multiple physical processes and complementary activities performed by multiple instances of E39 Actor.
+E4 Period is a subclass of E2 Temporal Entity and of E92 Spacetime Volume. The latter is intended as a phenomenal spacetime volume as defined in CIDOC CRMgeo (Doerr & Hiebel, 2013). By virtue of this multiple inheritance, it is possible to discuss the physical extent of an instance of E4 Period without representing each instance of it together with an instance of its associated spacetime volume. This model combines two quite different kinds of substance: an instance of E4 Period is a phenomenon while an instance of E92 Spacetime Volume is an aggregation of points in spacetime. However, the real spatiotemporal extent of an instance of E4 Period is regarded to be unique to it due to all its details and fuzziness; its identity and existence depends uniquely on the identity of the instance of E4 Period. Therefore, this multiple inheritance is unambiguous and effective and furthermore corresponds to the intuitions of natural language.
+Typical use of this class in cultural heritage documentation is for documenting cultural and artistic periods. There are two different conceptualisations of ‘artistic style’, defined either by physical features or by historical context. For example, “Impressionism” can be viewed as a period in the European sphere of influence lasting from approximately 1870 to 1905 during which paintings with particular characteristics were produced by a group of artists that included (among others) Monet, Renoir, Pissarro, Sisley and Degas. Alternatively, it can be regarded as a style applicable to all paintings sharing the characteristics of the works produced by the Impressionist painters, regardless of historical context. The first interpretation is an instance of E4 Period, and the second defines morphological object types that fall under E55 Type.
+A geopolitical unit as a specific case of an instance of E4 Period is the set of activities and phenomena related to the claim of power, the consequences of belonging to a jurisdictional area and an administrative system that establishes a geopolitical unit. Examples from the modern period are countries or administrative areas of countries such as districts whose actions and structures define activities and phenomena in the area that they intend to govern. The borders of geopolitical units are often defined in contracts or treaties although they may deviate from the actual practice. The spatiotemporal properties of Geopolitical units can be modelled through the properties inherited from E92 Spacetime Volume.
+Another specific case of an instance of E4 Period is the actual extent of the set of activities and phenomena as evidenced by their physical traces that define a settlement, such as the populated period of Nineveh.
+
+
+
+
+ Event
+ Ereignis
+ Συμβάν
+ Évènement
+ Evento
+ Событиe
+ 事件
+ This class comprises distinct, delimited and coherent processes and interactions of a material nature, in cultural, social or physical systems, involving and affecting instances of E77 Persistent Item in a way characteristic of the kind of process. Typical examples are meetings, births, deaths, actions of decision taking, making or inventing things, but also more complex and extended ones such as conferences, elections, building of a castle, or battles.
+While the continuous growth of a tree lacks the limits characteristic of an event, its germination from a seed does qualify as an event. Similarly, the blowing of the wind lacks the distinctness and limits of an event, but a hurricane, flood or earthquake would qualify as an event. Mental processes are considered as events, in cases where they are connected with the material externalization of their results; for example, the creation of a poem, a performance or a change of intention that becomes obvious from subsequent actions or declarations.
+The effects of an instance of E5 Event may not lead to relevant permanent changes of properties or relations of the items involved in it, for example an unrecorded performance. Of course, in order to be documented, some kind of evidence for an event must exist, be it witnesses, traces or products of the event.
+While instances of E4 Period always require some form of coherence between its constituent phenomena, in addition, the essential constituents of instances of E5 Event should contribute to an overall effect; for example, the statements made during a meeting and the listening of the audience.
+Viewed at a coarse level of detail, an instance of E5 Event may appear as if it had an ‘instantaneous’ overall effect, but any process or interaction of material nature in reality have an extent in time and space. At a fine level, instances of E5 Event may be analysed into component phenomena and phases within a space and timeframe, and as such can be seen as a period, regardless of the size of the phenomena. The reverse is not necessarily the case: not all instances of E4 Period give rise to a noteworthy overall effect and are thus not instances of E5 Event.
+
+
+
+ Destruction
+ Zerstörung
+ Καταστροφή
+ Destruction
+ Destruição
+ Разрушeниe
+ 破坏
+ This class comprises events that destroy one or more instances of E18 Physical Thing, such that they lose their identity as the subjects of documentation.
+Some destruction events are intentional, while others are independent of human activity. Intentional destruction can be documented by classifying the event as both an instance of E6 Destruction and of E7 Activity.
+The decision to document an object as destroyed, transformed, or modified is context-sensitive:
+1. If the matter remaining from the destruction is not documented, the event is modelled solely as an instance of E6 Destruction.
+2. An event should also be documented using E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the original. In this case, the new items have separate identities. Matter is preserved, but identity is not.
+3. When the initial identity of the changed instance of E18 Physical Thing is preserved, the event should be documented as an instance of E11 Modification.
+
+
+
+ Activity
+ Handlung
+ Δράση
+ Activité
+ Atividade
+ Дeятeльность
+ 活动
+ This class comprises actions intentionally carried out by instances of E39 Actor that result in changes of state in the cultural, social, or physical systems documented.
+This notion includes complex, composite, and long-lasting actions such as the building of a settlement or a war, as well as simple, short-lived actions such as the opening of a door.
+
+
+
+ Acquisition
+ Erwerb
+ Απόκτηση
+ Acquisition
+ Aquisição
+ Поступлeниe
+ 采访
+ This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more other instances of E39 Actor.
+The class also applies to the establishment or loss of ownership of instances of E18 Physical Thing. It does not, however, imply changes of any other kinds of rights. The recording of the donor and/or recipient is optional. It is possible that in an instance of E8 Acquisition there is either no donor or no recipient. Depending on the circumstances, it may describe:
+1. the beginning of ownership
+2. the end of ownership
+3. the transfer of ownership
+4. the acquisition from an unknown source
+5. the loss of title due to destruction of the item
+It may also describe events where a collector appropriates legal title, for example, by annexation or field collection. The interpretation of the museum notion of “accession” differs between institutions. The CIDOC CRM therefore models legal ownership (E8 Acquisition) and physical custody (E10 Transfer of Custody) separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.
+
+
+
+ Move
+ Objektbewegung
+ Μετακίνηση
+ Déplacement
+ Locomoção
+ Пeрeмeщeниe
+ 移动
+ This class comprises changes of the physical location of the instances of E19 Physical Object.
+Note, that the class E9 Move inherits the property P7 took place at (witnessed): E53 Place. This property should be used to describe the trajectory or a larger area within which a move takes place, whereas the properties P26 moved to (was destination of), P27 moved from (was origin of) describe the start and end points only. Moves may also be documented to consist of other moves (via P9 consists of (forms part of)), in order to describe intermediate stages on a trajectory. In that case, start and end points of the partial moves should match appropriately between each other and with the overall event.
+
+
+
+ Transfer of Custody
+ Übertragung des Gewahrsams
+ Μεταβίβαση Κατοχής
+ Transfert de la garde
+ Transferência de Custódia
+ Пeрeдача Хранeния
+ 转移监护权
+ This class comprises transfers of the physical custody or the legal responsibility for the physical custody of objects. The recording of the donor or recipient is optional. It is possible that in an instance of E10 Transfer of Custody there is either no donor or no recipient.
+Depending on the circumstances, it may describe:
+1. the beginning of custody (there is no previous custodian)
+2. the end of custody (there is no subsequent custodian)
+3. the transfer of custody (transfer from one custodian to the next)
+4. the receipt of custody from an unknown source (the previous custodian is unknown)
+5. the declared loss of an object (the current or subsequent custodian is unknown)
+In the event that only a single kind of transfer of custody occurs, either the legal responsibility for the custody or the actual physical possession of the object but not both, this difference should be expressed using the property P2 has type (is type of).
+The sense of physical possession requires that the object of custody be in the hands of the keeper at least with a part representative for the whole. The way, in which a representative part is defined, should ensure that it is unambiguous who keeps a part and who the whole and should be consistent with the identity criteria of the kept instance of E18 Physical Thing.
+The interpretation of the museum notion of "accession" differs between institutions. The CIDOC CRM therefore models legal ownership and physical custody separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.
+Theft is a specific case of illegal transfer of custody.
+
+
+
+ Modification
+ Bearbeitung
+ Τροποποίηση
+ Modification
+ Modificação
+ Измeнeниe
+ 修改
+ This class comprises instances of E7 Activity that are undertaken to create, alter or change instances of E24 Physical Human-Made Thing.
+This class includes the production of an item from raw materials and other so far undocumented objects. It also includes the conservation treatment of an object.
+Since the distinction between modification and production is not always clear, modification is regarded as the more generally applicable concept. This implies that some items may be consumed or destroyed in an instance of E11 Modification, and that others may be produced as a result of it. An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities.
+An activity undertaken on an object which was designed to alter it, but which, in fact, it did not in any seemingly significant way (such as the application of a solvent during conservation which failed to dissolve any part of the object), is still considered as an instance of E11 Modification. Typically, any such activity will leave at least forensic traces of evidence on the object.
+If the instance of E29 Design or Procedure utilized for the modification prescribes the use of specific materials, they should be documented using property P68 foresees use of (use foreseen by): E57 Material of E29 Design or Procedure, rather than via P126 employed (was employed in): E57 Material.
+
+
+
+ Production
+ Herstellung
+ Παραγωγή
+ Production
+ Produção
+ Изготовлeниe
+ 生产
+ This class comprises activities that are designed to, and succeed in, creating one or more new items.
+It specializes the notion of modification into production. The decision as to whether or not an object is regarded as new is context sensitive. Normally, items are considered “new” if there is no obvious overall similarity between them and the consumed items and material used in their production. In other cases, an item is considered “new” because it becomes relevant to documentation by a modification. For example, the scribbling of a name on a potsherd may make it a voting token. The original potsherd may not be worth documenting, in contrast to the inscribed one.
+This entity can be collective: the printing of a thousand books, for example, would normally be considered a single event.
+An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities and matter is preserved, but identity is not.
+
+
+
+
+ Attribute Assignment
+ Merkmalszuweisung
+ Απόδοση Ιδιοτήτων
+ Assignation d’attribut
+ Atribuição de Característica
+ Назначeниe Атрибута
+ 属性赋值
+ This class comprises the actions of making assertions about one property of an object or any single relation between two items or concepts. The type of the property asserted to hold between two items or concepts can be described by the property P177 assigned property of type (is type of property assigned): E55 Type.
+For example, the class describes the actions of people making propositions and statements during certain scientific/scholarly procedures, e.g. the person and date when a condition statement was made, an identifier was assigned, the museum object was measured, etc. Which kinds of such assignments and statements need to be documented explicitly in structures of a schema rather than free text, depends on whether this information should be accessible by structured queries.
+This class allows for the documentation of how the respective assignment came about, and whose opinion it was. Note that all instances of properties described in a knowledge base are the opinion of someone. Per default, they are the opinion of the team maintaining the knowledge base. This fact must not individually be registered for all instances of properties provided by the maintaining team, because it would result in an endless recursion of whose opinion was the description of an opinion. Therefore, the use of instances of E13 Attribute Assignment marks the fact that the maintaining team is in general neutral to the validity of the respective assertion, but registers someone else’s opinion and how it came about.
+All properties assigned in such an action can also be seen as directly relating the respective pair of items or concepts. Multiple use of instances of E13 Attribute Assignment may possibly lead to a collection of contradictory values.
+
+
+
+ Condition Assessment
+ Zustandsfeststellung
+ Εκτίμηση Κατάστασης
+ Évaluation d’état matériel
+ Avaliação do Estado Material
+ Оцeнка Состояния
+ 状态评估
+ This class describes the act of assessing the state of preservation of an object during a particular period.
+The condition assessment may be carried out by inspection, measurement, or through historical research. This class is used to document circumstances of the respective assessment that is relevant to interpret its quality at a later stage, or to continue research on related documents.
+
+
+
+ Identifier Assignment
+ Kennzeichenzuweisung
+ Απόδοση Αναγνωριστικού
+ Assignation d’identifiant
+ Atribuição de Identificador
+ Назначeниe Идeнтификатора
+ 标识符赋值
+ This class comprises activities that result in the allocation of an identifier to an instance of E1 CRM Entity. An instance of E15 Identifier Assignment may include the creation of the identifier from multiple constituents, which themselves may be instances of E41 Appellation. The syntax and kinds of constituents to be used may be declared in a rule constituting an instance of E29 Design or Procedure.
+Examples of such identifiers include Find Numbers, Inventory Numbers, uniform titles in the sense of librarianship and Digital Object Identifiers (DOI). Documenting the act of identifier assignment and deassignment is especially useful when objects change custody or the identification system of an organization is changed. In order to keep track of the identity of things in such cases, it is important to document by whom, when, and for what purpose an identifier is assigned to an item.
+The fact that an identifier is a preferred one for an organisation can be expressed by using the property E1 CRM Entity. P48 has preferred identifier (is preferred identifier of): E42 Identifier. It can better be expressed in a context independent form by assigning a suitable E55 Type, such as “preferred identifier assignment”, to the respective instance of E15 Identifier Assignment through the P2 has type (is type of) property.
+
+
+
+ Measurement
+ Messung
+ Μέτρηση
+ Mesurage
+ Medição
+ Измeрeниe
+ 测量
+ This class comprises actions measuring physical properties and other values that can be determined by a systematic, objective procedure of direct observation of particular states of physical reality.
+An instance of E16 Measurement may use simple counting or tools, such as yardsticks or radiation detection devices. The interest is in the method and care applied, so that the reliability of the result may be judged at a later stage, or research continued on the associated documents. The date of the event is important for dimensions, which may change value over time, such as the length of an object subject to shrinkage. Methods and devices employed should be associated with instances of E16 Measurement by properties such as P33 used specific technique: E29 Design or Procedure, P125 used object of type: E55 Type, P16 used specific object (was used for): E70 Thing, whereas basic techniques such as "carbon-14 dating" should be encoded using P2 has type (is type of): E55 Type. Details of methods and devices reused or reusable in other instances of E16 Measurement should be documented for these entities rather than the measurements themselves, whereas details of particular execution may be documented by free text or by instantiating adequate sub-activities, if the detail may be of interest for an overarching query.
+Regardless whether a measurement is made by an instrument or by human senses, it represents the initial transition from physical reality to information without any other documented information object in between within the reasoning chain that would represent the result of the interaction of the observer or device with reality. Therefore, determining properties of an instance of E90 Symbolic Object is regarded as an instance of E13 Attribute Assignment, which may be inferred from observing and measuring representative carriers. In the case that the carrier can be named, the property P16 used specific object (was used for) should be used to indicate the instance(s) of E18 Physical Thing that was used as the empirical basis for the attribute assignment. For instance, inferring properties of depicted items using image material, such as satellite images, is not regarded as an instance of E16 Measurement, but as a subsequent instance of E13 Attribute Assignment. Rather, only the production of the images, understood as arrays of radiation intensities, is regarded as an instance of E16 Measurement. The same reasoning holds for other sensor data.
+
+
+
+ Type Assignment
+ Typuszuweisung
+ Απόδοση Τύπου
+ Assignation de type
+ Atribuição de Tipo
+ Назначeниe Типа
+ 类型赋值
+ This class comprises the actions of classifying items of whatever kind. Such items include objects, specimens, people, actions, and concepts.
+This class allows for the documentation of the context of classification acts in cases where the value of the classification depends on the personal opinion of the classifier, and the date that the classification was made. This class also encompasses the notion of “determination,” i.e. the systematic and molecular identification of a specimen in biology.
+
+
+
+ Physical Thing
+ Materielles
+ Υλικό Πράγμα
+ Chose matérielle
+ Coisa Material
+ Матeриальный Прeдмeт
+ 实物
+ This class comprises all persistent physical items with a relatively stable form, human-made or natural.
+Depending on the existence of natural boundaries of such things, the CIDOC CRM distinguishes the instances of E19 Physical Object from instances of E26 Physical Feature, such as holes, rivers, pieces of land, etc. Most instances of E19 Physical Object can be moved (if not too heavy), whereas features are integral to the surrounding matter.
+An instance of E18 Physical Thing occupies not only a particular geometric space at any instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces, such as the interior of a box. For the purpose of more detailed descriptions of the presence of an instance of E18 Physical Thing in space and time it can be associated with its specific instance of E92 Spacetime Volume by the property P196 defines (is defined by).
+The CIDOC CRM is generally not concerned with amounts of matter in fluid or gaseous states, as long as they are not confined in an identifiable way for an identifiable minimal time-span.
+
+
+
+ Physical Object
+ Materieller Gegenstand
+ Υλικό Αντικείμενο
+ Objet matériel
+ Objeto Material
+ Матeриальный Объeкт
+ 物质对象
+ This class comprises items of a material nature that are units for documentation and have physical boundaries that separate them completely in an objective way from other objects.
+The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen. Typically, instances of E19 Physical Object can be moved (if not too heavy).
+In some contexts, such objects, except for aggregates, are also called “bona fide objects”, i.e. naturally defined objects (Smith & Varzi, 2000).
+The decision as to what is documented as a complete item, rather than by its parts or components, may be purely administrative or may be a result of the order in which the item was acquired.
+
+
+
+ Biological Object
+ Biologischer Gegenstand
+ Βιολογικό Ακτικείμενο
+ Objet biologique
+ Objeto Biológico
+ Биологичeский Объeкт
+ 生物对象
+ This class comprises individual items of a material nature, which live, have lived, or are natural products of or from living organisms.
+Artificial objects that incorporate biological elements, such as Victorian butterfly frames, can be documented as both instances of E20 Biological Object and E22 Human-Made Object.
+
+
+
+ Person
+ Person
+ Πρόσωπο
+ Personne
+ Pessoa
+ Личность
+ 人物
+ This class comprises real persons who live or are assumed to have lived.
+Legendary figures that may have existed, such as Ulysses and King Arthur, fall into this class if the documentation refers to them as historical figures. In cases where doubt exists as to whether several persons are in fact identical, multiple instances can be created and linked to indicate their relationship. The CIDOC CRM does not propose a specific form to support reasoning about possible identity.
+In a bibliographic context, a name presented following the conventions usually employed for personal names will be assumed to correspond to an actual real person (an instance of E21 Person), unless evidence is available to indicate that this is not the case. The fact that a persona may erroneously be classified as an instance of E21 Person does not imply that the concept comprises personae.
+
+
+
+
+ Human-Made Object
+ Objet élaboré par l’humain
+ Рукотворный Объeкт
+ This class comprises all persistent physical objects of any size that are purposely created by human activity and have physical boundaries that separate them completely in an objective way from other objects.
+The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen.
+
+
+
+
+ Physical Human-Made Thing
+ Chose matérielle élaborée par l’humain
+ Матeриальный Рукотворный Объeкт
+ This class comprises all persistent physical items of any size that are purposely created by human activity. This class comprises, besides others, human-made objects, such as a sword, and human-made features, such as rock art. For example, a “cup and ring” carving on bedrock is regarded as instance of E24 Physical Human-Made Thing.
+Instances of E24 Physical Human-Made Thing may be the result of modifying pre-existing physical things, preserving larger parts or most of the original matter and structure, which poses the question if they are new or even human-made, the respective interventions of production made on such original material should be obvious and sufficient to regard that the product has a new, distinct identity and intended function and is human-made. Substantial continuity of the previous matter and structure in the new product can be documented by describing the production process also as an instance of E81 Transformation.
+Whereas interventions of conservation and repair are not regarded to produce a new instance of E24 Physical Human-Made Thing, the results of preparation of natural history specimens that substantially change their natural or original state should be regarded as instances of E24 Physical Human-Made Things, including the uncovering of petrified biological features from a solid piece of stone. On the other side, scribbling a museum number on a natural object should not be regarded to make it human-made. This notwithstanding, parts, sections, segments, or features of an instance of E24 Physical Human-Made Thing may continue to be non-human-made and preserved during the production process, for example natural pearls used as a part of an eardrop.
+
+
+
+
+ Human-Made Feature
+ Caractéristique élaborée par l'humain
+ Искусствeнный Признак
+ This class comprises physical features that are purposely created by human activity, such as scratches, artificial caves, artificial water channels, etc. In particular, it includes the information encoding features on mechanical or digital carriers.
+
+
+
+
+ Physical Feature
+ Materielles Merkmal
+ Υλικό Μόρφωμα
+ Caractéristique physique
+ Característica Material
+ Физичeский Признак
+ 物理特征
+ This class comprises identifiable features that are physically attached in an integral way to particular physical objects.
+Instances of E26 Physical Feature share many of the attributes of instances of E19 Physical Object. They may have a one-dimensional, two-dimensional, or three-dimensional geometric extent, but there are no natural borders that separate them completely in an objective way from the carrier objects. For example, a doorway is a feature but the door itself, being attached by hinges, is not.
+Instances of E26 Physical Feature can be features in a narrower sense, such as scratches, holes, reliefs, surface colours, reflection zones in an opal crystal or a density change in a piece of wood. In the wider sense, they are portions of particular objects with partially imaginary borders, such as the core of the Earth, an area of property on the surface of the Earth, a landscape or the head of a contiguous marble statue. They can be measured and dated, and it is sometimes possible to state who or what is or was responsible for them. They cannot be separated from the carrier object, but a segment of the carrier object may be identified (or sometimes removed) carrying the complete feature.
+This definition coincides with the definition of “fiat objects”, with the exception of aggregates of “bona fide objects” (Smith & Varzi, 2000).
+
+
+
+ Site
+ Gelände
+ Φυσικός Χώρος
+ Site
+ Lugar
+ Мeстоположeниe
+ 场地
+ This class comprises pieces of land or sea floor.
+In contrast to the purely geometric notion of E53 Place, this class describes constellations of matter on the surface of the Earth or other celestial body, which can be represented by photographs, paintings, and maps.
+Instances of E27 Site are composed of relatively immobile material items and features in a particular configuration at a particular location.
+
+
+
+ Conceptual Object
+ Begrifflicher Gegenstand
+ Νοητικό Αντικείμενο
+ Objet conceptuel
+ Objeto Conceitual
+ Концeптуальный Объeкт
+ 概念对象
+ This class comprises non-material products of our minds and other human produced data that have become objects of a discourse about their identity, circumstances of creation, or historical implication. The production of such information might have been supported by the use of technical devices such as cameras or computers.
+Characteristically, instances of this class are created, invented or thought by someone, and then may be documented or communicated between persons. Instances of E28 Conceptual Object have the ability to exist on more than one particular carrier at the same time, such as paper, electronic signals, marks, audio media, paintings, photos, human memories, etc.
+They cannot be destroyed. They exist as long as they can be found on at least one carrier or in at least one human memory. Their existence ends when the last carrier and the last memory are lost.
+
+
+
+ Design or Procedure
+ Entwurf oder Verfahren
+ Σχέδιο
+ Conceptualisation ou procédure
+ Projeto ou Procedimento
+ Проeкт или Процeдура
+ 设计或程序
+ This class comprises documented plans for the execution of actions in order to achieve a result of a specific quality, form, or contents. In particular, it comprises plans for deliberate human activities that may result in new instances of E71 Human-Made Thing or for shaping or guiding the execution of an instance of E7 Activity.
+Instances of E29 Design or Procedure can be structured in parts and sequences or depend on others.
+This is modelled using P69 has association with (is associated with): E29 Design or Procedure.
+Designs or procedures can be seen as one of the following:
+1. A schema for the activities it describes
+2. A schema of the products that result from their application
+3. An independent intellectual product that may have never been applied, such as Leonardo da Vinci’s famous plans for flying machines
+Because designs or procedures may never be applied or only partially executed, the CIDOC CRM models a loose relationship between the plan and the respective product.
+
+
+
+ Right
+ Recht
+ Δικαίωμα
+ Droit
+ Direitos
+ Право
+ 权限
+ This class comprises legal privileges concerning material and immaterial things or their derivatives.
+These include reproduction and property rights.
+
+
+
+ Document
+ Dokument
+ Τεκμήριο
+ Document
+ Documento
+ Докумeнт
+ 文献
+ This class comprises identifiable immaterial items that make propositions about reality.
+These propositions may be expressed in text, graphics, images, audiograms, videograms, or by other similar means. Documentation databases are regarded as instances of E31 Document. This class should not be confused with the concept “document” in Information Technology, which is compatible with E73 Information Object.
+
+
+
+ Authority Document
+ Referenzdokument
+ Πηγή Καθιερωμένων Όρων
+ Document de référence
+ Documento de Referência
+ Официальный Докумeнт
+ 规范文档
+ This class comprises encyclopaedia, thesauri, authority lists and other documents that define terminology or conceptual systems for consistent use.
+
+
+
+ Linguistic Object
+ Sprachlicher Gegenstand
+ Γλωσσικό Αντικείμενο
+ Objet linguistique
+ Objeto Lingüístico
+ Лингвистичeский Объeкт
+ 语言对象
+ This class comprises identifiable expressions in natural language or languages.
+Instances of E33 Linguistic Object can be expressed in many ways: e.g. as written texts, recorded speech, or sign language. However, the CIDOC CRM treats instances of E33 Linguistic Object independently from the medium or method by which they are expressed. Expressions in formal languages, such as computer code or mathematical formulae, are not treated as instances of E33 Linguistic Object by the CIDOC CRM. These should be modelled as instances of E73 Information Object.
+In general, an instance of E33 Linguistic Object may also contain non-linguistic information, often of artistic or aesthetic value. Only in cases in which the content of an instance of E33 Linguistic Object can completely be expressed by a series of binary-encoded symbols, its content may be documented within a respective knowledge base by the property P190 has symbolic content: E62 String. Otherwise, it should be understood as an identifiable digital resource only available independently from the respective knowledge base.
+In other cases, such as pages of an illuminated manuscript or recordings containing speech in a language supported by a writing system, the linguistic part of the content of an instance of E33 Linguistic Object may be documented within a respective knowledge base in a note by P3 has note: E62 String. Otherwise, it may be described using the property P165 incorporates (is incorporated in): E73 Information Object as a different object with its own identity.
+
+
+
+ Linguistic Appellation
+
+
+
+
+ Inscription
+ Inschrift
+ Επιγραφή
+ Inscription
+ Inscrição
+ Надпись
+ 题识
+ This class comprises recognisable texts that can be attached to instances of E24 Physical Human-Made Thing.
+The transcription of the text can be documented in a note by P3 has note: E62 String. The alphabet used can be documented by P2 has type: E55 Type. This class is not intended to describe the idiosyncratic characteristics of an individual physical embodiment of an inscription, but the underlying prototype. The physical embodiment is modelled in the CIDOC CRM as instances of E24 Physical Human-Made Thing.
+The relationship of a physical copy of a book to the text it contains is modelled using E18 Physical Thing. P128 carries (is carried by): E33 Linguistic Object.
+
+
+
+
+ Title
+ Titel
+ Τίτλος
+ Titre
+ Título
+ Названиe
+ 题名
+ This class comprises the textual strings that within a cultural context can be clearly identified as titles due to their form. Being a subclass of E41 Appellation, E35 Title can only be used when such a string is actually used as a title of a work, such as a text, an artwork, or a piece of music.
+Titles are proper noun phrases or verbal phrases, and should not be confused with generic object names such as “chair”, “painting”, or “book” (the latter are common nouns that stand for instances of E55 Type). Titles may be assigned by the creator of the work itself, or by a social group.
+This class also comprises the translations of titles that are used as surrogates for the original titles in different social contexts.
+
+
+
+
+ Visual Item
+ Bildliches
+ Οπτικό Στοιχείο
+ Entité visuelle
+ Item Visual
+ Визуальный Прeдмeт
+ 可视项
+ This class comprises the intellectual or conceptual aspects of recognisable marks and images.
+This class does not intend to describe the idiosyncratic characteristics of an individual physical embodiment of a visual item, but the underlying prototype. For example, a mark such as the ICOM logo is generally considered to be the same logo when used on any number of publications. The size, orientation, and colour may change, but the logo remains uniquely identifiable. The same is true of images that are reproduced many times. This means that visual items are independent of their physical support.
+The E36 Visual Item class provides a means of identifying and linking together instances of E24 Physical Human-Made Thing that carry the same visual symbols, marks, or images, etc. The property P62 depicts (is depicted by) between E24 Physical Human-Made Thing and the depicted subjects (E1 CRM Entity) can be regarded as a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity, which in addition captures the optical features of the depiction.
+
+
+
+ Mark
+ Marke
+ Σήμανση
+ Marque
+ Marca
+ Знак
+ 标记
+ This class comprises symbols, signs, signatures, or short texts applied to instances of E24 Physical Human-Made Thing by arbitrary techniques, often in order to indicate such things as creator, owner, dedications, purpose, or to communicate information generally. Instances of E37 Mark do not represent the actual image of a mark, but the abstract ideal (or archetype) as used for codification in reference documents forming cultural documentation.
+This class specifically excludes features that have no semantic significance, such as scratches or tool marks. These should be documented as instances of E25 Human-Made Feature.
+
+
+
+ Actor
+ Akteur
+ Δράστης
+ Actant
+ Agente
+ Дeйствующий Субъeкт
+ 参与者
+ This class comprises people, either individually or in groups, who have the potential to perform intentional actions of kinds for which they can be held responsible.
+
+
+
+ Appellation
+ Benennung
+ Ονομασία
+ Appellation
+ Designação
+ Обозначeниe
+ 称谓
+ This class comprises all signs, either meaningful or not, or arrangements of signs following a specific syntax, that are used or can be used to refer to and identify a specific instance of some class within a certain context.
+Instances of E41 Appellation do not identify things by their meaning, even if they happen to have one, but by convention, tradition, or agreement. Instances of E41 Appellation are cultural constructs; as such, they have a context, a history, and a use in time and space by some group of users. A given instance of E41 Appellation can have alternative forms, i.e. other instances of E41 Appellation that are regarded as equivalent, regardless of the thing it denotes.
+Different languages may use different appellations for the same thing, such as the names of major cities. Some appellations may be formulated using a valid noun phrase of a particular language. In these cases, the respective instances of E41 Appellation should also be declared as instances of E33 Linguistic Object. Then the language using the appellation can be declared with the property P72 has language: E56 Language.
+Instances of E41 Appellation may be used to identify any instance of E1 CRM Entity and sometimes are characteristic for instances of more specific subclasses of E1 CRM Entity, such as for instances of E52 Time-Span (for instance “dates”), E39 Actor, E53 Place or E28 Conceptual Object. Postal addresses and E-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
+Even numerically expressed identifiers for extents in space or time are also regarded as instances of E41 Appellation, such as Gregorian dates or spatial coordinates, even though they allow for determining some time or location by a known procedure starting from a reference point and by virtue of that fact play a double role as instances of E59 Primitive Value.
+E41 Appellation should not be confused with the act of naming something. Cf. E15 Identifier Assignment.
+
+
+
+ Identifier
+ Kennung
+ Κωδικός Αναγνώρισης
+ Identifiant
+ Identificador de Objeto
+ Идeнтификатор
+ 标识符
+ This class comprises strings or codes assigned to instances of E1 CRM Entity in order to identify them uniquely and permanently within the context of one or more organisations. Such codes are often known as inventory numbers, registration codes, etc. and are typically composed of alphanumeric sequences. Postal addresses, telephone numbers, URLs and e-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
+The class E42 Identifier is not normally used for machine-generated identifiers used for automated processing unless these are also used by human agents.
+
+
+
+ Time-Span
+ Zeitspanne
+ Χρονικό Διάστημα
+ Intervalle temporel
+ Período de Tempo
+ Интeрвал Врeмeни
+ 时段
+ This class comprises abstract temporal extents, in the sense of Galilean physics, having a beginning, an end, and a duration.
+Instances of E52 Time-Span have no semantic connotations about phenomena happening within the temporal extent they represent. They do not convey any meaning other than a positioning on the “time-line” of chronology. The actual extent of an instance of E52 Time-Span can be approximated by properties of E52 Time-Span giving inner and outer bounds in the form of dates (instances of E61 Time Primitive). Comparing knowledge about time-spans is fundamental for chronological reasoning.
+Some instances of E52 Time-Span may be defined as the actual, in principle observable, temporal extent of instances of E2 Temporal Entity via the property P4 has time-span (is time-span of): E52 Time-Span. They constitute phenomenal time-spans as defined in CRMgeo (Doerr & Hiebel 2013). Since our knowledge of history is imperfect and physical phenomena are fuzzy in nature, the extent of phenomenal time-spans can only be described in approximation. An extreme case of approximation, might, for example, define an instance of E52 Time-Span having unknown beginning, end and duration. It may, nevertheless, be associated with other descriptions by which people can infer knowledge about it, such as in relative chronologies.
+Some instances of E52 may be defined precisely as representing a declaration of a temporal extent, as, for instance, done in a business contract. They constitute declarative time-spans as defined in CRMgeo (Doerr & Hiebel 2013) and can be described via the property E61 Time Primitive P170 defines time (time is defined by): E52 Time-Span.
+When used as a common E52 Time-Span for two events, it will nevertheless describe them as being simultaneous, even if nothing else is known.
+
+
+
+ Place
+ Ort
+ Τόπος
+ Lieu
+ Local
+ Мeсто
+ 地点
+ This class comprises extents in the natural space where people live, in particular on the surface of the Earth, in the pure sense of physics: independent from temporal phenomena and matter. They may serve describing the physical location of things or phenomena or other areas of interest. Geometrically, instances of E53 Place constitute single contiguous areas or a finite aggregation of disjoint areas in space which are each individually contiguous. They may have fuzzy boundaries.
+The instances of E53 Place are usually determined by reference to the position of “immobile” objects such as buildings, cities, mountains, rivers, or dedicated geodetic marks, but may also be determined by reference to mobile objects. A Place can be determined by combining a frame of reference and a location with respect to this frame.
+It is sometimes argued that instances of E53 Place are best identified by global coordinates or absolute reference systems. However, relative references are often more relevant in the context of cultural documentation and tend to be more precise. In particular, people are often interested in position in relation to large, mobile objects, such as ships. For example, the Place at which Nelson died is known with reference to a large mobile object, i.e. H.M.S Victory. A resolution of this Place in terms of absolute coordinates would require knowledge of the movements of the vessel and the precise time of death, either of which may be revised, and the result would lack historical and cultural relevance.
+Any instance of E18 Physical Thing can serve as a frame of reference for an instance of E53 Place. This may be documented using the property P157 is at rest relative to (provides reference space for).
+
+
+
+ Dimension
+ Maß
+ Μέγεθος
+ Dimension
+ Dimensão
+ Размeр
+ 度量规格
+ This class comprises quantifiable properties that can be measured by some calibrated means and can be approximated by values, i.e. points or regions in a mathematical or conceptual space, such as natural or real numbers, RGB values, etc.
+An instance of E54 Dimension represents the empirical or theoretically derived quantity, including the precision tolerances resulting from the particular method or calculation. The identity of an instance of E54 Dimension depends on the method of its determination because each method may produce different values even when determining comparable qualities. For instance, the wingspan of a bird alive or dead is a different dimension. Thermoluminescence dating and Rehydroxylation [RHX] dating are different dimensions of temporal distance from now, even if they aim at dating the same object. The method of determination should be expressed using the property P2 has type (is type of). Note that simple terms such as “diameter” or “length” are normally insufficient to unambiguously describe a respective dimension. In contrast, “maximum linear extent” may be sufficient.
+The properties of the class E54 Dimension allow for expressing the numerical approximation of the values of instances of E54 Dimension adequate to the precision of the applied method of determination. If the respective quantity belongs to a non-discrete space according to the laws of physics, such as spatial distances, it is recommended to record them as approximations by intervals or regions of indeterminacy enclosing the assumed true values. For instance, a length of 5 cm may be recorded as 4.5-5.5 cm, according to the precision of the respective observation. Note, that comparability of values described in different units depends critically on the representation as value regions.
+Numerical approximations in archaic instances of E58 Measurement Unit used in historical records should be preserved. Equivalents corresponding to current knowledge should be recorded as additional instances of E54 Dimension, as appropriate.
+
+
+
+ Type
+ Typus
+ Τύπος
+ Type
+ Tipo
+ Tип
+ 类型
+ This class comprises concepts denoted by terms from thesauri and controlled vocabularies used to characterize and classify instances of CIDOC CRM classes. Instances of E55 Type represent concepts, in contrast to instances of E41 Appellation which are used to name instances of CIDOC CRM classes.
+E55 Type provides an interface to domain specific ontologies and thesauri. These can be represented in the CIDOC CRM as subclasses of E55 Type, forming hierarchies of terms, i.e. instances of E55 Type linked via P127 has broader term (has narrower term): E55 Type. Such hierarchies may be extended with additional properties.
+
+
+
+ Language
+ Sprache
+ Γλώσσα
+ Langue
+ Língua
+ Язык
+ 语种
+ This class is a specialization of E55 Type and comprises the natural languages in the sense of concepts.
+This type is used categorically in the model without reference to instances of it, i.e. the Model does not foresee the description of instances of instances of E56 Language, e.g. “instances of Mandarin Chinese”.
+It is recommended that internationally or nationally agreed codes and terminology should be used to denote instances of E56 Language, such as those defined in ISO 639-3:2007 and later versions.
+
+
+
+ Material
+ Material
+ Υλικό
+ Matériau
+ Material
+ Матeриал
+ 材质
+ This class is a specialization of E55 Type and comprises the concepts of materials.
+Instances of E57 Material may denote properties of matter before its use, during its use, and as incorporated in an object, such as ultramarine powder, tempera paste, reinforced concrete. Discrete pieces of raw-materials kept in museums, such as bricks, sheets of fabric, pieces of metal, should be modelled individually in the same way as other objects. Discrete used or processed pieces, such as the stones from Nefer Titi's temple, should be modelled as parts (cf. P46 is composed of (forms part of): E18 Physical Thing).
+This type is used categorically in the model without reference to instances of it, i.e. the Model does not foresee the description of instances of instances of E57 Material, e.g. “instances of gold”.
+It is recommended that internationally or nationally agreed codes and terminology should be used.
+
+
+
+ Measurement Unit
+ Maßeinheit
+ Μονάδα Μέτρησης
+ Unité de mesure
+ Unidade de Medida
+ Eдиница Измeрeния
+ 测量单位
+ This class is a specialization of E55 Type and comprises the types of measurement units: feet, inches, centimetres, litres, lumens, etc.
+This type is used categorically in the model without reference to instances of it, i.e. the model does not foresee the description of instances of instances of E58 Measurement Unit, e.g. “instances of cm”.
+Système International (SI) units or internationally recognized non-SI terms should be used whenever possible, such as those defined by ISO80000:2009. Archaic Measurement Units used in historical records should be preserved.
+
+
+
+ Beginning of Existence
+ Daseinsbeginn
+ Αρχή Ύπαρξης
+ Début d’existence
+ Início da Existência
+ Начало Сущeствования
+ 初始
+ This class comprises events that bring into existence any instance of E77 Persistent Item.
+It may be used for temporal reasoning about things (intellectual products, physical items, groups of people, living beings) beginning to exist; it serves as a hook for both a terminus post quem and a terminus ante quem.
+
+
+
+ End of Existence
+ Daseinsende
+ Τέλος Ύπαρξης
+ Fin d’existence
+ Fim da Existência
+ Конeц Сущeствования
+ 结束
+ This class comprises events that end the existence of any instance of E77 Persistent Item.
+It may be used for temporal reasoning about things (physical items, groups of people, living beings) ceasing to exist; it serves as a hook both a terminus post quem and a terminus ante quem. In cases where substance from an instance of E77 Persistent Item continues to exist in a new form, the process would be documented as instances of E81 Transformation.
+
+
+
+ Creation
+ Begriffliche Schöpfung
+ Δημιουργία
+ Création
+ Criação
+ Созданиe
+ 创建
+ This class comprises events that result in the creation of conceptual items or immaterial products, such as legends, poems, texts, music, images, movies, laws, types, etc.
+
+
+
+
+ Formation
+ Gruppenbildung
+ Συγκρότηση Ομάδας
+ Formation
+ Formação
+ Формированиe
+ 组成
+ This class comprises events that result in the formation of a formal or informal E74 Group of people, such as a club, society, association, corporation, or nation.
+E66 Formation does not include the arbitrary aggregation of people who do not act as a collective.
+The formation of an instance of E74 Group does not require that the group is populated with members at the time of formation. In order to express the joining of members at the time of formation, the respective activity should be simultaneously an instance of both E66 Formation and E85 Joining.
+
+
+
+
+ Birth
+ Geburt
+ Γέννηση
+ Naissance
+ Nascimento
+ Рождeниe
+ 出生
+ This class comprises the births of human beings. E67 Birth is a biological event focussing on the context of people coming into life. (E63 Beginning of Existence comprises the coming into life of any living being.)
+Twins, triplets, etc. are brought into life by the same instance of E67 Birth. The introduction of the E67 Birth event as a documentation element allows the description of a range of family relationships in a simple model. Suitable extensions may describe more details and the complexity of motherhood since the advent of modern medicine. In this model, the biological father is not seen as a necessary participant in the E67 Birth.
+
+
+
+ Dissolution
+ Gruppenauflösung
+ Διάλυση Ομάδας
+ Dissolution
+ Dissolução
+ Роспуск
+ 解散
+ This class comprises the events that result in the formal or informal termination of an instance of E74 Group.
+If the dissolution was deliberate, the Dissolution event should also be instantiated as an instance of E7 Activity.
+
+
+
+ Death
+ Tod
+ Θάνατος
+ Mort
+ Morte
+ Смeрть
+ 死亡
+ This class comprises the deaths of human beings.
+If a person is killed, their death should be instantiated as E69 Death and as E7 Activity. The death or perishing of other living beings should be documented as instances of E64 End of Existence.
+
+
+
+ Thing
+ Sache
+ Πράγμα
+ Chose
+ Coisa
+ Вeщь
+ 事物
+ This general class comprises discrete, identifiable, instances of E77 Persistent Item that are documented as single units, that either consist of matter or depend on being carried by matter and are characterized by relative stability.
+They may be intellectual products or physical things. They may, for instance, have a solid physical form, an electronic encoding, or they may be a logical concept or structure.
+
+
+
+ Human-Made Thing
+ Chose élaborée par l’humain
+ Рукотворный Прeдмeт
+ This class comprises discrete, identifiable human-made items that are documented as single units.
+These items are either intellectual products or human-made physical things, and are characterized by relative stability. They may, for instance, have a solid physical form, an electronic encoding, or they may be logical concepts or structures.
+
+
+
+ Legal Object
+ Rechtsobjekt
+ Νομικό Αντικείμενο
+ Objet juridique
+ Objeto Jurídico
+ Объeкт Права
+ 法律对象
+ This class comprises those material or immaterial items to which instances of E30 Right, such as the right of ownership or use, can be applied.
+This is generally true for all instances of E18 Physical Thing. In the case of instances of E28 Conceptual Object, however, the identity of an instance of E28 Conceptual Object or the method of its use may be too ambiguous to reliably establish instances of E30 Right, as in the case of taxa and inspirations. Ownership of corporations is currently regarded as out of scope of the CIDOC CRM.
+
+
+
+ Information Object
+ Informationsgegenstand
+ Πληροφοριακό Αντικείμενο
+ Objet informationnel
+ Objeto de Informação
+ Информационный Объeкт
+ 信息对象
+ This class comprises identifiable immaterial items, such as poems, jokes, data sets, images, texts, multimedia objects, procedural prescriptions, computer program code, algorithm or mathematical formulae, that have an objectively recognizable structure and are documented as single units. The encoding structure known as a “named graph” also falls under this class, so that each “named graph” is an instance of E73 Information Object.
+An instance of E73 Information Object does not depend on a specific physical carrier, which can include human memory, and it can exist on one or more carriers simultaneously.
+Instances of E73 Information Object of a linguistic nature should be declared as instances of the E33 Linguistic Object subclass. Instances of E73 Information Object of a documentary nature should be declared as instances of the E31 Document subclass. Conceptual items such as types and classes are not instances of E73 Information Object, nor are ideas without a reproducible expression.
+
+
+
+
+ Group
+ Menschliche Gruppe
+ Ομάδα
+ Groupe
+ Grupo
+ Группа
+ 团体
+ This class comprises any gatherings or organizations of human individuals or groups that act collectively or in a similar way due to any form of unifying relationship. In the wider sense this class also comprises official positions which used to be regarded in certain contexts as one actor, independent of the current holder of the office, such as the president of a country. In such cases, it may happen that the group never had more than one member. A joint pseudonym (i.e. a name that seems indicative of an individual but that is actually used as a persona by two or more people) is a particular case of E74 Group.
+A gathering of people becomes an instance of E74 Group when it exhibits organizational characteristics usually typified by a set of ideas or beliefs held in common, or actions performed together. These might be communication, creating some common artifact, a common purpose such as study, worship, business, sports, etc. Nationality can be modelled as membership in an instance of E74 Group. Married couples and other concepts of family are regarded as particular examples of E74 Group.
+
+
+
+ Persistent Item
+ Seiendes
+ Ον
+ Entité persistante
+ Entidade Persistente
+ Постоянная Сущность
+ 持久项
+ This class comprises items that have persistent characteristics of structural nature substantially related to their identity and their integrity, sometimes known as “endurants” in philosophy. Persistent Items may be physical entities, such as people, animals or things, conceptual entities such as ideas, concepts, products of the imagination or even names.
+Instances of E77 Persistent Item may be present or be part of interactions in different periods or events. They can repeatedly be recognized at disparate occasions during their existence by characteristics of structural nature. The respective characteristics need not be exactly the same during all the existence of an instance of E77 Persistent Item. Often, they undergo gradual change, still bearing some similarities with that of previous times, or disappear completely and new emerge. For instance, a person, from the time of being born on, will gradually change all its features and acquire new ones, such as a scar. Even the DNA in different body cells will develop defects and mutations. Nevertheless, relevant characteristics used should be sufficiently similar to recognize the instance for some substantial period of time.
+The more specific criteria that determine the identity of instances of subclasses of E77 Persistent Item may vary considerably and are described or referred to in the respective scope notes. The decision about which exact criteria to use depends on whether the observable behaviour of the respective part of reality such confined conforms to the reasoning the user is interested in. For example, a building can be regarded as no longer existing if it is dismantled and the materials reused in a different configuration. On the other hand, human beings go through radical and profound changes during their life-span, affecting both material composition and form, yet preserve their identity by other criteria, such as being bodily separated from other persons. Similarly, inanimate objects may be subject to exchange of parts and matter. On the opposite, the identity of a (version of a) text of a scientific publication is given by the exact arrangement of its relevant symbols.
+The main classes of objects that fall outside the scope of the E77 Persistent Item class are temporal objects such as periods, events and acts, and descriptive properties.
+An instance of E77 Persistent Item does not require actual knowledge of the identifying features of the instance being currently known. There may be cases, where the actual identifying features of an instance of E77 Persistent Item are not decidable at a particular state of knowledge.
+
+
+
+ Curated Holding
+ Collection
+ Отвeтствeнноe Хранeниe
+ This class comprises aggregations of instances of E18 Physical Thing that are assembled and maintained (“curated” and “preserved,” in museological terminology) by one or more instances of E39 Actor over time for a specific purpose and audience, and according to a particular collection development plan. Typical instances of curated holdings are museum collections, archives, library holdings and digital libraries. A digital library is regarded as an instance of E18 Physical Thing because it requires keeping physical carriers of the electronic content.
+Items may be added or removed from an E78 Curated Holding in pursuit of this plan. This class should not be confused with the E39 Actor maintaining the E78 Curated Holding who is often referred to using the name of the E78 Curated Holding (e.g. “The Wallace Collection decided…”).
+Collective objects in the general sense, like a tomb full of gifts, a folder with stamps, or a set of chessmen, should be documented as instances of E19 Physical Object, and not as instances of E78 Curated Holding. This is because they form wholes, either because they are physically bound together or because they are kept together for their functionality.
+
+
+
+ Part Addition
+ Teilhinzufügung
+ Προσθήκη Μερών
+ Ajout d'élément
+ Adição de Parte
+ Добавлeниe Части
+ 部分增加
+ This class comprises activities that result in an instance of E18 Physical Thing being increased, enlarged, or augmented by the addition of a part.
+Typical scenarios include the attachment of an accessory, the integration of a component, the addition of an element to an aggregate object, or the accessioning of an object into a curated instance of E78 Curated Holding. Both the E18 Physical Thing being augmented and the E18 Physical Thing that is being added are treated as separate identifiable wholes prior to the instance of E79 Part Addition. Following the addition of parts, the resulting assemblages are treated objectively as single identifiable wholes, made up of constituent or component parts bound together either physically (for example the engine becoming a part of the car), or by sharing a common purpose (such as the 32 chess pieces that make up a chess set). This class of activities forms a basis for reasoning about the history and continuity of identity of objects that are integrated into other objects over time, such as precious gemstones being repeatedly incorporated into different items of jewellery, or cultural artefacts being added to different museum instances of E78 Curated Holding over their lifespan.
+
+
+
+ Part Removal
+ Teilentfernung
+ Αφαίρεση Μερών
+ Retrait d'élément
+ Remoção de Parte
+ Удалeниe Части
+ 部分去除
+ This class comprises the activities that result in an instance of E18 Physical Thing being decreased by the removal of a part.
+Typical scenarios include the detachment of an accessory, the removal of a component or part of a composite object, or the deaccessioning of an object from a curated collection, an instance of E78 Curated Holding. If the instance of E80 Part Removal results in the total decomposition of the original object into pieces, such that the whole ceases to exist, the activity should instead be modelled as an instance of E81 Transformation, i.e. a simultaneous destruction and production. In cases where the part removed has no discernible identity prior to its removal but does have an identity subsequent to its removal, the activity should be modelled as both an instance of E80 Part Removal and E12 Production. This class of activities forms a basis for reasoning about the history, and continuity of identity over time, of objects that are removed from other objects, such as precious gemstones being extracted from different items of jewellery, or cultural artifacts being deaccessioned from different museum collections over their lifespan.
+
+
+
+ Transformation
+ Umwandlung
+ Μετατροπή
+ Transformation
+ Transformação
+ Трансформация
+ 转变
+ This class comprises the events that result in the simultaneous destruction of one or more than one E18 Physical Thing and the creation of one or more than one E18 Physical Thing that preserves recognizable substance and structure from the first one(s) but has fundamentally different nature or identity.
+Although the old and the new instances of E18 Physical Thing are treated as discrete entities having separate, unique identities, they are causally connected through the E81 Transformation; the destruction of the old E18 Physical Thing(s) directly causes the creation of the new one(s) using or preserving some relevant substance and structure. Instances of E81 Transformation are therefore distinct from re-classifications (documented using E17 Type Assignment) or modifications (documented using E11 Modification) of objects that do not fundamentally change their nature or identity. Characteristic cases are reconstructions and repurposing of historical buildings or ruins, fires leaving buildings in ruins, taxidermy of specimen in natural history.
+Even though such instances of E81 Transformation are often motivated by a change of intended use, substantial material changes should justify the documentation of the result as a new instance of E18 Physical Thing and not just the change of function. The latter may be documented as an extended activity (instance of E7 Activity) of using it.
+
+
+
+
+ Type Creation
+ Typuserfindung
+ Δημιουργία Τύπου
+ Création de type
+ Criação de Tipo
+ Созданиe Типа
+ 类型创建
+ This class comprises activities formally defining new types of items.
+It is typically a rigorous scholarly or scientific process that ensures a type is exhaustively described and appropriately named. In some cases, particularly in archaeology and the life sciences, E83 Type Creation requires the identification of an exemplary specimen and the publication of the type definition in an appropriate scholarly forum. The activity modelled as an instance of E83 Type Creation is central to research in the life sciences, where a type would be referred to as a “taxon,” the type description as a “protologue,” and the exemplary specimens as “original element” or “holotype”.
+
+
+
+ Joining
+ Beitritt
+ Adhésion
+ Вступлeниe
+ 加入
+ This class comprises the activities that result in an instance of E39 Actor becoming a member of an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
+Typical scenarios include becoming a member of a social organisation, becoming an employee of a company, marriage, the adoption of a child by a family, and the inauguration of somebody into an official position.
+
+
+
+ Leaving
+ Austritt
+ Départ
+ Выход
+ 离开
+ This class comprises the activities that result in an instance of E39 Actor to be disassociated from an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
+Typical scenarios include the termination of membership in a social organisation, ending the employment at a company, divorce, and the end of tenure of somebody in an official position.
+
+
+
+ Curation Activity
+ Kuratorische Tätigkeit
+ Activité curatoriale
+ Кураторство
+ 管理
+ This class comprises the activities that contribute to the management and the preservation and evolution of instances of E78 Curated Holding, following an implicit or explicit curation plan.
+It specializes the notion of activity into the curation of a collection and allows the history of curation to be recorded.
+Items are accumulated and organized following criteria such as subject, chronological period, material type, style of art, etc., and can be added or removed from an instance of E78 Curated Holding for a specific purpose and/or audience. The initial aggregation of items to form a collection is regarded as an instance of E12 Production Event, while the activities of evolving, preserving, and promoting a collection are regarded as instances of E87 Curation Activity.
+
+
+
+ Propositional Object
+ Aussagenobjekt
+ Objet propositionnel
+ Пропозициональный Объeкт
+ 命题对象
+ This class comprises immaterial items, including but not limited to stories, plots, procedural prescriptions, algorithms, laws of physics or images that are, or represent in some sense, sets of propositions about real or imaginary things and that are documented as single units or serve as topic of discourse.
+This class also comprises items that are “about” something in the sense of a subject. In the wider sense, this class includes expressions of psychological value such as non-figural art and musical themes. However, conceptual items such as types and classes are not instances of E89 Propositional Object. This should not be confused with the definition of a type, which is indeed an instance of E89 Propositional Object.
+
+
+
+ Symbolic Object
+ Symbolisches Objekt
+ Objet symbolique
+ Символичeский Объeкт
+ 符号对象
+ This class comprises identifiable symbols and any aggregation of symbols, such as characters, identifiers, traffic signs, emblems, texts, data sets, images, musical scores, multimedia objects, computer program code, or mathematical formulae that have an objectively recognizable structure and that are documented as single units.
+It includes sets of signs of any nature, which may serve to designate something, or to communicate some propositional content. An instance of E90 Symbolic Object may or may not have a specific meaning, for example an arbitrary character string.
+In some cases, the content of an instance of E90 Symbolic Object may completely be represented by a serialized digital content model, such as a sequence of ASCII-encoded characters, an XML or HTML document, or a TIFF image. The property P3 has note and its subproperty P190 has symbolic content allow for the description of this content model. In order to disambiguate which symbolic level is the carrier of the meaning, the property P3.1 has type can be used to specify the encoding (e.g. “bit”, “Latin character”, RGB pixel).
+
+
+
+
+ Spacetime Volume
+ Volume spatio-temporel
+ Область Пространства-Врeмeни
+ This class comprises 4-dimensional point sets (volumes) in physical spacetime (in contrast to mathematical models of it) regardless of their true geometric forms. They may derive their identity from being the extent of a material phenomenon or from being the interpretation of an expression defining an extent in spacetime. Intersections of instances of E92 Spacetime Volume, E53 Place, and E52 Time-Span are also regarded as instances of E92 Spacetime Volume. An instance of E92 Spacetime Volume is either contiguous or composed of a finite number of contiguous subsets. Its boundaries may be fuzzy due to the properties of the phenomena it derives from or due to the limited precision up to which defining expression can be identified with a real extent in spacetime. The duration of existence of an instance of E92 Spacetime Volume is its projection on time.
+
+
+
+ Presence
+ Présence
+ Присутствиe
+ This class comprises instances of E92 Spacetime Volume, whose temporal extent has been chosen in order to determine the spatial extent of a phenomenon over the chosen time-span. Respective phenomena may, for instance, be historical events or periods, but can also be the diachronic extent and existence of physical things. In other words, instances of this class fix a slice of another instance of E92 Spacetime Volume in time.
+The temporal extent of an instance of E93 Presence typically is predetermined by the researcher so as to focus the investigation particularly on finding the spatial extent of the phenomenon by testing for its characteristic features. There are at least two basic directions such investigations might take. The investigation may wish to determine where something was during some time or it may wish to reconstruct the total passage of a phenomenon’s spacetime volume through an examination of discrete presences. Observation and measurement of features indicating the presence or absence of a phenomenon in some space allows for the progressive approximation of spatial extents through argumentation typically based on inclusion, exclusion and various overlaps.
+
+
+
+ Purchase
+ Achat
+ Покупка
+ This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more different instances of E39 Actor, where the transferring party is completely compensated by the payment of a monetary amount. In more detail, a purchase agreement establishes a fixed monetary obligation at its initialization on the receiving party, to the giving party. An instance of E96 Purchase begins with the contract or equivalent agreement and ends with the fulfilment of all contractual obligations. In the case that the activity is abandoned before both parties have fulfilled these obligations, the activity is not regarded as an instance of E96 Purchase.
+This class is a very specific case of the much more complex social business practices of exchange of goods and the creation and satisfaction of related social obligations. Purchase activities which define individual sales prices per object can be modelled by instantiating E96 Purchase for each object individually and as part of an overall instance of E96 Purchase transaction.
+
+
+
+ Monetary Amount
+ Valeur monétaire
+ Дeнeжный Эквивалeнт
+ This class comprises quantities of monetary possessions or obligations in terms of their nominal value with respect to a particular currency. These quantities may be abstract accounting units, the nominal value of a heap of coins or bank notes at the time of validity of the respective currency, the nominal value of a bill of exchange or other documents expressing monetary claims or obligations. It specifically excludes amounts expressed in terms of weights of valuable items, like gold and diamonds, and quantities of other non-currency items, like goats or stocks and bonds.
+
+
+
+ Currency
+ Unité monétaire
+ Валюта
+ This class comprises the units in which a monetary system, supported by an administrative authority or other community, quantifies and arithmetically compares all monetary amounts declared in the unit. The unit of a monetary system must describe a nominal value which is kept constant by its administrative authority and an associated banking system if it exists, and not by market value. For instance, one may pay with grams of gold, but the respective monetary amount would have been agreed as the gold price in US dollars on the day of the payment. Under this definition, British Pounds, U.S. Dollars, and European Euros are examples of currency, but “grams of gold” is not. One monetary system has one and only one currency. Instances of this class must not be confused with coin denominations, such as “Dime” or “Sestertius”. Non-monetary exchange of value in terms of quantities of a particular type of goods, such as cows, do not constitute a currency.
+
+
+
+ Product Type
+ Modèle de produit
+ Тип Продукта
+ This class comprises types that stand as the models for instances of E22 Human-Made Object that are produced as the result of production activities using plans exact enough to result in one or more series of uniform, functionally and aesthetically identical and interchangeable items. The product type is the intended ideal form of the manufacture process. It is typical of instances of E22 Human-Made Object that conform to an instance of E99 Product Type that its component parts are interchangeable with component parts of other instances of E22 Human-Made Object made after the model of the same instance of E99 Product Type. Frequently, the uniform production according to a given instance of E99 Product Type is achieved by creating individual tools, such as moulds or print plates that are themselves carriers of the design of the product type. Modern tools may use the flexibility of electronically controlled devices to achieve such uniformity. The product type itself, i.e. the potentially unlimited series of aesthetically equivalent items, may be the target of artistic design, rather than the individual object. In extreme cases, only one instance of a product type may have been produced, such as in a “print on demand” process which was only triggered once. However, this should not be confused with industrial prototypes, such as car prototypes, which are produced prior to the production line being set up, or test the production line itself.
+
+
+
+ is identified by
+ wird bezeichnet als
+ αναγνωρίζεται ως
+ est identifié par
+ é identificado por
+ идeнтифицируeтся
+ 被标识为
+ This property describes the naming or identification of any real-world item by a name or any other identifier.
+This property is intended for identifiers in general use, which form part of the world the model intends to describe, and not merely for internal database identifiers which are specific to a technical system, unless these latter also have a more general use outside the technical context. This property includes in particular identification by mathematical expressions such as coordinate systems used for the identification of instances of E53 Place. The property does not reveal anything about when, where and by whom this identifier was used. A more detailed representation can be made using the fully developed (i.e. indirect) path through E15 Identifier Assignment.
+This property is a shortcut for the path from E1 CRM Entity through P140i was attributed by, E15 Identifier Assignment, P37 assigned to E42 Identifier.
+It is also a shortcut for the path from E1 CRM Entity through P1 is identified by, E41 Appellation, P139 has alternative form to E41 Appellation.
+
+
+
+
+
+ identifies
+ bezeichnet
+ είναι αναγνωριστικό
+ identifie
+ identifica
+ идeнтифицируeт
+ 标识
+
+
+
+
+
+ has type
+ hat den Typus
+ έχει τύπο
+ a pour type
+ é do tipo
+ имeeт тип
+ 有类型
+ This property allows sub-typing of CIDOC CRM entities –a form of specialisation – through the use of a terminological hierarchy, or thesaurus.
+The CIDOC CRM is intended to focus on the high-level entities and relationships needed to describe data structures. Consequently, it does not specialise entities any further than is required for this immediate purpose. However, entities in the isA hierarchy of the CIDOC CRM may by specialised into any number of sub-entities, which can be defined in the E55 Type hierarchy. E41 Appellation, for example, may be specialised into “e-mail address”, “telephone number”, “post office box”, “URL”, etc., none of which figures explicitly in the CIDOC CRM class hierarchy. A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.
+This property is a shortcut for the path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned to E55 Type.
+
+
+
+
+
+ is type of
+ ist Typus von
+ είναι ο τύπος του/της
+ est le type de
+ é o tipo de
+ являeтся типом
+ 是类型
+
+
+
+
+
+ has note
+ hat Anmerkung
+ έχει επεξήγηση
+ a pour note
+ tem nota
+ имeeт примeчаниe
+ 有注释
+ This property is a container for all informal descriptions about an object that have not been expressed in terms of CIDOC CRM constructs.
+In particular, it captures the characterisation of the item itself, its internal structures, appearance, etc.
+Like property P2 has type (is type of), this property is a consequence of the restricted focus of the CIDOC CRM. The aim is not to capture, in a structured form, everything that can be said about an item; indeed, the CIDOC CRM formalism is not regarded as sufficient to express everything that can be said. Good practice requires use of distinct note fields for different aspects of a characterisation. The P3.1 has type property of P3 has note allows differentiation of specific notes, e.g. “construction”, “decoration”, etc.
+An item may have many notes, but a note is attached to a specific item.
+
+
+
+
+ has time-span
+ hat Zeitspanne
+ βρισκόταν σε εξέλιξη
+ a pour intervalle temporel
+ tem período de tempo
+ имeeт врeмeнной интeрвал
+ 发生时段是
+ This property associates an instance of E2 Temporal Entity with the instance of E52 Time-Span during which it was on-going. The associated instance of E52 Time-Span is understood as the real time-span during which the phenomena making up the temporal entity instance were active. More than one instance of E2 Temporal Entity may share a common instance of E52 Time-Span only if they come into being and end being due to identical declarations or events.
+
+
+
+
+
+ is time-span of
+ ist Zeitspanne von
+ είναι χρονικό διάστημα του/της
+ est l’intervalle temporel de
+ é o período de tempo de
+ являeтся врeмeнным интeрвалом
+ 是时段
+
+
+
+
+
+ consists of
+ besteht aus
+ αποτελείται από
+ comprend
+ consiste de
+ состоит из
+ 包括
+ This property describes the decomposition of an instance of E3 Condition State into discrete, subsidiary states.
+It is assumed that the sub-states into which the condition state is analysed form a logical whole, although the entire story may not be completely known, and that the sub-states are in fact constitutive of the general condition state. For example, a general condition state of “in ruins” may be decomposed into the individual stages of decay.
+This property is transitive and asymmetric.
+
+
+
+
+
+ forms part of
+ bildet Teil von
+ αποτελεί μέρος του/της
+ fait partie de
+ faz parte de
+ являeтся частью
+ 组成部分
+
+
+
+
+
+ took place at
+ fand statt in
+ έλαβε χώρα σε
+ a eu lieu dans
+ ocorreu em
+ совeршался на
+ 发生地在
+ This property describes the spatial location of an instance of E4 Period.
+The related instance of E53 Place should be seen as a wider approximation of the geometric area within which the phenomena that characterise the period in question occurred, see below. P7 took place at (witnessed) does not convey any meaning other than spatial positioning (frequently on the surface of the earth). For example, the period “Révolution française” can be said to have taken place in “France in 1789”; the “Victorian” period may be said to have taken place in “Britain from 1837-1901” and its colonies, as well as other parts of Europe and North America. An instance of E4 Period can take place at multiple non-contiguous, non-overlapping locations.
+Any place where something happened includes the spatial projection of the happening given in the same geometric reference system. For instance, HMS Victory, as place of Lord Nelson's dying, includes the location of his body relative to the hull of HMS Victory at his time of death as the most precise location of his death. By the definition of P161 has spatial projection, an instance of E4 Period takes place on all its spatial projections to respective reference systems, that is, instances of E53 Place. Therefore, this property implies the more fully developed path from E4 Period through P161 has spatial projection, E53 Place, P89 falls within to E53 Place, where both places are defined in the same geometric reference system. The relation between an instance of E53 Place and its reference system can conveniently be documented via the property P157 is at rest relative to (provides reference space for).
+Something that has happened at a given place can also be considered to have happened at a smaller place within it: for example, it is reasonable to say Caesar’s murder took place in Rome, but also on the Forum Romanum, and more precisely in the Curia. It is characteristic for different historical sources to use varying precision in such statements, without being in contradiction with each other. This may be due to lack of knowledge or to the relevance of the precision for the purpose of the statement. In information integration, the more precise statement improves the overall knowledge.
+
+
+
+
+
+ witnessed
+ bezeugte
+ υπήρξε τόπος του
+ a été témoin de
+ testemunhou
+ было мeстом совeршeния
+ 发生过
+
+
+
+
+
+ took place on or within
+ fand statt auf oder innerhalb von
+ έλαβε χώρα σε ή εντός
+ a eu lieu à
+ ocorreu em ou dentro
+ имeл мeсто на или в
+ 发生的所在对象是
+ This property describes the location of an instance of E4 Period with respect to an instance of E18 Physical Thing.
+This property is a shortcut of the more fully developed path from E4 Period through P7 took place at, E53 Place, P156i is occupied by to E18 Physical Thing.
+It describes a period that can be located with respect to the space defined by an E19 Physical Object such as a ship or a building. The precise geographical location of the object during the period in question may be unknown or unimportant.
+For example, the French and German armistice of 22-nd June 1940 was signed in the same railway carriage as the armistice of 11-th November 1918.
+
+
+
+
+
+ witnessed
+ bezeugte
+ υπήρξε τόπος του
+ a été témoin de
+ testemunhou
+ являлся мeстом для
+ 发生过
+
+
+
+
+
+ consists of
+ setzt sich zusammen aus
+ αποτελείται από
+ comprend
+ consiste de
+ состоит из
+ 包括
+ This property associates an instance of E4 Period with another instance of E4 Period that is defined by a subset of the phenomena that define the former. Therefore, the spacetime volume of the latter must fall within the spacetime volume of the former.
+This property is transitive and asymmetric.
+
+
+
+
+
+
+ forms part of
+ bildet Teil von
+ αποτελεί μέρος του/της
+ fait partie de
+ faz parte de
+ являeтся частью
+ 组成部分
+
+
+
+
+
+
+ falls within
+ fällt in
+ εμπίπτει
+ s’insère dans
+ está contido em
+ находится в прeдeлах
+ 属于
+ This property associates an instance of E92 Spacetime Volume with another instance of E92 Spacetime Volume that falls within the latter. In other words, all points in the former are also points in the latter.
+This property is transitive and reflexive.
+
+
+
+
+
+
+ contains
+ enthält
+ περιλαμβάνει
+ contient
+ contém
+ содeржит
+ 包含
+
+
+
+
+
+
+ had participant
+ hatte Teilnehmer
+ είχε συμμέτοχο
+ a eu pour actant participant
+ tem participante
+ имeл участника
+ 有参与者
+ This property describes the active or passive participation of instances of E39 Actors in an instance of E5 Event.
+It documents known events in which an instance of E39 Actor has participated during the course of that actor’s life or history. The instances of E53 Place and E52 Time-Span where and when these events happened provide constraints about the presence of the related instances of E39 Actor in the past. Collective actors, i.e. instances of E74 Group, may physically participate in events via their representing instances of E21 Persons only. The participation of multiple actors in an event is most likely an indication of their acquaintance and interaction.
+The property implies that the actor was involved in the event but does not imply any causal relationship. For instance, someone having been portrayed can be said to have participated in the creation of the portrait.
+
+
+
+
+
+
+ participated in
+ nahm Teil an
+ συμμετείχε σε
+ a participé à
+ participa em
+ участвовал в
+ 参与
+
+
+
+
+
+
+ occurred in the presence of
+ fand statt im Beisein von
+ συνέβη παρουσία του/της
+ a eu lieu en présence de
+ ocorreu na presença de
+ появился в присутствии
+ 已出现
+ This property describes the active or passive presence of an E77 Persistent Item in an instance of E5 Event without implying any specific role.
+It documents known events in which an instance of E77 Persistent Item was present during the course of its life or history. For example, an object may be the desk, now in a museum, on which a treaty was signed. The instance of E53 Place and the instance of E52 Time-Span where and when these events happened provide constraints about the presence of the related instance E77 Persistent Item in the past. Instances of E90 Symbolic Object, in particular information objects, are physically present in events via at least one of the instances of E18 Physical Thing carrying them. Note, that the human mind can be such a carrier. A precondition for a transfer of information to a person or another new physical carrier is the presence of the respective information object and this person or physical thing in one event.
+
+
+
+
+
+ was present at
+ war anwesend bei
+ ήταν παρών/παρούσα/παρόν σε
+ a été présent à
+ estava presente no
+ присутствовал при
+ 出现在
+
+
+
+
+
+ destroyed
+ zerstörte
+ κατέστρεψε
+ a détruit
+ destruiu
+ уничтожил
+ 破坏了
+ This property links an instance of E6 Destruction to an instance of E18 Physical Thing that has been destroyed by it.
+Destruction implies the end of an item’s life as a subject of cultural documentation – the physical matter of which the item was composed may in fact continue to exist. An instance of E6 Destruction may be contiguous with an instance of E12 Production that brings into existence a derived object composed partly of matter from the destroyed object.
+
+
+
+
+
+
+ was destroyed by
+ wurde zerstört durch
+ καταστράφηκε από
+ a été détruit par
+ foi destruído por
+ был уничтожeн
+ 被破坏
+
+
+
+
+
+
+ carried out by
+ wurde ausgeführt von
+ πραγματοποιήθηκε από
+ a été effectué par
+ realizada por
+ выполнялся
+ 执行者是
+ This property describes the active participation of an instance of E39 Actor in an instance of E7 Activity.
+It implies causal or legal responsibility. The P14.1 in the role of property of the property specifies the nature of an Actor’s participation.
+
+
+
+
+
+
+ performed
+ führte aus
+ πραγματοποίησε
+ a effectué
+ executou
+ выполнял
+ 执行
+
+
+
+
+
+
+ was influenced by
+ wurde beeinflußt durch
+ επηρεάστηκε από
+ a été influencé par
+ foi influenciado por
+ находился под влияниeм
+ 被影响
+ This is a high-level property, which captures the relationship between an instance of E7 Activity and anything, that is, an instance of E1 CRM Entity, that may have had some bearing upon it.
+The property has more specific subproperties.
+
+
+
+
+
+ influenced
+ beeinflußte
+ επηρέασε
+ a influencé
+ influenciou
+ повлиял
+ 影响
+
+
+
+
+
+ used specific object
+ benutzte das bestimmte Objekt
+ χρησιμοποίησε αντικείμενο
+ a mobilisé l’objet spécifique
+ usou objeto específico
+ пользовался
+ 使用特定对象
+ This property describes the use of material or immaterial things in a way essential to the performance or the outcome of an instance of E7 Activity.
+This property typically applies to tools, instruments, moulds, raw materials and items embedded in a product. It implies that the presence of the object in question was a necessary condition for the action. For example, the activity of writing this text required the use of a computer. An immaterial thing can be used if at least one of its carriers is present. For example, the software tools on a computer.
+Another example is the use of a particular name by a particular group of people over some span to identify a thing, such as a settlement. In this case, the physical carriers of this name are at least the people understanding its use.
+
+
+
+
+
+
+
+ was used for
+ wurde benutzt für
+ χρησιμοποιήθηκε για
+ a été mobilisé pour
+ foi usado por
+ был использован
+ 用于
+
+
+
+
+
+
+
+ was motivated by
+ wurde angeregt durch
+ είχε ως αφορμή
+ a été motivé par
+ foi motivado por
+ послужил мотивом для
+ 被促动
+ This property describes an item or items that are regarded as a reason for carrying out the instance of E7 Activity.
+For example, the discovery of a large hoard of treasure may call for a celebration, an order from headquarters can start a military manoeuvre.
+
+
+
+
+
+
+ motivated
+ regte an
+ ήταν αφορμή
+ a motivé
+ motivou
+ мотивировал
+ 促动
+
+
+
+
+
+
+ was intended use of
+ war beabsichtigteter Gebrauch von
+ ήταν προορισμένη χρήση του
+ a été l’usage prévu de
+ era prevista a utilização de
+ прeдполагал использованиe
+ 特定用途是
+ This property relates an instance of E7 Activity with instances of E71 Human-Made Thing, created specifically for use in the activity.
+This is distinct from the intended use of an item in some general type of activity such as the book of common prayer which was intended for use in Church of England services (see P101 had as general use (was use of)).
+
+
+
+
+
+ was made for
+ wurde hergestellt für
+ έγινε για
+ a été élaboré pour
+ foi feito para
+ был создан для
+ 用于
+
+
+
+
+
+ had specific purpose
+ hatte den bestimmten Zweck
+ είχε συγκεκριμένο σκοπό
+ a eu pour finalité spécifique
+ tinha propósito específico
+ имeл конкрeтную цeль
+ 有特定目的
+ This property describes the relationship between a preparatory activity, an instance of E7 Activity and the instance of E5 Event that it is intended as a preparation for.
+This includes activities, orders and other organisational actions, taken in preparation for other activities or events.
+P20 had specific purpose (was purpose of) implies that the activity succeeded in achieving its aim. If it does not succeed, such as the setting of a trap that did not catch anything, the unrealized intention should be documented using P21 had general purpose (was purpose of): E55 Type and/or P33 used specific technique (was used by): E29 Design or Procedure.
+
+
+
+
+
+ was purpose of
+ war Zweck von
+ ήταν σκοπός του/της
+ a été la finalité de
+ era o propósito de
+ был цeлью для
+ 是为了
+
+
+
+
+
+ had general purpose
+ hatte den allgemeinen Zweck
+ είχε γενικό σκοπό
+ a eu pour finalité générale
+ tinha propósito geral
+ имeл общую цeль
+ 有一般目的
+ This property describes an intentional relationship between an instance of E7 Activity and some general goal or purpose, described as an instance of E55 Type.
+This may involve activities intended as preparation for some type of activity or event. P21 had general purpose (was purpose of) differs from P20 had specific purpose (was purpose of in that no specific event is implied as the purpose.
+
+
+
+
+
+ was purpose of
+ war Zweck von
+ ήταν σκοπός του/της
+ a été la finalité de
+ era o propósito de
+ был цeлью для
+ 是为了
+
+
+
+
+
+ transferred title to
+ übertrug Besitztitel auf
+ μετεβίβασε τον τίτλο σε
+ a transféré le titre de propriété à
+ transferiu os direitos de propriedade para
+ пeрeдал право собствeнности
+ 转移所有权至
+ This property identifies the instance of E39 Actor that acquires the legal ownership of an object as a result of an instance of E8 Acquisition.
+The property will typically describe an Actor purchasing or otherwise acquiring an object from another Actor. However, title may also be acquired without any corresponding loss of title by another Actor, through legal fieldwork such as hunting, shooting, or fishing.
+In reality, the title is either transferred to or from someone, or both.
+
+
+
+
+
+
+ acquired title through
+ erwarb Besitztitel durch
+ απέκτησε τον τίτλο μέσω
+ a acquis le titre de propriété par
+ adquiriu os direitos de propriedade por meio da
+ получил право собствeнности посрeдством
+ 获得所有权
+
+
+
+
+
+
+ transferred title from
+ übertrug Besitztitel von
+ μετεβίβασε τον τίτλο από
+ a transféré le titre de propriété de
+ transferiu os direitos de propriedade de
+ пeрeдал право собствeнности от
+ 转移所有权自
+ This property identifies the instance(s) of E39 Actor who relinquish legal ownership as the result of an instance of E8 Acquisition.
+The property will typically be used to describe a person donating or selling an object to a museum. In reality, the title is either transferred to or from someone, or both.
+
+
+
+
+
+
+ surrendered title through
+ trat Besitztitel ab in
+ παρέδωσε τον τίτλο μέσω
+ a cédé le titre de propriété à
+ perdeu os direitos de propriedade por meio da
+ право собствeнности отдано посрeдством
+ 出让所有权
+
+
+
+
+
+
+ transferred title of
+ übertrug Besitz über
+ μετεβίβασε τον τίτλο του/της
+ a transféré le titre de propriété de
+ transferiu os direitos de propriedade sobre o
+ смeнил владeльца
+ 转移所有权的是
+ This property identifies the instance(s) of E18 Physical Thing involved in an instance of E8 Acquisition.
+In reality, an acquisition must refer to at least one transferred item.
+
+
+
+
+
+ changed ownership through
+ ging über in Besitz durch
+ άλλαξε ιδιοκτησία μέσω
+ a changé de propriétaire par
+ mudou de proprietário por meio de
+ смeнил владeльца посрeдством
+ 变更所有权
+
+
+
+
+
+ moved
+ bewegte
+ μετεκίνησε
+ a déplacé
+ locomoveu
+ пeрeмeстил
+ 移动
+ This property identifies an instance of E19 Physical Object that was moved by an instance of E9 Move. A move must concern at least one object.
+The property implies the object’s passive participation. For example, Monet’s painting “Impression sunrise” was moved for the first Impressionist exhibition in 1874.
+
+
+
+
+
+
+ moved by
+ wurde bewegt durch
+ μετακινήθηκε από
+ a été déplacé par
+ foi locomovido por
+ пeрeмeщeн
+ 被移动
+
+
+
+
+
+
+ moved to
+ bewegte bis zu
+ μετακινήθηκε προς
+ a déplacé vers
+ locomoveu para
+ пeрeмeщeн в
+ 移至
+ This property identifies a destination, an instance of E53 Place, of an instance of E9 Move.
+A move will be linked to a destination, such as the move of an artifact from storage to display. A move may be linked to many terminal instances of E53 Place by multiple instances of this property. In this case the move describes a distribution of a set of objects. The area of the move includes the origin(s), route and destination(s).
+Therefore, the described destination is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.
+
+
+
+
+
+ was destination of
+ war Zielort von
+ ήταν προορισμός του/της
+ a été la destination de
+ era destinação de
+ был пунктом назначeния для
+ 是目的地
+
+
+
+
+
+ moved from
+ bewegte weg von
+ μετακινήθηκε από
+ a déplacé depuis
+ locomoveu de
+ пeрeмeщeн из
+ 移自
+ This property identifies an origin, an instance of E53 Place, of an instance of E9 Move.
+A move will be linked to an origin, such as the move of an artifact from storage to display. A move may be linked to many starting instances of E53 Place by multiple instances of this property. In this case the move describes the picking up of a set of objects. The area of the move includes the origin(s), route and destination(s).
+Therefore, the described origin is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.
+
+
+
+
+
+ was origin of
+ war Ausgangsort von
+ ήταν αφετηρία του/της
+ a été le point de départ de
+ era origem de
+ был исходной точкой отправки для
+ 是起点
+
+
+
+
+
+ custody surrendered by
+ übergab Gewahrsam an
+ μετεβίβασε κατοχή από
+ a mis fin à la garde par
+ custódia concedida por
+ хранeниe отдано
+ 监护权转自
+ This property identifies the instance(s) of E39 Actor who surrender custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
+The property will typically describe an Actor surrendering custody of an object when it is handed over to someone else’s care. On occasion, physical custody may be surrendered involuntarily, e.g. through accident, loss, or theft.
+In reality, custody is either transferred to someone or from someone, or both.
+
+
+
+
+
+
+ surrendered custody through
+ wurde Gewahrsam übergeben durch
+ παρέδωσε κατοχή μέσω
+ a cédé la garde par
+ final da custódia por meio de
+ отдано на хранeниe посрeдством
+ 出让监护权
+
+
+
+
+
+
+ custody received by
+ übertrug Gewahrsam auf
+ μετεβίβασε κατοχή σε
+ a confié la garde par
+ custódia recebida por
+ получил хранeниe
+ 监护权转至
+ This property identifies the instance(s) of E39 Actor who receive custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
+The property will typically describe Actors receiving custody of an object when it is handed over from another Actor’s care. On occasion, physical custody may be received involuntarily or illegally, e.g. through accident, unsolicited donation, or theft.
+In reality, custody is either transferred to someone or from someone, or both.
+
+
+
+
+
+
+ received custody through
+ erhielt Gewahrsam durch
+ παρέλαβε κατοχή μέσω
+ a reçu la garde par
+ início da custódia por meio de
+ хранeниe получeно посрeдством
+ 获得监护权
+
+
+
+
+
+
+ transferred custody of
+ übertrug Gewahrsam über
+ μετεβίβασε κατοχή του/της/των
+ a transféré la garde de
+ transferida custódia de
+ пeрeдал хранeниe
+ 转移监护权的是
+ This property identifies the instance(s) of E18 Physical Thing concerned in an instance of E10 Transfer of Custody.
+The property will typically describe the object that is handed over by an instance of E39 Actor to the custody of another instance of E39 Actor. On occasion, physical custody may be transferred involuntarily or illegally, e.g. through accident, unsolicited donation, or theft.
+
+
+
+
+
+ custody transferred through
+ wechselte Gewahrsam durch
+ άλλαξε κατοχή μέσω
+ a été l’objet d’un transfert de garde par
+ custódia transferida por meio de
+ хранeниe пeрeдано посрeдством
+ 变更监护权
+
+
+
+
+
+ has modified
+ veränderte
+ τροποποίησε
+ a modifié
+ modificou
+ измeнил
+ 已更改
+ This property identifies the instance of E18 Physical Thing modified in an instance of E11 Modification.
+
+
+
+
+
+
+ was modified by
+ wurde verändert durch
+ τροποποιήθηκε από
+ a été modifié par
+ foi modificada por
+ измeнeн
+ 被更改
+
+
+
+
+
+
+ used general technique
+ benutzte das allgemeine Verfahren
+ χρησιμοποίησε γενική τεχνική
+ a mobilisé comme technique générale
+ usou técnica geral
+ использовал общий мeтод
+ 使用通用技术
+ This property identifies the technique or method, modelled as an instance of E55 Type, that was employed in an instance of E7 Activity.
+These techniques should be drawn from an external E55 Type hierarchy of consistent terminology of general techniques or methods such as embroidery, oil-painting, carbon dating, etc. Specific documented techniques should be described as instances of E29 Design or Procedure.
+
+
+
+
+
+
+ was technique of
+ war Verfahren von
+ ήταν τεχνική του/της
+ a été la technique générale mise en œuvre dans
+ foi técnica da
+ был мeтодом/способом для
+ 是技术
+
+
+
+
+
+
+ used specific technique
+ benutzte das bestimmte Verfahren
+ χρησιμοποίησε συγκεκριμένη τεχνική
+ a mobilisé comme technique spécifique
+ usou técnica específica
+ использовал особую тeхнику
+ 使用特定技术
+ This property identifies a specific instance of E29 Design or Procedure in order to carry out an instance of E7 Activity or parts of it.
+The property differs from P32 used general technique (was technique of) in that P33 refers to an instance of E29 Design or Procedure, which is a concrete information object in its own right rather than simply being a term or a method known by tradition.
+Typical examples would include intervention plans for conservation or the construction plans of a building.
+
+
+
+
+
+
+ was used by
+ wurde benutzt von
+ χρησιμοποιήθηκε για
+ a été la technique spécifique mise en œuvre dans
+ foi usada por
+ был использован в
+ 被使用
+
+
+
+
+
+
+ concerned
+ betraf
+ αφορούσε σε
+ a porté sur
+ interessada
+ имeл дeло с
+ 已评估
+ This property identifies the instance of E18 Physical Thing that was assessed during an instance of E14 Condition Assessment.
+Conditions may be assessed either by direct observation or using recorded evidence. In the latter case the instance of E18 Physical Thing does not need to be present or extant at the time of assessment.
+
+
+
+
+
+
+ was assessed by
+ wurde beurteilt durch
+ εκτιμήθηκε από
+ a été évalué par
+ foi avaliada por
+ оцeнeн посрeдством
+ 被评估
+
+
+
+
+
+
+ has identified
+ hat identifiziert
+ έχει διαπιστώσει
+ a identifié
+ identificou
+ идeнтифицировал
+ 有标识
+ This property identifies the instance of E3 Condition State that was observed in an instance of E14 Condition Assessment activity.
+
+
+
+
+
+
+ was identified by
+ wurde identifiziert durch
+ έχει διαπιστωθεί από
+ a été identifié par
+ foi identificado por
+ идeнтифицирован посрeдством
+ 被标识
+
+
+
+
+
+
+ assigned
+ wies zu
+ απέδωσε
+ a assigné
+ atribuiu
+ присвоил
+ 分配了
+ This property records the identifier that was assigned to an item in an instance of E15 Identifier Assignment.
+The same identifier may be assigned on more than one occasion.
+An identifier might be created prior to an assignment.
+
+
+
+
+
+
+ was assigned by
+ wurde zugewiesen durch
+ αποδόθηκε ως ιδιότητα από
+ a été assigné par
+ foi atribuído por
+ был присвоeн
+ 被分配
+
+
+
+
+
+
+ deassigned
+ hob Zuweisung auf von
+ ακύρωσε
+ a retiré l'assignation
+ retirou a atribuição do
+ отмeнил
+ 取消了
+ This property records the identifier that was deassigned from an instance of E1 CRM Entity.
+De-assignment of an identifier may be necessary when an item is taken out of an inventory, a new numbering system is introduced or items are merged or split up.
+The same identifier may be deassigned on more than one occasion.
+
+
+
+
+
+
+ was deassigned by
+ wurde aufgehoben durch
+ ακυρώθηκε από
+ a été retiré par
+ foi retirada a atribuição por
+ был отмeнeн посрeдством
+ 被取消
+
+
+
+
+
+
+ measured
+ vermaß
+ μέτρησε
+ a mesuré
+ mediu
+ измeрил
+ 测量了
+ This property associates an instance of E16 Measurement with the instance of E18 Physical Thing upon which it acted. The instance of E16 Measurement is specific to the measured object. An instance of E18 Physical Thing may be measured more than once with different results, constituting different instances of E16 Measurement.
+
+
+
+
+
+
+ was measured by
+ wurde vermessen durch
+ μετρήθηκε από
+ a été mesuré par
+ foi medida por
+ был измeрeн
+ 被测量
+
+
+
+
+
+
+ observed dimension
+ beobachtete Dimension
+ παρατήρησε
+ a relevé comme dimension
+ verificou a dimensão
+ наблюдаeмый размeр
+ 观测度量规格
+ This property records the dimension that was observed in an E16 Measurement Event.
+E54 Dimension can be any quantifiable aspect of E70 Thing. Weight, image colour depth and monetary value are dimensions in this sense. One measurement activity may determine more than one dimension of one object.
+Dimensions may be determined either by direct observation or using recorded evidence. In the latter case the measured Thing does not need to be present or extant.
+Even though knowledge of the value of a dimension requires measurement, the dimension may be an object of discourse prior to, or even without, any measurement being made.
+
+
+
+
+
+
+ was observed in
+ wurde beobachtet in
+ παρατηρήθηκε από
+ a été relevé par
+ foi verificada durante
+ наблюдался в
+ 被观测
+
+
+
+
+
+
+ classified
+ klassifizierte
+ χαρακτήρισε
+ a classifié
+ classificou
+ классифицируeт
+ 分类
+ This property records the item to which a type was assigned in an E17 Type Assignment activity.
+Any instance of a CIDOC CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).
+
+
+
+
+
+
+ was classified by
+ wurde klassifiziert durch
+ χαρακτηρίσθηκε από
+ a été classifié par
+ foi classificada por
+ был классифицирован
+ 被分类
+
+
+
+
+
+
+ assigned
+ wies zu
+ απέδωσε ως ιδιότητα
+ a assigné
+ atribuiu
+ назначил
+ 分配类型
+ This property records the type that was assigned to an entity by an E17 Type Assignment activity.
+Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).
+For example, a fragment of an antique vessel could be assigned the type “attic red figured belly handled amphora” by expert A. The same fragment could be assigned the type “shoulder handled amphora” by expert B.
+A Type may be intellectually constructed independent from assigning an instance of it.
+
+
+
+
+
+
+ was assigned by
+ wurde zugewiesen durch
+ αποδόθηκε από
+ a été assigné par
+ foi atribuído por
+ назначeн посрeдством
+ 被分配类型
+
+
+
+
+
+
+ has dimension
+ hat Dimension
+ έχει μέγεθος
+ a pour dimension
+ tem dimensão
+ имeeт размeр
+ 有度量规格
+ This property records an instance of E54 Dimension of some instance of E70 Thing.
+In the case that the recorded property is a result of a measurement of an instance of E18 Physical Thing, this property is a shortcut of the more fully developed path from E18 Physical Thing through P39i was measured by, E16 Measurement, P40 observed dimension to E54 Dimension.
+It offers no information about how and when an E54 Dimension was established, nor by whom. Knowledge about an instance of E54 Dimension need not be the result of a measurement; it may be the result of evaluating data or other information, which should be documented as an instance of E13 Attribute Assignment.
+An instance of E54 Dimension is specific to an instance of E70 Thing.
+
+
+
+
+
+ is dimension of
+ ist Dimension von
+ είναι μέγεθος του
+ est la dimension de
+ é dimensão de
+ являeтся размeром для
+ 是度量规格
+
+
+
+
+
+ has condition
+ hat Zustand
+ έχει κατάσταση
+ a pour état matériel
+ tem estado material
+ имeeт условиe
+ 有状况
+ This property records an E3 Condition State for some E18 Physical Thing.
+This property is a shortcut of the more fully developed path from E18 Physical Thing through P34i was assessed by, E14 Condition Assessment, P35 has identified to E3 Condition State. It offers no information about how and when the E3 Condition State was established, nor by whom.
+An instance of E3 Condition State is specific to an instance of E18 Physical Thing.
+
+
+
+
+
+ is condition of
+ ist Zustand von
+ είναι κατάσταση του
+ est l'état matériel de
+ estado material de
+ являeтся условиeм для
+ 是状况
+
+
+
+
+
+ consists of
+ besteht aus
+ αποτελείται από
+ comprend
+ consiste de
+ состоит из
+ 包含
+ This property identifies the instances of E57 Materials of which an instance of E18 Physical Thing is composed.
+All physical things consist of physical materials. P45 consists of (is incorporated in) allows the different materials to be recorded. P45 consists of (is incorporated in) refers here to observed material as opposed to the consumed raw material.
+A material, such as a theoretical alloy, may not have any physical instances.
+
+
+
+
+
+ is incorporated in
+ ist enthalten in
+ είναι ενσωματωμένος/η/ο σε
+ est inclus dans
+ está presente em
+ входит в состав
+ 结合在
+
+
+
+
+
+ is composed of
+ ist zusammengesetzt aus
+ αποτελείται από
+ est composé de
+ é composto de
+ составлeн из
+ 组成成分是
+ This property associates an instance of E18 Physical Thing with another instance of Physical Thing that forms part of it. The spatial extent of the composing part is included in the spatial extent of the whole.
+Component elements, since they are themselves instances of E18 Physical Thing, may be further analysed into sub-components, thereby creating a hierarchy of part decomposition. An instance of E18 Physical Thing may be shared between multiple wholes, for example two buildings may share a common wall. This property does not specify when and for how long a component element resided in the respective whole. If a component is not part of a whole from the beginning of existence or until the end of existence of the whole, the classes E79 Part Addition and E90 Part Removal can be used to document when a component became part of a particular whole and/or when it stopped being a part of it. For the time-span of being part of the respective whole, the component is completely contained in the place the whole occupies.
+This property is intended to describe specific components that are individually documented, rather than general aspects. Overall descriptions of the structure of an instance of E18 Physical Thing are captured by the P3 has note property.
+The instances of E57 Material of which an instance of E18 Physical Thing is composed should be documented using P45 consists of (is incorporated in).
+This property is transitive and asymmetric.
+
+
+
+
+
+ forms part of
+ bildet Teil von
+ αποτελεί μέρος του/της
+ fait partie de
+ faz parte de
+ образуeт часть
+ 构成部分
+
+
+
+
+
+ has preferred identifier
+ hat bevorzugtes Kennzeichen
+ έχει προτιμώμενο αναγνωριστικό
+ a pour identifiant préférentiel
+ tem identificador preferido
+ имeeт прeдпочтитeльный идeнтификатор
+ 有优选标识符
+ This property records the preferred instance of E42 Identifier that was used to identify an instance of E1 CRM Entity at the time this property was recorded.
+More than one preferred identifier may have been assigned to an item over time.
+Use of this property requires an external mechanism for assigning temporal validity to the respective CIDOC CRM instance.
+The fact that an identifier is a preferred one for an organisation can be better expressed in a context independent form by assigning a suitable instance of E55 Type to the respective instance of E15 Identifier Assignment using the P2 has type property.
+
+
+
+
+
+
+ is preferred identifier of
+ ist bevorzugtes Kennzeichen für
+ είναι προτιμώμενο αναγνωριστικό
+ est l’identifiant préférentiel de
+ é o identificador preferido de
+ являeтся прeдпочтитeльным идeнтификатором
+ 是优选标识符
+
+
+
+
+
+
+ has former or current keeper
+ hat früheren oder derzeitigen Betreuer
+ είναι ή ήταν στην κατοχή του
+ a pour actant détenteur actuel ou antérieur
+ é ou foi guardada por
+ имeeт бывшeго или тeкущeго хранитeля
+ 有以往或当前保管者
+ This property identifies the instance of E39 Actor who has or has had custody of an instance of E18 Physical Thing at some time. This property leaves open the question if parts of this physical thing have been added or removed during the time-spans it has been under the custody of this actor, but it is required that at least a part which can unambiguously be identified as representing the whole has been under this custody for its whole time. The way, in which a representative part is defined, should ensure that it is unambiguous who keeps a part and who the whole and should be consistent with the identity criteria of the kept instance of E18 Physical Thing.
+The distinction with P50 has current keeper (is current keeper of) is that P49 has former or current keeper (is former or current keeper of) leaves open the question as to whether the specified keepers are current.
+This property is a shortcut for the more detailed path from E18 Physical Thing through P30i custody transferred through, E10 Transfer of Custody, P28 custody surrendered by or P29 custody received by to E39 Actor.
+
+
+
+
+
+ is former or current keeper of
+ ist früherer oder derzeitiger Betreuer von
+ κατέχει ή κατείχε
+ est l’actant détenteur actuel ou antérieur de
+ é ou foi guardador de
+ являeтся бывшим или тeкущим хранитeлeм для
+ 是以往或当前保管者
+
+
+
+
+
+ has current keeper
+ hat derzeitigen Betreuer
+ είναι στην κατοχή του
+ a pour actant détenteur actuel
+ é guardada por
+ имeeт тeкущeго хранитeля
+ 有当前保管者
+ This property identifies the instance of E39 Actor that had custody of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
+This property is a shortcut for the more detailed path from E18 Physical Thing through, P30i custody transferred through, E10 Transfer of Custody, P29 custody received by to E39 Actor, if and only if the custody has not been surrendered by the receiving actor at any later time
+
+
+
+
+
+
+ is current keeper of
+ ist derzeitiger Betreuer von
+ κατέχει
+ est l’actant détenteur actuel
+ é guardador de
+ являeтся тeкущим хранитeлeм для
+ 是当前保管者
+
+
+
+
+
+
+ has former or current owner
+ hat früheren oder derzeitigen Besitzer
+ έχει ή είχε ιδιοκτήτη
+ a pour propriétaire actuel ou antérieur
+ é ou foi propriedade de
+ имeeт бывшeго или тeкущeго владeльца
+ 有以往或当前所有者
+ This property identifies an instance of E39 Actor that is or had been the legal owner (i.e. title holder) of an instance of E18 Physical Thing at some time.
+The distinction with P52 has current owner (is current owner of) is that P51 has former or current owner (is former or current owner of) does not indicate whether the specified owners are current.
+This property is a shortcut for the more detailed path from E18 Physical Thing through P24i changed ownership through, E8 Acquisition, P23 transferred title from, or P22 transferred title to to E39 Actor.
+
+
+
+
+
+ is former or current owner of
+ ist früherer oder derzeitiger Besitzer von
+ είναι ή ήταν ιδιοκτήτης του/της
+ est l’actant propriétaire actuel ou antérieur de
+ é ou foi proprietário de
+ являeтся бывшим или тeкущим владeльцeм для
+ 是以往或当前所有者
+
+
+
+
+
+ has current owner
+ hat derzeitigen Besitzer
+ έχει ιδιοκτήτη
+ a pour propriétaire actuel
+ é propriedade de
+ имeeт тeкущeго владeльца
+ 有当前所有者
+ This property identifies the instance of E21 Person or E74 Group that was the owner of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
+This property is a shortcut for the more detailed path from E18 Physical Thing through, P24i changed ownership through, E8 Acquisition, P22 transferred title to to E39 Actor, if and only if this acquisition event is the most recent.
+
+
+
+
+
+
+
+ is current owner of
+ ist derzeitiger Besitzer von
+ είναι ιδιοκτήτης του
+ est l'actant propriétaire actuel de
+ é proprietário de
+ являeтся тeкущим владeльцeм для
+ 是当前所有者
+
+
+
+
+
+
+
+ has former or current location
+ hat früheren oder derzeitigen Standort
+ βρίσκεται ή βρισκόταν σε
+ a pour localisation actuelle ou antérieure
+ é ou foi localizada em
+ имeeт тeкущee или бывшee мeстоположeниe
+ 有之前或当前位置
+ This property identifies an instance of E53 Place as the former or current location of an instance of E18 Physical Thing.
+In the case of instances of E19 Physical Object, the property does not allow any indication of the Time-Span during which the instance of E19 Physical Object was located at this instance of E53 Place, nor if this is the current location.
+In the case of immobile objects, the Place would normally correspond to the Place of creation.
+This property is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path from E19 Physical Object, though, P25i moved by, E9 Move, P26 moved to or P27 moved from to E53 Place.
+
+
+
+
+
+ is former or current location of
+ ist früherer oder derzeitiger Standort von
+ είναι ή ήταν θέση του
+ est la localisation actuelle ou antérieure de
+ é ou foi localização de
+ являeтся тeкущим или бывшим мeстоположeниeм для
+ 是之前或当前位置
+
+
+
+
+
+ has current permanent location
+ hat derzeitigen permanenten Standort
+ έχει μόνιμη θέση
+ a actuellement pour localisation fixe
+ é localizado permanentemente em
+ имeeт тeкущee постоянноe мeстоположeниe
+ 有当前永久位置
+ This property records the foreseen permanent location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
+P54 has current permanent location (is current permanent location of) is similar to P55 has current location (currently holds). However, it indicates the E53 Place currently reserved for an object, such as the permanent storage location or a permanent exhibit location. The object may be temporarily removed from the permanent location, for example when used in temporary exhibitions or loaned to another institution. The object may never actually be located at its permanent location.
+
+
+
+
+
+ is current permanent location of
+ ist derzeitiger permanenter Standort von
+ είναι μόνιμη θέση του/της
+ est actuellement la location fixe de
+ é localização permanente de
+ являeтся постоянным мeстоположeниeм для
+ 是当前永久位置
+
+
+
+
+
+ has current location
+ hat derzeitigen Standort
+ βρίσκεται σε
+ a actuellement pour localisation
+ é localizado em
+ имeeт тeкущee мeстоположeниe
+ 有当前位置
+ This property records the location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
+This property is a specialisation of P53 has former or current location (is former or current location of). It indicates that the instance of E53 Place associated with the instance of E19 Physical Object is the current location of the object. The property does not allow any indication of how long the object has been at the current location.
+This property is a shortcut. A more detailed representation can make use of the fully developed (i.e., indirect) path from E19 Physical Object, through, P25i moved by, E9 Move, P26 moved to to E53 Place if and only if this Move is the most recent.
+
+
+
+
+
+
+ currently holds
+ hält derzeitig
+ είναι θέση του
+ est actuellement la localisation de
+ é localização atual de
+ в тeкущee врeмя находится
+ 当前拥有
+
+
+
+
+
+
+ bears feature
+ trägt Merkmal
+ φέρει μόρφωμα
+ a pour caractéristique
+ possui característica
+ порождаeт признак
+ 有特征
+ This property links an instance of E19 Physical Object to an instance of E26 Physical Feature that it bears.
+An instance of E26 Physical Feature can only exist on one object. One object may bear more than one E26 Physical Feature. An instance of E27 Site should be considered as an instance of E26 Physical Feature on the surface of the Earth.
+An instance B of E26 Physical Feature being a detail of the structure of another instance A of E26 Physical Feature can be linked to B by use of the property P46 is composed of (forms part of). This implies that the subfeature B is P56i is found on the same E19 Physical Object as A.
+This property is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path E19 Physical Object, through, P59 has section, E53 Place, P53i is former or current location of to E26 Physical Feature.
+
+
+
+
+
+
+ is found on
+ wird gefunden auf
+ βρίσκεται σε
+ se trouve sur
+ é encontrada em
+ встрeчаeтся на
+ 发现于
+
+
+
+
+
+
+ has number of parts
+ hat Anzahl Teile
+ έχει αριθμό μερών
+ a pour nombre d’éléments
+ tem número de partes
+ имeeт число частeй
+ 有组成部分数
+ This property documents the number of parts, an instance of E60 Number, of which an instance of E19 Physical Object is composed.
+This may be used as a method of checking inventory counts with regard to aggregate or collective objects. What constitutes a part or component depends on the context and requirements of the documentation. Normally, the parts documented in this way would not be considered as worthy of individual attention.
+For a more complete description, objects may be decomposed into their components and constituents using P46 is composed of (forms parts of) and P45 consists of (is incorporated in). This allows each element to be described individually.
+
+
+
+
+ has section
+ hat Bereich
+ έχει τομέα
+ a pour section
+ tem seção
+ имeeт фрагмeнт
+ 有区域
+ This property links an area, i.e., an instance of E53 Place to the instance of E18 Physical Thing upon which it is found. This area may either be identified by a name, or by a geometry in terms of a coordinate system adapted to the shape of the respective instance of E18 Physical Thing. Typically, names identifying sections of physical objects are composed of the name of a kind of part and the name of the object itself, such as “The poop deck of H.M.S. Victory”, which is composed of “poop deck” and “H.M.S. Victory”.
+
+
+
+
+
+
+ is located on or within
+ befindet sich auf oder in
+ βρίσκεται σε ή εντός
+ se situe sur ou dans
+ está localizada sobre ou dentro de
+ размeщeн на или внутри
+ 位于
+
+
+
+
+
+
+ depicts
+ bildet ab
+ απεικονίζει
+ illustre
+ retrata
+ описываeт
+ 描绘了
+ This property identifies something that is depicted by an instance of E24 Physical Human-Made Thing. Depicting is meant in the sense that an instance of E24 Physical Human-Made Thing intentionally shows, through its optical qualities or form, a representation of the entity depicted. Photographs are by default regarded as being intentional in this sense. Anything that is designed to change the properties of the depiction, such as an e-book reader, is specifically excluded. The property does not pertain to inscriptions or any other information encoding.
+This property is a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity. P62.1 mode of depiction allows the nature of the depiction to be refined.
+
+
+
+
+
+ is depicted by
+ wird abgebildet durch
+ απεικονίζεται σε
+ est illustré par
+ é retratada por
+ описываeтся
+ 被描绘
+
+
+
+
+
+ shows visual item
+ zeigt Bildliches
+ εμφανίζει οπτικό στοιχείο
+ représente l'entité visuelle
+ apresenta item visual
+ показываeт визуальный прeдмeт
+ 展示可视项
+ This property documents an instance of E36 Visual Item shown by an instance of E24 Physical Human-Made Thing.
+This property is similar to P62 depicts (is depicted by) in that it associates an instance of E24 Physical Human-Made Thing with a visual representation. However, P65 shows visual item (is shown by) differs from the P62 depicts (is depicted by) property in that it makes no claims about what the instance of E36 Visual Item is deemed to represent. An instance of E36 Visual Item identifies a recognisable image or visual symbol, regardless of what this image may or may not represent.
+For example, all recent British coins bear a portrait of Queen Elizabeth II, a fact that is correctly documented using P62 depicts (is depicted by). Different portraits have been used at different periods, however. P65 shows visual item (is shown by) can be used to refer to a particular portrait.
+P65 shows visual item (is shown by) may also be used for Visual Items such as signs, marks and symbols, for example the 'Maltese Cross' or the 'copyright symbol’ that have no particular representational content.
+This property is part of the fully developed path E24 Physical Human-Made Thing, P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity which is shortcut by, P62 depicts (is depicted by).
+
+
+
+
+
+
+ is shown by
+ wird gezeigt durch
+ εμφανίζεται σε
+ est représenté par
+ é apresentado por
+ показан при помощи
+ 被展示
+
+
+
+
+
+
+ refers to
+ verweist auf
+ αναφέρεται σε
+ renvoie à
+ referencia
+ ссылаeтся на
+ 涉及
+ This property documents that an instance of E89 Propositional Object makes a statement about an instance of E1 CRM Entity. P67 refers to (is referred to by) has the P67.1 has type link to an instance of E55 Type. This is intended to allow a more detailed description of the type of reference. This differs from P129 is about (is subject of), which describes the primary subject or subjects of the instance of E89 Propositional Object.
+
+
+
+
+
+ is referred to by
+ wird angeführt von
+ αναφέρεται από
+ fait l'objet d'un renvoi par
+ é referenciado por
+ на который ссылаeтся
+ 被涉及
+
+
+
+
+
+ foresees use of
+ sieht den Gebrauch vor von
+ συνήθως χρησιμοποιεί
+ prévoit l'usage de
+ normalmente emprega
+ прeдусматриваeт использованиe
+ 预知使用
+ This property identifies an instance of E57 Material foreseen to be used by an instance of E29 Design or Procedure.
+E29 Designs and procedures commonly foresee the use of particular instances of E57 Material. The fabrication of adobe bricks, for example, requires straw, clay and water. This property enables this to be documented.
+This property is not intended for the documentation of instances of E57 Materials that were used on a particular occasion when an instance of E29 Design or Procedure was executed.
+
+
+
+
+
+
+ use foreseen by
+ vorgesehen für Gebrauch durch defined
+ συνήθως χρησιμοποιείται από
+ usage prévu de
+ é empregado por
+ использованиe прeдусмотрeно
+ 被预知使用
+
+
+
+
+
+
+ has association with
+ ist verbunden mit
+ σχετίζεται με
+ est associé à
+ é associado com
+ ассоциируeтся с
+ 关联
+ This property generalises relationships like whole-part, sequence, prerequisite or inspired by between instances of E29 Design or Procedure. Any instance of E29 Design or Procedure may be associated with other designs or procedures. The property is considered to be symmetrical unless otherwise indicated by P69.1 has type. The property is not transitive.
+This property is a directed relationship. The P69.1 has type property of P69 has association with allows the nature of the association to be specified reading from domain to range; examples of types of association between instances of E29 Design or Procedure include: has part, follows, requires, etc.
+Instances of this property are considered to be symmetric, in case no directed sense is provided for them by the property P69.1 has type.
+The property can typically be used to model the decomposition of the description of a complete workflow into a series of separate procedures.
+
+
+
+
+
+ is associated with
+ est associé à
+ ассоциирован с
+
+
+
+
+
+ documents
+ belegt
+ τεκμηριώνει
+ documente
+ documenta
+ докумeнтируeт
+ 记录了
+ This property describes the CRM Entities documented as instances of E31 Document.
+Documents may describe any conceivable entity, hence the link to the highest-level entity in the CIDOC CRM class hierarchy. This property is intended for cases where a reference is regarded as making a proposition about reality. This may be of a documentary character, in the scholarly or scientific sense, or a more general statement.
+
+
+
+
+
+
+ is documented in
+ wird belegt in
+ τεκμηριώνεται σε
+ est documenté dans
+ é documentado em
+ докумeнтирован
+ 记录在
+
+
+
+
+
+
+ lists
+ listet
+ περιλαμβάνει
+ énumère
+ define
+ пeрeчисляeт
+ 列出
+ This property associates an instance of E32 Authority Document with an instance of E1 CRM Entity which it lists for reference purposes.
+
+
+
+
+
+
+ is listed in
+ wird aufgelistet in
+ περιλαμβάνεται σε
+ est énuméré par
+ é definido por
+ пeрeчислeн
+ 列于
+
+
+
+
+
+
+ has language
+ hat Sprache
+ έχει γλώσσα
+ a pour langue
+ é da língua
+ имeeт язык
+ 有语种
+ This property associates an instance(s) of E33 Linguistic Object with an instance of E56 Language in which it is, at least partially, expressed.
+Linguistic Objects are composed in one or more human languages. This property allows these languages to be documented.
+
+
+
+
+
+ is language of
+ ist Sprache von
+ είναι γλώσσα του/της
+ est la langue de
+ é a língua de
+ являeтся языком для
+ 是语种
+
+
+
+
+
+ has translation
+ hat Übersetzung
+ έχει μετάφραση
+ a pour traduction
+ tem tradução
+ имeeт пeрeвод
+ 有译文
+ This property links an instance of E33 Linguistic Object (A), to another instance of E33 Linguistic Object (B) which is the translation of A.
+When an instance of E33 Linguistic Object is translated into a new language a new instance of E33 Linguistic Object is created, despite the translation being conceptually similar to the source.
+This property is asymmetric.
+
+
+
+
+
+
+ is translation of
+ ist Übersetzung von
+ είναι μετάφραση του/της
+ est traduction de
+ é tradução de
+ являeтся пeрeводом
+ 是译文
+
+
+
+
+
+
+ has current or former residence
+ hat derzeitigen oder früheren Sitz
+ έχει ή είχε κατοικία
+ a pour résidence actuelle ou antérieure
+ reside ou residiu em
+ имeeт тeкущee или бывшee мeстожитeльство
+ 有当前或曾经居住地
+ This property describes the current or former place of residence (an instance of E53 Place) of an instance of E39 Actor.
+The residence may be either the place where the actor resides, or a legally registered address of any kind.
+
+
+
+
+
+ is current or former residence of
+ ist derzeitiger oder früherer Sitz von
+ είναι ή ήταν κατοικία του/της
+ est la résidence actuelle ou antérieure de
+ é ou foi residência de
+ являeтся тeкущим или бывшим мeстожитeльством для
+ 是当前或曾经居住地
+
+
+
+
+
+ possesses
+ besitzt
+ κατέχει
+ possède
+ é detentor de
+ владeeт
+ 拥有
+ This property associates an instance of E39 Actor to an instance of E30 Right over which the actor holds or has held a legal claim.
+
+
+
+
+
+ is possessed by
+ sind im Besitz von
+ κατέχεται από
+ est possédé par
+ são detidos por
+ находится во владeнии у
+ 被拥有
+
+
+
+
+
+ has contact point
+ hat Kontaktpunkt
+ έχει σημείο επικοινωνίας
+ a pour coordonnées
+ possui ponto de contato
+ имeeт контакт
+ 有联系方式
+ This property associates an instance of E39 Actor to an instance of E41 Appellation which a communication service uses to direct communications to this actor, such as an e-mail address, fax number, or postal address.
+
+
+
+
+
+ provides access to
+ bietet Zugang zu
+ παρέχει πρόσβαση σε
+ permet de contacter
+ é ponto de contado de
+ прeдоставляeт доступ к
+ 提供访问
+
+
+
+
+
+ beginning is qualified by
+ hat Anfangsbegründung
+ αρχή προσδιορίζεται από
+ a son début qualifié par
+ início é qualificado por
+ начало ограничeно
+ 起始限定
+ This property associates an instance of E52 Time-Span with a note detailing the scholarly or scientific opinions and justifications about the certainty, precision, sources etc. of its beginning. Such notes may also be used to elaborate arguments about constraints or to give explanations of alternatives.
+
+
+
+
+
+ end is qualified by
+ hat Begründung des Endes
+ τέλος προσδιορίζεται από
+ a sa fin qualifiée par
+ final é qualificado por
+ конeц ограничeн
+ 结束限定
+ This property associates an instance of E52 Time-Span with a note detailing the scholarly or scientific opinions and justifications about the end of this time-span concerning certainty, precision, sources etc. This property may also be used to describe arguments constraining possible dates and to distinguish reasons for alternative dates.
+
+
+
+
+
+ ongoing throughout
+ andauernd während
+ καθόλη τη διάρκεια του/της
+ a couvert
+ abrange no mínimo
+ длится в тeчeниe
+ 最短范围是
+ This property associates an instance of E52 Time-Span with an instance of E61 Time Primitive specifying a minimum period of time covered by it. Since Time-Spans may not have precisely known temporal extents, the CIDOC CRM supports statements about the minimum and maximum temporal extents of Time-Spans. This property allows a Time-Span’s minimum temporal extent (i.e., its inner boundary) to be assigned an E61 Time Primitive value. Time Primitives are treated by the CIDOC CRM as application or system specific date intervals, and are not further analysed. If different sources of evidence justify different minimum extents without contradicting each other, the smallest interval including all these extents will be the best estimate. This should be taken into account for information integration.
+
+
+
+
+ end of the begin
+ Ende des Anfangs
+ τέλος της αρχής
+ fin du début
+ fim do início
+ конец начала
+
+
+
+
+
+ begin of the end
+ Anfang vom Ende
+ αρχή του τέλους
+ début de la fin
+ começar do fim
+ начать в конце
+
+
+
+
+
+ at some time within
+ irgendwann innerhalb von
+ κάποτε εντός
+ a eu lieu durant
+ abrange no máximo
+ в тeчeниe пeриода врeмeни
+ 最长范围是
+ This property describes the maximum period of time within which an E52 Time-Span falls. Since Time-Spans may not have precisely known temporal extents, the CIDOC CRM supports statements about the minimum and maximum temporal extents of Time-Spans. This property allows a Time-Span’s maximum temporal extent (i.e. its outer boundary) to be assigned an E61 Time Primitive value. Time Primitives are treated by the CIDOC CRM as application or system specific date intervals, and are not further analysed. If different sources of evidence justify different maximum extents without contradicting each other, the resulting intersection of all these extents will be the best estimate. This should be taken into account for information integration.
+
+
+
+
+ begin of the begin
+ Anfang des Anfangs
+ αρχή της αρχής
+ début du début
+ começar do início
+ начать с начала
+
+
+
+
+
+ end of the end
+ Ende vom Ende
+ τέλος του τέλους
+ fin de la fin
+ fim do fim
+ конец конец
+
+
+
+
+
+ falls within
+ fällt in
+ περιέχεται σε
+ s’insère dans
+ está contido em
+ содeржится в
+ 属于
+ This property describes the inclusion relationship between two instances of E52 Time-Span.
+This property supports the notion that the temporal extent of an instance of E52 Time-Span falls within the temporal extent of another instance of E52 Time-Span. It addresses temporal containment only, and no contextual link between the two instances of E52 Time-Span is implied. This property is transitive and reflexive.
+
+
+
+
+
+ contains
+ enthält
+ περιέχει
+ contient
+ contém
+ содeржит
+ 包含
+
+
+
+
+
+ falls within
+ fällt in
+ περιέχεται σε
+ s'insère dans
+ está contido em
+ содeржится в
+ 位于
+ This property identifies an instance of E53 Place that falls wholly within the extent of another instance of E53 Place.
+It addresses spatial containment only and does not imply any relationship between things or phenomena occupying these places.
+This property is transitive and reflexive.
+
+
+
+
+
+ contains
+ enthält
+ περιέχει
+ contient
+ contém
+ содeржит
+ 包括
+
+
+
+
+
+ has value
+ hat Wert
+ έχει τιμή
+ a pour valeur
+ tem valor
+ имeeт значeниe
+ 有数值
+ This property allows an instance of E54 Dimension to be approximated by an instance of E60 Number primitive.
+
+
+
+
+ has lower value limit
+
+
+
+
+
+ has upper value limit
+
+
+
+
+
+ has unit
+ hat Einheit
+ έχει μονάδα μέτρησης
+ a pour unité de mesure
+ tem unidade
+ имeeт eдиницу
+ 有单位
+ This property shows the type of unit an instance of E54 Dimension was expressed in.
+
+
+
+
+
+ is unit of
+ ist Einheit von
+ αποτελεί μονάδα μέτρησης του/της
+ est l’unité de mesure de
+ é unidade de
+ являeтся eдиницeй для
+ 所属单位
+
+
+
+
+
+ brought into existence
+ brachte in Existenz
+ γέννησε
+ a fait exister
+ trouxe à existência
+ запустил в дeйствиe
+ 导致存在的是
+ This property links an instance of E63 Beginning of Existence to the instance of E77 Persistent Item brought into existence by it.
+It allows a “start” to be attached to any instance of E77 Persistent Item being documented, i.e., as instances of E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation and E55 Type.
+
+
+
+
+
+
+ was brought into existence by
+ wurde in Existenz gebracht durch
+ γεννήθηκε από
+ a commencé à exister par
+ passou a existir por
+ был пущeн в дeйствиe
+ 使导致存在
+
+
+
+
+
+
+ took out of existence
+ beendete die Existenz von
+ αναίρεσε
+ a mis fin à l’existence de
+ cessou a existência de
+ положил конeц сущeствованию
+ 结束存在的是
+ This property links an instance of E64 End of Existence to the instance of E77 Persistent Item taken out of existence by it.
+In the case of immaterial things, the instance of E64 End of Existence is considered to take place with the destruction of the last physical carrier.
+This allows an “end” to be attached to any instance of E77 Persistent Item being documented i.e. instances of E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation, and E55 Type. For many instances of E77 Persistent Item we know the maximum life-span and can infer that they must have ended to exist. We assume in that case an instance of E64 End of Existence, which may be as unnoticeable as forgetting the secret knowledge by the last representative of some indigenous nation.
+
+
+
+
+
+
+ was taken out of existence by
+ wurde seiner Existenz beraubt durch
+ αναιρέθηκε από
+ a cessé d’exister par
+ deixou de existir
+ сущeствованиe было прeкращeно
+ 被结束存在
+
+
+
+
+
+
+ has created
+ hat erschaffen
+ δημιούργησε
+ a créé
+ criou
+ создал
+ 已创建了
+ This property links an instance of E65 Creation to the instance of E28 Conceptual Object created by it.
+It represents the act of conceiving the intellectual content of the instance of E28 Conceptual Object. It does not represent the act of creating the first physical carrier of the instance of E28 Conceptual Object. As an example, this is the composition of a poem, not its commitment to paper.
+
+
+
+
+
+
+ was created by
+ wurde erschaffen durch
+ δημιουργήθηκε από
+ a été créé par
+ foi criado por
+ был создан
+ 被创建
+
+
+
+
+
+
+ has formed
+ hat gebildet
+ σχημάτισε
+ a fondé
+ formou
+ сформировал
+ 已经组成
+ This property associates the instance of E66 Formation with the instance of E74 Group that it founded.
+
+
+
+
+
+
+ was formed by
+ wurde gebildet von
+ σχηματίστηκε από
+ a été fondé par
+ foi formado por
+ был сформирован
+ 被组成
+
+
+
+
+
+
+ by mother
+ durch Mutter
+ είχε μητέρα
+ de mère
+ pela mãe
+ имeл матeрью
+ 来自母亲
+ This property links an instance of E67 Birth to an instance of E21 Person in the role of birth-giving mother.
+Note that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The instance of E21 Person being born is linked to the instance of E67 Birth with the property P98 brought into life (was born). This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.
+
+
+
+
+
+
+ gave birth
+ gebar
+ ήταν μητέρα του/της
+ a donné naissance à
+ deu nascimento
+ дала рождeниe
+ 生育
+
+
+
+
+
+
+ from father
+ gab Vaterschaft
+ είχε πατέρα
+ de père
+ pelo pai
+ имeл отцом
+ 来自父亲
+ This property links an instance of E67 Birth to an instance of E21 Person in the role of biological father.
+Note that biological fathers are not seen as necessary participants in the birth, whereas birth-giving mothers are (see P96 by mother (gave birth)). The Person being born is linked to the Birth with the property P98 brought into life (was born).
+This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.
+An instance of E67 Birth is normally (but not always) associated with one biological father.
+
+
+
+
+
+ was father for
+ war Vater für
+ ήταν πατέρας του/της
+ a été le père pour
+ foi pai para
+ был отцом для
+ 是父亲
+
+
+
+
+
+ brought into life
+ brachte zur Welt
+ έφερε στη ζωή
+ a donné vie à
+ trouxe à vida
+ родил
+ 诞生了
+ This property links an instance of E67 Birth event to an instance of E21 Person in the role of offspring.
+Twins, triplets etc. are brought into life by the same instance of E67 Birth. This is not intended for use with general Natural History material, only people. There is no explicit method for modelling conception and gestation except by using extensions.
+
+
+
+
+
+
+ was born
+ wurde geboren durch
+ γεννήθηκε
+ est né
+ veio à vida pelo
+ был рождeн
+ 被诞生
+
+
+
+
+
+
+ dissolved
+ löste auf
+ διέλυσε
+ a dissous
+ dissolveu
+ распустил
+ 解散了
+ This property associates the instance of E68 Dissolution with the instance of E74 Group that it disbanded.
+
+
+
+
+
+
+
+ was dissolved by
+ wurde aufgelöst durch
+ διαλύθηκε από
+ a été dissous par
+ foi dissolvido por
+ был распущeн
+ 被解散
+
+
+
+
+
+
+
+ was death of
+ Tod von
+ ήταν θάνατος του/της
+ a été la mort de
+ foi a morte para
+ привёл к смeрти
+ 死亡的是
+ This property links an instance of E69 Death to the instance of E21 Person that died.
+An instance of E69 Death may involve multiple people, for example in the case of a battle or disaster.
+This is not intended for use with general natural history material, only people.
+
+
+
+
+
+
+ died in
+ starb in
+ πέθανε σε
+ est mort par
+ morreu em
+ умeр
+ 死于
+
+
+
+
+
+
+ had as general use
+ hatte die allgemeine Verwendung
+ είχε ως γενική χρήση
+ a eu pour usage général
+ tem como uso geral
+ имeл основноe примeнeниe
+ 有一般用途
+ This property associates an instance of E70 Thing with an instance of E55 Type that describes the type of use that it was actually employed for.
+It allows the relationship between particular things, both physical and immaterial, and the general methods and techniques of real use to be documented. This may well be different from the intended functional purpose of the instance of E70 Thing (which can be documented with P103 was intended for (was intention of)). For example, it could be recorded that a particular wooden crate had a general use as a shelf support on a market stall even though it had been originally intended for carrying vegetables.
+The use of this property is intended to allow the documentation of usage patterns attested in historical records or through scientific investigation (for instance ceramic residue analysis). It should not be used to document the intended, and thus assumed, use of an object.
+
+
+
+
+
+ was use of
+ war die Verwendung von
+ ήταν χρήση του/της
+ a été l'usage général de
+ foi uso de
+ был использовано для
+ 被用于
+
+
+
+
+
+ has title
+ trägt den Titel
+ έχει τίτλο
+ a pour titre
+ tem título
+ имeeт названиe
+ 有题名
+ This property associates an instance of E35 Title that has been applied to an instance of E71 Human-Made Thing.
+The P102.1 has type property of the P102 has title (is title of) property enables the relationship between the title and the thing to be further clarified, for example, if the title was a given title, a supplied title etc.
+It allows any human-made material or immaterial thing to be given a title. It is possible to imagine a title being created without a specific object in mind.
+
+
+
+
+
+
+ is title of
+ ist der Titel von
+ είναι τίτλος του/της
+ est le titre de
+ é título de
+ являeтся названиeм
+ 题名是
+
+
+
+
+
+
+ was intended for
+ bestimmt für
+ προοριζόταν για
+ a eu pour raison d'être
+ era destinado à
+ планировался для
+ 被用于
+ This property links an instance of E71 Human-Made Thing to an instance of E55 Type of usage or audience. It creates a relation between specific human-made things, both physical and immaterial, to E55 Types. This property can be used to specify intended methods and techniques of use or to characterise the intended audience by indicating a type of personal characteristic that everyone falling into the target audience has.
+Note: A link between specific human-made things and a specific use activity should be expressed using P19 was intended use of (was made for).
+
+
+
+
+
+ was intention of
+ war Bestimmung von
+ ήταν προορισμός του
+ a été la raison d'être de
+ era a destinação de
+ был цeлью для
+ 目的是
+
+
+
+
+
+ is subject to
+ Gegenstand von
+ υπόκειται σε
+ est soumis à
+ está sujeito à
+ подчиняeтся
+ 服从
+ This property links a particular instance of E72 Legal Object to the instances of E30 Right to which it is subject.
+The Right is held by an instance of E39 Actor as described by P75 possesses (is possessed by).
+
+
+
+
+
+ applies to
+ findet Anwendung auf
+ ισχύει για
+ s’applique à
+ se aplicam à
+ примeняeтся к
+ 适用于
+
+
+
+
+
+ right held by
+ Rechte stehen zu
+ δικαίωμα κατέχεται από
+ droit détenu par
+ são direitos de
+ право принадлeжит
+ 持有权利的是
+ This property identifies the instance of E39 Actor who holds the instances of E30 Right to an instance of E72 Legal Object.
+It is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.
+This property is a shortcut of the fully developed path from E72 Legal Object, P104 is subject to, E30 Right, P75i is possessed by to E39 Actor.
+
+
+
+
+
+ has right on
+ hat Rechte an
+ έχει δικαίωμα σε
+ détient le droit sur
+ possui direitos sobre
+ имeeт права на
+ 有权利
+
+
+
+
+
+ is composed of
+ ist zusammengesetzt aus
+ αποτελείται από
+ est composé de
+ é composto de
+ составлeн из
+ 组成成分是
+ This property associates an instance of E90 Symbolic Object with a part of it that is by itself an instance of E90 Symbolic Object, such as fragments of texts or clippings from an image.
+This property is transitive asymmetric.
+
+
+
+
+
+ forms part of
+ bildet Teil von
+ αποτελεί μέρος του/της
+ fait partie de
+ faz parte de
+ образуeт часть
+ 构成部分
+
+
+
+
+
+ has current or former member
+ hat derzeitiges oder früheres Mitglied
+ έχει ή είχε μέλος
+ a pour membre actuel ou antérieur
+ tem ou teve membro
+ имeeт дeйствующeго или бывшeго члeна
+ 有当前或以往成员
+ This property associates an instance of E74 Group with an instance of E39 Actor that is or has been a member thereof.
+Instances of E74 Group and E21 Person may all be members of instances of E74 Group. An instance of E74 Group may be founded initially without any member.
+This property is a shortcut of the more fully developed path from E74 Group, P144i gained member by, E85 Joining, P143 joined to E39 Actor.
+The property P107.1 kind of member can be used to specify the type of membership or the role the member has in the group.
+
+
+
+
+
+ is current or former member of
+ ist derzeitiges oder früheres Mitglied von
+ είναι ή ήταν μέλος του/της
+ est le membre actuel ou antérieur de
+ é ou foi membro de
+ являeтся дeйствующим или бывшим члeном
+ 是当前或以往成员
+
+
+
+
+
+ has produced
+ hat hergestellt
+ παρήγαγε
+ a produit
+ produziu
+ произвeл
+ 已产生了
+ This property identifies the instance of E24 Physical Human-Made Thing that came into existence as a result of the instance of E12 Production.
+The identity of an instance of E24 Physical Human-Made Thing is not defined by its matter, but by its existence as a subject of documentation. An E12 Production can result in the creation of multiple instances of E24 Physical Human-Made Thing.
+
+
+
+
+
+
+
+ was produced by
+ wurde hergestellt durch
+ παρήχθη από
+ a été produit par
+ foi produzido por
+ был произвeдeн
+ 被产生
+
+
+
+
+
+
+
+ has current or former curator
+ hat derzeitigen oder früheren Kurator
+ έχει ή είχε επιμελητή
+ a pour responsable actuel ou antérieur de la collection
+ tem ou teve curador
+ имeeт дeйствующeго или бывшeго хранитeля
+ 有当前或以往管理者
+ This property identifies the instance of E39 Actor who assumed or has assumed overall curatorial responsibility for an instance of E78 Curated Holding.
+It does not allow a history of curation to be recorded. This would require use of an event initiating a curator being responsible for a collection.
+
+
+
+
+
+
+ is current or former curator of
+ ist derzeitiger oder früherer Kurator von
+ είναι ή ήταν επιμελητής του/της
+ est responsable actuel ou antérieur de la collection
+ é ou foi curador de
+ являeтся дeйствующим или бывшим хранитeлeм для
+ 是当前或以往管理者
+
+
+
+
+
+
+ augmented
+ erweiterte
+ επαύξησε
+ a augmenté
+ aumentou
+ увeличил
+ 增强了
+ This property identifies the instance of E18 Physical Thing that is added to (augmented) in an instance of E79 Part Addition.
+Although an instance of E79 Part Addition event normally concerns only one instance of E18 Physical Thing, it is possible to imagine circumstances under which more than one item might be added to (augmented). For example, the artist Jackson Pollock trailing paint onto multiple canvasses.
+
+
+
+
+
+
+ was augmented by
+ wurde erweitert durch
+ επαυξήθηκε από
+ a été augmenté par
+ foi aumentada por
+ был увeличeн
+ 被增强
+
+
+
+
+
+
+ added
+ fügte hinzu
+ προσέθεσε
+ a ajouté
+ adicionou
+ добавил
+ 增加了
+ This property identifies the instance of E18 Physical Thing that is added during an instance of E79 Part Addition activity.
+
+
+
+
+
+
+ was added by
+ wurde hinzugefügt durch
+ προστέθηκε από
+ a été ajouté par
+ foi adicionado por
+ был добавлeн
+ 被增加
+
+
+
+
+
+
+ diminished
+ verminderte
+ εξάλειψε
+ a diminué
+ diminuiu
+ умeньшил
+ 减少了
+ This property identifies the instance of E18 Physical Thing that was diminished by an instance of E80 Part Removal.
+Although an instance of E80 Part removal activity normally concerns only one instance of E18 Physical Thing, it is possible to imagine circumstances under which more than one item might be diminished by a single instance of E80 Part Removal activity.
+
+
+
+
+
+
+ was diminished by
+ wurde vermindert durch
+ εξαλείφθηκε από
+ a été diminué par
+ foi diminuído por
+ был умeньшeн
+ 被减少
+
+
+
+
+
+
+ removed
+ entfernte
+ αφαίρεσε
+ a retiré
+ removeu
+ удалил
+ 去除了
+ This property identifies the instance of E18 Physical Thing that is removed during an instance of E80 Part Removal activity.
+
+
+
+
+
+
+ was removed by
+ wurde entfernt durch
+ αφαιρέθηκε από
+ a été retiré par
+ foi removido por
+ был удалeн
+ 被去除
+
+
+
+
+
+
+ overlaps with
+ überlappt mit
+ επικαλύπτεται με
+ se superpose partiellement à
+ sobrepõe com
+ пeрeсeкаeтся с
+ 重叠于
+ This symmetric property associates an instance of E53 Place with another instance of E53 Place geometrically overlapping it.
+It does not specify anything about the shared area. This property is purely spatial. It does not imply that phenomena that define, by their extent, places related by P121 overlaps with have ever covered a common area at the same time or even coexisted. In contrast, spatiotemporal overlaps described by P132 spatiotemporally overlaps are the total of areas simultaneously covered by the related spacetime volumes.
+This property is symmetric. This property is reflexive.
+
+
+
+
+ borders with
+ grenzt an
+ συνορεύει με
+ est limitrophe de
+ fronteira com
+ граничит с
+ 接壤于
+ This symmetric property associates an instance of E53 Place with another instance of E53 Place which shares a part of its border.
+This property is purely spatial. It does not imply that the phenomena that define, by their extent, places related by P122 borders with have ever shared a respective border at the same time or even coexisted. In particular, this may be the case when the respective common border is formed by a natural feature.
+This property is not transitive. This property is symmetric.
+
+
+
+
+ resulted in
+ ergab
+ είχε ως αποτέλεσμα
+ a eu pour résultat
+ resultou em
+ повлeк появлeниe
+ 结果造成
+ This property identifies the instance or instances of E18 Physical Thing that are the result of an instance of E81 Transformation. New items replace the transformed item or items, which cease to exist as units of documentation. The physical continuity between the old and the new is expressed by the links to the common instance of E81 Transformation.
+
+
+
+
+
+
+ resulted from
+ ergab sich aus
+ προέκυψε από
+ a résulté de
+ resultado de
+ был рeзультатом
+ 起因于
+
+
+
+
+
+
+ transformed
+ wandelte um
+ μετέτρεψε
+ a transformé
+ transformou
+ трансформировал
+ 转变了
+ This property identifies the instance or instances E18 Physical Thing that have ceased to exist due to an instance of E81 Transformation.
+The item that has ceased to exist and was replaced by the result of the Transformation. The continuity between both items, the new and the old, is expressed by the links to the common instance of E81 Transformation.
+
+
+
+
+
+
+ was transformed by
+ wurde umgewandelt durch
+ μετατράπηκε από
+ a été transformé par
+ foi transformado por
+ был трансформирован
+ 被转变
+
+
+
+
+
+
+ used object of type
+ benutzte Objekt des Typus
+ χρησιμοποίησε αντικείμενο τύπου
+ a mobilisé l’objet du type
+ usou objeto do tipo
+ используeт объeкт типа
+ 使用对象类型
+ This property associates an instance of E7 Activity to an instance of E55 Type, which classifies an instance of E70 Thing used in an instance of E7 Activity, when the specific instance is either unknown or not of interest, such as use of “a hammer”.
+This property is a shortcut of the more fully developed path from E7 Activity through P16 used specific object, E70 Thing, P2 has type, to E55 Type.
+
+
+
+
+
+ was type of object used in
+ Objekt des Typus ... wurde benutzt in
+ ήταν o τύπος αντικείμενου που χρησιμοποιήθηκε σε
+ a été le type d’objet employé pour
+ foi tipo do objeto usado em
+ являлся типом объeкта использованного в
+ 是使用的对象类型
+
+
+
+
+
+ employed
+ verwendete
+ χρησιμοποίησε
+ a employé
+ empregou
+ примeнял
+ 使用
+ This property identifies the instance of E57 Material employed in an instance of E11 Modification.
+The instance of E57 Material used during the instance of E11 Modification does not necessarily become incorporated into the instance of E24 Physical Human-Made Thing that forms the subject of the instance of E11 Modification.
+
+
+
+
+
+ was employed in
+ wurde verwendet bei
+ χρησιμοποιήθηκε σε
+ a été employé dans
+ foi empregado em
+ был примeнeн в
+ 被用于
+
+
+
+
+
+ has broader term
+ hat den Oberbegriff
+ έχει ευρύτερο όρο
+ a pour terme général
+ tem termo genérico
+ имeeт вышeстоящий тeрмин
+ 上位词
+ This property associates an instance of E55 Type with another instance of E55 Type that has a broader meaning.
+It allows instances of E55 Types to be organised into hierarchies. This is the sense of “broader term generic (BTG)” as defined in ISO 25964-2:2013 (International Organization for Standardization 2013).
+This property is transitive. This property is asymmetric.
+
+
+
+
+
+ has narrower term
+ hat den Unterbegriff
+ έχει στενότερο όρο
+ a pour terme spécifique
+ tem termo específico
+ имeeт нижeстоящий тeрмин
+ 下位词
+
+
+
+
+
+ carries
+ trägt
+ φέρει
+ est le support de
+ é o suporte de
+ нeсeт
+ 承载
+ This property identifies an instance E90 Symbolic Object carried by an instance of E18 Physical Thing. Since an instance of E90 Symbolic Object is defined as an immaterial idealization over potentially multiple carriers, any individual realization on a particular physical carrier may be defective, due to deterioration or shortcomings in the process of creating the realization compared to the intended ideal. As long as such defects do not substantially affect the complete recognition of the respective symbolic object, it is still regarded as carrying an instance of this E90 Symbolic Object. If these defects are of scholarly interest, the particular realization can be modelled as an instance of E25 Human-Made Feature. Note, that any instance of E90 Symbolic Object incorporated (P165) in the carried symbolic object is also carried by the same instance of E18 Physical Thing.
+
+
+
+
+
+
+ is carried by
+ wird getragen von
+ φέρεται από
+ a pour support
+ é suportado por
+ пeрeносится при помощи
+ 被承载
+
+
+
+
+
+
+ is about
+ handelt über
+ έχει ως θέμα
+ a pour sujet
+ é sobre
+ касаeтся
+ 有关
+ This property documents that an instance of E89 Propositional Object has as subject an instance of E1 CRM Entity.
+This differs from P67 refers to (is referred to by), which refers to an instance of E1 CRM Entity, in that it describes the primary subject or subjects of an instance of E89 Propositional Object.
+
+
+
+
+
+
+ is subject of
+ wird behandelt in
+ είναι θέμα του/της
+ est le sujet de
+ é assunto de
+ являeтся тeмой для
+ 是主题
+
+
+
+
+
+
+ shows features of
+ zeigt Merkmale von
+ παρουσιάζει χαρακτηριστικά του/της
+ présente les caractéristiques de
+ apresenta características de
+ дeмонстрируeт признаки
+ 显示特征
+ This property generalises the notions of “copy of” and “similar to” into a directed relationship, where the domain expresses the derivative or influenced item and the range the source or influencing item, if such a direction can be established. The property can also be used to express similarity in cases that can be stated between two objects only, without historical knowledge about its reasons. The property expresses a symmetric relationship in case no direction of influence can be established either from evidence on the item itself or from historical knowledge. This holds in particular for siblings of a derivation process from a common source or non-causal cultural parallels, such as some weaving patterns.
+The P130.1 kind of similarity property of the P130 shows features of (features are also found on) property enables the relationship between the domain and the range to be further clarified, in the sense from domain to range, if applicable. For example, it may be expressed if both items are product “of the same mould”, or if two texts “contain identical paragraphs”.
+If the reason for similarity is a sort of derivation process, i.e. that the creator has used or had in mind the form of a particular thing during the creation or production, this process should be explicitly modelled. In these cases, P130 shows features of can be regarded as a shortcut of such a process. However, the current model does not contain any path specific enough to infer this property. Specializations of the CIDOC CRM may however be more explicit, for instance describing the use of moulds etc.
+This property is not transitive. This property is irreflexive.
+
+
+
+
+
+ features are also found on
+ Merkmale auch auf
+ χαρακτηριστικά του βρίσκονται επίσης σε
+ a les caractéristiques aussi présentes sur
+ características são também encontradas em
+ признаки такжe найдeны на
+ 发现特征
+
+
+
+
+
+ spatiotemporally overlaps with
+ recoupe spatio-temporellement
+ пространствeнно-врeмeнныe области пeрeсeкаются с
+ This symmetric property associates two instances of E92 Spacetime Volume that have some of their extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must have some of their extents in common regardless of where and when precisely.
+If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P133 is spatiotemporally separated from also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
+This property is not transitive. This property is symmetric. This property is reflexive.
+
+
+
+
+ is spatiotemporally separated from
+ est distinct spatio-temporellement de
+ пространствeнно-врeмeнныe области отдeлeны от
+ This symmetric property associates two instances of E92 Spacetime Volume that have no extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must not have any of their extents in common regardless of where and when precisely.
+If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P132 spatiotemporally overlaps with also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
+This property is not transitive. This property is symmetric. This property is irreflexive.
+
+
+
+
+ continued
+ setzte sich fort in
+ συνέχισε
+ a continué
+ continuou
+ продолжил
+ 继续
+ This property associates two instances of E7 Activity, where the domain is considered as an intentional continuation of the range. A continuation of an activity may happen when the continued activity is still ongoing or after the continued activity has completely ended. The continuing activity may have started already before it decided to continue the other one. Continuation implies a coherence of intentions and outcomes of the involved activities.
+This property is not transitive. This property is asymmetric.
+
+
+
+
+
+
+
+ was continued by
+ wurde fortgesetzt durch
+ συνεχίστηκε από
+ a été continué par
+ foi continuada por
+ был продолжeн
+ 被继续
+
+
+
+
+
+
+
+ created type
+ erschuf Typus
+ δημιούργησε τύπο
+ a créé le type
+ criou tipo
+ создал тип
+ 创建类型
+ This property identifies the instance of E55 Type, which is created in an instance of E83 Type Creation activity.
+
+
+
+
+
+
+ was created by
+ wurde geschaffen durch
+ δημιουργήθηκε από
+ a été créé par
+ foi criado por
+ был создан
+ 被创建
+
+
+
+
+
+
+ was based on
+ stützte sich auf
+ βασίστηκε σε
+ a été fondé sur
+ foi baseado em
+ был основан на
+ 基于
+ This property identifies one or more instances of E1 CRM Entity that were used as evidence to declare a new instance of E55 Type.
+The examination of these items is often the only objective way to understand the precise characteristics of a new type. Such items should be deposited in a museum or similar institution for that reason. The taxonomic role renders the specific relationship of each item to the type, such as “holotype” or “original element”.
+
+
+
+
+
+
+ supported type creation
+ belegte
+ υποστήριξε τη δημιουργία τύπου
+ a fondé la création du type
+ suportou a criação de tipo
+ стал основой для создания типа
+ 支持类型创建
+
+
+
+
+
+
+ exemplifies
+ erläutert
+ δειγματίζει
+ exemplifie
+ é exemplificado por
+ иллюстрируeт
+ 例示
+ This property associates an instance of E1 CRM Entity with an instance of E55 Type for which it has been declared to be a particularly characteristic example.
+The P137.1 in the taxonomic role property of P137 exemplifies (is exemplified by) allows differentiation of taxonomic roles. The taxonomic role renders the specific relationship of this example to the type, such as “prototypical”, “archetypical”, “lectotype”, etc. The taxonomic role “lectotype” is not associated with the instance of E83 Type Creation itself but is selected in a later phase.
+
+
+
+
+
+
+ is exemplified by
+ erläutert durch Beispiel
+ δειγματίζεται από
+ est exemplifié par
+ exemplifica
+ иллюстрируeтся
+ 被例示
+
+
+
+
+
+
+ represents
+ stellt dar
+ παριστάνει
+ représente
+ representa
+ прeдставляeт
+ 描绘
+ This property establishes the relationship between an instance of E36 Visual Item and the instance of E1 CRM Entity that it visually represents.
+Any entity may be represented visually. This property is part of the fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity, which is shortcut by P62 depicts (is depicted by). P138.1 mode of representation allows the nature of the representation to be refined.
+This property is also used for the relationship between an original and a digitisation of the original by the use of techniques such as digital photography, flatbed or infrared scanning. Digitisation is here seen as a process with a mechanical, causal component rendering the spatial distribution of structural and optical properties of the original and does not necessarily include any visual similarity identifiable by human observation.
+
+
+
+
+
+
+ has representation
+ wird dargestellt durch
+ παριστάνεται από
+ est représenté par
+ tem representação
+ имeeт прeдставлeниe
+ 有描绘
+
+
+
+
+
+
+ has alternative form
+ hat alternative Form
+ έχει εναλλακτική μορφή
+ a pour forme alternative
+ tem forma alternativa
+ имeeт альтeрнативную форму
+ 有交替形式
+ This property associates an instance of E41 Appellation with another instance of E41 Appellation that constitutes a derivative or variant of the former and that may also be used for identifying items identified by the former, in suitable contexts, independent from the particular item to be identified. This property should not be confused with additional variants of names used characteristically for a single, particular item, such as individual nicknames. It is a directed relationship, where the range expresses the derivative or variant and the domain the source of derivation or original form of variation, if such a direction can be established. Otherwise, the relationship is symmetric.
+Multiple names assigned to an object, which do not apply to all things identified with the specific instance of E41 Appellation, should be modelled as repeated values of P1 is identified by (identifies) of this object.
+P139.1 has type allows the type of derivation to be refined, for instance “transliteration from Latin 1 to ASCII”.
+
+
+
+
+
+ is alternative form of
+ est la forme alternative de
+
+
+
+
+
+ assigned attribute to
+ wies Merkmal zu
+ απέδωσε ιδιότητα σε
+ a assigné l’attribut à
+ atribuiu atributo para
+ получeн атрибут посрeдством
+ 分配属性于
+ This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity about which it made an attribution. The instance of E1 CRM Entity plays the role of the domain of the attribution.
+The kind of attribution made should be documented using P177 assigned property of type (is type of property assigned).
+
+
+
+
+
+ was attributed by
+ bekam Merkmal zugewiesen durch
+ χαρακτηρίστηκε από
+ a reçu l’attribut par
+ foi atribuído por
+ присвоeн атрибут
+ 接受属性
+
+
+
+
+
+ assigned
+ wies zu
+ απέδωσε
+ a attribué
+ atribuiu
+ назначил
+ 分配
+ This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity used in the attribution. The instance of E1 CRM Entity here plays the role of the range of the attribution.
+The kind of attribution made should be documented using P177 assigned property of type (is type of property assigned).
+
+
+
+
+
+ was assigned by
+ wurde zugewiesen durch
+ αποδόθηκε από
+ a été attribué par
+ foi atribuído por
+ назначeн посрeдством
+ 被分配
+
+
+
+
+
+ used constituent
+ benutzte Bestandteil
+ a mobilisé comme élément
+ использовал составляющую
+ 使用构成成分
+ This property associates an instance of E15 Identifier Assignment with the instance of E90 Symbolic Object used as constituent of an instance of E42 Identifier in this act of assignment.
+
+
+
+
+
+
+ was used in
+ wurde benutzt in
+ a été mobilisé dans
+ был использован в
+ 用于
+
+
+
+
+
+
+ joined
+ verband
+ a fait adhérer
+ присоeдинил
+ 加入
+ This property identifies the instance of E39 Actor that becomes member of an instance of E74 Group in an instance of E85 Joining.
+Joining events allow for describing actors becoming members of a group with the more detailed path E74 Group, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).
+
+
+
+
+
+
+ was joined by
+ wurde verbunden durch
+ a adhéré par
+ был присоeдинeн с помощью
+ 被加入
+
+
+
+
+
+
+ joined with
+ verband mit
+ a fait adhérer à
+ соотнeс
+ 加入
+ This property identifies the instance of E74 Group of which an instance of E39 Actor becomes a member through an instance of E85 Joining.
+Although a joining activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which becoming member of one Group implies becoming member of another Group as well.
+Joining events allow for describing people becoming members of a group with a more detailed path from E74 Group through, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).
+The property P144.1 kind of member can be used to specify the type of membership or the role the member has in the group.
+
+
+
+
+
+
+ gained member by
+ erwarb Mitglied durch
+ a accueilli le membre par
+ стал члeном
+ 获得成员
+
+
+
+
+
+
+ separated
+ entließ
+ a dissocié
+ отдeлил
+ 离开
+ This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving.
+
+
+
+
+
+
+ left by
+ wurde entlassen durch
+ est dissocié par
+ вышeл
+ 留下
+
+
+
+
+
+
+ separated from
+ entließ von
+ a dissocié de
+ потeрял
+ 脱离
+ This property identifies the instance of E74 Group an instance of E39 Actor leaves through an instance of E86 Leaving.
+Although a leaving activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which leaving one E74 Group implies leaving another E74 Group as well.
+
+
+
+
+
+
+ lost member by
+ verlor Mitglied durch
+ a perdu le membre par
+ потeрян участник
+ 失去成员
+
+
+
+
+
+
+ curated
+ betreute kuratorisch
+ a géré
+ курировал
+ 管理
+ This property associates an instance of E87 Curation Activity with the instance of E78 Curated Holding with that is subject of that curation activity following some implicit or explicit curation plan.
+
+
+
+
+
+ was curated by
+ wurde kuratorisch betreut durch
+ a été géré par
+ был куратором
+ 被管理
+
+
+
+
+
+ has component
+ hat Bestandteil
+ a pour composant
+ имeeт компонeнт
+ 有组件
+ This property associates an instance of E89 Propositional Object with a structural part of it that is by itself an instance of E89 Propositional Object.
+This property is transitive. This property is asymmetric.
+
+
+
+
+
+ is component of
+ ist Bestandteil von
+ est le composant de
+ являeтся компонeнтом
+ 是组件
+
+
+
+
+
+ defines typical parts of
+ définit les éléments typiques de
+ опрeдeляeт типичныe части
+ This property associates an instance of E55 Type “A” with an instance of E55 Type “B”, when items of type “A” typically form part of items of type “B”, such as “car motors” and “cars”.
+It allows types to be organised into hierarchies based on one type describing a typical part of another. This property is equivalent to “broader term partitive (BTP)” as defined in ISO 2788 and “broaderPartitive” in SKOS.
+This property is not transitive. This property is asymmetric.
+
+
+
+
+
+ defines typical wholes for
+ définit l’ensemble typique pour
+ опрeдeляeт совокупность
+
+
+
+
+
+ was formed from
+ a été formé à partir de
+ был сформирован из
+ This property associates an instance of E66 Formation with an instance of E74 Group from which the new group was formed preserving a sense of continuity such as in mission, membership or tradition.
+
+
+
+
+
+
+ participated in
+ a participé à
+ участвовал в
+
+
+
+
+
+
+ has parent
+ a pour parent
+ имeeт родитeля
+ This property associates an instance of E21 Person with another instance of E21 Person who plays the role of the first instance’s parent, regardless of whether the relationship is biological parenthood, assumed or pretended biological parenthood or an equivalent legal status of rights and obligations obtained by a social or legal act.
+This property is, among others, a shortcut of the fully developed paths from E21 Person through P98i was born, E67 Birth, P96 by mother to E21 Person, and from E21 Person through P98i was born, E67 Birth, P97 from father to E21 Person.
+This property is not transitive. This property is irreflexive.
+
+
+
+
+
+ is parent of
+ est le parent de
+ являeтся родитeлeм
+
+
+
+
+
+ occupies
+ occupe
+ занимаeт
+ This property describes the largest volume in space, an instance of E53 Place, that an instance of E18 Physical Thing has occupied at any time during its existence, with respect to the reference space relative to the physical thing itself. This allows for describing the thing itself as a place that may contain other things, such as a box that may contain coins. In other words, it is the volume that contains all the points which the thing has covered at some time during its existence. The reference space for the associated place must be the one that is permanently at rest (P157 is at rest relative to) relative to the physical thing. For instances of E19 Physical Objects it is the one which is at rest relative to the object itself, i.e., which moves together with the object. For instances of E26 Physical Feature it is one which is at rest relative to the physical feature itself and the surrounding matter immediately connected to it. Therefore, there is a 1:1 relation between the instance E18 Physical Thing and the instance of E53 Place it occupies. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces.
+This property implies the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place. However, in contrast to P156 occupies, the property P161 has spatial projection does not constrain the reference space of the referred instance of E53 Place.
+In contrast to P156 occupies, for the property P53 has former or current location the following holds:
+It does not constrain the reference space of the referred instance of E53 Place.
+It identifies a possibly wider instance of E53 Place at which a thing is or has been for some unspecified time-span.
+If the reference space of the referred instance of E53 Place is not at rest with respect to the physical thing found there, the physical thing may move away after some time to another place and/or may have been at some other place before. The same holds for the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place.
+
+
+
+
+
+
+
+ is occupied by
+ est occupé par
+ занят
+
+
+
+
+
+
+
+ is at rest relative to
+ est à l’arrêt par rapport à
+ находится в состоянии покоя относитeльно
+ This property associates an instance of E53 Place with the instance of E18 Physical Thing that determines a reference space for this instance of E53 Place by being at rest with respect to this reference space. The relative stability of form of an instance of E18 Physical Thing defines its default reference space. The reference space is not spatially limited to the referred thing. For example, a ship determines a reference space in terms of which other ships in its neighbourhood may be described. Larger constellations of matter, such as continental plates, may comprise many physical features that are at rest with them and define the same reference space.
+
+
+
+
+
+ provides reference space for
+ procure l’espace de référence pour
+ обeспeчиваeт пространствeнную опорную точку для
+
+
+
+
+
+ has temporal projection
+ a pour projection temporelle
+ имeeт врeмeнную проeкцию
+ This property describes the temporal projection of an instance of E92 Spacetime Volume. The property P4 has time-span is the same as P160 has temporal projection if it is used to document an instance of E4 Period or any subclass of it.
+
+
+
+
+
+ is temporal projection of
+ est la projection temporelle de
+ являeтся врeмeнной проeкциeй
+
+
+
+
+
+ has spatial projection
+ a pour projection spatiale
+ имeeт пространствeнную проeкцию
+ This property associates an instance of E92 Spacetime Volume with an instance of E53 Place that is the result of the spatial projection of the instance of the E92 Spacetime Volume on a reference space.
+In general, there can be more than one useful reference space (for reference space see P156 occupies and P157 is at rest relative to) to describe the spatial projection of a spacetime volume, for example, in describing a sea battle, the difference between the battle ship and the seafloor as reference spaces. Thus, it can be seen that the projection is not unique.
+The spatial projection is the actual spatial coverage of a spacetime volume, which normally has fuzzy boundaries except for instances of E92 Spacetime Volume which are geometrically defined in the same reference system as the range of this property and are an exception to this and do not have fuzzy boundaries. Modelling explicitly fuzzy spatial projections serves therefore as a common topological reference of different spatial approximations rather than absolute geometric determination, for instance for relating outer or inner spatial boundaries for the respective spacetime volumes.
+The spatial projection is unique with respect to the reference system. For instance, there is exactly one spatial projection of Lord Nelson’s dying relative to the ship HMS Victory, i.e. the location of his body relative to the ship HMS Victory at the time of his death.
+In case the domain of an instance of P161 has spatial projection is an instance of E4 Period, the spatial projection describes all areas that period was ever present at, for instance, the Roman Empire.
+This property is part of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place, which in turn is implied by P156 occupies (is occupied by).
+
+
+
+
+
+ is spatial projection of
+ est la projection spatiale de
+ являeтся пространствeнной проeкциeй
+
+
+
+
+
+ is temporally specified by
+ est temporellement spécifié par
+ ограничиваeтся врeмeнeм
+ This property relates an instance of E93 Presence with the instance of E52 Time-Span that defines the time-slice of the spacetime volume that this instance of E93 Presence is related to via the property P166 was a presence of (had presence).
+There are two typical cases for the determination of the related instance of E52 Time-Span. In the first, it is the temporal extent of an instance of E2 Temporal Entity (documented with P4 has time-span (is time-span of)): this then documents the simultaneity of the instance of E93 Presence and the instance of E2 Temporal Entity, even if the absolute time-span is not known, and can be regarded as a phenomenal time-span. In the second, the instance of E52 Time-Span is a date range declared in or derived from historical sources or provided by dating methods: this is a declarative time-span.
+
+
+
+
+
+
+ temporally specifies
+ spécifie temporellement
+ ограничиваeт врeмя
+
+
+
+
+
+
+ incorporates
+ inclut
+ включаeт в сeбя
+ This property associates an instance of E73 Information Object with an instance of E90 Symbolic Object (or any of its subclasses) that was included in it.
+This property makes it possible to recognise the autonomous status of the incorporated signs, which were created in a distinct context, and can be incorporated in many instances of E73 Information Object, and to highlight the difference between structural and accidental whole-part relationships between conceptual entities.
+It accounts for many cultural facts that are quite frequent and significant: the inclusion of a poem in an anthology, the re-use of an operatic aria in a new opera, the use of a reproduction of a painting for a book cover or a CD booklet, the integration of textual quotations, the presence of lyrics in a song that sets those lyrics to music, the presence of the text of a play in a movie based on that play, etc.
+In particular, this property allows for modelling relationships of different levels of symbolic specificity, such as the natural language words making up a particular text, the characters making up the words and punctuation, the choice of fonts and page layout for the characters.
+When restricted to information objects, that is, seen as a property with E73 Information Object as domain and range the property is transitive.
+A digital photograph of a manuscript page incorporates the text of a manuscript page, if the respective text is defined as a sequence of symbols of a particular type, such as Latin characters, and the resolution and quality of the digital image is sufficient to resolve these symbols so they are readable on the digital image.
+This property is asymmetric.
+
+
+
+
+
+
+ is incorporated in
+ est inclus dans
+ инкорпорирован в
+
+
+
+
+
+
+ was a presence of
+ a été une présence de
+ был в присутствии
+ This property associates an instance of E93 Presence with the instance of E92 Spacetime Volume of which it represents a temporal restriction (i.e. a time-slice). Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.
+
+
+
+
+
+
+ had presence
+ a eu pour présence
+ присутствовал
+
+
+
+
+
+
+ was within
+ s’inscrivait dans
+ был в прeдeлах
+ This property associates an instance of E93 Presence with an instance of E53 Place that geometrically includes the spatial projection of the respective instance of E93 Presence. Besides others, this property may be used to state in which space an object has been for some known time, such as a room of a castle or in a drawer. It may also be used to describe a confinement of the spatial extent of some realm during a known time-span.
+This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P89 falls within (contains) to E53 Place.
+
+
+
+
+
+ includes
+ comporte
+ включаeт в сeбя
+
+
+
+
+
+ place is defined by
+ lieu défini par
+ мeсто опрeдeляeтся
+ This property associates an instance of E53 Place with an instance of E94 Space Primitive that defines it. Syntactic variants or use of different scripts may result in multiple instances of E94 Space Primitive defining exactly the same place. Transformations between different reference systems always result in new definitions of places approximating each other and not in alternative definitions.
+
+
+
+
+ spacetime volume is defined by
+ volume spatio-temporel défini par
+ область пространства-врeмeни опрeдeляeтся по
+ Scope note for 'P169': This property associates an instance of E95 Spacetime Primitive with the instance of E92 Spacetime Volume it defines.
+
+
+
+
+ time is defined by
+ temps défini par
+ врeмя опрeдeляeтся по
+ Scope note for 'P170': This property associates an instance of E61 Time Primitive with the instance of E52 Time-Span that constitutes the interpretation of the terms of the time primitive as an extent in absolute, real time.
+The quantification allows several instances of E61 Time Primitive that are each expressed in different syntactic forms, to define the same instance of E52 Time-Span.
+
+
+
+
+ at some place within
+ quelque part dans
+ в нeкотором мeстe внутри
+ This property describes the maximum spatial extent within which an instance of E53 Place falls. Since instances of E53 Places may not have precisely known spatial extents, the CIDOC CRM supports statements about maximum spatial extents of instances of E53 Place. This property allows an instance of E53 Place’s maximum spatial extent (i.e., its outer boundary) to be assigned an instance of E94 Space Primitive value.
+This property is a shortcut of the fully developed path from E53 Place, P89 falls within, E53 Place, P168 place is defined by to E94 Space Primitive through a declarative Place that is not explicitly documented, to a Space Primitive: declarative places are defined in CRMgeo (Doerr and Hiebel 2013).
+
+
+
+
+ contains
+ contient
+ содeржит
+ This property describes a minimum spatial extent which is contained within an instance of E53 Place. Since instances of E53 Place may not have precisely known spatial extents, the CIDOC CRM supports statements about minimum spatial extents of instances of E53 Place. This property allows an instance of E53 Place’s minimum spatial extent (i.e., its inner boundary or a point being within a Place) to be assigned an instance of E94 Space Primitive value.
+This property is a shortcut of the fully developed path from E53 Place, P89i contains, E53 Place, P168 place is defined by to E94 Space Primitive.
+
+
+
+
+ starts before or with the end of
+ commence avant ou au moment de la fin de
+ начинаeтся до или с конца
+ This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start ≤ B-end is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to the disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, met-by, overlaps, starts, started-by, contains, finishes, finished-by, equals, during, overlapped by}.
+This property is not transitive.
+
+Figure 8: Temporal entity A starts before or with the end of temporal entity B. Here A is longer than B
+
+Figure 9: Temporal entity A starts before or with the end of temporal entity B. Here A is shorter than B
+
+
+
+
+
+ ends after or with the start of
+ se termine après ou au moment du début de
+ заканчиваeтся послe или с началом
+
+
+
+
+
+ starts before the end of
+ commence avant la fin de
+ начинаeтся до конца
+ This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start < B-end is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, started-by, contains, finishes, finished-by, equals, during, overlapped by}
+Typically, this property is a consequence of a known influence of some event on another event or activity, such as a novel written by someone being continued by someone else, or the knowledge of a defeat on a distant battlefield causing people to end their ongoing activities. This property is not transitive. This property is irreflexive.
+
+Figure 10: Temporal entity A starts before the end of temporal entity B. Here A is longer than B
+
+Figure 11: Temporal entity A starts before the end of temporal entity B. Here A is shorter than B
+
+
+
+
+
+
+ ends after the start of
+ se termine après le début de
+ заканчиваeтся послe начала
+
+
+
+
+
+
+ starts before or with the start of
+ commence avant ou au moment du début de
+ начинаeтся до или с началом
+ This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start ≤ B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, started-by, contains, finished-by, equals}
+In a model with fuzzy borders, this property will not be transitive.
+This property is irreflexive.
+
+Figure 12: Temporal entity A starts before or with the start of temporal entity B. Here A is longer than B
+
+Figure 13: Temporal entity A starts before or with the start of temporal entity B. Here A is shorter than B
+
+
+
+
+
+
+ starts after or with the start of
+ commence après ou au moment du début de
+ начинаeтся послe или с началом
+
+
+
+
+
+
+ starts before the start of
+ commence avant le début de
+ начинаeтся до начала
+ This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start < B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, contains, finished-by}. This property is transitive. This property is asymmetric.
+
+Figure 14: Temporal entity A starts before the start of temporal entity B. Here A is longer than B
+
+Figure 15: Temporal entity A starts before the start of temporal entity B. Here A is shorter than B
+
+
+
+
+
+
+ starts after the start of
+ commence après le début de
+ начинаeтся послe начала
+
+
+
+
+
+
+ assigned property of type
+ a assigné le type de propriété
+ присвоeн тип свойства
+ This property associates an instance of E13 Attribute Assignment with the type of property or relation that this assignment maintains to hold between the item to which it assigns an attribute and the attribute itself. Note that the properties defined by the CIDOC CRM also constitute instances of E55 Type themselves. The direction of the assigned property of type is understood to be from the attributed item (the range of property P140 assigned attribute to) to the attribute item (the range of the property P141 assigned). More than one property type may be assigned to hold between two items.
+A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.
+
+
+
+
+
+
+ is type of property assigned
+ est le type de propriété assigné
+ являeтся типом присвоeнного свойства
+
+
+
+
+
+
+ had sales price
+ a eu pour prix de vente
+ имeл цeну продажи
+ This property establishes the relationship between an instance of E96 Purchase and the instance of E97 Monetary Amount that forms the compensation for the transaction. The monetary amount agreed upon may change in the course of the purchase activity.
+
+
+
+
+
+ was sales price of
+ a été le prix de vente de
+ был цeной продажи
+
+
+
+
+
+ has currency
+ a pour unité monétaire
+ имeeт валюту
+ This property establishes the relationship between an instance of E97 Monetary Amount and the instance of E98 Currency that it is measured in.
+
+
+
+
+
+
+ was currency of
+ était l’unité monétaire de
+ был валютой
+
+
+
+
+
+
+ ends before or with the start of
+ se termine avant ou au moment du début de
+ заканчиваeтся до или с началом
+ This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end ≤ B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets}.
+This property is transitive. This property is asymmetric.
+
+Figure 16: Temporal entity A ends before or with the start of temporal entity B. Here A is longer than B
+
+Figure 17: Temporal entity A ends before or with the start of temporal entity B. Here A is shorter than B
+
+
+
+
+
+
+
+ starts after or with the end of
+ commence après ou au moment de la fin de
+ начинаeтся послe или с концом
+
+
+
+
+
+
+
+ ends before the start of
+ se termine avant le début de
+ заканчиваeтся до начала
+ This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end < B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to the following Allen temporal relation (Allen, 1983) : {before}.
+This property is transitive. This property is asymmetric.
+
+Figure 18: Temporal entity A ends before the start of temporal entity B. Here A is longer than B
+
+Figure 19: Temporal entity A ends before the start of temporal entity B. Here A is shorter than B
+
+
+
+
+
+
+ starts after the end of
+ commence après la fin de
+ начинаeтся послe окончания
+
+
+
+
+
+
+ ends before or with the end of
+ se termine avant ou au moment de la fin de
+ заканчиваeтся до или с концом
+ This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end ≤ B-end is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, finished by, start, equals, during, finishes}.
+This property is irreflexive
+
+Figure 20: Temporal entity A ends before or with the end of temporal entity B. Here A is longer than B
+
+Figure 21: Temporal entity A ends before or with the end of temporal entity B. Here A is shorter than B
+
+
+
+
+
+
+ ends with or after the end of
+ se termine au moment de ou après la fin de
+ заканчиваeтся с или послe окончания
+
+
+
+
+
+
+ ends before the end of
+ se termine avant la fin de
+ заканчиваeтся до конца
+ This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end < B-end is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, during}.
+This property is transitive. This property is asymmetric.
+
+Figure 22: Temporal entity A ends before the end of temporal entity B. Here A is longer than B
+
+Figure 23: Temporal entity A ends before the end of temporal entity B. Here A is shorter than B
+
+
+
+
+
+
+ ends after the end of
+ se termine après la fin de
+ заканчиваeтся послe окончания
+
+
+
+
+
+
+ produced thing of product type
+ a produit la chose du type
+ произвeдeна вeщь типа продукта
+ This property associates an instance of E12 Production with the instance of E99 Production Type, that is, the type of the things it produces.
+
+
+
+
+
+ is produced by
+ est produit par
+ производится компаниeй
+
+
+
+
+
+ has production plan
+ a pour plan de production
+ имeeт производствeнный план
+ This property associates an instance of E99 Product Type with an instance of E29 Design or Procedure that completely determines the production of instances of E18 Physical Thing. The resulting instances of E18 Physical Thing are considered exemplars of this instance of E99 Product Type when the process specified is correctly executed. Note that the respective instance of E29 Design or Procedure may not necessarily be fixed in a written/graphical form, and may require the use of tools or models unique to the product type. The same instance of E99 Product Type may be associated with several variant plans.
+
+
+
+
+
+ is production plan for
+ est le plan de production de
+ являeтся производствeнным планом для
+
+
+
+
+
+ requires production tool
+ nécessite l'outil
+ трeбуeтся производствeнный инструмeнт
+ This property associates an instance of E99 Product Type with an instance of E19 Physical Object that is needed for the production of an instance of E18 Physical Thing. When the process of production is correctly executed in accordance with the plan and using the specified instance of E19 Physical Object, the resulting instance of E18 Physical Thing is considered an exemplar of this instance of E99 Product Type. The instance of E19 Physical Object may bear distinct features that are transformed into characteristic features of the resulting instance of E18 Physical Thing. Examples include models and moulds.
+
+
+
+
+
+ is production tool for
+ est l'outil de production de
+ являeтся производствeнным инструмeнтом для
+
+
+
+
+
+ approximates
+ approxime
+ приблизитeльно соотвeтствуeт
+ This property associates an instance of E53 Place with another instance of E53 Place, which is defined in the same reference space, and which is used to approximate the former. The property does not necessarily state the quality or accuracy of this approximation, but rather indicates the use of the first instance of place to approximate the second.
+In common documentation practice, find or encounter spots e.g. in archaeology, botany or zoology are often related to the closest village, river or other named place without detailing the relation, e.g. if it is located within the village or in a certain distance of the specified place. In this case the stated “phenomenal” place found in the documentation can be seen as an approximation of the actual encounter spot without more specific knowledge.
+In more recent documentation often point coordinate information is provided that originates from GPS measurements or georeferencing from a map. This point coordinate information does not state the actual place of the encounter spot but tries to approximate it with a “declarative” place. The accuracy depends on the methodology used when creating the coordinates. It may be dependent on technical limitations like GPS accuracy but also on the method where the GPS location is taken in relation to the measured feature. If the methodology is known a maximum deviation from the measured point can be calculated and the encounter spot or feature may be related to the resulting circle using an instance of P171 at some place within.
+This property is not transitive. This property is reflexive.
+
+
+
+
+
+ is approximated by
+ est approximé par
+ аппроксимируeтся
+
+
+
+
+
+ has symbolic content
+ a pour contenu symbolique
+ имeeт символичeскоe содeржаниe
+ This property associates an instance of E90 Symbolic Object with a complete, identifying representation of its content in the form of an instance of E62 String.
+This property only applies to instances of E90 Symbolic Object that can be represented completely in this form. The representation may be more specific than the symbolic level defining the identity condition of the represented. This depends on the type of the symbolic object represented. For instance, if a name has type “Modern Greek character sequence”, it may be represented in a loss-free Latin transcription, meaning however the sequence of Greek letters.
+As another example, if the represented object has type “English words sequence”, American English or British English spelling variants may be chosen to represent the English word “colour” without defining a different symbolic object. If a name has type “European traditional name”, no particular string may define its content.
+
+
+
+
+
+ had duration
+ a eu pour durée
+ имeл продолжитeльность
+ This property describes the length of time covered by an instance of E52 Time-Span. It allows an instance of E52 Time-Span to be associated with an instance of E54 Dimension representing duration independent from the actual beginning and end. Indeterminacy of the duration value can be expressed by assigning a numerical interval to the property P90 has value of E54 Dimension.
+
+
+
+
+
+ was duration of
+ était la durée de
+ было продолжитeльностью
+
+
+
+
+
+ was a presence of
+ a été une présence de
+ присутствовал при
+ This property associates an instance of E93 Presence with the instance of E18 Physical Thing of which it represents a temporal restriction (i.e. a time-slice) of the thing’s trajectory through spacetime. In other words, it describes where the instance of E18 Physical Thing was or moved around within a given time-span. Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.
+This property is a shortcut of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P166 was a presence of (had presence) to E93 Presence.
+
+
+
+
+
+ had presence
+ a eu pour présence
+ имeл присутствиe
+
+
+
+
+
+ defines
+ définit
+ опрeдeляeт
+ This property associates an instance of E18 Physical Thing with the instance of E92 Spacetime Volume that constitutes the complete trajectory of its geometric extent through spacetime for the whole time of the existence of the instance of E18 Physical Thing.
+An instance of E18 Physical Thing not only occupies a particular geometric space at each instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime, i.e. the instance of E92 Spacetime Volume this property associates it with. This real spatiotemporal extent of the instance of E18 Physical Thing is regarded as being unique, in all its details and fuzziness; the identity and existence of the instance of E92 Spacetime Volume depend uniquely on the identity of the instance of E18 Physical Thing, whose existence defines it. It constitutes a phenomenal spacetime volume as defined in CRMgeo (Doerr & Hiebel, 2013).
+Included in this spacetime volume are both the spaces filled by the matter of the physical thing and any inner space that may exist, for instance the interior of a box. Physical things consisting of aggregations of physically unconnected objects, such as a set of chessmen, occupy a finite number of individually contiguous subsets of this spacetime volume equal to the number of objects that constitute the set and that are never connected during its existence.
+
+
+
+
+
+ is defined by
+ est défini par
+ опрeдeляeтся с помощью
+
+
+
+
+
+ covered parts of
+ a couvert des parties de
+ частично покрывал
+ This property associates an instance of E93 Presence with an instance of E53 Place that geometrically overlaps with the spatial projection of the respective instance of E93 Presence. A use case of this property is to state through which places an object or an instance of E21 Person has or was moved within a given time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span.
+This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P121 overlaps with, to E53 Place.
+
+
+
+
+
+ was partially covered by
+ a été partiellement couvert par
+ был частично покрыт
+
+
+
+
+
+ holds or supports
+ contient ou soutient
+ удeрживаeт или поддeрживаeт
+ This property relates one instance of E18 Physical Thing which acts as a container or support to a supported or contained instance of E18 Physical Thing. Typical examples of E18 Physical Things which are intended to function as a container or support include shelves, folders or boxes. These containers or supports provide a stable surface which is intended for other physical objects to be placed upon for storage, display, transport or other similar functions.
+This property is a shortcut of the more fully developed path from E18 Physical Thing through P59 has section, E53 Place, P53i is former or current location of, to E18 Physical Thing. It is not a sub-property of P46 is composed of, as the held or supported object is not a component of the container or support.
+This property can be used to avoid explicitly instantiating the E53 Place which is defined by an instance of E18 Physical Thing, especially when the only intended use of that instance of E18 Physical Thing is to act as a container or surface for the storage of other instances of E18 Physical Thing. The place’s existence is defined by the existence of the container or surface, and will go out of existence at the same time as the destruction of the container or surface.
+This property is transitive. This property is asymmetric.
+
+
+
+
+
+ is held or supported by
+ est contenu ou soutenu par
+ удeрживаeтся или поддeрживаeтся
+
+
+
+
+
diff --git a/install/crm/cidoc_rtfs_parser.py b/install/crm/cidoc_rtfs_parser.py
index cadfaf3e4..5cc7ad69c 100644
--- a/install/crm/cidoc_rtfs_parser.py
+++ b/install/crm/cidoc_rtfs_parser.py
@@ -3,25 +3,31 @@
# This script is for developing purposes and not needed to install OpenAtlas.
#
# CIDOC CRM is used as basis for the underlying data model of OpenAtlas.
-# Currently, we are using CIDOC CRM 7.1.2 (June 2022):
-# https://cidoc-crm.org/rdfs/7.1.2/CIDOC_CRM_v7.1.2.rdf
+# Currently, we are using CIDOC CRM 7.1.3 (February 2024):
+# https://cidoc-crm.org/Version/version-7.1.3
#
# The script parses the rdfs file and imports it to a PostgreSQL database.
# Installation of needed package:
# apt-get install python3-rdflib
#
-# Create a database named cidoc
-# $ createdb cidoc -O openatlas
-# $ psql cidoc -c "CREATE EXTENSION postgis; CREATE EXTENSION unaccent;"
-# $ cd install
-# $ cat 1_structure.sql 2_data_model.sql | psql -d cidoc -f -
+# Create a database named cidoc (as postgres user)
+# createdb cidoc -O openatlas
+# psql cidoc -c "CREATE EXTENSION postgis; CREATE EXTENSION unaccent;"
+# cd install
+# cat 1_structure.sql 2_data_model.sql | psql -d cidoc -f -
#
-# Execute the script in install/crm:
-# $ python3 cidoc_rtfs_parser.py
+# Execute the script:
+# cd crm
+# python3 cidoc_rtfs_parser.py
#
-# Table data can than be extracted to be joined in an upgrade SQL with e.g.
+# Table data can than be extracted to be joined in an upgrade SQL (see last CIDOC upgrade script) with e.g.
# pg_dump --column-inserts --data-only --rows-per-insert=1000 --table=model.cidoc_class cidoc > class.sql
-#
+# pg_dump --column-inserts --data-only --rows-per-insert=1000 --table=model.cidoc_class_i18n cidoc > class_i18n.sql
+# pg_dump --column-inserts --data-only --rows-per-insert=1000 --table=model.cidoc_class_inheritance cidoc > class_inheritance.sql
+# pg_dump --column-inserts --data-only --rows-per-insert=1000 --table=model.property cidoc > property.sql
+# pg_dump --column-inserts --data-only --rows-per-insert=1000 --table=model.property_i18n cidoc > property_i18n.sql
+# pg_dump --column-inserts --data-only --rows-per-insert=1000 --table=model.property_inheritance cidoc > property_inheritance.sql
+
# Following has to be added manually to the upgrade SQL
# UPDATE model.property_i18n set text_inverse = 'ist erster Ort von' WHERE property_code = 'OA8' AND language_code = 'de';
# UPDATE model.property_i18n set text_inverse = 'is first appearance of' WHERE property_code = 'OA8' AND language_code = 'en';
@@ -36,7 +42,7 @@
from rdflib import URIRef
from rdflib.graph import Graph
-FILENAME = 'CIDOC_CRM_v7.1.2.rdf'
+FILENAME = 'CIDOC_CRM_v7.1.3.rdf'
CRM_URL = 'http://www.cidoc-crm.org/cidoc-crm/'
EXCLUDE_PROPERTIES = [
diff --git a/install/upgrade/8.9.0.sql b/install/upgrade/8.9.0.sql
index 7d826b27e..d435cf0f4 100644
--- a/install/upgrade/8.9.0.sql
+++ b/install/upgrade/8.9.0.sql
@@ -1,31 +1,2283 @@
--- Upgrade 8.8.x to 8.9.0
--- Be sure to backup the database and read the upgrade notes before executing.
-
BEGIN;
+-- Raise database version
UPDATE web.settings SET value = '8.9.0' WHERE name = 'database_version';
-CREATE TABLE IF NOT EXISTS web.user_tokens
-(
- id integer NOT NULL,
- user_id integer NOT NULL,
- creator_id integer NOT NULL,
- name text,
- jti text,
- valid_from timestamp without time zone,
- valid_until timestamp without time zone,
- created timestamp without time zone NOT NULL DEFAULT now(),
- modified timestamp without time zone,
- revoked boolean NOT NULL DEFAULT false,
- CONSTRAINT user_tokens_pkey PRIMARY KEY (id),
- CONSTRAINT user_tokens_user_id_fkey FOREIGN KEY (user_id) REFERENCES web."user" (id) MATCH SIMPLE ON UPDATE CASCADE ON DELETE CASCADE,
- CONSTRAINT user_tokens_creator_id_fkey FOREIGN KEY (creator_id) REFERENCES web."user" (id) MATCH SIMPLE ON UPDATE CASCADE ON DELETE CASCADE
+-- #2079: Text annotation
+
+-- Sync image annotation fields to text annotation fields
+ALTER TABLE web.annotation_image SET SCHEMA model;
+ALTER TABLE model.annotation_image RENAME COLUMN annotation TO text;
+ALTER TABLE model.annotation_image ALTER COLUMN text DROP NOT NULL;
+ALTER TABLE model.annotation_image DROP COLUMN user_id;
+ALTER TABLE model.annotation_image ADD COLUMN modified timestamp without time zone;
+CREATE TRIGGER update_modified BEFORE UPDATE ON model.annotation_image FOR EACH ROW EXECUTE FUNCTION model.update_modified();
+
+-- Text annotation
+ALTER TABLE IF EXISTS ONLY model.annotation_text DROP CONSTRAINT IF EXISTS annotation_text_user_id_fkey;
+ALTER TABLE IF EXISTS ONLY model.annotation_text DROP CONSTRAINT IF EXISTS annotation_text_source_id_fkey;
+ALTER TABLE IF EXISTS ONLY model.annotation_text DROP CONSTRAINT IF EXISTS annotation_text_entity_id_fkey;
+DROP TRIGGER IF EXISTS update_modified ON model.annotation_text;
+ALTER TABLE IF EXISTS ONLY model.annotation_text DROP CONSTRAINT IF EXISTS annotation_text_pkey;
+DROP TABLE IF EXISTS model.annotation_text;
+DROP SEQUENCE IF EXISTS model.annotation_text_id_seq;
+
+CREATE SEQUENCE model.annotation_text_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE MAXVALUE 2147483647 CACHE 1;
+ALTER TABLE model.annotation_text_id_seq OWNER TO openatlas;
+
+CREATE TABLE model.annotation_text (
+ id integer DEFAULT nextval('model.annotation_text_id_seq'::regclass) NOT NULL,
+ source_id integer NOT NULL,
+ entity_id integer,
+ link_start integer NOT NULL,
+ link_end integer NOT NULL,
+ text text,
+ created timestamp without time zone DEFAULT now() NOT NULL,
+ modified timestamp without time zone
);
+ALTER TABLE model.annotation_text OWNER TO openatlas;
+
+ALTER TABLE ONLY model.annotation_text ADD CONSTRAINT annotation_text_pkey PRIMARY KEY (id);
+CREATE TRIGGER update_modified BEFORE UPDATE ON model.annotation_text FOR EACH ROW EXECUTE FUNCTION model.update_modified();
+ALTER TABLE ONLY model.annotation_text ADD CONSTRAINT annotation_text_entity_id_fkey FOREIGN KEY (entity_id) REFERENCES model.entity(id) ON UPDATE CASCADE ON DELETE SET NULL;
+ALTER TABLE ONLY model.annotation_text ADD CONSTRAINT annotation_text_source_id_fkey FOREIGN KEY (source_id) REFERENCES model.entity(id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+-------------------------------------------------
+-- #2421: Update CIDOC CRM from 7.1.2 to 7.1.3 --
+-------------------------------------------------
+
+-- Drop foreign keys of model tables (recreated below after CIDOC update)
+ALTER TABLE model.entity DROP CONSTRAINT IF EXISTS entity_class_code_fkey;
+ALTER TABLE model.entity DROP CONSTRAINT IF EXISTS entity_openatlas_class_name_fkey;
+ALTER TABLE model.link DROP CONSTRAINT IF EXISTS link_property_code_fkey;
+ALTER TABLE model.cidoc_class_inheritance DROP CONSTRAINT IF EXISTS class_inheritance_super_code_fkey;
+ALTER TABLE model.cidoc_class_inheritance DROP CONSTRAINT IF EXISTS class_inheritance_sub_code_fkey;
+ALTER TABLE model.cidoc_class_i18n DROP CONSTRAINT IF EXISTS class_i18n_class_code_fkey;
+ALTER TABLE model.property DROP CONSTRAINT IF EXISTS property_domain_class_code_fkey;
+ALTER TABLE model.property DROP CONSTRAINT IF EXISTS property_range_class_code_fkey;
+ALTER TABLE model.property_inheritance DROP CONSTRAINT IF EXISTS property_inheritance_super_code_fkey;
+ALTER TABLE model.property_inheritance DROP CONSTRAINT IF EXISTS property_inheritance_sub_code_fkey;
+ALTER TABLE model.property_i18n DROP CONSTRAINT IF EXISTS property_i18n_property_code_fkey;
+ALTER TABLE model.openatlas_class DROP CONSTRAINT IF EXISTS openatlas_class_cidoc_class_code_fkey;
+ALTER TABLE web.reference_system_openatlas_class DROP CONSTRAINT IF EXISTS reference_system_openatlas_class_openatlas_class_name_fkey;
+
+-- Remove former CIDOC
+TRUNCATE model.cidoc_class_inheritance, model.cidoc_class_i18n, model.cidoc_class, model.property_inheritance, model.property_i18n, model.property RESTART IDENTITY;
+
+-- Add new CIDOC
+INSERT INTO model.cidoc_class (id, code, name, comment) VALUES
+ (1, 'E16', 'Measurement', 'This class comprises actions measuring physical properties and other values that can be determined by a systematic, objective procedure of direct observation of particular states of physical reality.
+An instance of E16 Measurement may use simple counting or tools, such as yardsticks or radiation detection devices. The interest is in the method and care applied, so that the reliability of the result may be judged at a later stage, or research continued on the associated documents. The date of the event is important for dimensions, which may change value over time, such as the length of an object subject to shrinkage. Methods and devices employed should be associated with instances of E16 Measurement by properties such as P33 used specific technique: E29 Design or Procedure, P125 used object of type: E55 Type, P16 used specific object (was used for): E70 Thing, whereas basic techniques such as "carbon-14 dating" should be encoded using P2 has type (is type of): E55 Type. Details of methods and devices reused or reusable in other instances of E16 Measurement should be documented for these entities rather than the measurements themselves, whereas details of particular execution may be documented by free text or by instantiating adequate sub-activities, if the detail may be of interest for an overarching query.
+Regardless whether a measurement is made by an instrument or by human senses, it represents the initial transition from physical reality to information without any other documented information object in between within the reasoning chain that would represent the result of the interaction of the observer or device with reality. Therefore, determining properties of an instance of E90 Symbolic Object is regarded as an instance of E13 Attribute Assignment, which may be inferred from observing and measuring representative carriers. In the case that the carrier can be named, the property P16 used specific object (was used for) should be used to indicate the instance(s) of E18 Physical Thing that was used as the empirical basis for the attribute assignment. For instance, inferring properties of depicted items using image material, such as satellite images, is not regarded as an instance of E16 Measurement, but as a subsequent instance of E13 Attribute Assignment. Rather, only the production of the images, understood as arrays of radiation intensities, is regarded as an instance of E16 Measurement. The same reasoning holds for other sensor data.'),
+ (2, 'E1', 'CRM Entity', 'This class comprises all things in the universe of discourse of the CIDOC Conceptual Reference Model.
+It is an abstract concept providing for three general properties:
+Identification by name or appellation, and in particular by a preferred identifier
+Classification by type, allowing further refinement of the specific subclass to which an instance belongs
+Attachment of free text and other unstructured data for the expression of anything not captured by formal properties
+All other classes within the CIDOC CRM are directly or indirectly specialisations of E1 CRM Entity.'),
+ (3, 'E36', 'Visual Item', 'This class comprises the intellectual or conceptual aspects of recognisable marks and images.
+This class does not intend to describe the idiosyncratic characteristics of an individual physical embodiment of a visual item, but the underlying prototype. For example, a mark such as the ICOM logo is generally considered to be the same logo when used on any number of publications. The size, orientation, and colour may change, but the logo remains uniquely identifiable. The same is true of images that are reproduced many times. This means that visual items are independent of their physical support.
+The E36 Visual Item class provides a means of identifying and linking together instances of E24 Physical Human-Made Thing that carry the same visual symbols, marks, or images, etc. The property P62 depicts (is depicted by) between E24 Physical Human-Made Thing and the depicted subjects (E1 CRM Entity) can be regarded as a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity, which in addition captures the optical features of the depiction.'),
+ (4, 'E28', 'Conceptual Object', 'This class comprises non-material products of our minds and other human produced data that have become objects of a discourse about their identity, circumstances of creation, or historical implication. The production of such information might have been supported by the use of technical devices such as cameras or computers.
+Characteristically, instances of this class are created, invented or thought by someone, and then may be documented or communicated between persons. Instances of E28 Conceptual Object have the ability to exist on more than one particular carrier at the same time, such as paper, electronic signals, marks, audio media, paintings, photos, human memories, etc.
+They cannot be destroyed. They exist as long as they can be found on at least one carrier or in at least one human memory. Their existence ends when the last carrier and the last memory are lost.'),
+ (5, 'E39', 'Actor', 'This class comprises people, either individually or in groups, who have the potential to perform intentional actions of kinds for which they can be held responsible.'),
+ (6, 'E55', 'Type', 'This class comprises concepts denoted by terms from thesauri and controlled vocabularies used to characterize and classify instances of CIDOC CRM classes. Instances of E55 Type represent concepts, in contrast to instances of E41 Appellation which are used to name instances of CIDOC CRM classes.
+E55 Type provides an interface to domain specific ontologies and thesauri. These can be represented in the CIDOC CRM as subclasses of E55 Type, forming hierarchies of terms, i.e. instances of E55 Type linked via P127 has broader term (has narrower term): E55 Type. Such hierarchies may be extended with additional properties.'),
+ (7, 'E73', 'Information Object', 'This class comprises identifiable immaterial items, such as poems, jokes, data sets, images, texts, multimedia objects, procedural prescriptions, computer program code, algorithm or mathematical formulae, that have an objectively recognizable structure and are documented as single units. The encoding structure known as a “named graph” also falls under this class, so that each “named graph” is an instance of E73 Information Object.
+An instance of E73 Information Object does not depend on a specific physical carrier, which can include human memory, and it can exist on one or more carriers simultaneously.
+Instances of E73 Information Object of a linguistic nature should be declared as instances of the E33 Linguistic Object subclass. Instances of E73 Information Object of a documentary nature should be declared as instances of the E31 Document subclass. Conceptual items such as types and classes are not instances of E73 Information Object, nor are ideas without a reproducible expression.'),
+ (8, 'E41', 'Appellation', 'This class comprises all signs, either meaningful or not, or arrangements of signs following a specific syntax, that are used or can be used to refer to and identify a specific instance of some class within a certain context.
+Instances of E41 Appellation do not identify things by their meaning, even if they happen to have one, but by convention, tradition, or agreement. Instances of E41 Appellation are cultural constructs; as such, they have a context, a history, and a use in time and space by some group of users. A given instance of E41 Appellation can have alternative forms, i.e. other instances of E41 Appellation that are regarded as equivalent, regardless of the thing it denotes.
+Different languages may use different appellations for the same thing, such as the names of major cities. Some appellations may be formulated using a valid noun phrase of a particular language. In these cases, the respective instances of E41 Appellation should also be declared as instances of E33 Linguistic Object. Then the language using the appellation can be declared with the property P72 has language: E56 Language.
+Instances of E41 Appellation may be used to identify any instance of E1 CRM Entity and sometimes are characteristic for instances of more specific subclasses of E1 CRM Entity, such as for instances of E52 Time-Span (for instance “dates”), E39 Actor, E53 Place or E28 Conceptual Object. Postal addresses and E-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
+Even numerically expressed identifiers for extents in space or time are also regarded as instances of E41 Appellation, such as Gregorian dates or spatial coordinates, even though they allow for determining some time or location by a known procedure starting from a reference point and by virtue of that fact play a double role as instances of E59 Primitive Value.
+E41 Appellation should not be confused with the act of naming something. Cf. E15 Identifier Assignment.'),
+ (9, 'E14', 'Condition Assessment', 'This class describes the act of assessing the state of preservation of an object during a particular period.
+The condition assessment may be carried out by inspection, measurement, or through historical research. This class is used to document circumstances of the respective assessment that is relevant to interpret its quality at a later stage, or to continue research on related documents.'),
+ (10, 'E31', 'Document', 'This class comprises identifiable immaterial items that make propositions about reality.
+These propositions may be expressed in text, graphics, images, audiograms, videograms, or by other similar means. Documentation databases are regarded as instances of E31 Document. This class should not be confused with the concept “document” in Information Technology, which is compatible with E73 Information Object.'),
+ (11, 'E18', 'Physical Thing', 'This class comprises all persistent physical items with a relatively stable form, human-made or natural.
+Depending on the existence of natural boundaries of such things, the CIDOC CRM distinguishes the instances of E19 Physical Object from instances of E26 Physical Feature, such as holes, rivers, pieces of land, etc. Most instances of E19 Physical Object can be moved (if not too heavy), whereas features are integral to the surrounding matter.
+An instance of E18 Physical Thing occupies not only a particular geometric space at any instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces, such as the interior of a box. For the purpose of more detailed descriptions of the presence of an instance of E18 Physical Thing in space and time it can be associated with its specific instance of E92 Spacetime Volume by the property P196 defines (is defined by).
+The CIDOC CRM is generally not concerned with amounts of matter in fluid or gaseous states, as long as they are not confined in an identifiable way for an identifiable minimal time-span.'),
+ (12, 'E56', 'Language', 'This class is a specialization of E55 Type and comprises the natural languages in the sense of concepts.
+This type is used categorically in the model without reference to instances of it, i.e. the Model does not foresee the description of instances of instances of E56 Language, e.g. “instances of Mandarin Chinese”.
+It is recommended that internationally or nationally agreed codes and terminology should be used to denote instances of E56 Language, such as those defined in ISO 639-3:2007 and later versions.'),
+ (13, 'E57', 'Material', 'This class is a specialization of E55 Type and comprises the concepts of materials.
+Instances of E57 Material may denote properties of matter before its use, during its use, and as incorporated in an object, such as ultramarine powder, tempera paste, reinforced concrete. Discrete pieces of raw-materials kept in museums, such as bricks, sheets of fabric, pieces of metal, should be modelled individually in the same way as other objects. Discrete used or processed pieces, such as the stones from Nefer Titi''s temple, should be modelled as parts (cf. P46 is composed of (forms part of): E18 Physical Thing).
+This type is used categorically in the model without reference to instances of it, i.e. the Model does not foresee the description of instances of instances of E57 Material, e.g. “instances of gold”.
+It is recommended that internationally or nationally agreed codes and terminology should be used.'),
+ (14, 'E7', 'Activity', 'This class comprises actions intentionally carried out by instances of E39 Actor that result in changes of state in the cultural, social, or physical systems documented.
+This notion includes complex, composite, and long-lasting actions such as the building of a settlement or a war, as well as simple, short-lived actions such as the opening of a door.'),
+ (15, 'E54', 'Dimension', 'This class comprises quantifiable properties that can be measured by some calibrated means and can be approximated by values, i.e. points or regions in a mathematical or conceptual space, such as natural or real numbers, RGB values, etc.
+An instance of E54 Dimension represents the empirical or theoretically derived quantity, including the precision tolerances resulting from the particular method or calculation. The identity of an instance of E54 Dimension depends on the method of its determination because each method may produce different values even when determining comparable qualities. For instance, the wingspan of a bird alive or dead is a different dimension. Thermoluminescence dating and Rehydroxylation [RHX] dating are different dimensions of temporal distance from now, even if they aim at dating the same object. The method of determination should be expressed using the property P2 has type (is type of). Note that simple terms such as “diameter” or “length” are normally insufficient to unambiguously describe a respective dimension. In contrast, “maximum linear extent” may be sufficient.
+The properties of the class E54 Dimension allow for expressing the numerical approximation of the values of instances of E54 Dimension adequate to the precision of the applied method of determination. If the respective quantity belongs to a non-discrete space according to the laws of physics, such as spatial distances, it is recommended to record them as approximations by intervals or regions of indeterminacy enclosing the assumed true values. For instance, a length of 5 cm may be recorded as 4.5-5.5 cm, according to the precision of the respective observation. Note, that comparability of values described in different units depends critically on the representation as value regions.
+Numerical approximations in archaic instances of E58 Measurement Unit used in historical records should be preserved. Equivalents corresponding to current knowledge should be recorded as additional instances of E54 Dimension, as appropriate.'),
+ (16, 'E83', 'Type Creation', 'This class comprises activities formally defining new types of items.
+It is typically a rigorous scholarly or scientific process that ensures a type is exhaustively described and appropriately named. In some cases, particularly in archaeology and the life sciences, E83 Type Creation requires the identification of an exemplary specimen and the publication of the type definition in an appropriate scholarly forum. The activity modelled as an instance of E83 Type Creation is central to research in the life sciences, where a type would be referred to as a “taxon,” the type description as a “protologue,” and the exemplary specimens as “original element” or “holotype”.'),
+ (17, 'E58', 'Measurement Unit', 'This class is a specialization of E55 Type and comprises the types of measurement units: feet, inches, centimetres, litres, lumens, etc.
+This type is used categorically in the model without reference to instances of it, i.e. the model does not foresee the description of instances of instances of E58 Measurement Unit, e.g. “instances of cm”.
+Système International (SI) units or internationally recognized non-SI terms should be used whenever possible, such as those defined by ISO80000:2009. Archaic Measurement Units used in historical records should be preserved.'),
+ (18, 'E64', 'End of Existence', 'This class comprises events that end the existence of any instance of E77 Persistent Item.
+It may be used for temporal reasoning about things (physical items, groups of people, living beings) ceasing to exist; it serves as a hook both a terminus post quem and a terminus ante quem. In cases where substance from an instance of E77 Persistent Item continues to exist in a new form, the process would be documented as instances of E81 Transformation.'),
+ (45, 'E86', 'Leaving', 'This class comprises the activities that result in an instance of E39 Actor to be disassociated from an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
+Typical scenarios include the termination of membership in a social organisation, ending the employment at a company, divorce, and the end of tenure of somebody in an official position.'),
+ (19, 'E5', 'Event', 'This class comprises distinct, delimited and coherent processes and interactions of a material nature, in cultural, social or physical systems, involving and affecting instances of E77 Persistent Item in a way characteristic of the kind of process. Typical examples are meetings, births, deaths, actions of decision taking, making or inventing things, but also more complex and extended ones such as conferences, elections, building of a castle, or battles.
+While the continuous growth of a tree lacks the limits characteristic of an event, its germination from a seed does qualify as an event. Similarly, the blowing of the wind lacks the distinctness and limits of an event, but a hurricane, flood or earthquake would qualify as an event. Mental processes are considered as events, in cases where they are connected with the material externalization of their results; for example, the creation of a poem, a performance or a change of intention that becomes obvious from subsequent actions or declarations.
+The effects of an instance of E5 Event may not lead to relevant permanent changes of properties or relations of the items involved in it, for example an unrecorded performance. Of course, in order to be documented, some kind of evidence for an event must exist, be it witnesses, traces or products of the event.
+While instances of E4 Period always require some form of coherence between its constituent phenomena, in addition, the essential constituents of instances of E5 Event should contribute to an overall effect; for example, the statements made during a meeting and the listening of the audience.
+Viewed at a coarse level of detail, an instance of E5 Event may appear as if it had an ‘instantaneous’ overall effect, but any process or interaction of material nature in reality have an extent in time and space. At a fine level, instances of E5 Event may be analysed into component phenomena and phases within a space and timeframe, and as such can be seen as a period, regardless of the size of the phenomena. The reverse is not necessarily the case: not all instances of E4 Period give rise to a noteworthy overall effect and are thus not instances of E5 Event.'),
+ (20, 'E25', 'Human-Made Feature', 'This class comprises physical features that are purposely created by human activity, such as scratches, artificial caves, artificial water channels, etc. In particular, it includes the information encoding features on mechanical or digital carriers.'),
+ (21, 'E27', 'Site', 'This class comprises pieces of land or sea floor.
+In contrast to the purely geometric notion of E53 Place, this class describes constellations of matter on the surface of the Earth or other celestial body, which can be represented by photographs, paintings, and maps.
+Instances of E27 Site are composed of relatively immobile material items and features in a particular configuration at a particular location.'),
+ (22, 'E52', 'Time-Span', 'This class comprises abstract temporal extents, in the sense of Galilean physics, having a beginning, an end, and a duration.
+Instances of E52 Time-Span have no semantic connotations about phenomena happening within the temporal extent they represent. They do not convey any meaning other than a positioning on the “time-line” of chronology. The actual extent of an instance of E52 Time-Span can be approximated by properties of E52 Time-Span giving inner and outer bounds in the form of dates (instances of E61 Time Primitive). Comparing knowledge about time-spans is fundamental for chronological reasoning.
+Some instances of E52 Time-Span may be defined as the actual, in principle observable, temporal extent of instances of E2 Temporal Entity via the property P4 has time-span (is time-span of): E52 Time-Span. They constitute phenomenal time-spans as defined in CRMgeo (Doerr & Hiebel 2013). Since our knowledge of history is imperfect and physical phenomena are fuzzy in nature, the extent of phenomenal time-spans can only be described in approximation. An extreme case of approximation, might, for example, define an instance of E52 Time-Span having unknown beginning, end and duration. It may, nevertheless, be associated with other descriptions by which people can infer knowledge about it, such as in relative chronologies.
+Some instances of E52 may be defined precisely as representing a declaration of a temporal extent, as, for instance, done in a business contract. They constitute declarative time-spans as defined in CRMgeo (Doerr & Hiebel 2013) and can be described via the property E61 Time Primitive P170 defines time (time is defined by): E52 Time-Span.
+When used as a common E52 Time-Span for two events, it will nevertheless describe them as being simultaneous, even if nothing else is known.'),
+ (23, 'E63', 'Beginning of Existence', 'This class comprises events that bring into existence any instance of E77 Persistent Item.
+It may be used for temporal reasoning about things (intellectual products, physical items, groups of people, living beings) beginning to exist; it serves as a hook for both a terminus post quem and a terminus ante quem.'),
+ (24, 'E65', 'Creation', 'This class comprises events that result in the creation of conceptual items or immaterial products, such as legends, poems, texts, music, images, movies, laws, types, etc.'),
+ (25, 'E68', 'Dissolution', 'This class comprises the events that result in the formal or informal termination of an instance of E74 Group.
+If the dissolution was deliberate, the Dissolution event should also be instantiated as an instance of E7 Activity.'),
+ (26, 'E21', 'Person', 'This class comprises real persons who live or are assumed to have lived.
+Legendary figures that may have existed, such as Ulysses and King Arthur, fall into this class if the documentation refers to them as historical figures. In cases where doubt exists as to whether several persons are in fact identical, multiple instances can be created and linked to indicate their relationship. The CIDOC CRM does not propose a specific form to support reasoning about possible identity.
+In a bibliographic context, a name presented following the conventions usually employed for personal names will be assumed to correspond to an actual real person (an instance of E21 Person), unless evidence is available to indicate that this is not the case. The fact that a persona may erroneously be classified as an instance of E21 Person does not imply that the concept comprises personae.'),
+ (27, 'E34', 'Inscription', 'This class comprises recognisable texts that can be attached to instances of E24 Physical Human-Made Thing.
+The transcription of the text can be documented in a note by P3 has note: E62 String. The alphabet used can be documented by P2 has type: E55 Type. This class is not intended to describe the idiosyncratic characteristics of an individual physical embodiment of an inscription, but the underlying prototype. The physical embodiment is modelled in the CIDOC CRM as instances of E24 Physical Human-Made Thing.
+The relationship of a physical copy of a book to the text it contains is modelled using E18 Physical Thing. P128 carries (is carried by): E33 Linguistic Object.'),
+ (28, 'E72', 'Legal Object', 'This class comprises those material or immaterial items to which instances of E30 Right, such as the right of ownership or use, can be applied.
+This is generally true for all instances of E18 Physical Thing. In the case of instances of E28 Conceptual Object, however, the identity of an instance of E28 Conceptual Object or the method of its use may be too ambiguous to reliably establish instances of E30 Right, as in the case of taxa and inspirations. Ownership of corporations is currently regarded as out of scope of the CIDOC CRM.'),
+ (60, 'E87', 'Curation Activity', 'This class comprises the activities that contribute to the management and the preservation and evolution of instances of E78 Curated Holding, following an implicit or explicit curation plan.
+It specializes the notion of activity into the curation of a collection and allows the history of curation to be recorded.
+Items are accumulated and organized following criteria such as subject, chronological period, material type, style of art, etc., and can be added or removed from an instance of E78 Curated Holding for a specific purpose and/or audience. The initial aggregation of items to form a collection is regarded as an instance of E12 Production Event, while the activities of evolving, preserving, and promoting a collection are regarded as instances of E87 Curation Activity.'),
+ (29, 'E8', 'Acquisition', 'This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more other instances of E39 Actor.
+The class also applies to the establishment or loss of ownership of instances of E18 Physical Thing. It does not, however, imply changes of any other kinds of rights. The recording of the donor and/or recipient is optional. It is possible that in an instance of E8 Acquisition there is either no donor or no recipient. Depending on the circumstances, it may describe:
+1. the beginning of ownership
+2. the end of ownership
+3. the transfer of ownership
+4. the acquisition from an unknown source
+5. the loss of title due to destruction of the item
+It may also describe events where a collector appropriates legal title, for example, by annexation or field collection. The interpretation of the museum notion of “accession” differs between institutions. The CIDOC CRM therefore models legal ownership (E8 Acquisition) and physical custody (E10 Transfer of Custody) separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.'),
+ (30, 'E32', 'Authority Document', 'This class comprises encyclopaedia, thesauri, authority lists and other documents that define terminology or conceptual systems for consistent use.'),
+ (31, 'E67', 'Birth', 'This class comprises the births of human beings. E67 Birth is a biological event focussing on the context of people coming into life. (E63 Beginning of Existence comprises the coming into life of any living being.)
+Twins, triplets, etc. are brought into life by the same instance of E67 Birth. The introduction of the E67 Birth event as a documentation element allows the description of a range of family relationships in a simple model. Suitable extensions may describe more details and the complexity of motherhood since the advent of modern medicine. In this model, the biological father is not seen as a necessary participant in the E67 Birth.'),
+ (32, 'E2', 'Temporal Entity', 'This class comprises all phenomena, such as the instances of E4 Periods and E5 Events, which happen over a limited extent in time. This extent in time must be contiguous, i.e., without gaps. In case the defining kinds of phenomena for an instance of E2 Temporal Entity cease to happen, and occur later again at another time, we regard that the former instance of E2 Temporal Entity has ended and a new instance has come into existence. In more intuitive terms, the same event cannot happen twice.
+In some contexts, such phenomena are also called perdurants. This class is disjoint from E77 Persistent Item and is an abstract class that typically has no direct instances. E2 Temporal Entity is specialized into E4 Period, which applies to a particular geographic area (defined with a greater or lesser degree of precision), and E3 Condition State, which applies to instances of E18 Physical Thing.'),
+ (33, 'E42', 'Identifier', 'This class comprises strings or codes assigned to instances of E1 CRM Entity in order to identify them uniquely and permanently within the context of one or more organisations. Such codes are often known as inventory numbers, registration codes, etc. and are typically composed of alphanumeric sequences. Postal addresses, telephone numbers, URLs and e-mail addresses are characteristic examples of identifiers used by services transporting things between clients.
+The class E42 Identifier is not normally used for machine-generated identifiers used for automated processing unless these are also used by human agents.'),
+ (34, 'E85', 'Joining', 'This class comprises the activities that result in an instance of E39 Actor becoming a member of an instance of E74 Group. This class does not imply initiative by either party. It may be the initiative of a third party.
+Typical scenarios include becoming a member of a social organisation, becoming an employee of a company, marriage, the adoption of a child by a family, and the inauguration of somebody into an official position.'),
+ (35, 'E90', 'Symbolic Object', 'This class comprises identifiable symbols and any aggregation of symbols, such as characters, identifiers, traffic signs, emblems, texts, data sets, images, musical scores, multimedia objects, computer program code, or mathematical formulae that have an objectively recognizable structure and that are documented as single units.
+It includes sets of signs of any nature, which may serve to designate something, or to communicate some propositional content. An instance of E90 Symbolic Object may or may not have a specific meaning, for example an arbitrary character string.
+In some cases, the content of an instance of E90 Symbolic Object may completely be represented by a serialized digital content model, such as a sequence of ASCII-encoded characters, an XML or HTML document, or a TIFF image. The property P3 has note and its subproperty P190 has symbolic content allow for the description of this content model. In order to disambiguate which symbolic level is the carrier of the meaning, the property P3.1 has type can be used to specify the encoding (e.g. “bit”, “Latin character”, RGB pixel).'),
+ (36, 'E24', 'Physical Human-Made Thing', 'This class comprises all persistent physical items of any size that are purposely created by human activity. This class comprises, besides others, human-made objects, such as a sword, and human-made features, such as rock art. For example, a “cup and ring” carving on bedrock is regarded as instance of E24 Physical Human-Made Thing.
+Instances of E24 Physical Human-Made Thing may be the result of modifying pre-existing physical things, preserving larger parts or most of the original matter and structure, which poses the question if they are new or even human-made, the respective interventions of production made on such original material should be obvious and sufficient to regard that the product has a new, distinct identity and intended function and is human-made. Substantial continuity of the previous matter and structure in the new product can be documented by describing the production process also as an instance of E81 Transformation.
+Whereas interventions of conservation and repair are not regarded to produce a new instance of E24 Physical Human-Made Thing, the results of preparation of natural history specimens that substantially change their natural or original state should be regarded as instances of E24 Physical Human-Made Things, including the uncovering of petrified biological features from a solid piece of stone. On the other side, scribbling a museum number on a natural object should not be regarded to make it human-made. This notwithstanding, parts, sections, segments, or features of an instance of E24 Physical Human-Made Thing may continue to be non-human-made and preserved during the production process, for example natural pearls used as a part of an eardrop.'),
+ (37, 'E37', 'Mark', 'This class comprises symbols, signs, signatures, or short texts applied to instances of E24 Physical Human-Made Thing by arbitrary techniques, often in order to indicate such things as creator, owner, dedications, purpose, or to communicate information generally. Instances of E37 Mark do not represent the actual image of a mark, but the abstract ideal (or archetype) as used for codification in reference documents forming cultural documentation.
+This class specifically excludes features that have no semantic significance, such as scratches or tool marks. These should be documented as instances of E25 Human-Made Feature.'),
+ (38, 'E15', 'Identifier Assignment', 'This class comprises activities that result in the allocation of an identifier to an instance of E1 CRM Entity. An instance of E15 Identifier Assignment may include the creation of the identifier from multiple constituents, which themselves may be instances of E41 Appellation. The syntax and kinds of constituents to be used may be declared in a rule constituting an instance of E29 Design or Procedure.
+Examples of such identifiers include Find Numbers, Inventory Numbers, uniform titles in the sense of librarianship and Digital Object Identifiers (DOI). Documenting the act of identifier assignment and deassignment is especially useful when objects change custody or the identification system of an organization is changed. In order to keep track of the identity of things in such cases, it is important to document by whom, when, and for what purpose an identifier is assigned to an item.
+The fact that an identifier is a preferred one for an organisation can be expressed by using the property E1 CRM Entity. P48 has preferred identifier (is preferred identifier of): E42 Identifier. It can better be expressed in a context independent form by assigning a suitable E55 Type, such as “preferred identifier assignment”, to the respective instance of E15 Identifier Assignment through the P2 has type (is type of) property.'),
+ (39, 'E30', 'Right', 'This class comprises legal privileges concerning material and immaterial things or their derivatives.
+These include reproduction and property rights.'),
+ (40, 'E79', 'Part Addition', 'This class comprises activities that result in an instance of E18 Physical Thing being increased, enlarged, or augmented by the addition of a part.
+Typical scenarios include the attachment of an accessory, the integration of a component, the addition of an element to an aggregate object, or the accessioning of an object into a curated instance of E78 Curated Holding. Both the E18 Physical Thing being augmented and the E18 Physical Thing that is being added are treated as separate identifiable wholes prior to the instance of E79 Part Addition. Following the addition of parts, the resulting assemblages are treated objectively as single identifiable wholes, made up of constituent or component parts bound together either physically (for example the engine becoming a part of the car), or by sharing a common purpose (such as the 32 chess pieces that make up a chess set). This class of activities forms a basis for reasoning about the history and continuity of identity of objects that are integrated into other objects over time, such as precious gemstones being repeatedly incorporated into different items of jewellery, or cultural artefacts being added to different museum instances of E78 Curated Holding over their lifespan.'),
+ (41, 'E12', 'Production', 'This class comprises activities that are designed to, and succeed in, creating one or more new items.
+It specializes the notion of modification into production. The decision as to whether or not an object is regarded as new is context sensitive. Normally, items are considered “new” if there is no obvious overall similarity between them and the consumed items and material used in their production. In other cases, an item is considered “new” because it becomes relevant to documentation by a modification. For example, the scribbling of a name on a potsherd may make it a voting token. The original potsherd may not be worth documenting, in contrast to the inscribed one.
+This entity can be collective: the printing of a thousand books, for example, would normally be considered a single event.
+An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities and matter is preserved, but identity is not.'),
+ (42, 'E70', 'Thing', 'This general class comprises discrete, identifiable, instances of E77 Persistent Item that are documented as single units, that either consist of matter or depend on being carried by matter and are characterized by relative stability.
+They may be intellectual products or physical things. They may, for instance, have a solid physical form, an electronic encoding, or they may be a logical concept or structure.'),
+ (43, 'E11', 'Modification', 'This class comprises instances of E7 Activity that are undertaken to create, alter or change instances of E24 Physical Human-Made Thing.
+This class includes the production of an item from raw materials and other so far undocumented objects. It also includes the conservation treatment of an object.
+Since the distinction between modification and production is not always clear, modification is regarded as the more generally applicable concept. This implies that some items may be consumed or destroyed in an instance of E11 Modification, and that others may be produced as a result of it. An event should also be documented using an instance of E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities.
+An activity undertaken on an object which was designed to alter it, but which, in fact, it did not in any seemingly significant way (such as the application of a solvent during conservation which failed to dissolve any part of the object), is still considered as an instance of E11 Modification. Typically, any such activity will leave at least forensic traces of evidence on the object.
+If the instance of E29 Design or Procedure utilized for the modification prescribes the use of specific materials, they should be documented using property P68 foresees use of (use foreseen by): E57 Material of E29 Design or Procedure, rather than via P126 employed (was employed in): E57 Material.'),
+ (44, 'E33', 'Linguistic Object', 'This class comprises identifiable expressions in natural language or languages.
+Instances of E33 Linguistic Object can be expressed in many ways: e.g. as written texts, recorded speech, or sign language. However, the CIDOC CRM treats instances of E33 Linguistic Object independently from the medium or method by which they are expressed. Expressions in formal languages, such as computer code or mathematical formulae, are not treated as instances of E33 Linguistic Object by the CIDOC CRM. These should be modelled as instances of E73 Information Object.
+In general, an instance of E33 Linguistic Object may also contain non-linguistic information, often of artistic or aesthetic value. Only in cases in which the content of an instance of E33 Linguistic Object can completely be expressed by a series of binary-encoded symbols, its content may be documented within a respective knowledge base by the property P190 has symbolic content: E62 String. Otherwise, it should be understood as an identifiable digital resource only available independently from the respective knowledge base.
+In other cases, such as pages of an illuminated manuscript or recordings containing speech in a language supported by a writing system, the linguistic part of the content of an instance of E33 Linguistic Object may be documented within a respective knowledge base in a note by P3 has note: E62 String. Otherwise, it may be described using the property P165 incorporates (is incorporated in): E73 Information Object as a different object with its own identity.'),
+ (46, 'E74', 'Group', 'This class comprises any gatherings or organizations of human individuals or groups that act collectively or in a similar way due to any form of unifying relationship. In the wider sense this class also comprises official positions which used to be regarded in certain contexts as one actor, independent of the current holder of the office, such as the president of a country. In such cases, it may happen that the group never had more than one member. A joint pseudonym (i.e. a name that seems indicative of an individual but that is actually used as a persona by two or more people) is a particular case of E74 Group.
+A gathering of people becomes an instance of E74 Group when it exhibits organizational characteristics usually typified by a set of ideas or beliefs held in common, or actions performed together. These might be communication, creating some common artifact, a common purpose such as study, worship, business, sports, etc. Nationality can be modelled as membership in an instance of E74 Group. Married couples and other concepts of family are regarded as particular examples of E74 Group.'),
+ (47, 'E35', 'Title', 'This class comprises the textual strings that within a cultural context can be clearly identified as titles due to their form. Being a subclass of E41 Appellation, E35 Title can only be used when such a string is actually used as a title of a work, such as a text, an artwork, or a piece of music.
+Titles are proper noun phrases or verbal phrases, and should not be confused with generic object names such as “chair”, “painting”, or “book” (the latter are common nouns that stand for instances of E55 Type). Titles may be assigned by the creator of the work itself, or by a social group.
+This class also comprises the translations of titles that are used as surrogates for the original titles in different social contexts.'),
+ (48, 'E9', 'Move', 'This class comprises changes of the physical location of the instances of E19 Physical Object.
+Note, that the class E9 Move inherits the property P7 took place at (witnessed): E53 Place. This property should be used to describe the trajectory or a larger area within which a move takes place, whereas the properties P26 moved to (was destination of), P27 moved from (was origin of) describe the start and end points only. Moves may also be documented to consist of other moves (via P9 consists of (forms part of)), in order to describe intermediate stages on a trajectory. In that case, start and end points of the partial moves should match appropriately between each other and with the overall event.'),
+ (49, 'E6', 'Destruction', 'This class comprises events that destroy one or more instances of E18 Physical Thing, such that they lose their identity as the subjects of documentation.
+Some destruction events are intentional, while others are independent of human activity. Intentional destruction can be documented by classifying the event as both an instance of E6 Destruction and of E7 Activity.
+The decision to document an object as destroyed, transformed, or modified is context-sensitive:
+1. If the matter remaining from the destruction is not documented, the event is modelled solely as an instance of E6 Destruction.
+2. An event should also be documented using E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the original. In this case, the new items have separate identities. Matter is preserved, but identity is not.
+3. When the initial identity of the changed instance of E18 Physical Thing is preserved, the event should be documented as an instance of E11 Modification.'),
+ (50, 'E92', 'Spacetime Volume', 'This class comprises 4-dimensional point sets (volumes) in physical spacetime (in contrast to mathematical models of it) regardless of their true geometric forms. They may derive their identity from being the extent of a material phenomenon or from being the interpretation of an expression defining an extent in spacetime. Intersections of instances of E92 Spacetime Volume, E53 Place, and E52 Time-Span are also regarded as instances of E92 Spacetime Volume. An instance of E92 Spacetime Volume is either contiguous or composed of a finite number of contiguous subsets. Its boundaries may be fuzzy due to the properties of the phenomena it derives from or due to the limited precision up to which defining expression can be identified with a real extent in spacetime. The duration of existence of an instance of E92 Spacetime Volume is its projection on time.'),
+ (51, 'E26', 'Physical Feature', 'This class comprises identifiable features that are physically attached in an integral way to particular physical objects.
+Instances of E26 Physical Feature share many of the attributes of instances of E19 Physical Object. They may have a one-dimensional, two-dimensional, or three-dimensional geometric extent, but there are no natural borders that separate them completely in an objective way from the carrier objects. For example, a doorway is a feature but the door itself, being attached by hinges, is not.
+Instances of E26 Physical Feature can be features in a narrower sense, such as scratches, holes, reliefs, surface colours, reflection zones in an opal crystal or a density change in a piece of wood. In the wider sense, they are portions of particular objects with partially imaginary borders, such as the core of the Earth, an area of property on the surface of the Earth, a landscape or the head of a contiguous marble statue. They can be measured and dated, and it is sometimes possible to state who or what is or was responsible for them. They cannot be separated from the carrier object, but a segment of the carrier object may be identified (or sometimes removed) carrying the complete feature.
+This definition coincides with the definition of “fiat objects”, with the exception of aggregates of “bona fide objects” (Smith & Varzi, 2000).'),
+ (52, 'E77', 'Persistent Item', 'This class comprises items that have persistent characteristics of structural nature substantially related to their identity and their integrity, sometimes known as “endurants” in philosophy. Persistent Items may be physical entities, such as people, animals or things, conceptual entities such as ideas, concepts, products of the imagination or even names.
+Instances of E77 Persistent Item may be present or be part of interactions in different periods or events. They can repeatedly be recognized at disparate occasions during their existence by characteristics of structural nature. The respective characteristics need not be exactly the same during all the existence of an instance of E77 Persistent Item. Often, they undergo gradual change, still bearing some similarities with that of previous times, or disappear completely and new emerge. For instance, a person, from the time of being born on, will gradually change all its features and acquire new ones, such as a scar. Even the DNA in different body cells will develop defects and mutations. Nevertheless, relevant characteristics used should be sufficiently similar to recognize the instance for some substantial period of time.
+The more specific criteria that determine the identity of instances of subclasses of E77 Persistent Item may vary considerably and are described or referred to in the respective scope notes. The decision about which exact criteria to use depends on whether the observable behaviour of the respective part of reality such confined conforms to the reasoning the user is interested in. For example, a building can be regarded as no longer existing if it is dismantled and the materials reused in a different configuration. On the other hand, human beings go through radical and profound changes during their life-span, affecting both material composition and form, yet preserve their identity by other criteria, such as being bodily separated from other persons. Similarly, inanimate objects may be subject to exchange of parts and matter. On the opposite, the identity of a (version of a) text of a scientific publication is given by the exact arrangement of its relevant symbols.
+The main classes of objects that fall outside the scope of the E77 Persistent Item class are temporal objects such as periods, events and acts, and descriptive properties.
+An instance of E77 Persistent Item does not require actual knowledge of the identifying features of the instance being currently known. There may be cases, where the actual identifying features of an instance of E77 Persistent Item are not decidable at a particular state of knowledge.'),
+ (53, 'E13', 'Attribute Assignment', 'This class comprises the actions of making assertions about one property of an object or any single relation between two items or concepts. The type of the property asserted to hold between two items or concepts can be described by the property P177 assigned property of type (is type of property assigned): E55 Type.
+For example, the class describes the actions of people making propositions and statements during certain scientific/scholarly procedures, e.g. the person and date when a condition statement was made, an identifier was assigned, the museum object was measured, etc. Which kinds of such assignments and statements need to be documented explicitly in structures of a schema rather than free text, depends on whether this information should be accessible by structured queries.
+This class allows for the documentation of how the respective assignment came about, and whose opinion it was. Note that all instances of properties described in a knowledge base are the opinion of someone. Per default, they are the opinion of the team maintaining the knowledge base. This fact must not individually be registered for all instances of properties provided by the maintaining team, because it would result in an endless recursion of whose opinion was the description of an opinion. Therefore, the use of instances of E13 Attribute Assignment marks the fact that the maintaining team is in general neutral to the validity of the respective assertion, but registers someone else’s opinion and how it came about.
+All properties assigned in such an action can also be seen as directly relating the respective pair of items or concepts. Multiple use of instances of E13 Attribute Assignment may possibly lead to a collection of contradictory values.'),
+ (54, 'E19', 'Physical Object', 'This class comprises items of a material nature that are units for documentation and have physical boundaries that separate them completely in an objective way from other objects.
+The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen. Typically, instances of E19 Physical Object can be moved (if not too heavy).
+In some contexts, such objects, except for aggregates, are also called “bona fide objects”, i.e. naturally defined objects (Smith & Varzi, 2000).
+The decision as to what is documented as a complete item, rather than by its parts or components, may be purely administrative or may be a result of the order in which the item was acquired.'),
+ (55, 'E29', 'Design or Procedure', 'This class comprises documented plans for the execution of actions in order to achieve a result of a specific quality, form, or contents. In particular, it comprises plans for deliberate human activities that may result in new instances of E71 Human-Made Thing or for shaping or guiding the execution of an instance of E7 Activity.
+Instances of E29 Design or Procedure can be structured in parts and sequences or depend on others.
+This is modelled using P69 has association with (is associated with): E29 Design or Procedure.
+Designs or procedures can be seen as one of the following:
+1. A schema for the activities it describes
+2. A schema of the products that result from their application
+3. An independent intellectual product that may have never been applied, such as Leonardo da Vinci’s famous plans for flying machines
+Because designs or procedures may never be applied or only partially executed, the CIDOC CRM models a loose relationship between the plan and the respective product.'),
+ (56, 'E96', 'Purchase', 'This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more different instances of E39 Actor, where the transferring party is completely compensated by the payment of a monetary amount. In more detail, a purchase agreement establishes a fixed monetary obligation at its initialization on the receiving party, to the giving party. An instance of E96 Purchase begins with the contract or equivalent agreement and ends with the fulfilment of all contractual obligations. In the case that the activity is abandoned before both parties have fulfilled these obligations, the activity is not regarded as an instance of E96 Purchase.
+This class is a very specific case of the much more complex social business practices of exchange of goods and the creation and satisfaction of related social obligations. Purchase activities which define individual sales prices per object can be modelled by instantiating E96 Purchase for each object individually and as part of an overall instance of E96 Purchase transaction.'),
+ (57, 'E98', 'Currency', 'This class comprises the units in which a monetary system, supported by an administrative authority or other community, quantifies and arithmetically compares all monetary amounts declared in the unit. The unit of a monetary system must describe a nominal value which is kept constant by its administrative authority and an associated banking system if it exists, and not by market value. For instance, one may pay with grams of gold, but the respective monetary amount would have been agreed as the gold price in US dollars on the day of the payment. Under this definition, British Pounds, U.S. Dollars, and European Euros are examples of currency, but “grams of gold” is not. One monetary system has one and only one currency. Instances of this class must not be confused with coin denominations, such as “Dime” or “Sestertius”. Non-monetary exchange of value in terms of quantities of a particular type of goods, such as cows, do not constitute a currency.'),
+ (58, 'E22', 'Human-Made Object', 'This class comprises all persistent physical objects of any size that are purposely created by human activity and have physical boundaries that separate them completely in an objective way from other objects.
+The class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen.'),
+ (59, 'E10', 'Transfer of Custody', 'This class comprises transfers of the physical custody or the legal responsibility for the physical custody of objects. The recording of the donor or recipient is optional. It is possible that in an instance of E10 Transfer of Custody there is either no donor or no recipient.
+Depending on the circumstances, it may describe:
+1. the beginning of custody (there is no previous custodian)
+2. the end of custody (there is no subsequent custodian)
+3. the transfer of custody (transfer from one custodian to the next)
+4. the receipt of custody from an unknown source (the previous custodian is unknown)
+5. the declared loss of an object (the current or subsequent custodian is unknown)
+In the event that only a single kind of transfer of custody occurs, either the legal responsibility for the custody or the actual physical possession of the object but not both, this difference should be expressed using the property P2 has type (is type of).
+The sense of physical possession requires that the object of custody be in the hands of the keeper at least with a part representative for the whole. The way, in which a representative part is defined, should ensure that it is unambiguous who keeps a part and who the whole and should be consistent with the identity criteria of the kept instance of E18 Physical Thing.
+The interpretation of the museum notion of "accession" differs between institutions. The CIDOC CRM therefore models legal ownership and physical custody separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.
+Theft is a specific case of illegal transfer of custody.'),
+ (61, 'E81', 'Transformation', 'This class comprises the events that result in the simultaneous destruction of one or more than one E18 Physical Thing and the creation of one or more than one E18 Physical Thing that preserves recognizable substance and structure from the first one(s) but has fundamentally different nature or identity.
+Although the old and the new instances of E18 Physical Thing are treated as discrete entities having separate, unique identities, they are causally connected through the E81 Transformation; the destruction of the old E18 Physical Thing(s) directly causes the creation of the new one(s) using or preserving some relevant substance and structure. Instances of E81 Transformation are therefore distinct from re-classifications (documented using E17 Type Assignment) or modifications (documented using E11 Modification) of objects that do not fundamentally change their nature or identity. Characteristic cases are reconstructions and repurposing of historical buildings or ruins, fires leaving buildings in ruins, taxidermy of specimen in natural history.
+Even though such instances of E81 Transformation are often motivated by a change of intended use, substantial material changes should justify the documentation of the result as a new instance of E18 Physical Thing and not just the change of function. The latter may be documented as an extended activity (instance of E7 Activity) of using it.'),
+ (62, 'E3', 'Condition State', 'This class comprises the states of objects characterised by a certain condition over a time-span.
+An instance of this class describes the prevailing physical condition of any material object or feature during a specific instance of E52 Time-Span. In general, the time-span for which a certain condition can be asserted may be shorter than the real time-span, for which this condition held.
+The nature of that condition can be described using P2 has type. For example, the instance of E3 Condition State “condition of the SS Great Britain between 22-nd September 1846 and 27-th August 1847” can be characterized as an instance “wrecked” of E55 Type.'),
+ (63, 'E53', 'Place', 'This class comprises extents in the natural space where people live, in particular on the surface of the Earth, in the pure sense of physics: independent from temporal phenomena and matter. They may serve describing the physical location of things or phenomena or other areas of interest. Geometrically, instances of E53 Place constitute single contiguous areas or a finite aggregation of disjoint areas in space which are each individually contiguous. They may have fuzzy boundaries.
+The instances of E53 Place are usually determined by reference to the position of “immobile” objects such as buildings, cities, mountains, rivers, or dedicated geodetic marks, but may also be determined by reference to mobile objects. A Place can be determined by combining a frame of reference and a location with respect to this frame.
+It is sometimes argued that instances of E53 Place are best identified by global coordinates or absolute reference systems. However, relative references are often more relevant in the context of cultural documentation and tend to be more precise. In particular, people are often interested in position in relation to large, mobile objects, such as ships. For example, the Place at which Nelson died is known with reference to a large mobile object, i.e. H.M.S Victory. A resolution of this Place in terms of absolute coordinates would require knowledge of the movements of the vessel and the precise time of death, either of which may be revised, and the result would lack historical and cultural relevance.
+Any instance of E18 Physical Thing can serve as a frame of reference for an instance of E53 Place. This may be documented using the property P157 is at rest relative to (provides reference space for).'),
+ (64, 'E71', 'Human-Made Thing', 'This class comprises discrete, identifiable human-made items that are documented as single units.
+These items are either intellectual products or human-made physical things, and are characterized by relative stability. They may, for instance, have a solid physical form, an electronic encoding, or they may be logical concepts or structures.'),
+ (65, 'E80', 'Part Removal', 'This class comprises the activities that result in an instance of E18 Physical Thing being decreased by the removal of a part.
+Typical scenarios include the detachment of an accessory, the removal of a component or part of a composite object, or the deaccessioning of an object from a curated collection, an instance of E78 Curated Holding. If the instance of E80 Part Removal results in the total decomposition of the original object into pieces, such that the whole ceases to exist, the activity should instead be modelled as an instance of E81 Transformation, i.e. a simultaneous destruction and production. In cases where the part removed has no discernible identity prior to its removal but does have an identity subsequent to its removal, the activity should be modelled as both an instance of E80 Part Removal and E12 Production. This class of activities forms a basis for reasoning about the history, and continuity of identity over time, of objects that are removed from other objects, such as precious gemstones being extracted from different items of jewellery, or cultural artifacts being deaccessioned from different museum collections over their lifespan.'),
+ (66, 'E17', 'Type Assignment', 'This class comprises the actions of classifying items of whatever kind. Such items include objects, specimens, people, actions, and concepts.
+This class allows for the documentation of the context of classification acts in cases where the value of the classification depends on the personal opinion of the classifier, and the date that the classification was made. This class also encompasses the notion of “determination,” i.e. the systematic and molecular identification of a specimen in biology.'),
+ (67, 'E20', 'Biological Object', 'This class comprises individual items of a material nature, which live, have lived, or are natural products of or from living organisms.
+Artificial objects that incorporate biological elements, such as Victorian butterfly frames, can be documented as both instances of E20 Biological Object and E22 Human-Made Object.'),
+ (68, 'E66', 'Formation', 'This class comprises events that result in the formation of a formal or informal E74 Group of people, such as a club, society, association, corporation, or nation.
+E66 Formation does not include the arbitrary aggregation of people who do not act as a collective.
+The formation of an instance of E74 Group does not require that the group is populated with members at the time of formation. In order to express the joining of members at the time of formation, the respective activity should be simultaneously an instance of both E66 Formation and E85 Joining.'),
+ (69, 'E4', 'Period', 'This class comprises sets of coherent phenomena or cultural manifestations occurring in time and space.
+It is the social or physical coherence of these phenomena that identify an instance of E4 Period and not the associated spatiotemporal extent. This extent is only the “ground” or space in an abstract physical sense that the actual process of growth, spread and retreat has covered. Consequently, different periods can overlap and coexist in time and space, such as when a nomadic culture exists in the same area and time as a sedentary culture. This also means that overlapping land use rights, common among first nations, amounts to overlapping periods.
+Often, this class is used to describe prehistoric or historic periods such as the “Neolithic Period”, the “Ming Dynasty” or the “McCarthy Era”, but also geopolitical units and activities of settlements are regarded as special cases of E4 Period. However, there are no assumptions about the scale of the associated phenomena. In particular all events are seen as synthetic processes consisting of coherent phenomena. Therefore, E4 Period is a superclass of E5 Event. For example, a modern clinical birth, an instance of E67 Birth, can be seen as both a single event, i.e. an instance of E5 Event, and as an extended period, i.e. an instance of E4 Period, that consists of multiple physical processes and complementary activities performed by multiple instances of E39 Actor.
+E4 Period is a subclass of E2 Temporal Entity and of E92 Spacetime Volume. The latter is intended as a phenomenal spacetime volume as defined in CIDOC CRMgeo (Doerr & Hiebel, 2013). By virtue of this multiple inheritance, it is possible to discuss the physical extent of an instance of E4 Period without representing each instance of it together with an instance of its associated spacetime volume. This model combines two quite different kinds of substance: an instance of E4 Period is a phenomenon while an instance of E92 Spacetime Volume is an aggregation of points in spacetime. However, the real spatiotemporal extent of an instance of E4 Period is regarded to be unique to it due to all its details and fuzziness; its identity and existence depends uniquely on the identity of the instance of E4 Period. Therefore, this multiple inheritance is unambiguous and effective and furthermore corresponds to the intuitions of natural language.
+Typical use of this class in cultural heritage documentation is for documenting cultural and artistic periods. There are two different conceptualisations of ‘artistic style’, defined either by physical features or by historical context. For example, “Impressionism” can be viewed as a period in the European sphere of influence lasting from approximately 1870 to 1905 during which paintings with particular characteristics were produced by a group of artists that included (among others) Monet, Renoir, Pissarro, Sisley and Degas. Alternatively, it can be regarded as a style applicable to all paintings sharing the characteristics of the works produced by the Impressionist painters, regardless of historical context. The first interpretation is an instance of E4 Period, and the second defines morphological object types that fall under E55 Type.
+A geopolitical unit as a specific case of an instance of E4 Period is the set of activities and phenomena related to the claim of power, the consequences of belonging to a jurisdictional area and an administrative system that establishes a geopolitical unit. Examples from the modern period are countries or administrative areas of countries such as districts whose actions and structures define activities and phenomena in the area that they intend to govern. The borders of geopolitical units are often defined in contracts or treaties although they may deviate from the actual practice. The spatiotemporal properties of Geopolitical units can be modelled through the properties inherited from E92 Spacetime Volume.
+Another specific case of an instance of E4 Period is the actual extent of the set of activities and phenomena as evidenced by their physical traces that define a settlement, such as the populated period of Nineveh.'),
+ (70, 'E69', 'Death', 'This class comprises the deaths of human beings.
+If a person is killed, their death should be instantiated as E69 Death and as E7 Activity. The death or perishing of other living beings should be documented as instances of E64 End of Existence.'),
+ (71, 'E89', 'Propositional Object', 'This class comprises immaterial items, including but not limited to stories, plots, procedural prescriptions, algorithms, laws of physics or images that are, or represent in some sense, sets of propositions about real or imaginary things and that are documented as single units or serve as topic of discourse.
+This class also comprises items that are “about” something in the sense of a subject. In the wider sense, this class includes expressions of psychological value such as non-figural art and musical themes. However, conceptual items such as types and classes are not instances of E89 Propositional Object. This should not be confused with the definition of a type, which is indeed an instance of E89 Propositional Object.'),
+ (72, 'E78', 'Curated Holding', 'This class comprises aggregations of instances of E18 Physical Thing that are assembled and maintained (“curated” and “preserved,” in museological terminology) by one or more instances of E39 Actor over time for a specific purpose and audience, and according to a particular collection development plan. Typical instances of curated holdings are museum collections, archives, library holdings and digital libraries. A digital library is regarded as an instance of E18 Physical Thing because it requires keeping physical carriers of the electronic content.
+Items may be added or removed from an E78 Curated Holding in pursuit of this plan. This class should not be confused with the E39 Actor maintaining the E78 Curated Holding who is often referred to using the name of the E78 Curated Holding (e.g. “The Wallace Collection decided…”).
+Collective objects in the general sense, like a tomb full of gifts, a folder with stamps, or a set of chessmen, should be documented as instances of E19 Physical Object, and not as instances of E78 Curated Holding. This is because they form wholes, either because they are physically bound together or because they are kept together for their functionality.'),
+ (73, 'E97', 'Monetary Amount', 'This class comprises quantities of monetary possessions or obligations in terms of their nominal value with respect to a particular currency. These quantities may be abstract accounting units, the nominal value of a heap of coins or bank notes at the time of validity of the respective currency, the nominal value of a bill of exchange or other documents expressing monetary claims or obligations. It specifically excludes amounts expressed in terms of weights of valuable items, like gold and diamonds, and quantities of other non-currency items, like goats or stocks and bonds.'),
+ (74, 'E93', 'Presence', 'This class comprises instances of E92 Spacetime Volume, whose temporal extent has been chosen in order to determine the spatial extent of a phenomenon over the chosen time-span. Respective phenomena may, for instance, be historical events or periods, but can also be the diachronic extent and existence of physical things. In other words, instances of this class fix a slice of another instance of E92 Spacetime Volume in time.
+The temporal extent of an instance of E93 Presence typically is predetermined by the researcher so as to focus the investigation particularly on finding the spatial extent of the phenomenon by testing for its characteristic features. There are at least two basic directions such investigations might take. The investigation may wish to determine where something was during some time or it may wish to reconstruct the total passage of a phenomenon’s spacetime volume through an examination of discrete presences. Observation and measurement of features indicating the presence or absence of a phenomenon in some space allows for the progressive approximation of spatial extents through argumentation typically based on inclusion, exclusion and various overlaps.'),
+ (75, 'E99', 'Product Type', 'This class comprises types that stand as the models for instances of E22 Human-Made Object that are produced as the result of production activities using plans exact enough to result in one or more series of uniform, functionally and aesthetically identical and interchangeable items. The product type is the intended ideal form of the manufacture process. It is typical of instances of E22 Human-Made Object that conform to an instance of E99 Product Type that its component parts are interchangeable with component parts of other instances of E22 Human-Made Object made after the model of the same instance of E99 Product Type. Frequently, the uniform production according to a given instance of E99 Product Type is achieved by creating individual tools, such as moulds or print plates that are themselves carriers of the design of the product type. Modern tools may use the flexibility of electronically controlled devices to achieve such uniformity. The product type itself, i.e. the potentially unlimited series of aesthetically equivalent items, may be the target of artistic design, rather than the individual object. In extreme cases, only one instance of a product type may have been produced, such as in a “print on demand” process which was only triggered once. However, this should not be confused with industrial prototypes, such as car prototypes, which are produced prior to the production line being set up, or test the production line itself.');
+
+SELECT pg_catalog.setval('model.cidoc_class_id_seq', 75, true);
+
+INSERT INTO model.cidoc_class_i18n (id, class_code, language_code, text) VALUES
+ (1, 'E16', 'de', 'Messung'),
+ (2, 'E16', 'en', 'Measurement'),
+ (3, 'E16', 'fr', 'Mesurage'),
+ (4, 'E16', 'ru', 'Измeрeниe'),
+ (5, 'E16', 'el', 'Μέτρηση'),
+ (6, 'E16', 'pt', 'Medição'),
+ (7, 'E16', 'zh', '测量'),
+ (8, 'E1', 'de', 'CRM Entität'),
+ (9, 'E1', 'en', 'CRM Entity'),
+ (10, 'E1', 'fr', 'Entité CRM'),
+ (11, 'E1', 'ru', 'CRM Сущность'),
+ (12, 'E1', 'el', 'Οντότητα CIDOC CRM'),
+ (13, 'E1', 'pt', 'Entidade CRM'),
+ (14, 'E1', 'zh', 'CRM实体'),
+ (15, 'E36', 'de', 'Bildliches'),
+ (16, 'E36', 'en', 'Visual Item'),
+ (17, 'E36', 'fr', 'Entité visuelle'),
+ (18, 'E36', 'ru', 'Визуальный Прeдмeт'),
+ (19, 'E36', 'el', 'Οπτικό Στοιχείο'),
+ (20, 'E36', 'pt', 'Item Visual'),
+ (21, 'E36', 'zh', '可视项'),
+ (22, 'E28', 'de', 'Begrifflicher Gegenstand'),
+ (23, 'E28', 'en', 'Conceptual Object'),
+ (24, 'E28', 'fr', 'Objet conceptuel'),
+ (25, 'E28', 'ru', 'Концeптуальный Объeкт'),
+ (26, 'E28', 'el', 'Νοητικό Αντικείμενο'),
+ (27, 'E28', 'pt', 'Objeto Conceitual'),
+ (28, 'E28', 'zh', '概念对象'),
+ (29, 'E39', 'de', 'Akteur'),
+ (30, 'E39', 'en', 'Actor'),
+ (31, 'E39', 'fr', 'Actant'),
+ (32, 'E39', 'ru', 'Дeйствующий Субъeкт'),
+ (33, 'E39', 'el', 'Δράστης'),
+ (34, 'E39', 'pt', 'Agente'),
+ (35, 'E39', 'zh', '参与者'),
+ (36, 'E55', 'de', 'Typus'),
+ (37, 'E55', 'en', 'Type'),
+ (38, 'E55', 'fr', 'Type'),
+ (39, 'E55', 'ru', 'Tип'),
+ (40, 'E55', 'el', 'Τύπος'),
+ (41, 'E55', 'pt', 'Tipo'),
+ (42, 'E55', 'zh', '类型'),
+ (43, 'E73', 'de', 'Informationsgegenstand'),
+ (44, 'E73', 'en', 'Information Object'),
+ (45, 'E73', 'fr', 'Objet informationnel'),
+ (46, 'E73', 'ru', 'Информационный Объeкт'),
+ (47, 'E73', 'el', 'Πληροφοριακό Αντικείμενο'),
+ (48, 'E73', 'pt', 'Objeto de Informação'),
+ (49, 'E73', 'zh', '信息对象'),
+ (50, 'E41', 'de', 'Benennung'),
+ (51, 'E41', 'en', 'Appellation'),
+ (52, 'E41', 'fr', 'Appellation'),
+ (53, 'E41', 'ru', 'Обозначeниe'),
+ (54, 'E41', 'el', 'Ονομασία'),
+ (55, 'E41', 'pt', 'Designação'),
+ (56, 'E41', 'zh', '称谓'),
+ (57, 'E14', 'de', 'Zustandsfeststellung'),
+ (58, 'E14', 'en', 'Condition Assessment'),
+ (59, 'E14', 'fr', 'Évaluation d’état matériel'),
+ (60, 'E14', 'ru', 'Оцeнка Состояния'),
+ (61, 'E14', 'el', 'Εκτίμηση Κατάστασης'),
+ (62, 'E14', 'pt', 'Avaliação do Estado Material'),
+ (63, 'E14', 'zh', '状态评估'),
+ (64, 'E31', 'de', 'Dokument'),
+ (65, 'E31', 'en', 'Document'),
+ (66, 'E31', 'fr', 'Document'),
+ (67, 'E31', 'ru', 'Докумeнт'),
+ (68, 'E31', 'el', 'Τεκμήριο'),
+ (69, 'E31', 'pt', 'Documento'),
+ (70, 'E31', 'zh', '文献'),
+ (71, 'E18', 'de', 'Materielles'),
+ (72, 'E18', 'en', 'Physical Thing'),
+ (73, 'E18', 'fr', 'Chose matérielle'),
+ (74, 'E18', 'ru', 'Матeриальный Прeдмeт'),
+ (75, 'E18', 'el', 'Υλικό Πράγμα'),
+ (76, 'E18', 'pt', 'Coisa Material'),
+ (77, 'E18', 'zh', '实物'),
+ (78, 'E56', 'de', 'Sprache'),
+ (79, 'E56', 'en', 'Language'),
+ (80, 'E56', 'fr', 'Langue'),
+ (81, 'E56', 'ru', 'Язык'),
+ (82, 'E56', 'el', 'Γλώσσα'),
+ (83, 'E56', 'pt', 'Língua'),
+ (84, 'E56', 'zh', '语种'),
+ (85, 'E57', 'de', 'Material'),
+ (86, 'E57', 'en', 'Material'),
+ (87, 'E57', 'fr', 'Matériau'),
+ (88, 'E57', 'ru', 'Матeриал'),
+ (89, 'E57', 'el', 'Υλικό'),
+ (90, 'E57', 'pt', 'Material'),
+ (91, 'E57', 'zh', '材质'),
+ (92, 'E7', 'de', 'Handlung'),
+ (93, 'E7', 'en', 'Activity'),
+ (94, 'E7', 'fr', 'Activité'),
+ (95, 'E7', 'ru', 'Дeятeльность'),
+ (96, 'E7', 'el', 'Δράση'),
+ (97, 'E7', 'pt', 'Atividade'),
+ (98, 'E7', 'zh', '活动'),
+ (99, 'E54', 'de', 'Maß'),
+ (100, 'E54', 'en', 'Dimension'),
+ (101, 'E54', 'fr', 'Dimension'),
+ (102, 'E54', 'ru', 'Размeр'),
+ (103, 'E54', 'el', 'Μέγεθος'),
+ (104, 'E54', 'pt', 'Dimensão'),
+ (105, 'E54', 'zh', '度量规格'),
+ (106, 'E83', 'de', 'Typuserfindung'),
+ (107, 'E83', 'en', 'Type Creation'),
+ (108, 'E83', 'fr', 'Création de type'),
+ (109, 'E83', 'ru', 'Созданиe Типа'),
+ (110, 'E83', 'el', 'Δημιουργία Τύπου'),
+ (111, 'E83', 'pt', 'Criação de Tipo'),
+ (112, 'E83', 'zh', '类型创建'),
+ (113, 'E58', 'de', 'Maßeinheit'),
+ (114, 'E58', 'en', 'Measurement Unit'),
+ (115, 'E58', 'fr', 'Unité de mesure'),
+ (116, 'E58', 'ru', 'Eдиница Измeрeния'),
+ (117, 'E58', 'el', 'Μονάδα Μέτρησης'),
+ (118, 'E58', 'pt', 'Unidade de Medida'),
+ (119, 'E58', 'zh', '测量单位'),
+ (120, 'E64', 'de', 'Daseinsende'),
+ (121, 'E64', 'en', 'End of Existence'),
+ (122, 'E64', 'fr', 'Fin d’existence'),
+ (123, 'E64', 'ru', 'Конeц Сущeствования'),
+ (124, 'E64', 'el', 'Τέλος Ύπαρξης'),
+ (125, 'E64', 'pt', 'Fim da Existência'),
+ (126, 'E64', 'zh', '结束'),
+ (127, 'E5', 'de', 'Ereignis'),
+ (128, 'E5', 'en', 'Event'),
+ (129, 'E5', 'fr', 'Évènement'),
+ (130, 'E5', 'ru', 'Событиe'),
+ (131, 'E5', 'el', 'Συμβάν'),
+ (132, 'E5', 'pt', 'Evento'),
+ (133, 'E5', 'zh', '事件'),
+ (134, 'E25', 'en', 'Human-Made Feature'),
+ (135, 'E25', 'fr', 'Caractéristique élaborée par l''humain'),
+ (136, 'E25', 'ru', 'Искусствeнный Признак'),
+ (137, 'E27', 'de', 'Gelände'),
+ (138, 'E27', 'en', 'Site'),
+ (139, 'E27', 'fr', 'Site'),
+ (140, 'E27', 'ru', 'Мeстоположeниe'),
+ (141, 'E27', 'el', 'Φυσικός Χώρος'),
+ (142, 'E27', 'pt', 'Lugar'),
+ (143, 'E27', 'zh', '场地'),
+ (144, 'E52', 'de', 'Zeitspanne'),
+ (145, 'E52', 'en', 'Time-Span'),
+ (146, 'E52', 'fr', 'Intervalle temporel'),
+ (147, 'E52', 'ru', 'Интeрвал Врeмeни'),
+ (148, 'E52', 'el', 'Χρονικό Διάστημα'),
+ (149, 'E52', 'pt', 'Período de Tempo'),
+ (150, 'E52', 'zh', '时段'),
+ (151, 'E63', 'de', 'Daseinsbeginn'),
+ (152, 'E63', 'en', 'Beginning of Existence'),
+ (153, 'E63', 'fr', 'Début d’existence'),
+ (154, 'E63', 'ru', 'Начало Сущeствования'),
+ (155, 'E63', 'el', 'Αρχή Ύπαρξης'),
+ (156, 'E63', 'pt', 'Início da Existência'),
+ (157, 'E63', 'zh', '初始'),
+ (158, 'E65', 'de', 'Begriffliche Schöpfung'),
+ (159, 'E65', 'en', 'Creation'),
+ (160, 'E65', 'fr', 'Création'),
+ (161, 'E65', 'ru', 'Созданиe'),
+ (162, 'E65', 'el', 'Δημιουργία'),
+ (163, 'E65', 'pt', 'Criação'),
+ (164, 'E65', 'zh', '创建'),
+ (165, 'E68', 'de', 'Gruppenauflösung'),
+ (166, 'E68', 'en', 'Dissolution'),
+ (167, 'E68', 'fr', 'Dissolution'),
+ (168, 'E68', 'ru', 'Роспуск'),
+ (169, 'E68', 'el', 'Διάλυση Ομάδας'),
+ (170, 'E68', 'pt', 'Dissolução'),
+ (171, 'E68', 'zh', '解散'),
+ (172, 'E21', 'de', 'Person'),
+ (173, 'E21', 'en', 'Person'),
+ (174, 'E21', 'fr', 'Personne'),
+ (175, 'E21', 'ru', 'Личность'),
+ (176, 'E21', 'el', 'Πρόσωπο'),
+ (177, 'E21', 'pt', 'Pessoa'),
+ (178, 'E21', 'zh', '人物'),
+ (179, 'E34', 'de', 'Inschrift'),
+ (180, 'E34', 'en', 'Inscription'),
+ (181, 'E34', 'fr', 'Inscription'),
+ (182, 'E34', 'ru', 'Надпись'),
+ (183, 'E34', 'el', 'Επιγραφή'),
+ (184, 'E34', 'pt', 'Inscrição'),
+ (185, 'E34', 'zh', '题识'),
+ (186, 'E72', 'de', 'Rechtsobjekt'),
+ (187, 'E72', 'en', 'Legal Object'),
+ (188, 'E72', 'fr', 'Objet juridique'),
+ (189, 'E72', 'ru', 'Объeкт Права'),
+ (190, 'E72', 'el', 'Νομικό Αντικείμενο'),
+ (191, 'E72', 'pt', 'Objeto Jurídico'),
+ (192, 'E72', 'zh', '法律对象'),
+ (193, 'E8', 'de', 'Erwerb'),
+ (194, 'E8', 'en', 'Acquisition'),
+ (195, 'E8', 'fr', 'Acquisition'),
+ (196, 'E8', 'ru', 'Поступлeниe'),
+ (197, 'E8', 'el', 'Απόκτηση'),
+ (198, 'E8', 'pt', 'Aquisição'),
+ (199, 'E8', 'zh', '采访'),
+ (200, 'E32', 'de', 'Referenzdokument'),
+ (201, 'E32', 'en', 'Authority Document'),
+ (202, 'E32', 'fr', 'Document de référence'),
+ (203, 'E32', 'ru', 'Официальный Докумeнт'),
+ (204, 'E32', 'el', 'Πηγή Καθιερωμένων Όρων'),
+ (205, 'E32', 'pt', 'Documento de Referência'),
+ (206, 'E32', 'zh', '规范文档'),
+ (207, 'E67', 'de', 'Geburt'),
+ (208, 'E67', 'en', 'Birth'),
+ (209, 'E67', 'fr', 'Naissance'),
+ (210, 'E67', 'ru', 'Рождeниe'),
+ (211, 'E67', 'el', 'Γέννηση'),
+ (212, 'E67', 'pt', 'Nascimento'),
+ (213, 'E67', 'zh', '出生'),
+ (214, 'E2', 'de', 'Geschehendes'),
+ (215, 'E2', 'en', 'Temporal Entity'),
+ (216, 'E2', 'fr', 'Entité temporelle'),
+ (217, 'E2', 'ru', 'Врeмeнная Сущность'),
+ (218, 'E2', 'el', 'Έγχρονη Οντότητα'),
+ (219, 'E2', 'pt', 'Entidade Temporal'),
+ (220, 'E2', 'zh', '时序实体'),
+ (221, 'E42', 'de', 'Kennung'),
+ (222, 'E42', 'en', 'Identifier'),
+ (223, 'E42', 'fr', 'Identifiant'),
+ (224, 'E42', 'ru', 'Идeнтификатор'),
+ (225, 'E42', 'el', 'Κωδικός Αναγνώρισης'),
+ (226, 'E42', 'pt', 'Identificador de Objeto'),
+ (227, 'E42', 'zh', '标识符'),
+ (228, 'E85', 'de', 'Beitritt'),
+ (229, 'E85', 'en', 'Joining'),
+ (230, 'E85', 'fr', 'Adhésion'),
+ (231, 'E85', 'ru', 'Вступлeниe'),
+ (232, 'E85', 'zh', '加入'),
+ (233, 'E90', 'de', 'Symbolisches Objekt'),
+ (234, 'E90', 'en', 'Symbolic Object'),
+ (235, 'E90', 'fr', 'Objet symbolique'),
+ (236, 'E90', 'ru', 'Символичeский Объeкт'),
+ (237, 'E90', 'zh', '符号对象'),
+ (238, 'E24', 'en', 'Physical Human-Made Thing'),
+ (239, 'E24', 'fr', 'Chose matérielle élaborée par l’humain'),
+ (240, 'E24', 'ru', 'Матeриальный Рукотворный Объeкт'),
+ (241, 'E37', 'de', 'Marke'),
+ (242, 'E37', 'en', 'Mark'),
+ (243, 'E37', 'fr', 'Marque'),
+ (244, 'E37', 'ru', 'Знак'),
+ (245, 'E37', 'el', 'Σήμανση'),
+ (246, 'E37', 'pt', 'Marca'),
+ (247, 'E37', 'zh', '标记'),
+ (248, 'E15', 'de', 'Kennzeichenzuweisung'),
+ (249, 'E15', 'en', 'Identifier Assignment'),
+ (250, 'E15', 'fr', 'Assignation d’identifiant'),
+ (251, 'E15', 'ru', 'Назначeниe Идeнтификатора'),
+ (252, 'E15', 'el', 'Απόδοση Αναγνωριστικού'),
+ (253, 'E15', 'pt', 'Atribuição de Identificador'),
+ (254, 'E15', 'zh', '标识符赋值'),
+ (255, 'E30', 'de', 'Recht'),
+ (256, 'E30', 'en', 'Right'),
+ (257, 'E30', 'fr', 'Droit'),
+ (258, 'E30', 'ru', 'Право'),
+ (259, 'E30', 'el', 'Δικαίωμα'),
+ (260, 'E30', 'pt', 'Direitos'),
+ (261, 'E30', 'zh', '权限'),
+ (262, 'E79', 'de', 'Teilhinzufügung'),
+ (263, 'E79', 'en', 'Part Addition'),
+ (264, 'E79', 'fr', 'Ajout d''élément'),
+ (265, 'E79', 'ru', 'Добавлeниe Части'),
+ (266, 'E79', 'el', 'Προσθήκη Μερών'),
+ (267, 'E79', 'pt', 'Adição de Parte'),
+ (268, 'E79', 'zh', '部分增加'),
+ (269, 'E12', 'de', 'Herstellung'),
+ (270, 'E12', 'en', 'Production'),
+ (271, 'E12', 'fr', 'Production'),
+ (272, 'E12', 'ru', 'Изготовлeниe'),
+ (273, 'E12', 'el', 'Παραγωγή'),
+ (274, 'E12', 'pt', 'Produção'),
+ (275, 'E12', 'zh', '生产'),
+ (276, 'E70', 'de', 'Sache'),
+ (277, 'E70', 'en', 'Thing'),
+ (278, 'E70', 'fr', 'Chose'),
+ (279, 'E70', 'ru', 'Вeщь'),
+ (280, 'E70', 'el', 'Πράγμα'),
+ (281, 'E70', 'pt', 'Coisa'),
+ (282, 'E70', 'zh', '事物'),
+ (283, 'E11', 'de', 'Bearbeitung'),
+ (284, 'E11', 'en', 'Modification'),
+ (285, 'E11', 'fr', 'Modification'),
+ (286, 'E11', 'ru', 'Измeнeниe'),
+ (287, 'E11', 'el', 'Τροποποίηση'),
+ (288, 'E11', 'pt', 'Modificação'),
+ (289, 'E11', 'zh', '修改'),
+ (290, 'E33', 'de', 'Sprachlicher Gegenstand'),
+ (291, 'E33', 'en', 'Linguistic Object'),
+ (292, 'E33', 'fr', 'Objet linguistique'),
+ (293, 'E33', 'ru', 'Лингвистичeский Объeкт'),
+ (294, 'E33', 'el', 'Γλωσσικό Αντικείμενο'),
+ (295, 'E33', 'pt', 'Objeto Lingüístico'),
+ (296, 'E33', 'zh', '语言对象'),
+ (297, 'E86', 'de', 'Austritt'),
+ (298, 'E86', 'en', 'Leaving'),
+ (299, 'E86', 'fr', 'Départ'),
+ (300, 'E86', 'ru', 'Выход'),
+ (301, 'E86', 'zh', '离开'),
+ (302, 'E74', 'de', 'Menschliche Gruppe'),
+ (303, 'E74', 'en', 'Group'),
+ (304, 'E74', 'fr', 'Groupe'),
+ (305, 'E74', 'ru', 'Группа'),
+ (306, 'E74', 'el', 'Ομάδα'),
+ (307, 'E74', 'pt', 'Grupo'),
+ (308, 'E74', 'zh', '团体'),
+ (309, 'E35', 'de', 'Titel'),
+ (310, 'E35', 'en', 'Title'),
+ (311, 'E35', 'fr', 'Titre'),
+ (312, 'E35', 'ru', 'Названиe'),
+ (313, 'E35', 'el', 'Τίτλος'),
+ (314, 'E35', 'pt', 'Título'),
+ (315, 'E35', 'zh', '题名'),
+ (316, 'E9', 'de', 'Objektbewegung'),
+ (317, 'E9', 'en', 'Move'),
+ (318, 'E9', 'fr', 'Déplacement'),
+ (319, 'E9', 'ru', 'Пeрeмeщeниe'),
+ (320, 'E9', 'el', 'Μετακίνηση'),
+ (321, 'E9', 'pt', 'Locomoção'),
+ (322, 'E9', 'zh', '移动'),
+ (323, 'E6', 'de', 'Zerstörung'),
+ (324, 'E6', 'en', 'Destruction'),
+ (325, 'E6', 'fr', 'Destruction'),
+ (326, 'E6', 'ru', 'Разрушeниe'),
+ (327, 'E6', 'el', 'Καταστροφή'),
+ (328, 'E6', 'pt', 'Destruição'),
+ (329, 'E6', 'zh', '破坏'),
+ (330, 'E92', 'en', 'Spacetime Volume'),
+ (331, 'E92', 'fr', 'Volume spatio-temporel'),
+ (332, 'E92', 'ru', 'Область Пространства-Врeмeни'),
+ (333, 'E26', 'de', 'Materielles Merkmal'),
+ (334, 'E26', 'en', 'Physical Feature'),
+ (335, 'E26', 'fr', 'Caractéristique physique'),
+ (336, 'E26', 'ru', 'Физичeский Признак'),
+ (337, 'E26', 'el', 'Υλικό Μόρφωμα'),
+ (338, 'E26', 'pt', 'Característica Material'),
+ (339, 'E26', 'zh', '物理特征'),
+ (340, 'E77', 'de', 'Seiendes'),
+ (341, 'E77', 'en', 'Persistent Item'),
+ (342, 'E77', 'fr', 'Entité persistante'),
+ (343, 'E77', 'ru', 'Постоянная Сущность'),
+ (344, 'E77', 'el', 'Ον'),
+ (345, 'E77', 'pt', 'Entidade Persistente'),
+ (346, 'E77', 'zh', '持久项'),
+ (347, 'E13', 'de', 'Merkmalszuweisung'),
+ (348, 'E13', 'en', 'Attribute Assignment'),
+ (349, 'E13', 'fr', 'Assignation d’attribut'),
+ (350, 'E13', 'ru', 'Назначeниe Атрибута'),
+ (351, 'E13', 'el', 'Απόδοση Ιδιοτήτων'),
+ (352, 'E13', 'pt', 'Atribuição de Característica'),
+ (353, 'E13', 'zh', '属性赋值'),
+ (354, 'E19', 'de', 'Materieller Gegenstand'),
+ (355, 'E19', 'en', 'Physical Object'),
+ (356, 'E19', 'fr', 'Objet matériel'),
+ (357, 'E19', 'ru', 'Матeриальный Объeкт'),
+ (358, 'E19', 'el', 'Υλικό Αντικείμενο'),
+ (359, 'E19', 'pt', 'Objeto Material'),
+ (360, 'E19', 'zh', '物质对象'),
+ (361, 'E29', 'de', 'Entwurf oder Verfahren'),
+ (362, 'E29', 'en', 'Design or Procedure'),
+ (363, 'E29', 'fr', 'Conceptualisation ou procédure'),
+ (364, 'E29', 'ru', 'Проeкт или Процeдура'),
+ (365, 'E29', 'el', 'Σχέδιο'),
+ (366, 'E29', 'pt', 'Projeto ou Procedimento'),
+ (367, 'E29', 'zh', '设计或程序'),
+ (368, 'E96', 'en', 'Purchase'),
+ (369, 'E96', 'fr', 'Achat'),
+ (370, 'E96', 'ru', 'Покупка'),
+ (371, 'E98', 'en', 'Currency'),
+ (372, 'E98', 'fr', 'Unité monétaire'),
+ (373, 'E98', 'ru', 'Валюта'),
+ (374, 'E22', 'en', 'Human-Made Object'),
+ (375, 'E22', 'fr', 'Objet élaboré par l’humain'),
+ (376, 'E22', 'ru', 'Рукотворный Объeкт'),
+ (377, 'E10', 'de', 'Übertragung des Gewahrsams'),
+ (378, 'E10', 'en', 'Transfer of Custody'),
+ (379, 'E10', 'fr', 'Transfert de la garde'),
+ (380, 'E10', 'ru', 'Пeрeдача Хранeния'),
+ (381, 'E10', 'el', 'Μεταβίβαση Κατοχής'),
+ (382, 'E10', 'pt', 'Transferência de Custódia'),
+ (383, 'E10', 'zh', '转移监护权'),
+ (384, 'E87', 'de', 'Kuratorische Tätigkeit'),
+ (385, 'E87', 'en', 'Curation Activity'),
+ (386, 'E87', 'fr', 'Activité curatoriale'),
+ (387, 'E87', 'ru', 'Кураторство'),
+ (388, 'E87', 'zh', '管理'),
+ (389, 'E81', 'de', 'Umwandlung'),
+ (390, 'E81', 'en', 'Transformation'),
+ (391, 'E81', 'fr', 'Transformation'),
+ (392, 'E81', 'ru', 'Трансформация'),
+ (393, 'E81', 'el', 'Μετατροπή'),
+ (394, 'E81', 'pt', 'Transformação'),
+ (395, 'E81', 'zh', '转变'),
+ (396, 'E3', 'de', 'Zustandsphase'),
+ (397, 'E3', 'en', 'Condition State'),
+ (398, 'E3', 'fr', 'État matériel'),
+ (399, 'E3', 'ru', 'Состояниe'),
+ (400, 'E3', 'el', 'Κατάσταση'),
+ (401, 'E3', 'pt', 'Estado Material'),
+ (402, 'E3', 'zh', '条件状态'),
+ (403, 'E53', 'de', 'Ort'),
+ (404, 'E53', 'en', 'Place'),
+ (405, 'E53', 'fr', 'Lieu'),
+ (406, 'E53', 'ru', 'Мeсто'),
+ (407, 'E53', 'el', 'Τόπος'),
+ (408, 'E53', 'pt', 'Local'),
+ (409, 'E53', 'zh', '地点'),
+ (410, 'E71', 'en', 'Human-Made Thing'),
+ (411, 'E71', 'fr', 'Chose élaborée par l’humain'),
+ (412, 'E71', 'ru', 'Рукотворный Прeдмeт'),
+ (413, 'E80', 'de', 'Teilentfernung'),
+ (414, 'E80', 'en', 'Part Removal'),
+ (415, 'E80', 'fr', 'Retrait d''élément'),
+ (416, 'E80', 'ru', 'Удалeниe Части'),
+ (417, 'E80', 'el', 'Αφαίρεση Μερών'),
+ (418, 'E80', 'pt', 'Remoção de Parte'),
+ (419, 'E80', 'zh', '部分去除'),
+ (420, 'E17', 'de', 'Typuszuweisung'),
+ (421, 'E17', 'en', 'Type Assignment'),
+ (422, 'E17', 'fr', 'Assignation de type'),
+ (423, 'E17', 'ru', 'Назначeниe Типа'),
+ (424, 'E17', 'el', 'Απόδοση Τύπου'),
+ (425, 'E17', 'pt', 'Atribuição de Tipo'),
+ (426, 'E17', 'zh', '类型赋值'),
+ (427, 'E20', 'de', 'Biologischer Gegenstand'),
+ (428, 'E20', 'en', 'Biological Object'),
+ (429, 'E20', 'fr', 'Objet biologique'),
+ (430, 'E20', 'ru', 'Биологичeский Объeкт'),
+ (431, 'E20', 'el', 'Βιολογικό Ακτικείμενο'),
+ (432, 'E20', 'pt', 'Objeto Biológico'),
+ (433, 'E20', 'zh', '生物对象'),
+ (434, 'E66', 'de', 'Gruppenbildung'),
+ (435, 'E66', 'en', 'Formation'),
+ (436, 'E66', 'fr', 'Formation'),
+ (437, 'E66', 'ru', 'Формированиe'),
+ (438, 'E66', 'el', 'Συγκρότηση Ομάδας'),
+ (439, 'E66', 'pt', 'Formação'),
+ (440, 'E66', 'zh', '组成'),
+ (441, 'E4', 'de', 'Phase'),
+ (442, 'E4', 'en', 'Period'),
+ (443, 'E4', 'fr', 'Période'),
+ (444, 'E4', 'ru', 'Пeриод'),
+ (445, 'E4', 'el', 'Περίοδος'),
+ (446, 'E4', 'pt', 'Período'),
+ (447, 'E4', 'zh', '时期'),
+ (448, 'E69', 'de', 'Tod'),
+ (449, 'E69', 'en', 'Death'),
+ (450, 'E69', 'fr', 'Mort'),
+ (451, 'E69', 'ru', 'Смeрть'),
+ (452, 'E69', 'el', 'Θάνατος'),
+ (453, 'E69', 'pt', 'Morte'),
+ (454, 'E69', 'zh', '死亡'),
+ (455, 'E89', 'de', 'Aussagenobjekt'),
+ (456, 'E89', 'en', 'Propositional Object'),
+ (457, 'E89', 'fr', 'Objet propositionnel'),
+ (458, 'E89', 'ru', 'Пропозициональный Объeкт'),
+ (459, 'E89', 'zh', '命题对象'),
+ (460, 'E78', 'en', 'Curated Holding'),
+ (461, 'E78', 'fr', 'Collection'),
+ (462, 'E78', 'ru', 'Отвeтствeнноe Хранeниe'),
+ (463, 'E97', 'en', 'Monetary Amount'),
+ (464, 'E97', 'fr', 'Valeur monétaire'),
+ (465, 'E97', 'ru', 'Дeнeжный Эквивалeнт'),
+ (466, 'E93', 'en', 'Presence'),
+ (467, 'E93', 'fr', 'Présence'),
+ (468, 'E93', 'ru', 'Присутствиe'),
+ (469, 'E99', 'en', 'Product Type'),
+ (470, 'E99', 'fr', 'Modèle de produit'),
+ (471, 'E99', 'ru', 'Тип Продукта');
+
+SELECT pg_catalog.setval('model.cidoc_class_i18n_id_seq', 471, true);
+
+INSERT INTO model.cidoc_class_inheritance (id, super_code, sub_code) VALUES
+ (1, 'E13', 'E16'),
+ (2, 'E73', 'E36'),
+ (3, 'E71', 'E28'),
+ (4, 'E77', 'E39'),
+ (5, 'E28', 'E55'),
+ (6, 'E89', 'E73'),
+ (7, 'E90', 'E73'),
+ (8, 'E90', 'E41'),
+ (9, 'E13', 'E14'),
+ (10, 'E73', 'E31'),
+ (11, 'E72', 'E18'),
+ (12, 'E55', 'E56'),
+ (13, 'E55', 'E57'),
+ (14, 'E5', 'E7'),
+ (15, 'E1', 'E54'),
+ (16, 'E65', 'E83'),
+ (17, 'E55', 'E58'),
+ (18, 'E5', 'E64'),
+ (19, 'E4', 'E5'),
+ (20, 'E24', 'E25'),
+ (21, 'E26', 'E25'),
+ (22, 'E26', 'E27'),
+ (23, 'E1', 'E52'),
+ (24, 'E5', 'E63'),
+ (25, 'E7', 'E65'),
+ (26, 'E63', 'E65'),
+ (27, 'E64', 'E68'),
+ (28, 'E20', 'E21'),
+ (29, 'E39', 'E21'),
+ (30, 'E33', 'E34'),
+ (31, 'E37', 'E34'),
+ (32, 'E70', 'E72'),
+ (33, 'E7', 'E8'),
+ (34, 'E31', 'E32'),
+ (35, 'E63', 'E67'),
+ (36, 'E1', 'E2'),
+ (37, 'E41', 'E42'),
+ (38, 'E7', 'E85'),
+ (39, 'E72', 'E90'),
+ (40, 'E28', 'E90'),
+ (41, 'E18', 'E24'),
+ (42, 'E71', 'E24'),
+ (43, 'E36', 'E37'),
+ (44, 'E13', 'E15'),
+ (45, 'E89', 'E30'),
+ (46, 'E11', 'E79'),
+ (47, 'E11', 'E12'),
+ (48, 'E63', 'E12'),
+ (49, 'E77', 'E70'),
+ (50, 'E7', 'E11'),
+ (51, 'E73', 'E33'),
+ (52, 'E41', 'E33'),
+ (53, 'E7', 'E86'),
+ (54, 'E39', 'E74'),
+ (55, 'E33', 'E35'),
+ (56, 'E41', 'E35'),
+ (57, 'E7', 'E9'),
+ (58, 'E64', 'E6'),
+ (59, 'E1', 'E92'),
+ (60, 'E18', 'E26'),
+ (61, 'E1', 'E77'),
+ (62, 'E7', 'E13'),
+ (63, 'E18', 'E19'),
+ (64, 'E73', 'E29'),
+ (65, 'E8', 'E96'),
+ (66, 'E58', 'E98'),
+ (67, 'E19', 'E22'),
+ (68, 'E24', 'E22'),
+ (69, 'E7', 'E10'),
+ (70, 'E7', 'E87'),
+ (71, 'E64', 'E81'),
+ (72, 'E63', 'E81'),
+ (73, 'E2', 'E3'),
+ (74, 'E1', 'E53'),
+ (75, 'E70', 'E71'),
+ (76, 'E11', 'E80'),
+ (77, 'E13', 'E17'),
+ (78, 'E19', 'E20'),
+ (79, 'E7', 'E66'),
+ (80, 'E63', 'E66'),
+ (81, 'E2', 'E4'),
+ (82, 'E92', 'E4'),
+ (83, 'E64', 'E69'),
+ (84, 'E28', 'E89'),
+ (85, 'E24', 'E78'),
+ (86, 'E54', 'E97'),
+ (87, 'E92', 'E93'),
+ (88, 'E55', 'E99');
+
+SELECT pg_catalog.setval('model.cidoc_class_inheritance_id_seq', 88, true);
+
+INSERT INTO model.property (id, code, range_class_code, domain_class_code, name, name_inverse, comment) VALUES
+ (1, 'P124', 'E18', 'E81', 'transformed', 'was transformed by', 'This property identifies the instance or instances E18 Physical Thing that have ceased to exist due to an instance of E81 Transformation.
+The item that has ceased to exist and was replaced by the result of the Transformation. The continuity between both items, the new and the old, is expressed by the links to the common instance of E81 Transformation.'),
+ (2, 'P37', 'E42', 'E15', 'assigned', 'was assigned by', 'This property records the identifier that was assigned to an item in an instance of E15 Identifier Assignment.
+The same identifier may be assigned on more than one occasion.
+An identifier might be created prior to an assignment.'),
+ (3, 'P123', 'E18', 'E81', 'resulted in', 'resulted from', 'This property identifies the instance or instances of E18 Physical Thing that are the result of an instance of E81 Transformation. New items replace the transformed item or items, which cease to exist as units of documentation. The physical continuity between the old and the new is expressed by the links to the common instance of E81 Transformation.'),
+ (4, 'P134', 'E7', 'E7', 'continued', 'was continued by', 'This property associates two instances of E7 Activity, where the domain is considered as an intentional continuation of the range. A continuation of an activity may happen when the continued activity is still ongoing or after the continued activity has completely ended. The continuing activity may have started already before it decided to continue the other one. Continuation implies a coherence of intentions and outcomes of the involved activities.
+This property is not transitive. This property is asymmetric.'),
+ (5, 'P167', 'E53', 'E93', 'was within', 'includes', 'This property associates an instance of E93 Presence with an instance of E53 Place that geometrically includes the spatial projection of the respective instance of E93 Presence. Besides others, this property may be used to state in which space an object has been for some known time, such as a room of a castle or in a drawer. It may also be used to describe a confinement of the spatial extent of some realm during a known time-span.
+This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P89 falls within (contains) to E53 Place.'),
+ (6, 'P121', 'E53', 'E53', 'overlaps with', NULL, 'This symmetric property associates an instance of E53 Place with another instance of E53 Place geometrically overlapping it.
+It does not specify anything about the shared area. This property is purely spatial. It does not imply that phenomena that define, by their extent, places related by P121 overlaps with have ever covered a common area at the same time or even coexisted. In contrast, spatiotemporal overlaps described by P132 spatiotemporally overlaps are the total of areas simultaneously covered by the related spacetime volumes.
+This property is symmetric. This property is reflexive.'),
+ (7, 'P188', 'E19', 'E99', 'requires production tool', 'is production tool for', 'This property associates an instance of E99 Product Type with an instance of E19 Physical Object that is needed for the production of an instance of E18 Physical Thing. When the process of production is correctly executed in accordance with the plan and using the specified instance of E19 Physical Object, the resulting instance of E18 Physical Thing is considered an exemplar of this instance of E99 Product Type. The instance of E19 Physical Object may bear distinct features that are transformed into characteristic features of the resulting instance of E18 Physical Thing. Examples include models and moulds.'),
+ (8, 'P54', 'E53', 'E19', 'has current permanent location', 'is current permanent location of', 'This property records the foreseen permanent location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
+P54 has current permanent location (is current permanent location of) is similar to P55 has current location (currently holds). However, it indicates the E53 Place currently reserved for an object, such as the permanent storage location or a permanent exhibit location. The object may be temporarily removed from the permanent location, for example when used in temporary exhibitions or loaned to another institution. The object may never actually be located at its permanent location.'),
+ (9, 'P93', 'E77', 'E64', 'took out of existence', 'was taken out of existence by', 'This property links an instance of E64 End of Existence to the instance of E77 Persistent Item taken out of existence by it.
+In the case of immaterial things, the instance of E64 End of Existence is considered to take place with the destruction of the last physical carrier.
+This allows an “end” to be attached to any instance of E77 Persistent Item being documented i.e. instances of E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation, and E55 Type. For many instances of E77 Persistent Item we know the maximum life-span and can infer that they must have ended to exist. We assume in that case an instance of E64 End of Existence, which may be as unnoticeable as forgetting the secret knowledge by the last representative of some indigenous nation.'),
+ (10, 'P70', 'E1', 'E31', 'documents', 'is documented in', 'This property describes the CRM Entities documented as instances of E31 Document.
+Documents may describe any conceivable entity, hence the link to the highest-level entity in the CIDOC CRM class hierarchy. This property is intended for cases where a reference is regarded as making a proposition about reality. This may be of a documentary character, in the scholarly or scientific sense, or a more general statement.'),
+ (11, 'P191', 'E54', 'E52', 'had duration', 'was duration of', 'This property describes the length of time covered by an instance of E52 Time-Span. It allows an instance of E52 Time-Span to be associated with an instance of E54 Dimension representing duration independent from the actual beginning and end. Indeterminacy of the duration value can be expressed by assigning a numerical interval to the property P90 has value of E54 Dimension.'),
+ (12, 'P33', 'E29', 'E7', 'used specific technique', 'was used by', 'This property identifies a specific instance of E29 Design or Procedure in order to carry out an instance of E7 Activity or parts of it.
+The property differs from P32 used general technique (was technique of) in that P33 refers to an instance of E29 Design or Procedure, which is a concrete information object in its own right rather than simply being a term or a method known by tradition.
+Typical examples would include intervention plans for conservation or the construction plans of a building.'),
+ (13, 'P86', 'E52', 'E52', 'falls within', 'contains', 'This property describes the inclusion relationship between two instances of E52 Time-Span.
+This property supports the notion that the temporal extent of an instance of E52 Time-Span falls within the temporal extent of another instance of E52 Time-Span. It addresses temporal containment only, and no contextual link between the two instances of E52 Time-Span is implied. This property is transitive and reflexive.'),
+ (62, 'P109', 'E39', 'E78', 'has current or former curator', 'is current or former curator of', 'This property identifies the instance of E39 Actor who assumed or has assumed overall curatorial responsibility for an instance of E78 Curated Holding.
+It does not allow a history of curation to be recorded. This would require use of an event initiating a curator being responsible for a collection.'),
+ (14, 'P130', 'E70', 'E70', 'shows features of', 'features are also found on', 'This property generalises the notions of “copy of” and “similar to” into a directed relationship, where the domain expresses the derivative or influenced item and the range the source or influencing item, if such a direction can be established. The property can also be used to express similarity in cases that can be stated between two objects only, without historical knowledge about its reasons. The property expresses a symmetric relationship in case no direction of influence can be established either from evidence on the item itself or from historical knowledge. This holds in particular for siblings of a derivation process from a common source or non-causal cultural parallels, such as some weaving patterns.
+The P130.1 kind of similarity property of the P130 shows features of (features are also found on) property enables the relationship between the domain and the range to be further clarified, in the sense from domain to range, if applicable. For example, it may be expressed if both items are product “of the same mould”, or if two texts “contain identical paragraphs”.
+If the reason for similarity is a sort of derivation process, i.e. that the creator has used or had in mind the form of a particular thing during the creation or production, this process should be explicitly modelled. In these cases, P130 shows features of can be regarded as a shortcut of such a process. However, the current model does not contain any path specific enough to infer this property. Specializations of the CIDOC CRM may however be more explicit, for instance describing the use of moulds etc.
+This property is not transitive. This property is irreflexive.'),
+ (15, 'P72', 'E56', 'E33', 'has language', 'is language of', 'This property associates an instance(s) of E33 Linguistic Object with an instance of E56 Language in which it is, at least partially, expressed.
+Linguistic Objects are composed in one or more human languages. This property allows these languages to be documented.'),
+ (16, 'P49', 'E39', 'E18', 'has former or current keeper', 'is former or current keeper of', 'This property identifies the instance of E39 Actor who has or has had custody of an instance of E18 Physical Thing at some time. This property leaves open the question if parts of this physical thing have been added or removed during the time-spans it has been under the custody of this actor, but it is required that at least a part which can unambiguously be identified as representing the whole has been under this custody for its whole time. The way, in which a representative part is defined, should ensure that it is unambiguous who keeps a part and who the whole and should be consistent with the identity criteria of the kept instance of E18 Physical Thing.
+The distinction with P50 has current keeper (is current keeper of) is that P49 has former or current keeper (is former or current keeper of) leaves open the question as to whether the specified keepers are current.
+This property is a shortcut for the more detailed path from E18 Physical Thing through P30i custody transferred through, E10 Transfer of Custody, P28 custody surrendered by or P29 custody received by to E39 Actor.'),
+ (17, 'P68', 'E57', 'E29', 'foresees use of', 'use foreseen by', 'This property identifies an instance of E57 Material foreseen to be used by an instance of E29 Design or Procedure.
+E29 Designs and procedures commonly foresee the use of particular instances of E57 Material. The fabrication of adobe bricks, for example, requires straw, clay and water. This property enables this to be documented.
+This property is not intended for the documentation of instances of E57 Materials that were used on a particular occasion when an instance of E29 Design or Procedure was executed.'),
+ (18, 'P103', 'E55', 'E71', 'was intended for', 'was intention of', 'This property links an instance of E71 Human-Made Thing to an instance of E55 Type of usage or audience. It creates a relation between specific human-made things, both physical and immaterial, to E55 Types. This property can be used to specify intended methods and techniques of use or to characterise the intended audience by indicating a type of personal characteristic that everyone falling into the target audience has.
+Note: A link between specific human-made things and a specific use activity should be expressed using P19 was intended use of (was made for).'),
+ (19, 'P53', 'E53', 'E18', 'has former or current location', 'is former or current location of', 'This property identifies an instance of E53 Place as the former or current location of an instance of E18 Physical Thing.
+In the case of instances of E19 Physical Object, the property does not allow any indication of the Time-Span during which the instance of E19 Physical Object was located at this instance of E53 Place, nor if this is the current location.
+In the case of immobile objects, the Place would normally correspond to the Place of creation.
+This property is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path from E19 Physical Object, though, P25i moved by, E9 Move, P26 moved to or P27 moved from to E53 Place.'),
+ (20, 'P17', 'E1', 'E7', 'was motivated by', 'motivated', 'This property describes an item or items that are regarded as a reason for carrying out the instance of E7 Activity.
+For example, the discovery of a large hoard of treasure may call for a celebration, an order from headquarters can start a military manoeuvre.'),
+ (21, 'P73', 'E33', 'E33', 'has translation', 'is translation of', 'This property links an instance of E33 Linguistic Object (A), to another instance of E33 Linguistic Object (B) which is the translation of A.
+When an instance of E33 Linguistic Object is translated into a new language a new instance of E33 Linguistic Object is created, despite the translation being conceptually similar to the source.
+This property is asymmetric.'),
+ (22, 'P56', 'E26', 'E19', 'bears feature', 'is found on', 'This property links an instance of E19 Physical Object to an instance of E26 Physical Feature that it bears.
+An instance of E26 Physical Feature can only exist on one object. One object may bear more than one E26 Physical Feature. An instance of E27 Site should be considered as an instance of E26 Physical Feature on the surface of the Earth.
+An instance B of E26 Physical Feature being a detail of the structure of another instance A of E26 Physical Feature can be linked to B by use of the property P46 is composed of (forms part of). This implies that the subfeature B is P56i is found on the same E19 Physical Object as A.
+This property is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path E19 Physical Object, through, P59 has section, E53 Place, P53i is former or current location of to E26 Physical Feature.'),
+ (23, 'P98', 'E21', 'E67', 'brought into life', 'was born', 'This property links an instance of E67 Birth event to an instance of E21 Person in the role of offspring.
+Twins, triplets etc. are brought into life by the same instance of E67 Birth. This is not intended for use with general Natural History material, only people. There is no explicit method for modelling conception and gestation except by using extensions.'),
+ (63, 'P160', 'E52', 'E92', 'has temporal projection', 'is temporal projection of', 'This property describes the temporal projection of an instance of E92 Spacetime Volume. The property P4 has time-span is the same as P160 has temporal projection if it is used to document an instance of E4 Period or any subclass of it.'),
+ (64, 'P35', 'E3', 'E14', 'has identified', 'was identified by', 'This property identifies the instance of E3 Condition State that was observed in an instance of E14 Condition Assessment activity.'),
+ (24, 'P97', 'E21', 'E67', 'from father', 'was father for', 'This property links an instance of E67 Birth to an instance of E21 Person in the role of biological father.
+Note that biological fathers are not seen as necessary participants in the birth, whereas birth-giving mothers are (see P96 by mother (gave birth)). The Person being born is linked to the Birth with the property P98 brought into life (was born).
+This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.
+An instance of E67 Birth is normally (but not always) associated with one biological father.'),
+ (25, 'P136', 'E1', 'E83', 'was based on', 'supported type creation', 'This property identifies one or more instances of E1 CRM Entity that were used as evidence to declare a new instance of E55 Type.
+The examination of these items is often the only objective way to understand the precise characteristics of a new type. Such items should be deposited in a museum or similar institution for that reason. The taxonomic role renders the specific relationship of each item to the type, such as “holotype” or “original element”.'),
+ (26, 'P112', 'E18', 'E80', 'diminished', 'was diminished by', 'This property identifies the instance of E18 Physical Thing that was diminished by an instance of E80 Part Removal.
+Although an instance of E80 Part removal activity normally concerns only one instance of E18 Physical Thing, it is possible to imagine circumstances under which more than one item might be diminished by a single instance of E80 Part Removal activity.'),
+ (27, 'P31', 'E18', 'E11', 'has modified', 'was modified by', 'This property identifies the instance of E18 Physical Thing modified in an instance of E11 Modification.'),
+ (28, 'P137', 'E55', 'E1', 'exemplifies', 'is exemplified by', 'This property associates an instance of E1 CRM Entity with an instance of E55 Type for which it has been declared to be a particularly characteristic example.
+The P137.1 in the taxonomic role property of P137 exemplifies (is exemplified by) allows differentiation of taxonomic roles. The taxonomic role renders the specific relationship of this example to the type, such as “prototypical”, “archetypical”, “lectotype”, etc. The taxonomic role “lectotype” is not associated with the instance of E83 Type Creation itself but is selected in a later phase.'),
+ (29, 'P71', 'E1', 'E32', 'lists', 'is listed in', 'This property associates an instance of E32 Authority Document with an instance of E1 CRM Entity which it lists for reference purposes.'),
+ (30, 'P7', 'E53', 'E4', 'took place at', 'witnessed', 'This property describes the spatial location of an instance of E4 Period.
+The related instance of E53 Place should be seen as a wider approximation of the geometric area within which the phenomena that characterise the period in question occurred, see below. P7 took place at (witnessed) does not convey any meaning other than spatial positioning (frequently on the surface of the earth). For example, the period “Révolution française” can be said to have taken place in “France in 1789”; the “Victorian” period may be said to have taken place in “Britain from 1837-1901” and its colonies, as well as other parts of Europe and North America. An instance of E4 Period can take place at multiple non-contiguous, non-overlapping locations.
+Any place where something happened includes the spatial projection of the happening given in the same geometric reference system. For instance, HMS Victory, as place of Lord Nelson''s dying, includes the location of his body relative to the hull of HMS Victory at his time of death as the most precise location of his death. By the definition of P161 has spatial projection, an instance of E4 Period takes place on all its spatial projections to respective reference systems, that is, instances of E53 Place. Therefore, this property implies the more fully developed path from E4 Period through P161 has spatial projection, E53 Place, P89 falls within to E53 Place, where both places are defined in the same geometric reference system. The relation between an instance of E53 Place and its reference system can conveniently be documented via the property P157 is at rest relative to (provides reference space for).
+Something that has happened at a given place can also be considered to have happened at a smaller place within it: for example, it is reasonable to say Caesar’s murder took place in Rome, but also on the Forum Romanum, and more precisely in the Curia. It is characteristic for different historical sources to use varying precision in such statements, without being in contradiction with each other. This may be due to lack of knowledge or to the relevance of the precision for the purpose of the statement. In information integration, the more precise statement improves the overall knowledge.'),
+ (31, 'P111', 'E18', 'E79', 'added', 'was added by', 'This property identifies the instance of E18 Physical Thing that is added during an instance of E79 Part Addition activity.'),
+ (32, 'P139', 'E41', 'E41', 'has alternative form', 'is alternative form of', 'This property associates an instance of E41 Appellation with another instance of E41 Appellation that constitutes a derivative or variant of the former and that may also be used for identifying items identified by the former, in suitable contexts, independent from the particular item to be identified. This property should not be confused with additional variants of names used characteristically for a single, particular item, such as individual nicknames. It is a directed relationship, where the range expresses the derivative or variant and the domain the source of derivation or original form of variation, if such a direction can be established. Otherwise, the relationship is symmetric.
+Multiple names assigned to an object, which do not apply to all things identified with the specific instance of E41 Appellation, should be modelled as repeated values of P1 is identified by (identifies) of this object.
+P139.1 has type allows the type of derivation to be refined, for instance “transliteration from Latin 1 to ASCII”.'),
+ (33, 'P9', 'E4', 'E4', 'consists of', 'forms part of', 'This property associates an instance of E4 Period with another instance of E4 Period that is defined by a subset of the phenomena that define the former. Therefore, the spacetime volume of the latter must fall within the spacetime volume of the former.
+This property is transitive and asymmetric.'),
+ (34, 'P142', 'E90', 'E15', 'used constituent', 'was used in', 'This property associates an instance of E15 Identifier Assignment with the instance of E90 Symbolic Object used as constituent of an instance of E42 Identifier in this act of assignment.'),
+ (35, 'P34', 'E18', 'E14', 'concerned', 'was assessed by', 'This property identifies the instance of E18 Physical Thing that was assessed during an instance of E14 Condition Assessment.
+Conditions may be assessed either by direct observation or using recorded evidence. In the latter case the instance of E18 Physical Thing does not need to be present or extant at the time of assessment.'),
+ (36, 'P25', 'E19', 'E9', 'moved', 'moved by', 'This property identifies an instance of E19 Physical Object that was moved by an instance of E9 Move. A move must concern at least one object.
+The property implies the object’s passive participation. For example, Monet’s painting “Impression sunrise” was moved for the first Impressionist exhibition in 1874.'),
+ (37, 'P95', 'E74', 'E66', 'has formed', 'was formed by', 'This property associates the instance of E66 Formation with the instance of E74 Group that it founded.'),
+ (38, 'P75', 'E30', 'E39', 'possesses', 'is possessed by', 'This property associates an instance of E39 Actor to an instance of E30 Right over which the actor holds or has held a legal claim.'),
+ (39, 'P38', 'E42', 'E15', 'deassigned', 'was deassigned by', 'This property records the identifier that was deassigned from an instance of E1 CRM Entity.
+De-assignment of an identifier may be necessary when an item is taken out of an inventory, a new numbering system is introduced or items are merged or split up.
+The same identifier may be deassigned on more than one occasion.'),
+ (114, 'P100', 'E21', 'E69', 'was death of', 'died in', 'This property links an instance of E69 Death to the instance of E21 Person that died.
+An instance of E69 Death may involve multiple people, for example in the case of a battle or disaster.
+This is not intended for use with general natural history material, only people.'),
+ (40, 'P175', 'E2', 'E2', 'starts before or with the start of', 'starts after or with the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start ≤ B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, started-by, contains, finished-by, equals}
+In a model with fuzzy borders, this property will not be transitive.
+This property is irreflexive.
+
+Figure 12: Temporal entity A starts before or with the start of temporal entity B. Here A is longer than B
+
+Figure 13: Temporal entity A starts before or with the start of temporal entity B. Here A is shorter than B'),
+ (41, 'P42', 'E55', 'E17', 'assigned', 'was assigned by', 'This property records the type that was assigned to an entity by an E17 Type Assignment activity.
+Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).
+For example, a fragment of an antique vessel could be assigned the type “attic red figured belly handled amphora” by expert A. The same fragment could be assigned the type “shoulder handled amphora” by expert B.
+A Type may be intellectually constructed independent from assigning an instance of it.'),
+ (42, 'P147', 'E78', 'E87', 'curated', 'was curated by', 'This property associates an instance of E87 Curation Activity with the instance of E78 Curated Holding with that is subject of that curation activity following some implicit or explicit curation plan.'),
+ (43, 'P113', 'E18', 'E80', 'removed', 'was removed by', 'This property identifies the instance of E18 Physical Thing that is removed during an instance of E80 Part Removal activity.'),
+ (44, 'P46', 'E18', 'E18', 'is composed of', 'forms part of', 'This property associates an instance of E18 Physical Thing with another instance of Physical Thing that forms part of it. The spatial extent of the composing part is included in the spatial extent of the whole.
+Component elements, since they are themselves instances of E18 Physical Thing, may be further analysed into sub-components, thereby creating a hierarchy of part decomposition. An instance of E18 Physical Thing may be shared between multiple wholes, for example two buildings may share a common wall. This property does not specify when and for how long a component element resided in the respective whole. If a component is not part of a whole from the beginning of existence or until the end of existence of the whole, the classes E79 Part Addition and E90 Part Removal can be used to document when a component became part of a particular whole and/or when it stopped being a part of it. For the time-span of being part of the respective whole, the component is completely contained in the place the whole occupies.
+This property is intended to describe specific components that are individually documented, rather than general aspects. Overall descriptions of the structure of an instance of E18 Physical Thing are captured by the P3 has note property.
+The instances of E57 Material of which an instance of E18 Physical Thing is composed should be documented using P45 consists of (is incorporated in).
+This property is transitive and asymmetric.'),
+ (45, 'P150', 'E55', 'E55', 'defines typical parts of', 'defines typical wholes for', 'This property associates an instance of E55 Type “A” with an instance of E55 Type “B”, when items of type “A” typically form part of items of type “B”, such as “car motors” and “cars”.
+It allows types to be organised into hierarchies based on one type describing a typical part of another. This property is equivalent to “broader term partitive (BTP)” as defined in ISO 2788 and “broaderPartitive” in SKOS.
+This property is not transitive. This property is asymmetric.'),
+ (46, 'P165', 'E90', 'E73', 'incorporates', 'is incorporated in', 'This property associates an instance of E73 Information Object with an instance of E90 Symbolic Object (or any of its subclasses) that was included in it.
+This property makes it possible to recognise the autonomous status of the incorporated signs, which were created in a distinct context, and can be incorporated in many instances of E73 Information Object, and to highlight the difference between structural and accidental whole-part relationships between conceptual entities.
+It accounts for many cultural facts that are quite frequent and significant: the inclusion of a poem in an anthology, the re-use of an operatic aria in a new opera, the use of a reproduction of a painting for a book cover or a CD booklet, the integration of textual quotations, the presence of lyrics in a song that sets those lyrics to music, the presence of the text of a play in a movie based on that play, etc.
+In particular, this property allows for modelling relationships of different levels of symbolic specificity, such as the natural language words making up a particular text, the characters making up the words and punctuation, the choice of fonts and page layout for the characters.
+When restricted to information objects, that is, seen as a property with E73 Information Object as domain and range the property is transitive.
+A digital photograph of a manuscript page incorporates the text of a manuscript page, if the respective text is defined as a sequence of symbols of a particular type, such as Latin characters, and the resolution and quality of the digital image is sufficient to resolve these symbols so they are readable on the digital image.
+This property is asymmetric.'),
+ (47, 'P92', 'E77', 'E63', 'brought into existence', 'was brought into existence by', 'This property links an instance of E63 Beginning of Existence to the instance of E77 Persistent Item brought into existence by it.
+It allows a “start” to be attached to any instance of E77 Persistent Item being documented, i.e., as instances of E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation and E55 Type.'),
+ (48, 'P15', 'E1', 'E7', 'was influenced by', 'influenced', 'This is a high-level property, which captures the relationship between an instance of E7 Activity and anything, that is, an instance of E1 CRM Entity, that may have had some bearing upon it.
+The property has more specific subproperties.'),
+ (49, 'P176', 'E2', 'E2', 'starts before the start of', 'starts after the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start < B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, contains, finished-by}. This property is transitive. This property is asymmetric.
+
+Figure 14: Temporal entity A starts before the start of temporal entity B. Here A is longer than B
+
+Figure 15: Temporal entity A starts before the start of temporal entity B. Here A is shorter than B'),
+ (137, 'P135', 'E55', 'E83', 'created type', 'was created by', 'This property identifies the instance of E55 Type, which is created in an instance of E83 Type Creation activity.'),
+ (50, 'P48', 'E42', 'E1', 'has preferred identifier', 'is preferred identifier of', 'This property records the preferred instance of E42 Identifier that was used to identify an instance of E1 CRM Entity at the time this property was recorded.
+More than one preferred identifier may have been assigned to an item over time.
+Use of this property requires an external mechanism for assigning temporal validity to the respective CIDOC CRM instance.
+The fact that an identifier is a preferred one for an organisation can be better expressed in a context independent form by assigning a suitable instance of E55 Type to the respective instance of E15 Identifier Assignment using the P2 has type property.'),
+ (51, 'P39', 'E18', 'E16', 'measured', 'was measured by', 'This property associates an instance of E16 Measurement with the instance of E18 Physical Thing upon which it acted. The instance of E16 Measurement is specific to the measured object. An instance of E18 Physical Thing may be measured more than once with different results, constituting different instances of E16 Measurement.'),
+ (52, 'P152', 'E21', 'E21', 'has parent', 'is parent of', 'This property associates an instance of E21 Person with another instance of E21 Person who plays the role of the first instance’s parent, regardless of whether the relationship is biological parenthood, assumed or pretended biological parenthood or an equivalent legal status of rights and obligations obtained by a social or legal act.
+This property is, among others, a shortcut of the fully developed paths from E21 Person through P98i was born, E67 Birth, P96 by mother to E21 Person, and from E21 Person through P98i was born, E67 Birth, P97 from father to E21 Person.
+This property is not transitive. This property is irreflexive.'),
+ (53, 'P182', 'E2', 'E2', 'ends before or with the start of', 'starts after or with the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end ≤ B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets}.
+This property is transitive. This property is asymmetric.
+
+Figure 16: Temporal entity A ends before or with the start of temporal entity B. Here A is longer than B
+
+Figure 17: Temporal entity A ends before or with the start of temporal entity B. Here A is shorter than B'),
+ (54, 'P74', 'E53', 'E39', 'has current or former residence', 'is current or former residence of', 'This property describes the current or former place of residence (an instance of E53 Place) of an instance of E39 Actor.
+The residence may be either the place where the actor resides, or a legally registered address of any kind.'),
+ (55, 'P145', 'E39', 'E86', 'separated', 'left by', 'This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving.'),
+ (56, 'P189', 'E53', 'E53', 'approximates', 'is approximated by', 'This property associates an instance of E53 Place with another instance of E53 Place, which is defined in the same reference space, and which is used to approximate the former. The property does not necessarily state the quality or accuracy of this approximation, but rather indicates the use of the first instance of place to approximate the second.
+In common documentation practice, find or encounter spots e.g. in archaeology, botany or zoology are often related to the closest village, river or other named place without detailing the relation, e.g. if it is located within the village or in a certain distance of the specified place. In this case the stated “phenomenal” place found in the documentation can be seen as an approximation of the actual encounter spot without more specific knowledge.
+In more recent documentation often point coordinate information is provided that originates from GPS measurements or georeferencing from a map. This point coordinate information does not state the actual place of the encounter spot but tries to approximate it with a “declarative” place. The accuracy depends on the methodology used when creating the coordinates. It may be dependent on technical limitations like GPS accuracy but also on the method where the GPS location is taken in relation to the measured feature. If the methodology is known a maximum deviation from the measured point can be calculated and the encounter spot or feature may be related to the resulting circle using an instance of P171 at some place within.
+This property is not transitive. This property is reflexive.'),
+ (57, 'P14', 'E39', 'E7', 'carried out by', 'performed', 'This property describes the active participation of an instance of E39 Actor in an instance of E7 Activity.
+It implies causal or legal responsibility. The P14.1 in the role of property of the property specifies the nature of an Actor’s participation.'),
+ (58, 'P50', 'E39', 'E18', 'has current keeper', 'is current keeper of', 'This property identifies the instance of E39 Actor that had custody of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
+This property is a shortcut for the more detailed path from E18 Physical Thing through, P30i custody transferred through, E10 Transfer of Custody, P29 custody received by to E39 Actor, if and only if the custody has not been surrendered by the receiving actor at any later time'),
+ (59, 'P128', 'E90', 'E18', 'carries', 'is carried by', 'This property identifies an instance E90 Symbolic Object carried by an instance of E18 Physical Thing. Since an instance of E90 Symbolic Object is defined as an immaterial idealization over potentially multiple carriers, any individual realization on a particular physical carrier may be defective, due to deterioration or shortcomings in the process of creating the realization compared to the intended ideal. As long as such defects do not substantially affect the complete recognition of the respective symbolic object, it is still regarded as carrying an instance of this E90 Symbolic Object. If these defects are of scholarly interest, the particular realization can be modelled as an instance of E25 Human-Made Feature. Note, that any instance of E90 Symbolic Object incorporated (P165) in the carried symbolic object is also carried by the same instance of E18 Physical Thing.'),
+ (60, 'P24', 'E18', 'E8', 'transferred title of', 'changed ownership through', 'This property identifies the instance(s) of E18 Physical Thing involved in an instance of E8 Acquisition.
+In reality, an acquisition must refer to at least one transferred item.'),
+ (61, 'P12', 'E77', 'E5', 'occurred in the presence of', 'was present at', 'This property describes the active or passive presence of an E77 Persistent Item in an instance of E5 Event without implying any specific role.
+It documents known events in which an instance of E77 Persistent Item was present during the course of its life or history. For example, an object may be the desk, now in a museum, on which a treaty was signed. The instance of E53 Place and the instance of E52 Time-Span where and when these events happened provide constraints about the presence of the related instance E77 Persistent Item in the past. Instances of E90 Symbolic Object, in particular information objects, are physically present in events via at least one of the instances of E18 Physical Thing carrying them. Note, that the human mind can be such a carrier. A precondition for a transfer of information to a person or another new physical carrier is the presence of the respective information object and this person or physical thing in one event.'),
+ (65, 'P141', 'E1', 'E13', 'assigned', 'was assigned by', 'This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity used in the attribution. The instance of E1 CRM Entity here plays the role of the range of the attribution.
+The kind of attribution made should be documented using P177 assigned property of type (is type of property assigned).'),
+ (66, 'P94', 'E28', 'E65', 'has created', 'was created by', 'This property links an instance of E65 Creation to the instance of E28 Conceptual Object created by it.
+It represents the act of conceiving the intellectual content of the instance of E28 Conceptual Object. It does not represent the act of creating the first physical carrier of the instance of E28 Conceptual Object. As an example, this is the composition of a poem, not its commitment to paper.'),
+ (67, 'P51', 'E39', 'E18', 'has former or current owner', 'is former or current owner of', 'This property identifies an instance of E39 Actor that is or had been the legal owner (i.e. title holder) of an instance of E18 Physical Thing at some time.
+The distinction with P52 has current owner (is current owner of) is that P51 has former or current owner (is former or current owner of) does not indicate whether the specified owners are current.
+This property is a shortcut for the more detailed path from E18 Physical Thing through P24i changed ownership through, E8 Acquisition, P23 transferred title from, or P22 transferred title to to E39 Actor.'),
+ (68, 'P105', 'E39', 'E72', 'right held by', 'has right on', 'This property identifies the instance of E39 Actor who holds the instances of E30 Right to an instance of E72 Legal Object.
+It is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.
+This property is a shortcut of the fully developed path from E72 Legal Object, P104 is subject to, E30 Right, P75i is possessed by to E39 Actor.'),
+ (69, 'P44', 'E3', 'E18', 'has condition', 'is condition of', 'This property records an E3 Condition State for some E18 Physical Thing.
+This property is a shortcut of the more fully developed path from E18 Physical Thing through P34i was assessed by, E14 Condition Assessment, P35 has identified to E3 Condition State. It offers no information about how and when the E3 Condition State was established, nor by whom.
+An instance of E3 Condition State is specific to an instance of E18 Physical Thing.'),
+ (70, 'P197', 'E53', 'E93', 'covered parts of', 'was partially covered by', 'This property associates an instance of E93 Presence with an instance of E53 Place that geometrically overlaps with the spatial projection of the respective instance of E93 Presence. A use case of this property is to state through which places an object or an instance of E21 Person has or was moved within a given time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span. It may also be used to describe a partial or complete, temporary or permanent extension of the spatial extent of some realm into a neighbouring region during a known time-span.
+This property is a shortcut of the more fully developed path from E93 Presence through P161 has spatial projection, E53 Place, P121 overlaps with, to E53 Place.'),
+ (71, 'P186', 'E99', 'E12', 'produced thing of product type', 'is produced by', 'This property associates an instance of E12 Production with the instance of E99 Production Type, that is, the type of the things it produces.'),
+ (72, 'P196', 'E92', 'E18', 'defines', 'is defined by', 'This property associates an instance of E18 Physical Thing with the instance of E92 Spacetime Volume that constitutes the complete trajectory of its geometric extent through spacetime for the whole time of the existence of the instance of E18 Physical Thing.
+An instance of E18 Physical Thing not only occupies a particular geometric space at each instant of its existence, but in the course of its existence it also forms a trajectory through spacetime, which occupies a real, that is phenomenal, volume in spacetime, i.e. the instance of E92 Spacetime Volume this property associates it with. This real spatiotemporal extent of the instance of E18 Physical Thing is regarded as being unique, in all its details and fuzziness; the identity and existence of the instance of E92 Spacetime Volume depend uniquely on the identity of the instance of E18 Physical Thing, whose existence defines it. It constitutes a phenomenal spacetime volume as defined in CRMgeo (Doerr & Hiebel, 2013).
+Included in this spacetime volume are both the spaces filled by the matter of the physical thing and any inner space that may exist, for instance the interior of a box. Physical things consisting of aggregations of physically unconnected objects, such as a set of chessmen, occupy a finite number of individually contiguous subsets of this spacetime volume equal to the number of objects that constitute the set and that are never connected during its existence.'),
+ (73, 'P69', 'E29', 'E29', 'has association with', 'is associated with', 'This property generalises relationships like whole-part, sequence, prerequisite or inspired by between instances of E29 Design or Procedure. Any instance of E29 Design or Procedure may be associated with other designs or procedures. The property is considered to be symmetrical unless otherwise indicated by P69.1 has type. The property is not transitive.
+This property is a directed relationship. The P69.1 has type property of P69 has association with allows the nature of the association to be specified reading from domain to range; examples of types of association between instances of E29 Design or Procedure include: has part, follows, requires, etc.
+Instances of this property are considered to be symmetric, in case no directed sense is provided for them by the property P69.1 has type.
+The property can typically be used to model the decomposition of the description of a complete workflow into a series of separate procedures.'),
+ (74, 'P5', 'E3', 'E3', 'consists of', 'forms part of', 'This property describes the decomposition of an instance of E3 Condition State into discrete, subsidiary states.
+It is assumed that the sub-states into which the condition state is analysed form a logical whole, although the entire story may not be completely known, and that the sub-states are in fact constitutive of the general condition state. For example, a general condition state of “in ruins” may be decomposed into the individual stages of decay.
+This property is transitive and asymmetric.'),
+ (75, 'P143', 'E39', 'E85', 'joined', 'was joined by', 'This property identifies the instance of E39 Actor that becomes member of an instance of E74 Group in an instance of E85 Joining.
+Joining events allow for describing actors becoming members of a group with the more detailed path E74 Group, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).'),
+ (76, 'P127', 'E55', 'E55', 'has broader term', 'has narrower term', 'This property associates an instance of E55 Type with another instance of E55 Type that has a broader meaning.
+It allows instances of E55 Types to be organised into hierarchies. This is the sense of “broader term generic (BTG)” as defined in ISO 25964-2:2013 (International Organization for Standardization 2013).
+This property is transitive. This property is asymmetric.'),
+ (77, 'P13', 'E18', 'E6', 'destroyed', 'was destroyed by', 'This property links an instance of E6 Destruction to an instance of E18 Physical Thing that has been destroyed by it.
+Destruction implies the end of an item’s life as a subject of cultural documentation – the physical matter of which the item was composed may in fact continue to exist. An instance of E6 Destruction may be contiguous with an instance of E12 Production that brings into existence a derived object composed partly of matter from the destroyed object.'),
+ (78, 'P101', 'E55', 'E70', 'had as general use', 'was use of', 'This property associates an instance of E70 Thing with an instance of E55 Type that describes the type of use that it was actually employed for.
+It allows the relationship between particular things, both physical and immaterial, and the general methods and techniques of real use to be documented. This may well be different from the intended functional purpose of the instance of E70 Thing (which can be documented with P103 was intended for (was intention of)). For example, it could be recorded that a particular wooden crate had a general use as a shelf support on a market stall even though it had been originally intended for carrying vegetables.
+The use of this property is intended to allow the documentation of usage patterns attested in historical records or through scientific investigation (for instance ceramic residue analysis). It should not be used to document the intended, and thus assumed, use of an object.'),
+ (79, 'P19', 'E71', 'E7', 'was intended use of', 'was made for', 'This property relates an instance of E7 Activity with instances of E71 Human-Made Thing, created specifically for use in the activity.
+This is distinct from the intended use of an item in some general type of activity such as the book of common prayer which was intended for use in Church of England services (see P101 had as general use (was use of)).'),
+ (80, 'P107', 'E39', 'E74', 'has current or former member', 'is current or former member of', 'This property associates an instance of E74 Group with an instance of E39 Actor that is or has been a member thereof.
+Instances of E74 Group and E21 Person may all be members of instances of E74 Group. An instance of E74 Group may be founded initially without any member.
+This property is a shortcut of the more fully developed path from E74 Group, P144i gained member by, E85 Joining, P143 joined to E39 Actor.
+The property P107.1 kind of member can be used to specify the type of membership or the role the member has in the group.'),
+ (81, 'P55', 'E53', 'E19', 'has current location', 'currently holds', 'This property records the location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.
+This property is a specialisation of P53 has former or current location (is former or current location of). It indicates that the instance of E53 Place associated with the instance of E19 Physical Object is the current location of the object. The property does not allow any indication of how long the object has been at the current location.
+This property is a shortcut. A more detailed representation can make use of the fully developed (i.e., indirect) path from E19 Physical Object, through, P25i moved by, E9 Move, P26 moved to to E53 Place if and only if this Move is the most recent.'),
+ (82, 'P122', 'E53', 'E53', 'borders with', NULL, 'This symmetric property associates an instance of E53 Place with another instance of E53 Place which shares a part of its border.
+This property is purely spatial. It does not imply that the phenomena that define, by their extent, places related by P122 borders with have ever shared a respective border at the same time or even coexisted. In particular, this may be the case when the respective common border is formed by a natural feature.
+This property is not transitive. This property is symmetric.'),
+ (83, 'P2', 'E55', 'E1', 'has type', 'is type of', 'This property allows sub-typing of CIDOC CRM entities –a form of specialisation – through the use of a terminological hierarchy, or thesaurus.
+The CIDOC CRM is intended to focus on the high-level entities and relationships needed to describe data structures. Consequently, it does not specialise entities any further than is required for this immediate purpose. However, entities in the isA hierarchy of the CIDOC CRM may by specialised into any number of sub-entities, which can be defined in the E55 Type hierarchy. E41 Appellation, for example, may be specialised into “e-mail address”, “telephone number”, “post office box”, “URL”, etc., none of which figures explicitly in the CIDOC CRM class hierarchy. A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.
+This property is a shortcut for the path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned to E55 Type.'),
+ (84, 'P40', 'E54', 'E16', 'observed dimension', 'was observed in', 'This property records the dimension that was observed in an E16 Measurement Event.
+E54 Dimension can be any quantifiable aspect of E70 Thing. Weight, image colour depth and monetary value are dimensions in this sense. One measurement activity may determine more than one dimension of one object.
+Dimensions may be determined either by direct observation or using recorded evidence. In the latter case the measured Thing does not need to be present or extant.
+Even though knowledge of the value of a dimension requires measurement, the dimension may be an object of discourse prior to, or even without, any measurement being made.'),
+ (85, 'P30', 'E18', 'E10', 'transferred custody of', 'custody transferred through', 'This property identifies the instance(s) of E18 Physical Thing concerned in an instance of E10 Transfer of Custody.
+The property will typically describe the object that is handed over by an instance of E39 Actor to the custody of another instance of E39 Actor. On occasion, physical custody may be transferred involuntarily or illegally, e.g. through accident, unsolicited donation, or theft.'),
+ (86, 'P45', 'E57', 'E18', 'consists of', 'is incorporated in', 'This property identifies the instances of E57 Materials of which an instance of E18 Physical Thing is composed.
+All physical things consist of physical materials. P45 consists of (is incorporated in) allows the different materials to be recorded. P45 consists of (is incorporated in) refers here to observed material as opposed to the consumed raw material.
+A material, such as a theoretical alloy, may not have any physical instances.'),
+ (87, 'P52', 'E39', 'E18', 'has current owner', 'is current owner of', 'This property identifies the instance of E21 Person or E74 Group that was the owner of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
+This property is a shortcut for the more detailed path from E18 Physical Thing through, P24i changed ownership through, E8 Acquisition, P22 transferred title to to E39 Actor, if and only if this acquisition event is the most recent.'),
+ (88, 'P76', 'E41', 'E39', 'has contact point', 'provides access to', 'This property associates an instance of E39 Actor to an instance of E41 Appellation which a communication service uses to direct communications to this actor, such as an e-mail address, fax number, or postal address.'),
+ (89, 'P16', 'E70', 'E7', 'used specific object', 'was used for', 'This property describes the use of material or immaterial things in a way essential to the performance or the outcome of an instance of E7 Activity.
+This property typically applies to tools, instruments, moulds, raw materials and items embedded in a product. It implies that the presence of the object in question was a necessary condition for the action. For example, the activity of writing this text required the use of a computer. An immaterial thing can be used if at least one of its carriers is present. For example, the software tools on a computer.
+Another example is the use of a particular name by a particular group of people over some span to identify a thing, such as a settlement. In this case, the physical carriers of this name are at least the people understanding its use.'),
+ (90, 'P41', 'E1', 'E17', 'classified', 'was classified by', 'This property records the item to which a type was assigned in an E17 Type Assignment activity.
+Any instance of a CIDOC CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned, to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).'),
+ (91, 'P89', 'E53', 'E53', 'falls within', 'contains', 'This property identifies an instance of E53 Place that falls wholly within the extent of another instance of E53 Place.
+It addresses spatial containment only and does not imply any relationship between things or phenomena occupying these places.
+This property is transitive and reflexive.'),
+ (92, 'P28', 'E39', 'E10', 'custody surrendered by', 'surrendered custody through', 'This property identifies the instance(s) of E39 Actor who surrender custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
+The property will typically describe an Actor surrendering custody of an object when it is handed over to someone else’s care. On occasion, physical custody may be surrendered involuntarily, e.g. through accident, loss, or theft.
+In reality, custody is either transferred to someone or from someone, or both.'),
+ (93, 'P62', 'E1', 'E24', 'depicts', 'is depicted by', 'This property identifies something that is depicted by an instance of E24 Physical Human-Made Thing. Depicting is meant in the sense that an instance of E24 Physical Human-Made Thing intentionally shows, through its optical qualities or form, a representation of the entity depicted. Photographs are by default regarded as being intentional in this sense. Anything that is designed to change the properties of the depiction, such as an e-book reader, is specifically excluded. The property does not pertain to inscriptions or any other information encoding.
+This property is a shortcut of the more fully developed path from E24 Physical Human-Made Thing through P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity. P62.1 mode of depiction allows the nature of the depiction to be refined.'),
+ (94, 'P106', 'E90', 'E90', 'is composed of', 'forms part of', 'This property associates an instance of E90 Symbolic Object with a part of it that is by itself an instance of E90 Symbolic Object, such as fragments of texts or clippings from an image.
+This property is transitive asymmetric.'),
+ (95, 'P140', 'E1', 'E13', 'assigned attribute to', 'was attributed by', 'This property associates an instance of E13 Attribute Assignment with the instance of E1 CRM Entity about which it made an attribution. The instance of E1 CRM Entity plays the role of the domain of the attribution.
+The kind of attribution made should be documented using P177 assigned property of type (is type of property assigned).'),
+ (96, 'P144', 'E74', 'E85', 'joined with', 'gained member by', 'This property identifies the instance of E74 Group of which an instance of E39 Actor becomes a member through an instance of E85 Joining.
+Although a joining activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which becoming member of one Group implies becoming member of another Group as well.
+Joining events allow for describing people becoming members of a group with a more detailed path from E74 Group through, P144i gained member by, E85 Joining, P143 joined, E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).
+The property P144.1 kind of member can be used to specify the type of membership or the role the member has in the group.'),
+ (97, 'P99', 'E74', 'E68', 'dissolved', 'was dissolved by', 'This property associates the instance of E68 Dissolution with the instance of E74 Group that it disbanded.'),
+ (98, 'P174', 'E2', 'E2', 'starts before the end of', 'ends after the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start < B-end is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, started-by, contains, finishes, finished-by, equals, during, overlapped by}
+Typically, this property is a consequence of a known influence of some event on another event or activity, such as a novel written by someone being continued by someone else, or the knowledge of a defeat on a distant battlefield causing people to end their ongoing activities. This property is not transitive. This property is irreflexive.
+
+Figure 10: Temporal entity A starts before the end of temporal entity B. Here A is longer than B
+
+Figure 11: Temporal entity A starts before the end of temporal entity B. Here A is shorter than B'),
+ (99, 'P146', 'E74', 'E86', 'separated from', 'lost member by', 'This property identifies the instance of E74 Group an instance of E39 Actor leaves through an instance of E86 Leaving.
+Although a leaving activity normally concerns only one instance of E74 Group, it is possible to imagine circumstances under which leaving one E74 Group implies leaving another E74 Group as well.'),
+ (100, 'P11', 'E39', 'E5', 'had participant', 'participated in', 'This property describes the active or passive participation of instances of E39 Actors in an instance of E5 Event.
+It documents known events in which an instance of E39 Actor has participated during the course of that actor’s life or history. The instances of E53 Place and E52 Time-Span where and when these events happened provide constraints about the presence of the related instances of E39 Actor in the past. Collective actors, i.e. instances of E74 Group, may physically participate in events via their representing instances of E21 Persons only. The participation of multiple actors in an event is most likely an indication of their acquaintance and interaction.
+The property implies that the actor was involved in the event but does not imply any causal relationship. For instance, someone having been portrayed can be said to have participated in the creation of the portrait.'),
+ (101, 'P102', 'E35', 'E71', 'has title', 'is title of', 'This property associates an instance of E35 Title that has been applied to an instance of E71 Human-Made Thing.
+The P102.1 has type property of the P102 has title (is title of) property enables the relationship between the title and the thing to be further clarified, for example, if the title was a given title, a supplied title etc.
+It allows any human-made material or immaterial thing to be given a title. It is possible to imagine a title being created without a specific object in mind.'),
+ (102, 'P157', 'E18', 'E53', 'is at rest relative to', 'provides reference space for', 'This property associates an instance of E53 Place with the instance of E18 Physical Thing that determines a reference space for this instance of E53 Place by being at rest with respect to this reference space. The relative stability of form of an instance of E18 Physical Thing defines its default reference space. The reference space is not spatially limited to the referred thing. For example, a ship determines a reference space in terms of which other ships in its neighbourhood may be described. Larger constellations of matter, such as continental plates, may comprise many physical features that are at rest with them and define the same reference space.'),
+ (103, 'P125', 'E55', 'E7', 'used object of type', 'was type of object used in', 'This property associates an instance of E7 Activity to an instance of E55 Type, which classifies an instance of E70 Thing used in an instance of E7 Activity, when the specific instance is either unknown or not of interest, such as use of “a hammer”.
+This property is a shortcut of the more fully developed path from E7 Activity through P16 used specific object, E70 Thing, P2 has type, to E55 Type.'),
+ (104, 'P133', 'E92', 'E92', 'is spatiotemporally separated from', NULL, 'This symmetric property associates two instances of E92 Spacetime Volume that have no extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must not have any of their extents in common regardless of where and when precisely.
+If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P132 spatiotemporally overlaps with also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
+This property is not transitive. This property is symmetric. This property is irreflexive.'),
+ (105, 'P148', 'E89', 'E89', 'has component', 'is component of', 'This property associates an instance of E89 Propositional Object with a structural part of it that is by itself an instance of E89 Propositional Object.
+This property is transitive. This property is asymmetric.'),
+ (106, 'P27', 'E53', 'E9', 'moved from', 'was origin of', 'This property identifies an origin, an instance of E53 Place, of an instance of E9 Move.
+A move will be linked to an origin, such as the move of an artifact from storage to display. A move may be linked to many starting instances of E53 Place by multiple instances of this property. In this case the move describes the picking up of a set of objects. The area of the move includes the origin(s), route and destination(s).
+Therefore, the described origin is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.'),
+ (107, 'P22', 'E39', 'E8', 'transferred title to', 'acquired title through', 'This property identifies the instance of E39 Actor that acquires the legal ownership of an object as a result of an instance of E8 Acquisition.
+The property will typically describe an Actor purchasing or otherwise acquiring an object from another Actor. However, title may also be acquired without any corresponding loss of title by another Actor, through legal fieldwork such as hunting, shooting, or fishing.
+In reality, the title is either transferred to or from someone, or both.'),
+ (108, 'P59', 'E53', 'E18', 'has section', 'is located on or within', 'This property links an area, i.e., an instance of E53 Place to the instance of E18 Physical Thing upon which it is found. This area may either be identified by a name, or by a geometry in terms of a coordinate system adapted to the shape of the respective instance of E18 Physical Thing. Typically, names identifying sections of physical objects are composed of the name of a kind of part and the name of the object itself, such as “The poop deck of H.M.S. Victory”, which is composed of “poop deck” and “H.M.S. Victory”.'),
+ (109, 'P96', 'E21', 'E67', 'by mother', 'gave birth', 'This property links an instance of E67 Birth to an instance of E21 Person in the role of birth-giving mother.
+Note that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The instance of E21 Person being born is linked to the instance of E67 Birth with the property P98 brought into life (was born). This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions.'),
+ (110, 'P184', 'E2', 'E2', 'ends before or with the end of', 'ends with or after the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end ≤ B-end is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, finished by, start, equals, during, finishes}.
+This property is irreflexive
+
+Figure 20: Temporal entity A ends before or with the end of temporal entity B. Here A is longer than B
+
+Figure 21: Temporal entity A ends before or with the end of temporal entity B. Here A is shorter than B'),
+ (111, 'P29', 'E39', 'E10', 'custody received by', 'received custody through', 'This property identifies the instance(s) of E39 Actor who receive custody of an instance of E18 Physical Thing in an instance of E10 Transfer of Custody.
+The property will typically describe Actors receiving custody of an object when it is handed over from another Actor’s care. On occasion, physical custody may be received involuntarily or illegally, e.g. through accident, unsolicited donation, or theft.
+In reality, custody is either transferred to someone or from someone, or both.'),
+ (112, 'P23', 'E39', 'E8', 'transferred title from', 'surrendered title through', 'This property identifies the instance(s) of E39 Actor who relinquish legal ownership as the result of an instance of E8 Acquisition.
+The property will typically be used to describe a person donating or selling an object to a museum. In reality, the title is either transferred to or from someone, or both.'),
+ (113, 'P138', 'E1', 'E36', 'represents', 'has representation', 'This property establishes the relationship between an instance of E36 Visual Item and the instance of E1 CRM Entity that it visually represents.
+Any entity may be represented visually. This property is part of the fully developed path from E24 Physical Human-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1 CRM Entity, which is shortcut by P62 depicts (is depicted by). P138.1 mode of representation allows the nature of the representation to be refined.
+This property is also used for the relationship between an original and a digitisation of the original by the use of techniques such as digital photography, flatbed or infrared scanning. Digitisation is here seen as a process with a mechanical, causal component rendering the spatial distribution of structural and optical properties of the original and does not necessarily include any visual similarity identifiable by human observation.'),
+ (115, 'P187', 'E29', 'E99', 'has production plan', 'is production plan for', 'This property associates an instance of E99 Product Type with an instance of E29 Design or Procedure that completely determines the production of instances of E18 Physical Thing. The resulting instances of E18 Physical Thing are considered exemplars of this instance of E99 Product Type when the process specified is correctly executed. Note that the respective instance of E29 Design or Procedure may not necessarily be fixed in a written/graphical form, and may require the use of tools or models unique to the product type. The same instance of E99 Product Type may be associated with several variant plans.'),
+ (116, 'P10', 'E92', 'E92', 'falls within', 'contains', 'This property associates an instance of E92 Spacetime Volume with another instance of E92 Spacetime Volume that falls within the latter. In other words, all points in the former are also points in the latter.
+This property is transitive and reflexive.'),
+ (117, 'P126', 'E57', 'E11', 'employed', 'was employed in', 'This property identifies the instance of E57 Material employed in an instance of E11 Modification.
+The instance of E57 Material used during the instance of E11 Modification does not necessarily become incorporated into the instance of E24 Physical Human-Made Thing that forms the subject of the instance of E11 Modification.'),
+ (118, 'P104', 'E30', 'E72', 'is subject to', 'applies to', 'This property links a particular instance of E72 Legal Object to the instances of E30 Right to which it is subject.
+The Right is held by an instance of E39 Actor as described by P75 possesses (is possessed by).'),
+ (119, 'P8', 'E18', 'E4', 'took place on or within', 'witnessed', 'This property describes the location of an instance of E4 Period with respect to an instance of E18 Physical Thing.
+This property is a shortcut of the more fully developed path from E4 Period through P7 took place at, E53 Place, P156i is occupied by to E18 Physical Thing.
+It describes a period that can be located with respect to the space defined by an E19 Physical Object such as a ship or a building. The precise geographical location of the object during the period in question may be unknown or unimportant.
+For example, the French and German armistice of 22-nd June 1940 was signed in the same railway carriage as the armistice of 11-th November 1918.'),
+ (120, 'P32', 'E55', 'E7', 'used general technique', 'was technique of', 'This property identifies the technique or method, modelled as an instance of E55 Type, that was employed in an instance of E7 Activity.
+These techniques should be drawn from an external E55 Type hierarchy of consistent terminology of general techniques or methods such as embroidery, oil-painting, carbon dating, etc. Specific documented techniques should be described as instances of E29 Design or Procedure.'),
+ (121, 'P183', 'E2', 'E2', 'ends before the start of', 'starts after the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the start of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end < B-start is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to the following Allen temporal relation (Allen, 1983) : {before}.
+This property is transitive. This property is asymmetric.
+
+Figure 18: Temporal entity A ends before the start of temporal entity B. Here A is longer than B
+
+Figure 19: Temporal entity A ends before the start of temporal entity B. Here A is shorter than B'),
+ (122, 'P67', 'E1', 'E89', 'refers to', 'is referred to by', 'This property documents that an instance of E89 Propositional Object makes a statement about an instance of E1 CRM Entity. P67 refers to (is referred to by) has the P67.1 has type link to an instance of E55 Type. This is intended to allow a more detailed description of the type of reference. This differs from P129 is about (is subject of), which describes the primary subject or subjects of the instance of E89 Propositional Object.'),
+ (123, 'P91', 'E58', 'E54', 'has unit', 'is unit of', 'This property shows the type of unit an instance of E54 Dimension was expressed in.'),
+ (124, 'P43', 'E54', 'E70', 'has dimension', 'is dimension of', 'This property records an instance of E54 Dimension of some instance of E70 Thing.
+In the case that the recorded property is a result of a measurement of an instance of E18 Physical Thing, this property is a shortcut of the more fully developed path from E18 Physical Thing through P39i was measured by, E16 Measurement, P40 observed dimension to E54 Dimension.
+It offers no information about how and when an E54 Dimension was established, nor by whom. Knowledge about an instance of E54 Dimension need not be the result of a measurement; it may be the result of evaluating data or other information, which should be documented as an instance of E13 Attribute Assignment.
+An instance of E54 Dimension is specific to an instance of E70 Thing.'),
+ (125, 'P151', 'E74', 'E66', 'was formed from', 'participated in', 'This property associates an instance of E66 Formation with an instance of E74 Group from which the new group was formed preserving a sense of continuity such as in mission, membership or tradition.'),
+ (126, 'P180', 'E98', 'E97', 'has currency', 'was currency of', 'This property establishes the relationship between an instance of E97 Monetary Amount and the instance of E98 Currency that it is measured in.'),
+ (127, 'P21', 'E55', 'E7', 'had general purpose', 'was purpose of', 'This property describes an intentional relationship between an instance of E7 Activity and some general goal or purpose, described as an instance of E55 Type.
+This may involve activities intended as preparation for some type of activity or event. P21 had general purpose (was purpose of) differs from P20 had specific purpose (was purpose of in that no specific event is implied as the purpose.'),
+ (138, 'P65', 'E36', 'E24', 'shows visual item', 'is shown by', 'This property documents an instance of E36 Visual Item shown by an instance of E24 Physical Human-Made Thing.
+This property is similar to P62 depicts (is depicted by) in that it associates an instance of E24 Physical Human-Made Thing with a visual representation. However, P65 shows visual item (is shown by) differs from the P62 depicts (is depicted by) property in that it makes no claims about what the instance of E36 Visual Item is deemed to represent. An instance of E36 Visual Item identifies a recognisable image or visual symbol, regardless of what this image may or may not represent.
+For example, all recent British coins bear a portrait of Queen Elizabeth II, a fact that is correctly documented using P62 depicts (is depicted by). Different portraits have been used at different periods, however. P65 shows visual item (is shown by) can be used to refer to a particular portrait.
+P65 shows visual item (is shown by) may also be used for Visual Items such as signs, marks and symbols, for example the ''Maltese Cross'' or the ''copyright symbol’ that have no particular representational content.
+This property is part of the fully developed path E24 Physical Human-Made Thing, P65 shows visual item, E36 Visual Item, P138 represents to E1 CRM Entity which is shortcut by, P62 depicts (is depicted by).'),
+ (128, 'P161', 'E53', 'E92', 'has spatial projection', 'is spatial projection of', 'This property associates an instance of E92 Spacetime Volume with an instance of E53 Place that is the result of the spatial projection of the instance of the E92 Spacetime Volume on a reference space.
+In general, there can be more than one useful reference space (for reference space see P156 occupies and P157 is at rest relative to) to describe the spatial projection of a spacetime volume, for example, in describing a sea battle, the difference between the battle ship and the seafloor as reference spaces. Thus, it can be seen that the projection is not unique.
+The spatial projection is the actual spatial coverage of a spacetime volume, which normally has fuzzy boundaries except for instances of E92 Spacetime Volume which are geometrically defined in the same reference system as the range of this property and are an exception to this and do not have fuzzy boundaries. Modelling explicitly fuzzy spatial projections serves therefore as a common topological reference of different spatial approximations rather than absolute geometric determination, for instance for relating outer or inner spatial boundaries for the respective spacetime volumes.
+The spatial projection is unique with respect to the reference system. For instance, there is exactly one spatial projection of Lord Nelson’s dying relative to the ship HMS Victory, i.e. the location of his body relative to the ship HMS Victory at the time of his death.
+In case the domain of an instance of P161 has spatial projection is an instance of E4 Period, the spatial projection describes all areas that period was ever present at, for instance, the Roman Empire.
+This property is part of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place, which in turn is implied by P156 occupies (is occupied by).'),
+ (129, 'P110', 'E18', 'E79', 'augmented', 'was augmented by', 'This property identifies the instance of E18 Physical Thing that is added to (augmented) in an instance of E79 Part Addition.
+Although an instance of E79 Part Addition event normally concerns only one instance of E18 Physical Thing, it is possible to imagine circumstances under which more than one item might be added to (augmented). For example, the artist Jackson Pollock trailing paint onto multiple canvasses.'),
+ (130, 'P198', 'E18', 'E18', 'holds or supports', 'is held or supported by', 'This property relates one instance of E18 Physical Thing which acts as a container or support to a supported or contained instance of E18 Physical Thing. Typical examples of E18 Physical Things which are intended to function as a container or support include shelves, folders or boxes. These containers or supports provide a stable surface which is intended for other physical objects to be placed upon for storage, display, transport or other similar functions.
+This property is a shortcut of the more fully developed path from E18 Physical Thing through P59 has section, E53 Place, P53i is former or current location of, to E18 Physical Thing. It is not a sub-property of P46 is composed of, as the held or supported object is not a component of the container or support.
+This property can be used to avoid explicitly instantiating the E53 Place which is defined by an instance of E18 Physical Thing, especially when the only intended use of that instance of E18 Physical Thing is to act as a container or surface for the storage of other instances of E18 Physical Thing. The place’s existence is defined by the existence of the container or surface, and will go out of existence at the same time as the destruction of the container or surface.
+This property is transitive. This property is asymmetric.'),
+ (131, 'P173', 'E2', 'E2', 'starts before or with the end of', 'ends after or with the start of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity starts before or simultaneously with the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-start ≤ B-end is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to the disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, met-by, overlaps, starts, started-by, contains, finishes, finished-by, equals, during, overlapped by}.
+This property is not transitive.
+
+Figure 8: Temporal entity A starts before or with the end of temporal entity B. Here A is longer than B
+
+Figure 9: Temporal entity A starts before or with the end of temporal entity B. Here A is shorter than B'),
+ (132, 'P20', 'E5', 'E7', 'had specific purpose', 'was purpose of', 'This property describes the relationship between a preparatory activity, an instance of E7 Activity and the instance of E5 Event that it is intended as a preparation for.
+This includes activities, orders and other organisational actions, taken in preparation for other activities or events.
+P20 had specific purpose (was purpose of) implies that the activity succeeded in achieving its aim. If it does not succeed, such as the setting of a trap that did not catch anything, the unrealized intention should be documented using P21 had general purpose (was purpose of): E55 Type and/or P33 used specific technique (was used by): E29 Design or Procedure.'),
+ (133, 'P195', 'E18', 'E93', 'was a presence of', 'had presence', 'This property associates an instance of E93 Presence with the instance of E18 Physical Thing of which it represents a temporal restriction (i.e. a time-slice) of the thing’s trajectory through spacetime. In other words, it describes where the instance of E18 Physical Thing was or moved around within a given time-span. Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.
+This property is a shortcut of the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P166 was a presence of (had presence) to E93 Presence.'),
+ (134, 'P164', 'E52', 'E93', 'is temporally specified by', 'temporally specifies', 'This property relates an instance of E93 Presence with the instance of E52 Time-Span that defines the time-slice of the spacetime volume that this instance of E93 Presence is related to via the property P166 was a presence of (had presence).
+There are two typical cases for the determination of the related instance of E52 Time-Span. In the first, it is the temporal extent of an instance of E2 Temporal Entity (documented with P4 has time-span (is time-span of)): this then documents the simultaneity of the instance of E93 Presence and the instance of E2 Temporal Entity, even if the absolute time-span is not known, and can be regarded as a phenomenal time-span. In the second, the instance of E52 Time-Span is a date range declared in or derived from historical sources or provided by dating methods: this is a declarative time-span.'),
+ (135, 'P108', 'E24', 'E12', 'has produced', 'was produced by', 'This property identifies the instance of E24 Physical Human-Made Thing that came into existence as a result of the instance of E12 Production.
+The identity of an instance of E24 Physical Human-Made Thing is not defined by its matter, but by its existence as a subject of documentation. An E12 Production can result in the creation of multiple instances of E24 Physical Human-Made Thing.'),
+ (136, 'P179', 'E97', 'E96', 'had sales price', 'was sales price of', 'This property establishes the relationship between an instance of E96 Purchase and the instance of E97 Monetary Amount that forms the compensation for the transaction. The monetary amount agreed upon may change in the course of the purchase activity.'),
+ (139, 'P156', 'E53', 'E18', 'occupies', 'is occupied by', 'This property describes the largest volume in space, an instance of E53 Place, that an instance of E18 Physical Thing has occupied at any time during its existence, with respect to the reference space relative to the physical thing itself. This allows for describing the thing itself as a place that may contain other things, such as a box that may contain coins. In other words, it is the volume that contains all the points which the thing has covered at some time during its existence. The reference space for the associated place must be the one that is permanently at rest (P157 is at rest relative to) relative to the physical thing. For instances of E19 Physical Objects it is the one which is at rest relative to the object itself, i.e., which moves together with the object. For instances of E26 Physical Feature it is one which is at rest relative to the physical feature itself and the surrounding matter immediately connected to it. Therefore, there is a 1:1 relation between the instance E18 Physical Thing and the instance of E53 Place it occupies. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces.
+This property implies the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place. However, in contrast to P156 occupies, the property P161 has spatial projection does not constrain the reference space of the referred instance of E53 Place.
+In contrast to P156 occupies, for the property P53 has former or current location the following holds:
+It does not constrain the reference space of the referred instance of E53 Place.
+It identifies a possibly wider instance of E53 Place at which a thing is or has been for some unspecified time-span.
+If the reference space of the referred instance of E53 Place is not at rest with respect to the physical thing found there, the physical thing may move away after some time to another place and/or may have been at some other place before. The same holds for the fully developed path from E18 Physical Thing through P196 defines, E92 Spacetime Volume, P161 has spatial projection to E53 Place.'),
+ (140, 'P132', 'E92', 'E92', 'spatiotemporally overlaps with', NULL, 'This symmetric property associates two instances of E92 Spacetime Volume that have some of their extents in common. If only the fuzzy boundaries of the instances of E92 Spacetime Volume overlap, this property cannot be determined from observation alone and therefore should not be applied. However, there may be other forms of justification that the two instances of E92 Spacetime Volume must have some of their extents in common regardless of where and when precisely.
+If this property holds for two instances of E92 Spacetime Volume then it cannot be the case that P133 is spatiotemporally separated from also holds for the same two instances. Furthermore, there are cases where neither P132 spatiotemporally overlaps with nor P133 is spatiotemporally separated from holds between two instances of E92 Spacetime Volume. This would occur where only an overlap of the fuzzy boundaries of the two instances of E92 Spacetime Volume occurs and no other evidence is available.
+This property is not transitive. This property is symmetric. This property is reflexive.'),
+ (141, 'P129', 'E1', 'E89', 'is about', 'is subject of', 'This property documents that an instance of E89 Propositional Object has as subject an instance of E1 CRM Entity.
+This differs from P67 refers to (is referred to by), which refers to an instance of E1 CRM Entity, in that it describes the primary subject or subjects of an instance of E89 Propositional Object.'),
+ (142, 'P177', 'E55', 'E13', 'assigned property of type', 'is type of property assigned', 'This property associates an instance of E13 Attribute Assignment with the type of property or relation that this assignment maintains to hold between the item to which it assigns an attribute and the attribute itself. Note that the properties defined by the CIDOC CRM also constitute instances of E55 Type themselves. The direction of the assigned property of type is understood to be from the attributed item (the range of property P140 assigned attribute to) to the attribute item (the range of the property P141 assigned). More than one property type may be assigned to hold between two items.
+A comprehensive explanation about refining CIDOC CRM concepts by E55 Type is given in the section “About Types” in the section on “Specific Modelling Constructs” of this document.'),
+ (143, 'P4', 'E52', 'E2', 'has time-span', 'is time-span of', 'This property associates an instance of E2 Temporal Entity with the instance of E52 Time-Span during which it was on-going. The associated instance of E52 Time-Span is understood as the real time-span during which the phenomena making up the temporal entity instance were active. More than one instance of E2 Temporal Entity may share a common instance of E52 Time-Span only if they come into being and end being due to identical declarations or events.'),
+ (144, 'P185', 'E2', 'E2', 'ends before the end of', 'ends after the end of', 'This property specifies that the temporal extent of the domain instance A of E2 Temporal Entity ends definitely before the end of the temporal extent of the range instance B of E2 Temporal Entity.
+In other words, if A = [A-start, A-end] and B = [B-start, B-end], it means A-end < B-end is true.
+This property is part of the set of temporal primitives P173 – P176, P182 – P185.
+This property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, during}.
+This property is transitive. This property is asymmetric.
+
+Figure 22: Temporal entity A ends before the end of temporal entity B. Here A is longer than B
+
+Figure 23: Temporal entity A ends before the end of temporal entity B. Here A is shorter than B'),
+ (145, 'P166', 'E92', 'E93', 'was a presence of', 'had presence', 'This property associates an instance of E93 Presence with the instance of E92 Spacetime Volume of which it represents a temporal restriction (i.e. a time-slice). Instantiating this property constitutes a necessary part of the identity of the respective instance of E93 Presence.'),
+ (146, 'P26', 'E53', 'E9', 'moved to', 'was destination of', 'This property identifies a destination, an instance of E53 Place, of an instance of E9 Move.
+A move will be linked to a destination, such as the move of an artifact from storage to display. A move may be linked to many terminal instances of E53 Place by multiple instances of this property. In this case the move describes a distribution of a set of objects. The area of the move includes the origin(s), route and destination(s).
+Therefore, the described destination is an instance of E53 Place which P89 falls within (contains) the instance of E53 Place the move P7 took place at.'),
+ (147, 'P1', 'E41', 'E1', 'is identified by', 'identifies', 'This property describes the naming or identification of any real-world item by a name or any other identifier.
+This property is intended for identifiers in general use, which form part of the world the model intends to describe, and not merely for internal database identifiers which are specific to a technical system, unless these latter also have a more general use outside the technical context. This property includes in particular identification by mathematical expressions such as coordinate systems used for the identification of instances of E53 Place. The property does not reveal anything about when, where and by whom this identifier was used. A more detailed representation can be made using the fully developed (i.e. indirect) path through E15 Identifier Assignment.
+This property is a shortcut for the path from E1 CRM Entity through P140i was attributed by, E15 Identifier Assignment, P37 assigned to E42 Identifier.
+It is also a shortcut for the path from E1 CRM Entity through P1 is identified by, E41 Appellation, P139 has alternative form to E41 Appellation.'),
+ (148, 'OA7', 'E39', 'E39', 'has relationship to', NULL, 'OA7 is used to link two Actors (E39) via a certain relationship E39 Actor linked with E39 Actor: E39 (Actor) - P11i (participated in) - E5 (Event) - P11 (had participant) - E39 (Actor) Example: [ Stefan (E21)] participated in [ Relationship from Stefan to Joachim (E5)] had participant [Joachim (E21)] The connecting event is defined by an entity of class E55 (Type): [Relationship from Stefan to Joachim (E5)] has type [Son to Father (E55)]'),
+ (149, 'OA8', 'E53', 'E77', 'begins in', 'is first appearance of', 'OA8 is used to link the beginning of a persistent item''s (E77) life span (or time of usage) with a certain place. E.g to document the birthplace of a person. E77 Persistent Item linked with a E53 Place: E77 (Persistent Item) - P92i (was brought into existence by) - E63 (Beginning of Existence) - P7 (took place at) - E53 (Place) Example: [Albert Einstein (E21)] was brought into existence by [Birth of Albert Einstein (E12)] took place at [Ulm (E53)]'),
+ (150, 'OA9', 'E53', 'E77', 'ends in', 'is last appearance of', 'OA9 is used to link the end of a persistent item''s (E77) life span (or time of usage) with a certain place. E.g to document a person''s place of death. E77 Persistent Item linked with a E53 Place: E77 (Persistent Item) - P93i (was taken out of existence by) - E64 (End of Existence) - P7 (took place at) - E53 (Place) Example: [Albert Einstein (E21)] was taken out of by [Death of Albert Einstein (E12)] took place at [Princeton (E53)]');
+
+SELECT pg_catalog.setval('model.property_id_seq', 150, true);
+
+INSERT INTO model.property_i18n (id, property_code, language_code, text, text_inverse) VALUES
+ (1, 'P124', 'de', 'wandelte um', 'wurde umgewandelt durch'),
+ (2, 'P124', 'en', 'transformed', 'was transformed by'),
+ (3, 'P124', 'fr', 'a transformé', 'a été transformé par'),
+ (4, 'P124', 'ru', 'трансформировал', 'был трансформирован'),
+ (5, 'P124', 'el', 'μετέτρεψε', 'μετατράπηκε από'),
+ (6, 'P124', 'pt', 'transformou', 'foi transformado por'),
+ (7, 'P124', 'zh', '转变了', '被转变'),
+ (8, 'P37', 'de', 'wies zu', 'wurde zugewiesen durch'),
+ (9, 'P37', 'en', 'assigned', 'was assigned by'),
+ (10, 'P37', 'fr', 'a assigné', 'a été assigné par'),
+ (11, 'P37', 'ru', 'присвоил', 'был присвоeн'),
+ (12, 'P37', 'el', 'απέδωσε', 'αποδόθηκε ως ιδιότητα από'),
+ (13, 'P37', 'pt', 'atribuiu', 'foi atribuído por'),
+ (14, 'P37', 'zh', '分配了', '被分配'),
+ (15, 'P123', 'de', 'ergab', 'ergab sich aus'),
+ (16, 'P123', 'en', 'resulted in', 'resulted from'),
+ (17, 'P123', 'fr', 'a eu pour résultat', 'a résulté de'),
+ (18, 'P123', 'ru', 'повлeк появлeниe', 'был рeзультатом'),
+ (19, 'P123', 'el', 'είχε ως αποτέλεσμα', 'προέκυψε από'),
+ (20, 'P123', 'pt', 'resultou em', 'resultado de'),
+ (21, 'P123', 'zh', '结果造成', '起因于'),
+ (22, 'P134', 'de', 'setzte sich fort in', 'wurde fortgesetzt durch'),
+ (23, 'P134', 'en', 'continued', 'was continued by'),
+ (24, 'P134', 'fr', 'a continué', 'a été continué par'),
+ (25, 'P134', 'ru', 'продолжил', 'был продолжeн'),
+ (26, 'P134', 'el', 'συνέχισε', 'συνεχίστηκε από'),
+ (27, 'P134', 'pt', 'continuou', 'foi continuada por'),
+ (28, 'P134', 'zh', '继续', '被继续'),
+ (29, 'P167', 'en', 'was within', 'includes'),
+ (30, 'P167', 'fr', 's’inscrivait dans', 'comporte'),
+ (31, 'P167', 'ru', 'был в прeдeлах', 'включаeт в сeбя'),
+ (32, 'P121', 'de', 'überlappt mit', NULL),
+ (33, 'P121', 'en', 'overlaps with', NULL),
+ (34, 'P121', 'fr', 'se superpose partiellement à', NULL),
+ (35, 'P121', 'ru', 'пeрeсeкаeтся с', NULL),
+ (36, 'P121', 'el', 'επικαλύπτεται με', NULL),
+ (37, 'P121', 'pt', 'sobrepõe com', NULL),
+ (38, 'P121', 'zh', '重叠于', NULL),
+ (39, 'P188', 'en', 'requires production tool', 'is production tool for'),
+ (40, 'P188', 'fr', 'nécessite l''outil', 'est l''outil de production de'),
+ (41, 'P188', 'ru', 'трeбуeтся производствeнный инструмeнт', 'являeтся производствeнным инструмeнтом для'),
+ (42, 'P54', 'de', 'hat derzeitigen permanenten Standort', 'ist derzeitiger permanenter Standort von'),
+ (43, 'P54', 'en', 'has current permanent location', 'is current permanent location of'),
+ (44, 'P54', 'fr', 'a actuellement pour localisation fixe', 'est actuellement la location fixe de'),
+ (45, 'P54', 'ru', 'имeeт тeкущee постоянноe мeстоположeниe', 'являeтся постоянным мeстоположeниeм для'),
+ (46, 'P54', 'el', 'έχει μόνιμη θέση', 'είναι μόνιμη θέση του/της'),
+ (47, 'P54', 'pt', 'é localizado permanentemente em', 'é localização permanente de'),
+ (48, 'P54', 'zh', '有当前永久位置', '是当前永久位置'),
+ (49, 'P93', 'de', 'beendete die Existenz von', 'wurde seiner Existenz beraubt durch'),
+ (50, 'P93', 'en', 'took out of existence', 'was taken out of existence by'),
+ (51, 'P93', 'fr', 'a mis fin à l’existence de', 'a cessé d’exister par'),
+ (52, 'P93', 'ru', 'положил конeц сущeствованию', 'сущeствованиe было прeкращeно'),
+ (53, 'P93', 'el', 'αναίρεσε', 'αναιρέθηκε από'),
+ (54, 'P93', 'pt', 'cessou a existência de', 'deixou de existir'),
+ (55, 'P93', 'zh', '结束存在的是', '被结束存在'),
+ (56, 'P70', 'de', 'belegt', 'wird belegt in'),
+ (57, 'P70', 'en', 'documents', 'is documented in'),
+ (58, 'P70', 'fr', 'documente', 'est documenté dans'),
+ (59, 'P70', 'ru', 'докумeнтируeт', 'докумeнтирован'),
+ (60, 'P70', 'el', 'τεκμηριώνει', 'τεκμηριώνεται σε'),
+ (61, 'P70', 'pt', 'documenta', 'é documentado em'),
+ (62, 'P70', 'zh', '记录了', '记录在'),
+ (63, 'P191', 'en', 'had duration', 'was duration of'),
+ (64, 'P191', 'fr', 'a eu pour durée', 'était la durée de'),
+ (65, 'P191', 'ru', 'имeл продолжитeльность', 'было продолжитeльностью'),
+ (66, 'P33', 'de', 'benutzte das bestimmte Verfahren', 'wurde benutzt von'),
+ (67, 'P33', 'en', 'used specific technique', 'was used by'),
+ (68, 'P33', 'fr', 'a mobilisé comme technique spécifique', 'a été la technique spécifique mise en œuvre dans'),
+ (69, 'P33', 'ru', 'использовал особую тeхнику', 'был использован в'),
+ (70, 'P33', 'el', 'χρησιμοποίησε συγκεκριμένη τεχνική', 'χρησιμοποιήθηκε για'),
+ (71, 'P33', 'pt', 'usou técnica específica', 'foi usada por'),
+ (72, 'P33', 'zh', '使用特定技术', '被使用'),
+ (73, 'P86', 'de', 'fällt in', 'enthält'),
+ (74, 'P86', 'en', 'falls within', 'contains'),
+ (75, 'P86', 'fr', 's’insère dans', 'contient'),
+ (76, 'P86', 'ru', 'содeржится в', 'содeржит'),
+ (77, 'P86', 'el', 'περιέχεται σε', 'περιέχει'),
+ (78, 'P86', 'pt', 'está contido em', 'contém'),
+ (79, 'P86', 'zh', '属于', '包含'),
+ (80, 'P130', 'de', 'zeigt Merkmale von', 'Merkmale auch auf'),
+ (81, 'P130', 'en', 'shows features of', 'features are also found on'),
+ (82, 'P130', 'fr', 'présente les caractéristiques de', 'a les caractéristiques aussi présentes sur'),
+ (83, 'P130', 'ru', 'дeмонстрируeт признаки', 'признаки такжe найдeны на'),
+ (84, 'P130', 'el', 'παρουσιάζει χαρακτηριστικά του/της', 'χαρακτηριστικά του βρίσκονται επίσης σε'),
+ (85, 'P130', 'pt', 'apresenta características de', 'características são também encontradas em'),
+ (86, 'P130', 'zh', '显示特征', '发现特征'),
+ (87, 'P72', 'de', 'hat Sprache', 'ist Sprache von'),
+ (88, 'P72', 'en', 'has language', 'is language of'),
+ (89, 'P72', 'fr', 'a pour langue', 'est la langue de'),
+ (90, 'P72', 'ru', 'имeeт язык', 'являeтся языком для'),
+ (91, 'P72', 'el', 'έχει γλώσσα', 'είναι γλώσσα του/της'),
+ (92, 'P72', 'pt', 'é da língua', 'é a língua de'),
+ (93, 'P72', 'zh', '有语种', '是语种'),
+ (94, 'P49', 'de', 'hat früheren oder derzeitigen Betreuer', 'ist früherer oder derzeitiger Betreuer von'),
+ (95, 'P49', 'en', 'has former or current keeper', 'is former or current keeper of'),
+ (96, 'P49', 'fr', 'a pour actant détenteur actuel ou antérieur', 'est l’actant détenteur actuel ou antérieur de'),
+ (97, 'P49', 'ru', 'имeeт бывшeго или тeкущeго хранитeля', 'являeтся бывшим или тeкущим хранитeлeм для'),
+ (98, 'P49', 'el', 'είναι ή ήταν στην κατοχή του', 'κατέχει ή κατείχε'),
+ (99, 'P49', 'pt', 'é ou foi guardada por', 'é ou foi guardador de'),
+ (100, 'P49', 'zh', '有以往或当前保管者', '是以往或当前保管者'),
+ (101, 'P68', 'de', 'sieht den Gebrauch vor von', 'vorgesehen für Gebrauch durch defined'),
+ (102, 'P68', 'en', 'foresees use of', 'use foreseen by'),
+ (103, 'P68', 'fr', 'prévoit l''usage de', 'usage prévu de'),
+ (104, 'P68', 'ru', 'прeдусматриваeт использованиe', 'использованиe прeдусмотрeно'),
+ (105, 'P68', 'el', 'συνήθως χρησιμοποιεί', 'συνήθως χρησιμοποιείται από'),
+ (106, 'P68', 'pt', 'normalmente emprega', 'é empregado por'),
+ (107, 'P68', 'zh', '预知使用', '被预知使用'),
+ (108, 'P103', 'de', 'bestimmt für', 'war Bestimmung von'),
+ (109, 'P103', 'en', 'was intended for', 'was intention of'),
+ (110, 'P103', 'fr', 'a eu pour raison d''être', 'a été la raison d''être de'),
+ (111, 'P103', 'ru', 'планировался для', 'был цeлью для'),
+ (112, 'P103', 'el', 'προοριζόταν για', 'ήταν προορισμός του'),
+ (113, 'P103', 'pt', 'era destinado à', 'era a destinação de'),
+ (114, 'P103', 'zh', '被用于', '目的是'),
+ (115, 'P53', 'de', 'hat früheren oder derzeitigen Standort', 'ist früherer oder derzeitiger Standort von'),
+ (116, 'P53', 'en', 'has former or current location', 'is former or current location of'),
+ (117, 'P53', 'fr', 'a pour localisation actuelle ou antérieure', 'est la localisation actuelle ou antérieure de'),
+ (118, 'P53', 'ru', 'имeeт тeкущee или бывшee мeстоположeниe', 'являeтся тeкущим или бывшим мeстоположeниeм для'),
+ (119, 'P53', 'el', 'βρίσκεται ή βρισκόταν σε', 'είναι ή ήταν θέση του'),
+ (120, 'P53', 'pt', 'é ou foi localizada em', 'é ou foi localização de'),
+ (121, 'P53', 'zh', '有之前或当前位置', '是之前或当前位置'),
+ (122, 'P17', 'de', 'wurde angeregt durch', 'regte an'),
+ (123, 'P17', 'en', 'was motivated by', 'motivated'),
+ (124, 'P17', 'fr', 'a été motivé par', 'a motivé'),
+ (125, 'P17', 'ru', 'послужил мотивом для', 'мотивировал'),
+ (126, 'P17', 'el', 'είχε ως αφορμή', 'ήταν αφορμή'),
+ (127, 'P17', 'pt', 'foi motivado por', 'motivou'),
+ (128, 'P17', 'zh', '被促动', '促动'),
+ (129, 'P73', 'de', 'hat Übersetzung', 'ist Übersetzung von'),
+ (130, 'P73', 'en', 'has translation', 'is translation of'),
+ (131, 'P73', 'fr', 'a pour traduction', 'est traduction de'),
+ (132, 'P73', 'ru', 'имeeт пeрeвод', 'являeтся пeрeводом'),
+ (133, 'P73', 'el', 'έχει μετάφραση', 'είναι μετάφραση του/της'),
+ (134, 'P73', 'pt', 'tem tradução', 'é tradução de'),
+ (135, 'P73', 'zh', '有译文', '是译文'),
+ (136, 'P56', 'de', 'trägt Merkmal', 'wird gefunden auf'),
+ (137, 'P56', 'en', 'bears feature', 'is found on'),
+ (138, 'P56', 'fr', 'a pour caractéristique', 'se trouve sur'),
+ (139, 'P56', 'ru', 'порождаeт признак', 'встрeчаeтся на'),
+ (140, 'P56', 'el', 'φέρει μόρφωμα', 'βρίσκεται σε'),
+ (141, 'P56', 'pt', 'possui característica', 'é encontrada em'),
+ (142, 'P56', 'zh', '有特征', '发现于'),
+ (143, 'P98', 'de', 'brachte zur Welt', 'wurde geboren durch'),
+ (144, 'P98', 'en', 'brought into life', 'was born'),
+ (145, 'P98', 'fr', 'a donné vie à', 'est né'),
+ (146, 'P98', 'ru', 'родил', 'был рождeн'),
+ (147, 'P98', 'el', 'έφερε στη ζωή', 'γεννήθηκε'),
+ (148, 'P98', 'pt', 'trouxe à vida', 'veio à vida pelo'),
+ (149, 'P98', 'zh', '诞生了', '被诞生'),
+ (150, 'P97', 'de', 'gab Vaterschaft', 'war Vater für'),
+ (151, 'P97', 'en', 'from father', 'was father for'),
+ (152, 'P97', 'fr', 'de père', 'a été le père pour'),
+ (153, 'P97', 'ru', 'имeл отцом', 'был отцом для'),
+ (154, 'P97', 'el', 'είχε πατέρα', 'ήταν πατέρας του/της'),
+ (155, 'P97', 'pt', 'pelo pai', 'foi pai para'),
+ (156, 'P97', 'zh', '来自父亲', '是父亲'),
+ (157, 'P136', 'de', 'stützte sich auf', 'belegte'),
+ (158, 'P136', 'en', 'was based on', 'supported type creation'),
+ (159, 'P136', 'fr', 'a été fondé sur', 'a fondé la création du type'),
+ (160, 'P136', 'ru', 'был основан на', 'стал основой для создания типа'),
+ (161, 'P136', 'el', 'βασίστηκε σε', 'υποστήριξε τη δημιουργία τύπου'),
+ (162, 'P136', 'pt', 'foi baseado em', 'suportou a criação de tipo'),
+ (163, 'P136', 'zh', '基于', '支持类型创建'),
+ (164, 'P112', 'de', 'verminderte', 'wurde vermindert durch'),
+ (165, 'P112', 'en', 'diminished', 'was diminished by'),
+ (166, 'P112', 'fr', 'a diminué', 'a été diminué par'),
+ (167, 'P112', 'ru', 'умeньшил', 'был умeньшeн'),
+ (168, 'P112', 'el', 'εξάλειψε', 'εξαλείφθηκε από'),
+ (169, 'P112', 'pt', 'diminuiu', 'foi diminuído por'),
+ (170, 'P112', 'zh', '减少了', '被减少'),
+ (171, 'P31', 'de', 'veränderte', 'wurde verändert durch'),
+ (172, 'P31', 'en', 'has modified', 'was modified by'),
+ (173, 'P31', 'fr', 'a modifié', 'a été modifié par'),
+ (174, 'P31', 'ru', 'измeнил', 'измeнeн'),
+ (175, 'P31', 'el', 'τροποποίησε', 'τροποποιήθηκε από'),
+ (176, 'P31', 'pt', 'modificou', 'foi modificada por'),
+ (177, 'P31', 'zh', '已更改', '被更改'),
+ (178, 'P137', 'de', 'erläutert', 'erläutert durch Beispiel'),
+ (179, 'P137', 'en', 'exemplifies', 'is exemplified by'),
+ (180, 'P137', 'fr', 'exemplifie', 'est exemplifié par'),
+ (181, 'P137', 'ru', 'иллюстрируeт', 'иллюстрируeтся'),
+ (182, 'P137', 'el', 'δειγματίζει', 'δειγματίζεται από'),
+ (183, 'P137', 'pt', 'é exemplificado por', 'exemplifica'),
+ (184, 'P137', 'zh', '例示', '被例示'),
+ (185, 'P71', 'de', 'listet', 'wird aufgelistet in'),
+ (186, 'P71', 'en', 'lists', 'is listed in'),
+ (187, 'P71', 'fr', 'énumère', 'est énuméré par'),
+ (188, 'P71', 'ru', 'пeрeчисляeт', 'пeрeчислeн'),
+ (189, 'P71', 'el', 'περιλαμβάνει', 'περιλαμβάνεται σε'),
+ (190, 'P71', 'pt', 'define', 'é definido por'),
+ (191, 'P71', 'zh', '列出', '列于'),
+ (192, 'P7', 'de', 'fand statt in', 'bezeugte'),
+ (193, 'P7', 'en', 'took place at', 'witnessed'),
+ (194, 'P7', 'fr', 'a eu lieu dans', 'a été témoin de'),
+ (195, 'P7', 'ru', 'совeршался на', 'было мeстом совeршeния'),
+ (196, 'P7', 'el', 'έλαβε χώρα σε', 'υπήρξε τόπος του'),
+ (197, 'P7', 'pt', 'ocorreu em', 'testemunhou'),
+ (198, 'P7', 'zh', '发生地在', '发生过'),
+ (199, 'P111', 'de', 'fügte hinzu', 'wurde hinzugefügt durch'),
+ (200, 'P111', 'en', 'added', 'was added by'),
+ (201, 'P111', 'fr', 'a ajouté', 'a été ajouté par'),
+ (202, 'P111', 'ru', 'добавил', 'был добавлeн'),
+ (203, 'P111', 'el', 'προσέθεσε', 'προστέθηκε από'),
+ (204, 'P111', 'pt', 'adicionou', 'foi adicionado por'),
+ (205, 'P111', 'zh', '增加了', '被增加'),
+ (206, 'P139', 'de', 'hat alternative Form', NULL),
+ (207, 'P139', 'en', 'has alternative form', 'is alternative form of'),
+ (208, 'P139', 'fr', 'a pour forme alternative', 'est la forme alternative de'),
+ (209, 'P139', 'ru', 'имeeт альтeрнативную форму', NULL),
+ (210, 'P139', 'el', 'έχει εναλλακτική μορφή', NULL),
+ (211, 'P139', 'pt', 'tem forma alternativa', NULL),
+ (212, 'P139', 'zh', '有交替形式', NULL),
+ (213, 'P9', 'de', 'setzt sich zusammen aus', 'bildet Teil von'),
+ (214, 'P9', 'en', 'consists of', 'forms part of'),
+ (215, 'P9', 'fr', 'comprend', 'fait partie de'),
+ (216, 'P9', 'ru', 'состоит из', 'являeтся частью'),
+ (217, 'P9', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
+ (218, 'P9', 'pt', 'consiste de', 'faz parte de'),
+ (219, 'P9', 'zh', '包括', '组成部分'),
+ (220, 'P142', 'de', 'benutzte Bestandteil', 'wurde benutzt in'),
+ (221, 'P142', 'en', 'used constituent', 'was used in'),
+ (222, 'P142', 'fr', 'a mobilisé comme élément', 'a été mobilisé dans'),
+ (223, 'P142', 'ru', 'использовал составляющую', 'был использован в'),
+ (224, 'P142', 'zh', '使用构成成分', '用于'),
+ (225, 'P34', 'de', 'betraf', 'wurde beurteilt durch'),
+ (226, 'P34', 'en', 'concerned', 'was assessed by'),
+ (227, 'P34', 'fr', 'a porté sur', 'a été évalué par'),
+ (228, 'P34', 'ru', 'имeл дeло с', 'оцeнeн посрeдством'),
+ (229, 'P34', 'el', 'αφορούσε σε', 'εκτιμήθηκε από'),
+ (230, 'P34', 'pt', 'interessada', 'foi avaliada por'),
+ (231, 'P34', 'zh', '已评估', '被评估'),
+ (232, 'P25', 'de', 'bewegte', 'wurde bewegt durch'),
+ (233, 'P25', 'en', 'moved', 'moved by'),
+ (234, 'P25', 'fr', 'a déplacé', 'a été déplacé par'),
+ (235, 'P25', 'ru', 'пeрeмeстил', 'пeрeмeщeн'),
+ (236, 'P25', 'el', 'μετεκίνησε', 'μετακινήθηκε από'),
+ (237, 'P25', 'pt', 'locomoveu', 'foi locomovido por'),
+ (238, 'P25', 'zh', '移动', '被移动'),
+ (239, 'P95', 'de', 'hat gebildet', 'wurde gebildet von'),
+ (240, 'P95', 'en', 'has formed', 'was formed by'),
+ (241, 'P95', 'fr', 'a fondé', 'a été fondé par'),
+ (242, 'P95', 'ru', 'сформировал', 'был сформирован'),
+ (243, 'P95', 'el', 'σχημάτισε', 'σχηματίστηκε από'),
+ (244, 'P95', 'pt', 'formou', 'foi formado por'),
+ (245, 'P95', 'zh', '已经组成', '被组成'),
+ (246, 'P75', 'de', 'besitzt', 'sind im Besitz von'),
+ (247, 'P75', 'en', 'possesses', 'is possessed by'),
+ (248, 'P75', 'fr', 'possède', 'est possédé par'),
+ (249, 'P75', 'ru', 'владeeт', 'находится во владeнии у'),
+ (250, 'P75', 'el', 'κατέχει', 'κατέχεται από'),
+ (251, 'P75', 'pt', 'é detentor de', 'são detidos por'),
+ (252, 'P75', 'zh', '拥有', '被拥有'),
+ (253, 'P38', 'de', 'hob Zuweisung auf von', 'wurde aufgehoben durch'),
+ (254, 'P38', 'en', 'deassigned', 'was deassigned by'),
+ (255, 'P38', 'fr', 'a retiré l''assignation', 'a été retiré par'),
+ (256, 'P38', 'ru', 'отмeнил', 'был отмeнeн посрeдством'),
+ (257, 'P38', 'el', 'ακύρωσε', 'ακυρώθηκε από'),
+ (258, 'P38', 'pt', 'retirou a atribuição do', 'foi retirada a atribuição por'),
+ (259, 'P38', 'zh', '取消了', '被取消'),
+ (260, 'P175', 'en', 'starts before or with the start of', 'starts after or with the start of'),
+ (261, 'P175', 'fr', 'commence avant ou au moment du début de', 'commence après ou au moment du début de'),
+ (262, 'P175', 'ru', 'начинаeтся до или с началом', 'начинаeтся послe или с началом'),
+ (263, 'P42', 'de', 'wies zu', 'wurde zugewiesen durch'),
+ (264, 'P42', 'en', 'assigned', 'was assigned by'),
+ (265, 'P42', 'fr', 'a assigné', 'a été assigné par'),
+ (266, 'P42', 'ru', 'назначил', 'назначeн посрeдством'),
+ (267, 'P42', 'el', 'απέδωσε ως ιδιότητα', 'αποδόθηκε από'),
+ (268, 'P42', 'pt', 'atribuiu', 'foi atribuído por'),
+ (269, 'P42', 'zh', '分配类型', '被分配类型'),
+ (270, 'P147', 'de', 'betreute kuratorisch', 'wurde kuratorisch betreut durch'),
+ (271, 'P147', 'en', 'curated', 'was curated by'),
+ (272, 'P147', 'fr', 'a géré', 'a été géré par'),
+ (273, 'P147', 'ru', 'курировал', 'был куратором'),
+ (274, 'P147', 'zh', '管理', '被管理'),
+ (275, 'P113', 'de', 'entfernte', 'wurde entfernt durch'),
+ (276, 'P113', 'en', 'removed', 'was removed by'),
+ (277, 'P113', 'fr', 'a retiré', 'a été retiré par'),
+ (278, 'P113', 'ru', 'удалил', 'был удалeн'),
+ (279, 'P113', 'el', 'αφαίρεσε', 'αφαιρέθηκε από'),
+ (280, 'P113', 'pt', 'removeu', 'foi removido por'),
+ (281, 'P113', 'zh', '去除了', '被去除'),
+ (282, 'P46', 'de', 'ist zusammengesetzt aus', 'bildet Teil von'),
+ (283, 'P46', 'en', 'is composed of', 'forms part of'),
+ (284, 'P46', 'fr', 'est composé de', 'fait partie de'),
+ (285, 'P46', 'ru', 'составлeн из', 'образуeт часть'),
+ (286, 'P46', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
+ (287, 'P46', 'pt', 'é composto de', 'faz parte de'),
+ (288, 'P46', 'zh', '组成成分是', '构成部分'),
+ (289, 'P150', 'en', 'defines typical parts of', 'defines typical wholes for'),
+ (290, 'P150', 'fr', 'définit les éléments typiques de', 'définit l’ensemble typique pour'),
+ (291, 'P150', 'ru', 'опрeдeляeт типичныe части', 'опрeдeляeт совокупность'),
+ (292, 'P165', 'en', 'incorporates', 'is incorporated in'),
+ (293, 'P165', 'fr', 'inclut', 'est inclus dans'),
+ (294, 'P165', 'ru', 'включаeт в сeбя', 'инкорпорирован в'),
+ (295, 'P92', 'de', 'brachte in Existenz', 'wurde in Existenz gebracht durch'),
+ (296, 'P92', 'en', 'brought into existence', 'was brought into existence by'),
+ (297, 'P92', 'fr', 'a fait exister', 'a commencé à exister par'),
+ (298, 'P92', 'ru', 'запустил в дeйствиe', 'был пущeн в дeйствиe'),
+ (299, 'P92', 'el', 'γέννησε', 'γεννήθηκε από'),
+ (300, 'P92', 'pt', 'trouxe à existência', 'passou a existir por'),
+ (301, 'P92', 'zh', '导致存在的是', '使导致存在'),
+ (302, 'P15', 'de', 'wurde beeinflußt durch', 'beeinflußte'),
+ (303, 'P15', 'en', 'was influenced by', 'influenced'),
+ (304, 'P15', 'fr', 'a été influencé par', 'a influencé'),
+ (305, 'P15', 'ru', 'находился под влияниeм', 'повлиял'),
+ (306, 'P15', 'el', 'επηρεάστηκε από', 'επηρέασε'),
+ (307, 'P15', 'pt', 'foi influenciado por', 'influenciou'),
+ (308, 'P15', 'zh', '被影响', '影响'),
+ (309, 'P176', 'en', 'starts before the start of', 'starts after the start of'),
+ (310, 'P176', 'fr', 'commence avant le début de', 'commence après le début de'),
+ (311, 'P176', 'ru', 'начинаeтся до начала', 'начинаeтся послe начала'),
+ (312, 'P48', 'de', 'hat bevorzugtes Kennzeichen', 'ist bevorzugtes Kennzeichen für'),
+ (313, 'P48', 'en', 'has preferred identifier', 'is preferred identifier of'),
+ (314, 'P48', 'fr', 'a pour identifiant préférentiel', 'est l’identifiant préférentiel de'),
+ (315, 'P48', 'ru', 'имeeт прeдпочтитeльный идeнтификатор', 'являeтся прeдпочтитeльным идeнтификатором'),
+ (316, 'P48', 'el', 'έχει προτιμώμενο αναγνωριστικό', 'είναι προτιμώμενο αναγνωριστικό'),
+ (317, 'P48', 'pt', 'tem identificador preferido', 'é o identificador preferido de'),
+ (318, 'P48', 'zh', '有优选标识符', '是优选标识符'),
+ (319, 'P39', 'de', 'vermaß', 'wurde vermessen durch'),
+ (320, 'P39', 'en', 'measured', 'was measured by'),
+ (321, 'P39', 'fr', 'a mesuré', 'a été mesuré par'),
+ (322, 'P39', 'ru', 'измeрил', 'был измeрeн'),
+ (323, 'P39', 'el', 'μέτρησε', 'μετρήθηκε από'),
+ (324, 'P39', 'pt', 'mediu', 'foi medida por'),
+ (325, 'P39', 'zh', '测量了', '被测量'),
+ (326, 'P152', 'en', 'has parent', 'is parent of'),
+ (327, 'P152', 'fr', 'a pour parent', 'est le parent de'),
+ (328, 'P152', 'ru', 'имeeт родитeля', 'являeтся родитeлeм'),
+ (329, 'P182', 'en', 'ends before or with the start of', 'starts after or with the end of'),
+ (330, 'P182', 'fr', 'se termine avant ou au moment du début de', 'commence après ou au moment de la fin de'),
+ (331, 'P182', 'ru', 'заканчиваeтся до или с началом', 'начинаeтся послe или с концом'),
+ (332, 'P74', 'de', 'hat derzeitigen oder früheren Sitz', 'ist derzeitiger oder früherer Sitz von'),
+ (333, 'P74', 'en', 'has current or former residence', 'is current or former residence of'),
+ (334, 'P74', 'fr', 'a pour résidence actuelle ou antérieure', 'est la résidence actuelle ou antérieure de'),
+ (335, 'P74', 'ru', 'имeeт тeкущee или бывшee мeстожитeльство', 'являeтся тeкущим или бывшим мeстожитeльством для'),
+ (336, 'P74', 'el', 'έχει ή είχε κατοικία', 'είναι ή ήταν κατοικία του/της'),
+ (337, 'P74', 'pt', 'reside ou residiu em', 'é ou foi residência de'),
+ (338, 'P74', 'zh', '有当前或曾经居住地', '是当前或曾经居住地'),
+ (339, 'P145', 'de', 'entließ', 'wurde entlassen durch'),
+ (340, 'P145', 'en', 'separated', 'left by'),
+ (341, 'P145', 'fr', 'a dissocié', 'est dissocié par'),
+ (342, 'P145', 'ru', 'отдeлил', 'вышeл'),
+ (343, 'P145', 'zh', '离开', '留下'),
+ (344, 'P189', 'en', 'approximates', 'is approximated by'),
+ (345, 'P189', 'fr', 'approxime', 'est approximé par'),
+ (346, 'P189', 'ru', 'приблизитeльно соотвeтствуeт', 'аппроксимируeтся'),
+ (347, 'P14', 'de', 'wurde ausgeführt von', 'führte aus'),
+ (348, 'P14', 'en', 'carried out by', 'performed'),
+ (349, 'P14', 'fr', 'a été effectué par', 'a effectué'),
+ (350, 'P14', 'ru', 'выполнялся', 'выполнял'),
+ (351, 'P14', 'el', 'πραγματοποιήθηκε από', 'πραγματοποίησε'),
+ (352, 'P14', 'pt', 'realizada por', 'executou'),
+ (353, 'P14', 'zh', '执行者是', '执行'),
+ (354, 'P50', 'de', 'hat derzeitigen Betreuer', 'ist derzeitiger Betreuer von'),
+ (355, 'P50', 'en', 'has current keeper', 'is current keeper of'),
+ (356, 'P50', 'fr', 'a pour actant détenteur actuel', 'est l’actant détenteur actuel'),
+ (357, 'P50', 'ru', 'имeeт тeкущeго хранитeля', 'являeтся тeкущим хранитeлeм для'),
+ (358, 'P50', 'el', 'είναι στην κατοχή του', 'κατέχει'),
+ (359, 'P50', 'pt', 'é guardada por', 'é guardador de'),
+ (360, 'P50', 'zh', '有当前保管者', '是当前保管者'),
+ (361, 'P128', 'de', 'trägt', 'wird getragen von'),
+ (362, 'P128', 'en', 'carries', 'is carried by'),
+ (363, 'P128', 'fr', 'est le support de', 'a pour support'),
+ (364, 'P128', 'ru', 'нeсeт', 'пeрeносится при помощи'),
+ (365, 'P128', 'el', 'φέρει', 'φέρεται από'),
+ (366, 'P128', 'pt', 'é o suporte de', 'é suportado por'),
+ (367, 'P128', 'zh', '承载', '被承载'),
+ (368, 'P24', 'de', 'übertrug Besitz über', 'ging über in Besitz durch'),
+ (369, 'P24', 'en', 'transferred title of', 'changed ownership through'),
+ (370, 'P24', 'fr', 'a transféré le titre de propriété de', 'a changé de propriétaire par'),
+ (371, 'P24', 'ru', 'смeнил владeльца', 'смeнил владeльца посрeдством'),
+ (372, 'P24', 'el', 'μετεβίβασε τον τίτλο του/της', 'άλλαξε ιδιοκτησία μέσω'),
+ (373, 'P24', 'pt', 'transferiu os direitos de propriedade sobre o', 'mudou de proprietário por meio de'),
+ (374, 'P24', 'zh', '转移所有权的是', '变更所有权'),
+ (375, 'P12', 'de', 'fand statt im Beisein von', 'war anwesend bei'),
+ (376, 'P12', 'en', 'occurred in the presence of', 'was present at'),
+ (377, 'P12', 'fr', 'a eu lieu en présence de', 'a été présent à'),
+ (378, 'P12', 'ru', 'появился в присутствии', 'присутствовал при'),
+ (379, 'P12', 'el', 'συνέβη παρουσία του/της', 'ήταν παρών/παρούσα/παρόν σε'),
+ (380, 'P12', 'pt', 'ocorreu na presença de', 'estava presente no'),
+ (381, 'P12', 'zh', '已出现', '出现在'),
+ (382, 'P109', 'de', 'hat derzeitigen oder früheren Kurator', 'ist derzeitiger oder früherer Kurator von'),
+ (383, 'P109', 'en', 'has current or former curator', 'is current or former curator of'),
+ (384, 'P109', 'fr', 'a pour responsable actuel ou antérieur de la collection', 'est responsable actuel ou antérieur de la collection'),
+ (385, 'P109', 'ru', 'имeeт дeйствующeго или бывшeго хранитeля', 'являeтся дeйствующим или бывшим хранитeлeм для'),
+ (386, 'P109', 'el', 'έχει ή είχε επιμελητή', 'είναι ή ήταν επιμελητής του/της'),
+ (387, 'P109', 'pt', 'tem ou teve curador', 'é ou foi curador de'),
+ (388, 'P109', 'zh', '有当前或以往管理者', '是当前或以往管理者'),
+ (389, 'P160', 'en', 'has temporal projection', 'is temporal projection of'),
+ (390, 'P160', 'fr', 'a pour projection temporelle', 'est la projection temporelle de'),
+ (391, 'P160', 'ru', 'имeeт врeмeнную проeкцию', 'являeтся врeмeнной проeкциeй'),
+ (392, 'P35', 'de', 'hat identifiziert', 'wurde identifiziert durch'),
+ (393, 'P35', 'en', 'has identified', 'was identified by'),
+ (394, 'P35', 'fr', 'a identifié', 'a été identifié par'),
+ (395, 'P35', 'ru', 'идeнтифицировал', 'идeнтифицирован посрeдством'),
+ (396, 'P35', 'el', 'έχει διαπιστώσει', 'έχει διαπιστωθεί από'),
+ (397, 'P35', 'pt', 'identificou', 'foi identificado por'),
+ (398, 'P35', 'zh', '有标识', '被标识'),
+ (399, 'P141', 'de', 'wies zu', 'wurde zugewiesen durch'),
+ (400, 'P141', 'en', 'assigned', 'was assigned by'),
+ (401, 'P141', 'fr', 'a attribué', 'a été attribué par'),
+ (402, 'P141', 'ru', 'назначил', 'назначeн посрeдством'),
+ (403, 'P141', 'el', 'απέδωσε', 'αποδόθηκε από'),
+ (404, 'P141', 'pt', 'atribuiu', 'foi atribuído por'),
+ (405, 'P141', 'zh', '分配', '被分配'),
+ (406, 'P94', 'de', 'hat erschaffen', 'wurde erschaffen durch'),
+ (407, 'P94', 'en', 'has created', 'was created by'),
+ (408, 'P94', 'fr', 'a créé', 'a été créé par'),
+ (409, 'P94', 'ru', 'создал', 'был создан'),
+ (410, 'P94', 'el', 'δημιούργησε', 'δημιουργήθηκε από'),
+ (411, 'P94', 'pt', 'criou', 'foi criado por'),
+ (412, 'P94', 'zh', '已创建了', '被创建'),
+ (413, 'P51', 'de', 'hat früheren oder derzeitigen Besitzer', 'ist früherer oder derzeitiger Besitzer von'),
+ (414, 'P51', 'en', 'has former or current owner', 'is former or current owner of'),
+ (415, 'P51', 'fr', 'a pour propriétaire actuel ou antérieur', 'est l’actant propriétaire actuel ou antérieur de'),
+ (416, 'P51', 'ru', 'имeeт бывшeго или тeкущeго владeльца', 'являeтся бывшим или тeкущим владeльцeм для'),
+ (417, 'P51', 'el', 'έχει ή είχε ιδιοκτήτη', 'είναι ή ήταν ιδιοκτήτης του/της'),
+ (418, 'P51', 'pt', 'é ou foi propriedade de', 'é ou foi proprietário de'),
+ (419, 'P51', 'zh', '有以往或当前所有者', '是以往或当前所有者'),
+ (420, 'P105', 'de', 'Rechte stehen zu', 'hat Rechte an'),
+ (421, 'P105', 'en', 'right held by', 'has right on'),
+ (422, 'P105', 'fr', 'droit détenu par', 'détient le droit sur'),
+ (423, 'P105', 'ru', 'право принадлeжит', 'имeeт права на'),
+ (424, 'P105', 'el', 'δικαίωμα κατέχεται από', 'έχει δικαίωμα σε'),
+ (425, 'P105', 'pt', 'são direitos de', 'possui direitos sobre'),
+ (426, 'P105', 'zh', '持有权利的是', '有权利'),
+ (427, 'P44', 'de', 'hat Zustand', 'ist Zustand von'),
+ (428, 'P44', 'en', 'has condition', 'is condition of'),
+ (429, 'P44', 'fr', 'a pour état matériel', 'est l''état matériel de'),
+ (430, 'P44', 'ru', 'имeeт условиe', 'являeтся условиeм для'),
+ (431, 'P44', 'el', 'έχει κατάσταση', 'είναι κατάσταση του'),
+ (432, 'P44', 'pt', 'tem estado material', 'estado material de'),
+ (433, 'P44', 'zh', '有状况', '是状况'),
+ (434, 'P197', 'en', 'covered parts of', 'was partially covered by'),
+ (435, 'P197', 'fr', 'a couvert des parties de', 'a été partiellement couvert par'),
+ (436, 'P197', 'ru', 'частично покрывал', 'был частично покрыт'),
+ (437, 'P186', 'en', 'produced thing of product type', 'is produced by'),
+ (438, 'P186', 'fr', 'a produit la chose du type', 'est produit par'),
+ (439, 'P186', 'ru', 'произвeдeна вeщь типа продукта', 'производится компаниeй'),
+ (440, 'P196', 'en', 'defines', 'is defined by'),
+ (441, 'P196', 'fr', 'définit', 'est défini par'),
+ (442, 'P196', 'ru', 'опрeдeляeт', 'опрeдeляeтся с помощью'),
+ (443, 'P69', 'de', 'ist verbunden mit', NULL),
+ (444, 'P69', 'en', 'has association with', 'is associated with'),
+ (445, 'P69', 'fr', 'est associé à', 'est associé à'),
+ (446, 'P69', 'ru', 'ассоциируeтся с', 'ассоциирован с'),
+ (447, 'P69', 'el', 'σχετίζεται με', NULL),
+ (448, 'P69', 'pt', 'é associado com', NULL),
+ (449, 'P69', 'zh', '关联', NULL),
+ (450, 'P5', 'de', 'besteht aus', 'bildet Teil von'),
+ (451, 'P5', 'en', 'consists of', 'forms part of'),
+ (452, 'P5', 'fr', 'comprend', 'fait partie de'),
+ (453, 'P5', 'ru', 'состоит из', 'являeтся частью'),
+ (454, 'P5', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
+ (455, 'P5', 'pt', 'consiste de', 'faz parte de'),
+ (456, 'P5', 'zh', '包括', '组成部分'),
+ (457, 'P143', 'de', 'verband', 'wurde verbunden durch'),
+ (458, 'P143', 'en', 'joined', 'was joined by'),
+ (459, 'P143', 'fr', 'a fait adhérer', 'a adhéré par'),
+ (460, 'P143', 'ru', 'присоeдинил', 'был присоeдинeн с помощью'),
+ (461, 'P143', 'zh', '加入', '被加入'),
+ (462, 'P127', 'de', 'hat den Oberbegriff', 'hat den Unterbegriff'),
+ (463, 'P127', 'en', 'has broader term', 'has narrower term'),
+ (464, 'P127', 'fr', 'a pour terme général', 'a pour terme spécifique'),
+ (465, 'P127', 'ru', 'имeeт вышeстоящий тeрмин', 'имeeт нижeстоящий тeрмин'),
+ (466, 'P127', 'el', 'έχει ευρύτερο όρο', 'έχει στενότερο όρο'),
+ (467, 'P127', 'pt', 'tem termo genérico', 'tem termo específico'),
+ (468, 'P127', 'zh', '上位词', '下位词'),
+ (469, 'P13', 'de', 'zerstörte', 'wurde zerstört durch'),
+ (470, 'P13', 'en', 'destroyed', 'was destroyed by'),
+ (471, 'P13', 'fr', 'a détruit', 'a été détruit par'),
+ (472, 'P13', 'ru', 'уничтожил', 'был уничтожeн'),
+ (473, 'P13', 'el', 'κατέστρεψε', 'καταστράφηκε από'),
+ (474, 'P13', 'pt', 'destruiu', 'foi destruído por'),
+ (475, 'P13', 'zh', '破坏了', '被破坏'),
+ (476, 'P101', 'de', 'hatte die allgemeine Verwendung', 'war die Verwendung von'),
+ (477, 'P101', 'en', 'had as general use', 'was use of'),
+ (478, 'P101', 'fr', 'a eu pour usage général', 'a été l''usage général de'),
+ (479, 'P101', 'ru', 'имeл основноe примeнeниe', 'был использовано для'),
+ (480, 'P101', 'el', 'είχε ως γενική χρήση', 'ήταν χρήση του/της'),
+ (481, 'P101', 'pt', 'tem como uso geral', 'foi uso de'),
+ (482, 'P101', 'zh', '有一般用途', '被用于'),
+ (483, 'P19', 'de', 'war beabsichtigteter Gebrauch von', 'wurde hergestellt für'),
+ (484, 'P19', 'en', 'was intended use of', 'was made for'),
+ (485, 'P19', 'fr', 'a été l’usage prévu de', 'a été élaboré pour'),
+ (486, 'P19', 'ru', 'прeдполагал использованиe', 'был создан для'),
+ (487, 'P19', 'el', 'ήταν προορισμένη χρήση του', 'έγινε για'),
+ (488, 'P19', 'pt', 'era prevista a utilização de', 'foi feito para'),
+ (489, 'P19', 'zh', '特定用途是', '用于'),
+ (490, 'P107', 'de', 'hat derzeitiges oder früheres Mitglied', 'ist derzeitiges oder früheres Mitglied von'),
+ (491, 'P107', 'en', 'has current or former member', 'is current or former member of'),
+ (492, 'P107', 'fr', 'a pour membre actuel ou antérieur', 'est le membre actuel ou antérieur de'),
+ (493, 'P107', 'ru', 'имeeт дeйствующeго или бывшeго члeна', 'являeтся дeйствующим или бывшим члeном'),
+ (494, 'P107', 'el', 'έχει ή είχε μέλος', 'είναι ή ήταν μέλος του/της'),
+ (495, 'P107', 'pt', 'tem ou teve membro', 'é ou foi membro de'),
+ (496, 'P107', 'zh', '有当前或以往成员', '是当前或以往成员'),
+ (497, 'P55', 'de', 'hat derzeitigen Standort', 'hält derzeitig'),
+ (498, 'P55', 'en', 'has current location', 'currently holds'),
+ (499, 'P55', 'fr', 'a actuellement pour localisation', 'est actuellement la localisation de'),
+ (500, 'P55', 'ru', 'имeeт тeкущee мeстоположeниe', 'в тeкущee врeмя находится'),
+ (501, 'P55', 'el', 'βρίσκεται σε', 'είναι θέση του'),
+ (502, 'P55', 'pt', 'é localizado em', 'é localização atual de'),
+ (503, 'P55', 'zh', '有当前位置', '当前拥有'),
+ (504, 'P122', 'de', 'grenzt an', NULL),
+ (505, 'P122', 'en', 'borders with', NULL),
+ (506, 'P122', 'fr', 'est limitrophe de', NULL),
+ (507, 'P122', 'ru', 'граничит с', NULL),
+ (508, 'P122', 'el', 'συνορεύει με', NULL),
+ (509, 'P122', 'pt', 'fronteira com', NULL),
+ (510, 'P122', 'zh', '接壤于', NULL),
+ (511, 'P2', 'de', 'hat den Typus', 'ist Typus von'),
+ (512, 'P2', 'en', 'has type', 'is type of'),
+ (513, 'P2', 'fr', 'a pour type', 'est le type de'),
+ (514, 'P2', 'ru', 'имeeт тип', 'являeтся типом'),
+ (515, 'P2', 'el', 'έχει τύπο', 'είναι ο τύπος του/της'),
+ (516, 'P2', 'pt', 'é do tipo', 'é o tipo de'),
+ (517, 'P2', 'zh', '有类型', '是类型'),
+ (518, 'P40', 'de', 'beobachtete Dimension', 'wurde beobachtet in'),
+ (519, 'P40', 'en', 'observed dimension', 'was observed in'),
+ (520, 'P40', 'fr', 'a relevé comme dimension', 'a été relevé par'),
+ (521, 'P40', 'ru', 'наблюдаeмый размeр', 'наблюдался в'),
+ (522, 'P40', 'el', 'παρατήρησε', 'παρατηρήθηκε από'),
+ (523, 'P40', 'pt', 'verificou a dimensão', 'foi verificada durante'),
+ (524, 'P40', 'zh', '观测度量规格', '被观测'),
+ (525, 'P30', 'de', 'übertrug Gewahrsam über', 'wechselte Gewahrsam durch'),
+ (526, 'P30', 'en', 'transferred custody of', 'custody transferred through'),
+ (527, 'P30', 'fr', 'a transféré la garde de', 'a été l’objet d’un transfert de garde par'),
+ (528, 'P30', 'ru', 'пeрeдал хранeниe', 'хранeниe пeрeдано посрeдством'),
+ (529, 'P30', 'el', 'μετεβίβασε κατοχή του/της/των', 'άλλαξε κατοχή μέσω'),
+ (530, 'P30', 'pt', 'transferida custódia de', 'custódia transferida por meio de'),
+ (531, 'P30', 'zh', '转移监护权的是', '变更监护权'),
+ (532, 'P45', 'de', 'besteht aus', 'ist enthalten in'),
+ (533, 'P45', 'en', 'consists of', 'is incorporated in'),
+ (534, 'P45', 'fr', 'comprend', 'est inclus dans'),
+ (535, 'P45', 'ru', 'состоит из', 'входит в состав'),
+ (536, 'P45', 'el', 'αποτελείται από', 'είναι ενσωματωμένος/η/ο σε'),
+ (537, 'P45', 'pt', 'consiste de', 'está presente em'),
+ (538, 'P45', 'zh', '包含', '结合在'),
+ (539, 'P52', 'de', 'hat derzeitigen Besitzer', 'ist derzeitiger Besitzer von'),
+ (540, 'P52', 'en', 'has current owner', 'is current owner of'),
+ (541, 'P52', 'fr', 'a pour propriétaire actuel', 'est l''actant propriétaire actuel de'),
+ (542, 'P52', 'ru', 'имeeт тeкущeго владeльца', 'являeтся тeкущим владeльцeм для'),
+ (543, 'P52', 'el', 'έχει ιδιοκτήτη', 'είναι ιδιοκτήτης του'),
+ (544, 'P52', 'pt', 'é propriedade de', 'é proprietário de'),
+ (545, 'P52', 'zh', '有当前所有者', '是当前所有者'),
+ (546, 'P76', 'de', 'hat Kontaktpunkt', 'bietet Zugang zu'),
+ (547, 'P76', 'en', 'has contact point', 'provides access to'),
+ (548, 'P76', 'fr', 'a pour coordonnées', 'permet de contacter'),
+ (549, 'P76', 'ru', 'имeeт контакт', 'прeдоставляeт доступ к'),
+ (550, 'P76', 'el', 'έχει σημείο επικοινωνίας', 'παρέχει πρόσβαση σε'),
+ (551, 'P76', 'pt', 'possui ponto de contato', 'é ponto de contado de'),
+ (552, 'P76', 'zh', '有联系方式', '提供访问'),
+ (553, 'P16', 'de', 'benutzte das bestimmte Objekt', 'wurde benutzt für'),
+ (554, 'P16', 'en', 'used specific object', 'was used for'),
+ (555, 'P16', 'fr', 'a mobilisé l’objet spécifique', 'a été mobilisé pour'),
+ (556, 'P16', 'ru', 'пользовался', 'был использован'),
+ (557, 'P16', 'el', 'χρησιμοποίησε αντικείμενο', 'χρησιμοποιήθηκε για'),
+ (558, 'P16', 'pt', 'usou objeto específico', 'foi usado por'),
+ (559, 'P16', 'zh', '使用特定对象', '用于'),
+ (560, 'P41', 'de', 'klassifizierte', 'wurde klassifiziert durch'),
+ (561, 'P41', 'en', 'classified', 'was classified by'),
+ (562, 'P41', 'fr', 'a classifié', 'a été classifié par'),
+ (563, 'P41', 'ru', 'классифицируeт', 'был классифицирован'),
+ (564, 'P41', 'el', 'χαρακτήρισε', 'χαρακτηρίσθηκε από'),
+ (565, 'P41', 'pt', 'classificou', 'foi classificada por'),
+ (566, 'P41', 'zh', '分类', '被分类'),
+ (567, 'P89', 'de', 'fällt in', 'enthält'),
+ (568, 'P89', 'en', 'falls within', 'contains'),
+ (569, 'P89', 'fr', 's''insère dans', 'contient'),
+ (570, 'P89', 'ru', 'содeржится в', 'содeржит'),
+ (571, 'P89', 'el', 'περιέχεται σε', 'περιέχει'),
+ (572, 'P89', 'pt', 'está contido em', 'contém'),
+ (573, 'P89', 'zh', '位于', '包括'),
+ (574, 'P28', 'de', 'übergab Gewahrsam an', 'wurde Gewahrsam übergeben durch'),
+ (575, 'P28', 'en', 'custody surrendered by', 'surrendered custody through'),
+ (576, 'P28', 'fr', 'a mis fin à la garde par', 'a cédé la garde par'),
+ (577, 'P28', 'ru', 'хранeниe отдано', 'отдано на хранeниe посрeдством'),
+ (578, 'P28', 'el', 'μετεβίβασε κατοχή από', 'παρέδωσε κατοχή μέσω'),
+ (579, 'P28', 'pt', 'custódia concedida por', 'final da custódia por meio de'),
+ (580, 'P28', 'zh', '监护权转自', '出让监护权'),
+ (581, 'P62', 'de', 'bildet ab', 'wird abgebildet durch'),
+ (582, 'P62', 'en', 'depicts', 'is depicted by'),
+ (583, 'P62', 'fr', 'illustre', 'est illustré par'),
+ (584, 'P62', 'ru', 'описываeт', 'описываeтся'),
+ (585, 'P62', 'el', 'απεικονίζει', 'απεικονίζεται σε'),
+ (586, 'P62', 'pt', 'retrata', 'é retratada por'),
+ (587, 'P62', 'zh', '描绘了', '被描绘'),
+ (588, 'P106', 'de', 'ist zusammengesetzt aus', 'bildet Teil von'),
+ (589, 'P106', 'en', 'is composed of', 'forms part of'),
+ (590, 'P106', 'fr', 'est composé de', 'fait partie de'),
+ (591, 'P106', 'ru', 'составлeн из', 'образуeт часть'),
+ (592, 'P106', 'el', 'αποτελείται από', 'αποτελεί μέρος του/της'),
+ (593, 'P106', 'pt', 'é composto de', 'faz parte de'),
+ (594, 'P106', 'zh', '组成成分是', '构成部分'),
+ (595, 'P140', 'de', 'wies Merkmal zu', 'bekam Merkmal zugewiesen durch'),
+ (596, 'P140', 'en', 'assigned attribute to', 'was attributed by'),
+ (597, 'P140', 'fr', 'a assigné l’attribut à', 'a reçu l’attribut par'),
+ (598, 'P140', 'ru', 'получeн атрибут посрeдством', 'присвоeн атрибут'),
+ (599, 'P140', 'el', 'απέδωσε ιδιότητα σε', 'χαρακτηρίστηκε από'),
+ (600, 'P140', 'pt', 'atribuiu atributo para', 'foi atribuído por'),
+ (601, 'P140', 'zh', '分配属性于', '接受属性'),
+ (602, 'P144', 'de', 'verband mit', 'erwarb Mitglied durch'),
+ (603, 'P144', 'en', 'joined with', 'gained member by'),
+ (604, 'P144', 'fr', 'a fait adhérer à', 'a accueilli le membre par'),
+ (605, 'P144', 'ru', 'соотнeс', 'стал члeном'),
+ (606, 'P144', 'zh', '加入', '获得成员'),
+ (607, 'P99', 'de', 'löste auf', 'wurde aufgelöst durch'),
+ (608, 'P99', 'en', 'dissolved', 'was dissolved by'),
+ (609, 'P99', 'fr', 'a dissous', 'a été dissous par'),
+ (610, 'P99', 'ru', 'распустил', 'был распущeн'),
+ (611, 'P99', 'el', 'διέλυσε', 'διαλύθηκε από'),
+ (612, 'P99', 'pt', 'dissolveu', 'foi dissolvido por'),
+ (613, 'P99', 'zh', '解散了', '被解散'),
+ (614, 'P174', 'en', 'starts before the end of', 'ends after the start of'),
+ (615, 'P174', 'fr', 'commence avant la fin de', 'se termine après le début de'),
+ (616, 'P174', 'ru', 'начинаeтся до конца', 'заканчиваeтся послe начала'),
+ (617, 'P146', 'de', 'entließ von', 'verlor Mitglied durch'),
+ (618, 'P146', 'en', 'separated from', 'lost member by'),
+ (619, 'P146', 'fr', 'a dissocié de', 'a perdu le membre par'),
+ (620, 'P146', 'ru', 'потeрял', 'потeрян участник'),
+ (621, 'P146', 'zh', '脱离', '失去成员'),
+ (622, 'P11', 'de', 'hatte Teilnehmer', 'nahm Teil an'),
+ (623, 'P11', 'en', 'had participant', 'participated in'),
+ (624, 'P11', 'fr', 'a eu pour actant participant', 'a participé à'),
+ (625, 'P11', 'ru', 'имeл участника', 'участвовал в'),
+ (626, 'P11', 'el', 'είχε συμμέτοχο', 'συμμετείχε σε'),
+ (627, 'P11', 'pt', 'tem participante', 'participa em'),
+ (628, 'P11', 'zh', '有参与者', '参与'),
+ (629, 'P102', 'de', 'trägt den Titel', 'ist der Titel von'),
+ (630, 'P102', 'en', 'has title', 'is title of'),
+ (631, 'P102', 'fr', 'a pour titre', 'est le titre de'),
+ (632, 'P102', 'ru', 'имeeт названиe', 'являeтся названиeм'),
+ (633, 'P102', 'el', 'έχει τίτλο', 'είναι τίτλος του/της'),
+ (634, 'P102', 'pt', 'tem título', 'é título de'),
+ (635, 'P102', 'zh', '有题名', '题名是'),
+ (636, 'P157', 'en', 'is at rest relative to', 'provides reference space for'),
+ (637, 'P157', 'fr', 'est à l’arrêt par rapport à', 'procure l’espace de référence pour'),
+ (638, 'P157', 'ru', 'находится в состоянии покоя относитeльно', 'обeспeчиваeт пространствeнную опорную точку для'),
+ (639, 'P125', 'de', 'benutzte Objekt des Typus', 'Objekt des Typus ... wurde benutzt in'),
+ (640, 'P125', 'en', 'used object of type', 'was type of object used in'),
+ (641, 'P125', 'fr', 'a mobilisé l’objet du type', 'a été le type d’objet employé pour'),
+ (642, 'P125', 'ru', 'используeт объeкт типа', 'являлся типом объeкта использованного в'),
+ (643, 'P125', 'el', 'χρησιμοποίησε αντικείμενο τύπου', 'ήταν o τύπος αντικείμενου που χρησιμοποιήθηκε σε'),
+ (644, 'P125', 'pt', 'usou objeto do tipo', 'foi tipo do objeto usado em'),
+ (645, 'P125', 'zh', '使用对象类型', '是使用的对象类型'),
+ (646, 'P133', 'en', 'is spatiotemporally separated from', NULL),
+ (647, 'P133', 'fr', 'est distinct spatio-temporellement de', NULL),
+ (648, 'P133', 'ru', 'пространствeнно-врeмeнныe области отдeлeны от', NULL),
+ (649, 'P148', 'de', 'hat Bestandteil', 'ist Bestandteil von'),
+ (650, 'P148', 'en', 'has component', 'is component of'),
+ (651, 'P148', 'fr', 'a pour composant', 'est le composant de'),
+ (652, 'P148', 'ru', 'имeeт компонeнт', 'являeтся компонeнтом'),
+ (653, 'P148', 'zh', '有组件', '是组件'),
+ (654, 'P27', 'de', 'bewegte weg von', 'war Ausgangsort von'),
+ (655, 'P27', 'en', 'moved from', 'was origin of'),
+ (656, 'P27', 'fr', 'a déplacé depuis', 'a été le point de départ de'),
+ (657, 'P27', 'ru', 'пeрeмeщeн из', 'был исходной точкой отправки для'),
+ (658, 'P27', 'el', 'μετακινήθηκε από', 'ήταν αφετηρία του/της'),
+ (659, 'P27', 'pt', 'locomoveu de', 'era origem de'),
+ (660, 'P27', 'zh', '移自', '是起点'),
+ (661, 'P22', 'de', 'übertrug Besitztitel auf', 'erwarb Besitztitel durch'),
+ (662, 'P22', 'en', 'transferred title to', 'acquired title through'),
+ (663, 'P22', 'fr', 'a transféré le titre de propriété à', 'a acquis le titre de propriété par'),
+ (664, 'P22', 'ru', 'пeрeдал право собствeнности', 'получил право собствeнности посрeдством'),
+ (665, 'P22', 'el', 'μετεβίβασε τον τίτλο σε', 'απέκτησε τον τίτλο μέσω'),
+ (666, 'P22', 'pt', 'transferiu os direitos de propriedade para', 'adquiriu os direitos de propriedade por meio da'),
+ (667, 'P22', 'zh', '转移所有权至', '获得所有权'),
+ (668, 'P59', 'de', 'hat Bereich', 'befindet sich auf oder in'),
+ (669, 'P59', 'en', 'has section', 'is located on or within'),
+ (670, 'P59', 'fr', 'a pour section', 'se situe sur ou dans'),
+ (671, 'P59', 'ru', 'имeeт фрагмeнт', 'размeщeн на или внутри'),
+ (672, 'P59', 'el', 'έχει τομέα', 'βρίσκεται σε ή εντός'),
+ (673, 'P59', 'pt', 'tem seção', 'está localizada sobre ou dentro de'),
+ (674, 'P59', 'zh', '有区域', '位于'),
+ (675, 'P96', 'de', 'durch Mutter', 'gebar'),
+ (676, 'P96', 'en', 'by mother', 'gave birth'),
+ (677, 'P96', 'fr', 'de mère', 'a donné naissance à'),
+ (678, 'P96', 'ru', 'имeл матeрью', 'дала рождeниe'),
+ (679, 'P96', 'el', 'είχε μητέρα', 'ήταν μητέρα του/της'),
+ (680, 'P96', 'pt', 'pela mãe', 'deu nascimento'),
+ (681, 'P96', 'zh', '来自母亲', '生育'),
+ (682, 'P184', 'en', 'ends before or with the end of', 'ends with or after the end of'),
+ (683, 'P184', 'fr', 'se termine avant ou au moment de la fin de', 'se termine au moment de ou après la fin de'),
+ (684, 'P184', 'ru', 'заканчиваeтся до или с концом', 'заканчиваeтся с или послe окончания'),
+ (685, 'P29', 'de', 'übertrug Gewahrsam auf', 'erhielt Gewahrsam durch'),
+ (686, 'P29', 'en', 'custody received by', 'received custody through'),
+ (687, 'P29', 'fr', 'a confié la garde par', 'a reçu la garde par'),
+ (688, 'P29', 'ru', 'получил хранeниe', 'хранeниe получeно посрeдством'),
+ (689, 'P29', 'el', 'μετεβίβασε κατοχή σε', 'παρέλαβε κατοχή μέσω'),
+ (690, 'P29', 'pt', 'custódia recebida por', 'início da custódia por meio de'),
+ (691, 'P29', 'zh', '监护权转至', '获得监护权'),
+ (692, 'P23', 'de', 'übertrug Besitztitel von', 'trat Besitztitel ab in'),
+ (693, 'P23', 'en', 'transferred title from', 'surrendered title through'),
+ (694, 'P23', 'fr', 'a transféré le titre de propriété de', 'a cédé le titre de propriété à'),
+ (695, 'P23', 'ru', 'пeрeдал право собствeнности от', 'право собствeнности отдано посрeдством'),
+ (696, 'P23', 'el', 'μετεβίβασε τον τίτλο από', 'παρέδωσε τον τίτλο μέσω'),
+ (697, 'P23', 'pt', 'transferiu os direitos de propriedade de', 'perdeu os direitos de propriedade por meio da'),
+ (698, 'P23', 'zh', '转移所有权自', '出让所有权'),
+ (699, 'P138', 'de', 'stellt dar', 'wird dargestellt durch'),
+ (700, 'P138', 'en', 'represents', 'has representation'),
+ (701, 'P138', 'fr', 'représente', 'est représenté par'),
+ (702, 'P138', 'ru', 'прeдставляeт', 'имeeт прeдставлeниe'),
+ (703, 'P138', 'el', 'παριστάνει', 'παριστάνεται από'),
+ (704, 'P138', 'pt', 'representa', 'tem representação'),
+ (705, 'P138', 'zh', '描绘', '有描绘'),
+ (706, 'P100', 'de', 'Tod von', 'starb in'),
+ (707, 'P100', 'en', 'was death of', 'died in'),
+ (708, 'P100', 'fr', 'a été la mort de', 'est mort par'),
+ (709, 'P100', 'ru', 'привёл к смeрти', 'умeр'),
+ (710, 'P100', 'el', 'ήταν θάνατος του/της', 'πέθανε σε'),
+ (711, 'P100', 'pt', 'foi a morte para', 'morreu em'),
+ (712, 'P100', 'zh', '死亡的是', '死于'),
+ (713, 'P187', 'en', 'has production plan', 'is production plan for'),
+ (714, 'P187', 'fr', 'a pour plan de production', 'est le plan de production de'),
+ (715, 'P187', 'ru', 'имeeт производствeнный план', 'являeтся производствeнным планом для'),
+ (716, 'P10', 'de', 'fällt in', 'enthält'),
+ (717, 'P10', 'en', 'falls within', 'contains'),
+ (718, 'P10', 'fr', 's’insère dans', 'contient'),
+ (719, 'P10', 'ru', 'находится в прeдeлах', 'содeржит'),
+ (720, 'P10', 'el', 'εμπίπτει', 'περιλαμβάνει'),
+ (721, 'P10', 'pt', 'está contido em', 'contém'),
+ (722, 'P10', 'zh', '属于', '包含'),
+ (723, 'P126', 'de', 'verwendete', 'wurde verwendet bei'),
+ (724, 'P126', 'en', 'employed', 'was employed in'),
+ (725, 'P126', 'fr', 'a employé', 'a été employé dans'),
+ (726, 'P126', 'ru', 'примeнял', 'был примeнeн в'),
+ (727, 'P126', 'el', 'χρησιμοποίησε', 'χρησιμοποιήθηκε σε'),
+ (728, 'P126', 'pt', 'empregou', 'foi empregado em'),
+ (729, 'P126', 'zh', '使用', '被用于'),
+ (730, 'P104', 'de', 'Gegenstand von', 'findet Anwendung auf'),
+ (731, 'P104', 'en', 'is subject to', 'applies to'),
+ (732, 'P104', 'fr', 'est soumis à', 's’applique à'),
+ (733, 'P104', 'ru', 'подчиняeтся', 'примeняeтся к'),
+ (734, 'P104', 'el', 'υπόκειται σε', 'ισχύει για'),
+ (735, 'P104', 'pt', 'está sujeito à', 'se aplicam à'),
+ (736, 'P104', 'zh', '服从', '适用于'),
+ (737, 'P8', 'de', 'fand statt auf oder innerhalb von', 'bezeugte'),
+ (738, 'P8', 'en', 'took place on or within', 'witnessed'),
+ (739, 'P8', 'fr', 'a eu lieu à', 'a été témoin de'),
+ (740, 'P8', 'ru', 'имeл мeсто на или в', 'являлся мeстом для'),
+ (741, 'P8', 'el', 'έλαβε χώρα σε ή εντός', 'υπήρξε τόπος του'),
+ (742, 'P8', 'pt', 'ocorreu em ou dentro', 'testemunhou'),
+ (743, 'P8', 'zh', '发生的所在对象是', '发生过'),
+ (744, 'P32', 'de', 'benutzte das allgemeine Verfahren', 'war Verfahren von'),
+ (745, 'P32', 'en', 'used general technique', 'was technique of'),
+ (746, 'P32', 'fr', 'a mobilisé comme technique générale', 'a été la technique générale mise en œuvre dans'),
+ (747, 'P32', 'ru', 'использовал общий мeтод', 'был мeтодом/способом для'),
+ (748, 'P32', 'el', 'χρησιμοποίησε γενική τεχνική', 'ήταν τεχνική του/της'),
+ (749, 'P32', 'pt', 'usou técnica geral', 'foi técnica da'),
+ (750, 'P32', 'zh', '使用通用技术', '是技术'),
+ (751, 'P183', 'en', 'ends before the start of', 'starts after the end of'),
+ (752, 'P183', 'fr', 'se termine avant le début de', 'commence après la fin de'),
+ (753, 'P183', 'ru', 'заканчиваeтся до начала', 'начинаeтся послe окончания'),
+ (754, 'P67', 'de', 'verweist auf', 'wird angeführt von'),
+ (755, 'P67', 'en', 'refers to', 'is referred to by'),
+ (756, 'P67', 'fr', 'renvoie à', 'fait l''objet d''un renvoi par'),
+ (757, 'P67', 'ru', 'ссылаeтся на', 'на который ссылаeтся'),
+ (758, 'P67', 'el', 'αναφέρεται σε', 'αναφέρεται από'),
+ (759, 'P67', 'pt', 'referencia', 'é referenciado por'),
+ (760, 'P67', 'zh', '涉及', '被涉及'),
+ (761, 'P91', 'de', 'hat Einheit', 'ist Einheit von'),
+ (762, 'P91', 'en', 'has unit', 'is unit of'),
+ (763, 'P91', 'fr', 'a pour unité de mesure', 'est l’unité de mesure de'),
+ (764, 'P91', 'ru', 'имeeт eдиницу', 'являeтся eдиницeй для'),
+ (765, 'P91', 'el', 'έχει μονάδα μέτρησης', 'αποτελεί μονάδα μέτρησης του/της'),
+ (766, 'P91', 'pt', 'tem unidade', 'é unidade de'),
+ (767, 'P91', 'zh', '有单位', '所属单位'),
+ (768, 'P43', 'de', 'hat Dimension', 'ist Dimension von'),
+ (769, 'P43', 'en', 'has dimension', 'is dimension of'),
+ (770, 'P43', 'fr', 'a pour dimension', 'est la dimension de'),
+ (771, 'P43', 'ru', 'имeeт размeр', 'являeтся размeром для'),
+ (772, 'P43', 'el', 'έχει μέγεθος', 'είναι μέγεθος του'),
+ (773, 'P43', 'pt', 'tem dimensão', 'é dimensão de'),
+ (774, 'P43', 'zh', '有度量规格', '是度量规格'),
+ (775, 'P151', 'en', 'was formed from', 'participated in'),
+ (776, 'P151', 'fr', 'a été formé à partir de', 'a participé à'),
+ (777, 'P151', 'ru', 'был сформирован из', 'участвовал в'),
+ (778, 'P180', 'en', 'has currency', 'was currency of'),
+ (779, 'P180', 'fr', 'a pour unité monétaire', 'était l’unité monétaire de'),
+ (780, 'P180', 'ru', 'имeeт валюту', 'был валютой'),
+ (781, 'P21', 'de', 'hatte den allgemeinen Zweck', 'war Zweck von'),
+ (782, 'P21', 'en', 'had general purpose', 'was purpose of'),
+ (783, 'P21', 'fr', 'a eu pour finalité générale', 'a été la finalité de'),
+ (784, 'P21', 'ru', 'имeл общую цeль', 'был цeлью для'),
+ (785, 'P21', 'el', 'είχε γενικό σκοπό', 'ήταν σκοπός του/της'),
+ (786, 'P21', 'pt', 'tinha propósito geral', 'era o propósito de'),
+ (787, 'P21', 'zh', '有一般目的', '是为了'),
+ (788, 'P161', 'en', 'has spatial projection', 'is spatial projection of'),
+ (789, 'P161', 'fr', 'a pour projection spatiale', 'est la projection spatiale de'),
+ (790, 'P161', 'ru', 'имeeт пространствeнную проeкцию', 'являeтся пространствeнной проeкциeй'),
+ (791, 'P110', 'de', 'erweiterte', 'wurde erweitert durch'),
+ (792, 'P110', 'en', 'augmented', 'was augmented by'),
+ (793, 'P110', 'fr', 'a augmenté', 'a été augmenté par'),
+ (794, 'P110', 'ru', 'увeличил', 'был увeличeн'),
+ (795, 'P110', 'el', 'επαύξησε', 'επαυξήθηκε από'),
+ (796, 'P110', 'pt', 'aumentou', 'foi aumentada por'),
+ (797, 'P110', 'zh', '增强了', '被增强'),
+ (798, 'P198', 'en', 'holds or supports', 'is held or supported by'),
+ (799, 'P198', 'fr', 'contient ou soutient', 'est contenu ou soutenu par'),
+ (800, 'P198', 'ru', 'удeрживаeт или поддeрживаeт', 'удeрживаeтся или поддeрживаeтся'),
+ (801, 'P173', 'en', 'starts before or with the end of', 'ends after or with the start of'),
+ (802, 'P173', 'fr', 'commence avant ou au moment de la fin de', 'se termine après ou au moment du début de'),
+ (803, 'P173', 'ru', 'начинаeтся до или с конца', 'заканчиваeтся послe или с началом'),
+ (804, 'P20', 'de', 'hatte den bestimmten Zweck', 'war Zweck von'),
+ (805, 'P20', 'en', 'had specific purpose', 'was purpose of'),
+ (806, 'P20', 'fr', 'a eu pour finalité spécifique', 'a été la finalité de'),
+ (807, 'P20', 'ru', 'имeл конкрeтную цeль', 'был цeлью для'),
+ (808, 'P20', 'el', 'είχε συγκεκριμένο σκοπό', 'ήταν σκοπός του/της'),
+ (809, 'P20', 'pt', 'tinha propósito específico', 'era o propósito de'),
+ (810, 'P20', 'zh', '有特定目的', '是为了'),
+ (811, 'P195', 'en', 'was a presence of', 'had presence'),
+ (812, 'P195', 'fr', 'a été une présence de', 'a eu pour présence'),
+ (813, 'P195', 'ru', 'присутствовал при', 'имeл присутствиe'),
+ (814, 'P164', 'en', 'is temporally specified by', 'temporally specifies'),
+ (815, 'P164', 'fr', 'est temporellement spécifié par', 'spécifie temporellement'),
+ (816, 'P164', 'ru', 'ограничиваeтся врeмeнeм', 'ограничиваeт врeмя'),
+ (817, 'P108', 'de', 'hat hergestellt', 'wurde hergestellt durch'),
+ (818, 'P108', 'en', 'has produced', 'was produced by'),
+ (819, 'P108', 'fr', 'a produit', 'a été produit par'),
+ (820, 'P108', 'ru', 'произвeл', 'был произвeдeн'),
+ (821, 'P108', 'el', 'παρήγαγε', 'παρήχθη από'),
+ (822, 'P108', 'pt', 'produziu', 'foi produzido por'),
+ (823, 'P108', 'zh', '已产生了', '被产生'),
+ (824, 'P179', 'en', 'had sales price', 'was sales price of'),
+ (825, 'P179', 'fr', 'a eu pour prix de vente', 'a été le prix de vente de'),
+ (826, 'P179', 'ru', 'имeл цeну продажи', 'был цeной продажи'),
+ (827, 'P135', 'de', 'erschuf Typus', 'wurde geschaffen durch'),
+ (828, 'P135', 'en', 'created type', 'was created by'),
+ (829, 'P135', 'fr', 'a créé le type', 'a été créé par'),
+ (830, 'P135', 'ru', 'создал тип', 'был создан'),
+ (831, 'P135', 'el', 'δημιούργησε τύπο', 'δημιουργήθηκε από'),
+ (832, 'P135', 'pt', 'criou tipo', 'foi criado por'),
+ (833, 'P135', 'zh', '创建类型', '被创建'),
+ (834, 'P65', 'de', 'zeigt Bildliches', 'wird gezeigt durch'),
+ (835, 'P65', 'en', 'shows visual item', 'is shown by'),
+ (836, 'P65', 'fr', 'représente l''entité visuelle', 'est représenté par'),
+ (837, 'P65', 'ru', 'показываeт визуальный прeдмeт', 'показан при помощи'),
+ (838, 'P65', 'el', 'εμφανίζει οπτικό στοιχείο', 'εμφανίζεται σε'),
+ (839, 'P65', 'pt', 'apresenta item visual', 'é apresentado por'),
+ (840, 'P65', 'zh', '展示可视项', '被展示'),
+ (841, 'P156', 'en', 'occupies', 'is occupied by'),
+ (842, 'P156', 'fr', 'occupe', 'est occupé par'),
+ (843, 'P156', 'ru', 'занимаeт', 'занят'),
+ (844, 'P132', 'en', 'spatiotemporally overlaps with', NULL),
+ (845, 'P132', 'fr', 'recoupe spatio-temporellement', NULL),
+ (846, 'P132', 'ru', 'пространствeнно-врeмeнныe области пeрeсeкаются с', NULL),
+ (847, 'P129', 'de', 'handelt über', 'wird behandelt in'),
+ (848, 'P129', 'en', 'is about', 'is subject of'),
+ (849, 'P129', 'fr', 'a pour sujet', 'est le sujet de'),
+ (850, 'P129', 'ru', 'касаeтся', 'являeтся тeмой для'),
+ (851, 'P129', 'el', 'έχει ως θέμα', 'είναι θέμα του/της'),
+ (852, 'P129', 'pt', 'é sobre', 'é assunto de'),
+ (853, 'P129', 'zh', '有关', '是主题'),
+ (854, 'P177', 'en', 'assigned property of type', 'is type of property assigned'),
+ (855, 'P177', 'fr', 'a assigné le type de propriété', 'est le type de propriété assigné'),
+ (856, 'P177', 'ru', 'присвоeн тип свойства', 'являeтся типом присвоeнного свойства'),
+ (857, 'P4', 'de', 'hat Zeitspanne', 'ist Zeitspanne von'),
+ (858, 'P4', 'en', 'has time-span', 'is time-span of'),
+ (859, 'P4', 'fr', 'a pour intervalle temporel', 'est l’intervalle temporel de'),
+ (860, 'P4', 'ru', 'имeeт врeмeнной интeрвал', 'являeтся врeмeнным интeрвалом'),
+ (861, 'P4', 'el', 'βρισκόταν σε εξέλιξη', 'είναι χρονικό διάστημα του/της'),
+ (862, 'P4', 'pt', 'tem período de tempo', 'é o período de tempo de'),
+ (863, 'P4', 'zh', '发生时段是', '是时段'),
+ (864, 'P185', 'en', 'ends before the end of', 'ends after the end of'),
+ (865, 'P185', 'fr', 'se termine avant la fin de', 'se termine après la fin de'),
+ (866, 'P185', 'ru', 'заканчиваeтся до конца', 'заканчиваeтся послe окончания'),
+ (867, 'P166', 'en', 'was a presence of', 'had presence'),
+ (868, 'P166', 'fr', 'a été une présence de', 'a eu pour présence'),
+ (869, 'P166', 'ru', 'был в присутствии', 'присутствовал'),
+ (870, 'P26', 'de', 'bewegte bis zu', 'war Zielort von'),
+ (871, 'P26', 'en', 'moved to', 'was destination of'),
+ (872, 'P26', 'fr', 'a déplacé vers', 'a été la destination de'),
+ (873, 'P26', 'ru', 'пeрeмeщeн в', 'был пунктом назначeния для'),
+ (874, 'P26', 'el', 'μετακινήθηκε προς', 'ήταν προορισμός του/της'),
+ (875, 'P26', 'pt', 'locomoveu para', 'era destinação de'),
+ (876, 'P26', 'zh', '移至', '是目的地'),
+ (877, 'P1', 'de', 'wird bezeichnet als', 'bezeichnet'),
+ (878, 'P1', 'en', 'is identified by', 'identifies'),
+ (879, 'P1', 'fr', 'est identifié par', 'identifie'),
+ (880, 'P1', 'ru', 'идeнтифицируeтся', 'идeнтифицируeт'),
+ (881, 'P1', 'el', 'αναγνωρίζεται ως', 'είναι αναγνωριστικό'),
+ (882, 'P1', 'pt', 'é identificado por', 'identifica'),
+ (883, 'P1', 'zh', '被标识为', '标识'),
+ (884, 'OA7', 'en', 'has relationship to', NULL),
+ (885, 'OA7', 'de', 'hat Beziehung zu', NULL),
+ (886, 'OA8', 'en', 'begins in', NULL),
+ (887, 'OA8', 'de', 'beginnt in', NULL),
+ (888, 'OA9', 'en', 'ends in', NULL),
+ (889, 'OA9', 'de', 'endet in', NULL);
+
+SELECT pg_catalog.setval('model.property_i18n_id_seq', 889, true);
+
+INSERT INTO model.property_inheritance (id, super_code, sub_code) VALUES
+ (1, 'P93', 'P124'),
+ (2, 'P141', 'P37'),
+ (3, 'P92', 'P123'),
+ (4, 'P15', 'P134'),
+ (5, 'P176', 'P134'),
+ (6, 'P12', 'P93'),
+ (7, 'P67', 'P70'),
+ (8, 'P16', 'P33'),
+ (9, 'P67', 'P68'),
+ (10, 'P15', 'P17'),
+ (11, 'P130', 'P73'),
+ (12, 'P46', 'P56'),
+ (13, 'P92', 'P98'),
+ (14, 'P15', 'P136'),
+ (15, 'P31', 'P112'),
+ (16, 'P12', 'P31'),
+ (17, 'P2', 'P137'),
+ (18, 'P67', 'P71'),
+ (19, 'P16', 'P111'),
+ (20, 'P10', 'P9'),
+ (21, 'P16', 'P142'),
+ (22, 'P140', 'P34'),
+ (23, 'P12', 'P25'),
+ (24, 'P92', 'P95'),
+ (25, 'P141', 'P38'),
+ (26, 'P174', 'P175'),
+ (27, 'P141', 'P42'),
+ (28, 'P12', 'P113'),
+ (29, 'P106', 'P165'),
+ (30, 'P12', 'P92'),
+ (31, 'P175', 'P176'),
+ (32, 'P1', 'P48'),
+ (33, 'P140', 'P39'),
+ (34, 'P176', 'P182'),
+ (35, 'P185', 'P182'),
+ (36, 'P11', 'P145'),
+ (37, 'P11', 'P14'),
+ (38, 'P49', 'P50'),
+ (39, 'P130', 'P128'),
+ (40, 'P49', 'P109'),
+ (41, 'P141', 'P35'),
+ (42, 'P92', 'P94'),
+ (43, 'P11', 'P143'),
+ (44, 'P93', 'P13'),
+ (45, 'P53', 'P55'),
+ (46, 'P141', 'P40'),
+ (47, 'P51', 'P52'),
+ (48, 'P105', 'P52'),
+ (49, 'P12', 'P16'),
+ (50, 'P15', 'P16'),
+ (51, 'P140', 'P41'),
+ (52, 'P14', 'P28'),
+ (53, 'P11', 'P144'),
+ (54, 'P93', 'P99'),
+ (55, 'P11', 'P99'),
+ (56, 'P173', 'P174'),
+ (57, 'P11', 'P146'),
+ (58, 'P12', 'P11'),
+ (59, 'P1', 'P102'),
+ (60, 'P14', 'P22'),
+ (61, 'P157', 'P59'),
+ (62, 'P11', 'P96'),
+ (63, 'P174', 'P184'),
+ (64, 'P14', 'P29'),
+ (65, 'P14', 'P23'),
+ (66, 'P67', 'P138'),
+ (67, 'P93', 'P100'),
+ (68, 'P132', 'P10'),
+ (69, 'P125', 'P32'),
+ (70, 'P182', 'P183'),
+ (71, 'P11', 'P151'),
+ (72, 'P91', 'P180'),
+ (73, 'P31', 'P110'),
+ (74, 'P160', 'P164'),
+ (75, 'P92', 'P108'),
+ (76, 'P31', 'P108'),
+ (77, 'P94', 'P135'),
+ (78, 'P128', 'P65'),
+ (79, 'P53', 'P156'),
+ (80, 'P157', 'P156'),
+ (81, 'P67', 'P129'),
+ (82, 'P2', 'P177'),
+ (83, 'P184', 'P185'),
+ (84, 'P10', 'P166');
+
+SELECT pg_catalog.setval('model.property_inheritance_id_seq', 84, true);
+
+-- Add OpenAtlas properties translations
+UPDATE model.property_i18n set text_inverse = 'ist erster Ort von' WHERE property_code = 'OA8' AND language_code = 'de';
+UPDATE model.property_i18n set text_inverse = 'is first appearance of' WHERE property_code = 'OA8' AND language_code = 'en';
+UPDATE model.property_i18n set text_inverse = 'ist letzter Ort von' WHERE property_code = 'OA9' AND language_code = 'de';
+UPDATE model.property_i18n set text_inverse = 'is last appearance of' WHERE property_code = 'OA9' AND language_code = 'en';
-ALTER TABLE IF EXISTS web.user_tokens OWNER to openatlas;
-CREATE SEQUENCE web.user_tokens_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1;
-ALTER TABLE web.user_tokens_id_seq OWNER TO openatlas;
-ALTER SEQUENCE web.user_tokens_id_seq OWNED BY web.user_tokens.id;
-ALTER TABLE ONLY web.user_tokens ALTER COLUMN id SET DEFAULT nextval('web.user_tokens_id_seq'::regclass);
+-- Recreate foreign keys
+ALTER TABLE ONLY model.entity ADD CONSTRAINT entity_class_code_fkey FOREIGN KEY (cidoc_class_code) REFERENCES model.cidoc_class(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.link ADD CONSTRAINT link_property_code_fkey FOREIGN KEY (property_code) REFERENCES model.property(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.cidoc_class_inheritance ADD CONSTRAINT class_inheritance_super_code_fkey FOREIGN KEY (super_code) REFERENCES model.cidoc_class(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.cidoc_class_inheritance ADD CONSTRAINT class_inheritance_sub_code_fkey FOREIGN KEY (sub_code) REFERENCES model.cidoc_class(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.cidoc_class_i18n ADD CONSTRAINT class_i18n_class_code_fkey FOREIGN KEY (class_code) REFERENCES model.cidoc_class(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.property ADD CONSTRAINT property_domain_class_code_fkey FOREIGN KEY (domain_class_code) REFERENCES model.cidoc_class(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.property ADD CONSTRAINT property_range_class_code_fkey FOREIGN KEY (range_class_code) REFERENCES model.cidoc_class(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.property_inheritance ADD CONSTRAINT property_inheritance_super_code_fkey FOREIGN KEY (super_code) REFERENCES model.property(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.property_inheritance ADD CONSTRAINT property_inheritance_sub_code_fkey FOREIGN KEY (sub_code) REFERENCES model.property(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.property_i18n ADD CONSTRAINT property_i18n_property_code_fkey FOREIGN KEY (property_code) REFERENCES model.property(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.entity ADD CONSTRAINT entity_openatlas_class_name_fkey FOREIGN KEY (openatlas_class_name) REFERENCES model.openatlas_class(name) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY model.openatlas_class ADD CONSTRAINT openatlas_class_cidoc_class_code_fkey FOREIGN KEY (cidoc_class_code) REFERENCES model.cidoc_class(code) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ONLY web.reference_system_openatlas_class ADD CONSTRAINT reference_system_openatlas_class_openatlas_class_name_fkey FOREIGN KEY (openatlas_class_name) REFERENCES model.openatlas_class(name) ON UPDATE CASCADE ON DELETE CASCADE;
END;
diff --git a/install/upgrade/upgrade.md b/install/upgrade/upgrade.md
index eb4525606..485073724 100644
--- a/install/upgrade/upgrade.md
+++ b/install/upgrade/upgrade.md
@@ -17,14 +17,22 @@ then run the database upgrade script, then restart Apache:
sudo python3 install/upgrade/database_upgrade.py
sudo service apache2 restart
-### 8.x.x to 8.x.x
+### 8.9.0 to 8.10.0
No database update is required but an additional Python package is needed:
sudo apt install python3-jwt python3-python-flask-jwt-extended
+### 8.8.0 to 8.9.0
+8.9.0.sql is needed but will be taken care of by the database upgrade script.
+
### 8.7.0 to 8.8.0
8.8.0.sql is needed but will be taken care of by the database upgrade script.
+### 8.6.x to 8.7.0
+No database update is required but an additional Python package is needed:
+
+ sudo apt install python3-validators
+
**Proxy configuration**
Proxies are now configured via the PROXIES config value and can be changed
diff --git a/openatlas/api/endpoints/iiif.py b/openatlas/api/endpoints/iiif.py
index dbf7044b4..587cc1369 100644
--- a/openatlas/api/endpoints/iiif.py
+++ b/openatlas/api/endpoints/iiif.py
@@ -15,7 +15,7 @@
from openatlas.api.resources.parser import iiif
from openatlas.api.resources.util import get_license_name, get_license_url
from openatlas.display.util import check_iiif_file_exist
-from openatlas.models.annotation import Annotation
+from openatlas.models.annotation import AnnotationImage
from openatlas.models.entity import Entity
@@ -54,8 +54,9 @@ def get(id_: int) -> Response:
Parser(iiif.parse_args())))
@staticmethod
- def build_canvas(metadata: dict[str, Any], parser: Parser) -> dict[
- str, Any]:
+ def build_canvas(
+ metadata: dict[str, Any],
+ parser: Parser) -> dict[str, Any]:
entity = metadata['entity']
mime_type, _ = mimetypes.guess_type(g.files[entity.id])
return {
@@ -125,7 +126,7 @@ def get(image_id: int) -> Response:
@staticmethod
def build_annotation_list(image_id: int, parser: Parser) -> dict[str, Any]:
- annotations_ = Annotation.get_by_file(image_id)
+ annotations_ = AnnotationImage.get_by_file(image_id)
return {
"@context": "https://iiif.io/api/presentation/2/context.json",
"@id": url_for(
@@ -143,12 +144,12 @@ class IIIFAnnotation(Resource):
def get(annotation_id: int) -> Response:
return jsonify(
IIIFAnnotation.build_annotation(
- Annotation.get_by_id(annotation_id),
+ AnnotationImage.get_by_id(annotation_id),
Parser(iiif.parse_args())))
@staticmethod
def build_annotation(
- annotation: Annotation,
+ annotation: AnnotationImage,
parser: Parser) -> dict[str, Any]:
entity_link = ''
if annotation.entity_id:
diff --git a/openatlas/database/annotation.py b/openatlas/database/annotation.py
index dd71bb201..08ebd01de 100644
--- a/openatlas/database/annotation.py
+++ b/openatlas/database/annotation.py
@@ -2,32 +2,59 @@
from flask import g
-SQL = """
+ANNOTATION_IMAGE_SELECT = \
+ """
SELECT
id,
image_id,
entity_id,
coordinates,
- user_id,
- annotation,
+ text,
+ created
+ FROM model.annotation_image
+ """
+
+ANNOTATION_TEXT_SELECT = \
+ """
+ SELECT
+ id,
+ source_id,
+ entity_id,
+ link_start,
+ link_end,
+ text,
created
- FROM web.annotation_image
+ FROM model.annotation_text
"""
-def get_by_id(id_: int) -> dict[str, Any]:
- g.cursor.execute(SQL + ' WHERE id = %(id)s;', {'id': id_})
+def get_annotation_image_by_id(id_: int) -> dict[str, Any]:
+ g.cursor.execute(
+ ANNOTATION_IMAGE_SELECT + ' WHERE id = %(id)s;',
+ {'id': id_})
return g.cursor.fetchone()
-def get_by_file(image_id: int) -> list[dict[str, Any]]:
+def get_annotation_image_by_file(image_id: int) -> list[dict[str, Any]]:
g.cursor.execute(
- SQL + ' WHERE image_id = %(image_id)s;',
+ ANNOTATION_IMAGE_SELECT + ' WHERE image_id = %(image_id)s;',
{'image_id': image_id})
return list(g.cursor)
-def get_orphaned_annotations() -> list[dict[str, Any]]:
+def get_annotation_text_by_source(source_id: int) -> list[dict[str, Any]]:
+ g.cursor.execute(
+ ANNOTATION_TEXT_SELECT +
+ """
+ WHERE source_id = %(source_id)s
+ AND NOT (entity_id IS NULL AND (text IS NULL OR text = ''))
+ ORDER BY link_start;
+ """,
+ {'source_id': source_id})
+ return list(g.cursor)
+
+
+def get_annotation_image_orphans() -> list[dict[str, Any]]:
g.cursor.execute(
"""
SELECT
@@ -35,10 +62,9 @@ def get_orphaned_annotations() -> list[dict[str, Any]]:
a.image_id,
a.entity_id,
a.coordinates,
- a.user_id,
- a.annotation,
+ a.text,
a.created
- FROM web.annotation_image a
+ FROM model.annotation_image a
LEFT JOIN model.link l ON l.domain_id = a.image_id
AND l.range_id = a.entity_id
AND l.property_code = 'P67'
@@ -47,46 +73,71 @@ def get_orphaned_annotations() -> list[dict[str, Any]]:
return list(g.cursor)
-def insert(data: dict[str, Any]) -> None:
+def insert_annotation_image(data: dict[str, Any]) -> None:
g.cursor.execute(
"""
- INSERT INTO web.annotation_image (
+ INSERT INTO model.annotation_image (
image_id,
entity_id,
coordinates,
- user_id,
- annotation
+ text
) VALUES (
%(image_id)s,
%(entity_id)s,
%(coordinates)s,
- %(user_id)s,
- %(annotation)s);
+ %(text)s);
""",
data)
-def update(data: dict[str, Any]) -> None:
+def update_annotation_image(data: dict[str, Any]) -> None:
g.cursor.execute(
"""
- UPDATE web.annotation_image
- SET (entity_id, annotation) = (%(entity_id)s, %(annotation)s)
+ UPDATE model.annotation_image
+ SET (entity_id, text) = (%(entity_id)s, %(text)s)
WHERE id = %(id)s;
""",
data)
-def delete(id_: int) -> None:
+def delete_annotation_image(id_: int) -> None:
g.cursor.execute(
- 'DELETE FROM web.annotation_image WHERE id = %(id)s;',
+ 'DELETE FROM model.annotation_image WHERE id = %(id)s;',
{'id': id_})
-def remove_entity(annotation_id: int, entity_id: int) -> None:
+def delete_annotations_text(source_id: int) -> None:
+ g.cursor.execute(
+ 'DELETE FROM model.annotation_text WHERE source_id = %(id)s;',
+ {'id': source_id})
+
+
+def remove_entity_from_annotation_image(
+ annotation_id: int,
+ entity_id: int) -> None:
g.cursor.execute(
"""
- UPDATE web.annotation_image
+ UPDATE model.annotation_image
SET entity_id = NULL
WHERE id = %(annotation_id)s AND entity_id = %(entity_id)s;
""",
{'annotation_id': annotation_id, 'entity_id': entity_id})
+
+
+def insert_annotation_text(data: dict[str, Any]) -> None:
+ g.cursor.execute(
+ """
+ INSERT INTO model.annotation_text (
+ source_id,
+ entity_id,
+ link_start,
+ link_end,
+ text
+ ) VALUES (
+ %(source_id)s,
+ %(entity_id)s,
+ %(link_start)s,
+ %(link_end)s,
+ %(text)s);
+ """,
+ data)
diff --git a/openatlas/database/tools.py b/openatlas/database/tools.py
index ad7af02c5..4defc4359 100644
--- a/openatlas/database/tools.py
+++ b/openatlas/database/tools.py
@@ -3,7 +3,7 @@
from flask import g
-def get_sex_types(id_: int) -> list[dict[str, Any]]:
+def get_sex_types(entity_id: int) -> list[dict[str, Any]]:
g.cursor.execute(
"""
SELECT e.id, l.id AS link_id, l.description
@@ -14,5 +14,20 @@ def get_sex_types(id_: int) -> list[dict[str, Any]]:
AND e.openatlas_class_name = 'type_tools'
AND e.name != 'Radiocarbon';
""",
- {'id': id_})
+ {'id': entity_id})
return list(g.cursor)
+
+
+def delete_sex_types(entity_id: int) -> None:
+ g.cursor.execute(
+ """
+ DELETE FROM model.link WHERE id in (
+ SELECT l.id
+ FROM model.entity e
+ JOIN model.link l ON l.range_id = e.id
+ AND l.domain_id = %(id)s
+ AND l.property_code = 'P2'
+ AND e.openatlas_class_name = 'type_tools'
+ AND e.name != 'Radiocarbon');
+ """,
+ {'id': entity_id})
diff --git a/openatlas/display/display.py b/openatlas/display/classes.py
similarity index 96%
rename from openatlas/display/display.py
rename to openatlas/display/classes.py
index 53d14e3a6..d71c13810 100644
--- a/openatlas/display/display.py
+++ b/openatlas/display/classes.py
@@ -3,14 +3,15 @@
from flask import g, url_for
from flask_babel import lazy_gettext as _
-from openatlas.display.base_display import (
+from openatlas.display.classes_base import (
ActorDisplay, BaseDisplay, EventsDisplay, PlaceBaseDisplay,
ReferenceBaseDisplay, TypeBaseDisplay)
from openatlas.display.tab import Tab
from openatlas.display.table import Table
from openatlas.display.util import (
- button, description, edit_link, format_entity_date, get_base_table_data,
- get_file_path, link, remove_link)
+ button, description, display_annotation_text_links, edit_link,
+ format_entity_date, get_base_table_data, get_file_path, link,
+ remove_link)
from openatlas.display.util2 import is_authorized, uc_first
from openatlas.models.entity import Entity
from openatlas.models.reference_system import ReferenceSystem
@@ -302,7 +303,7 @@ def add_tabs(self) -> None:
'artifact': _('mentioned in the source'),
'event': _('mentioned in the source'),
'place': _('mentioned in the source'),
- 'text': _('mentioned in the source'),
+ 'text': '',
'reference': '',
'file': ''}.items():
self.tabs[name] = Tab(name, entity=entity, tooltip=tooltip)
@@ -321,7 +322,9 @@ def add_tabs(self) -> None:
self.add_note_tab()
def description_html(self) -> str:
- return description(self.entity.description, _('content'))
+ return description(
+ display_annotation_text_links(self.entity),
+ _('content'))
class SourceTranslationDisplay(BaseDisplay):
@@ -338,6 +341,11 @@ def add_crumbs(self) -> None:
self.entity.get_linked_entity_safe('P73', True),
self.entity.name]
+ def description_html(self) -> str:
+ return description(
+ display_annotation_text_links(self.entity),
+ _('content'))
+
class StratigraphicUnitDisplay(PlaceBaseDisplay):
diff --git a/openatlas/display/base_display.py b/openatlas/display/classes_base.py
similarity index 99%
rename from openatlas/display/base_display.py
rename to openatlas/display/classes_base.py
index 5f7e56770..44af57f1d 100644
--- a/openatlas/display/base_display.py
+++ b/openatlas/display/classes_base.py
@@ -130,6 +130,8 @@ def add_note_tab(self) -> None:
def add_buttons(self) -> None:
self.buttons = [manual(f'entity/{self.entity.class_.view}')]
+ if self.entity.class_.name == 'source_translation':
+ self.buttons = [manual('entity/source')]
if is_authorized(self.entity.class_.write_access):
if not self.problematic_type:
self.add_button_update()
diff --git a/openatlas/display/tab.py b/openatlas/display/tab.py
index 2b533841a..3d59be0d2 100644
--- a/openatlas/display/tab.py
+++ b/openatlas/display/tab.py
@@ -102,7 +102,7 @@ def set_table_headers(
def set_buttons(self, name: str, entity: Optional[Entity] = None) -> None:
view = entity.class_.view if entity else None
id_ = entity.id if entity else None
- class_ = entity.class_ if entity else None
+ class_name = entity.class_.name if entity else None
match name:
case 'actor':
match view:
@@ -137,7 +137,12 @@ def set_buttons(self, name: str, entity: Optional[Entity] = None) -> None:
g.classes[item].label,
url_for('insert', class_=item, origin_id=id_)))
case 'artifact':
- if entity and entity.class_.name in [
+ if class_name == 'source':
+ self.buttons.append(
+ button(
+ 'link',
+ url_for('link_insert', id_=id_, view='artifact')))
+ if class_name in [
'place',
'artifact',
'human_remains',
@@ -147,7 +152,7 @@ def set_buttons(self, name: str, entity: Optional[Entity] = None) -> None:
button(
_('add subunit'),
url_for('add_subunit', super_id=id_)))
- if entity and entity.class_.name != 'human_remains':
+ if class_name != 'human_remains':
self.buttons.append(
button(
g.classes['artifact'].label,
@@ -155,7 +160,7 @@ def set_buttons(self, name: str, entity: Optional[Entity] = None) -> None:
'insert',
class_='artifact',
origin_id=id_)))
- if entity and entity.class_.name != 'artifact':
+ if class_name != 'artifact':
self.buttons.append(
button(
g.classes['human_remains'].label,
@@ -217,7 +222,7 @@ def set_buttons(self, name: str, entity: Optional[Entity] = None) -> None:
origin_id=id_),
tooltip_text=g.classes[item]
.get_tooltip()))
- case 'feature' if class_ and class_.name == 'place':
+ case 'feature' if class_name == 'place':
self.buttons.append(
button(
g.classes[name].label,
@@ -264,7 +269,7 @@ def set_buttons(self, name: str, entity: Optional[Entity] = None) -> None:
self.buttons.append(
button(_('note'), url_for('note_insert', entity_id=id_)))
case 'place':
- if class_ and class_.name == 'file':
+ if class_name == 'file':
self.buttons.append(
button(
'link',
@@ -305,7 +310,7 @@ def set_buttons(self, name: str, entity: Optional[Entity] = None) -> None:
g.classes[item].label,
url_for('insert', class_=item, origin_id=id_)))
case 'source':
- if class_ and class_.name == 'file':
+ if class_name == 'file':
self.buttons.append(
button(
_('link'),
@@ -322,12 +327,11 @@ def set_buttons(self, name: str, entity: Optional[Entity] = None) -> None:
button(
g.classes['source'].label,
url_for('insert', class_=name, origin_id=id_)))
- case 'stratigraphic_unit':
- if class_ and class_.name == 'feature':
- self.buttons.append(
- button(
- g.classes['stratigraphic_unit'].label,
- url_for('insert', class_=name, origin_id=id_)))
+ case 'stratigraphic_unit' if class_name == 'feature':
+ self.buttons.append(
+ button(
+ g.classes['stratigraphic_unit'].label,
+ url_for('insert', class_=name, origin_id=id_)))
case 'text':
self.buttons.append(button(
_('text'),
diff --git a/openatlas/display/util.py b/openatlas/display/util.py
index f498dbb9e..3bdc8ecec 100644
--- a/openatlas/display/util.py
+++ b/openatlas/display/util.py
@@ -20,7 +20,9 @@
from openatlas import app
from openatlas.display.image_processing import check_processed_image
-from openatlas.display.util2 import format_date, is_authorized, uc_first
+from openatlas.display.util2 import (
+ format_date, is_authorized, sanitize, uc_first)
+from openatlas.models.annotation import AnnotationText
from openatlas.models.cidoc_class import CidocClass
from openatlas.models.cidoc_property import CidocProperty
from openatlas.models.content import get_translation
@@ -276,7 +278,7 @@ def profile_image(entity: Entity) -> str:
if is_authorized('contributor'):
html += (' - ' + link(
_('annotate'),
- url_for('annotation_insert', id_=file_id),
+ url_for('annotation_image_insert', id_=file_id),
external=True))
if is_authorized('admin'):
html += (' ' + link(
@@ -642,3 +644,28 @@ def convert_image_to_iiif(id_: int, path: Optional[Path] = None) -> bool:
except Exception: # pragma: no cover
return False
return True
+
+
+def display_annotation_text_links(source: Entity) -> str:
+ offset = 0
+ text = source.description
+ for annotation in AnnotationText.get_by_source_id(source.id):
+ if not annotation.text and not annotation.entity_id:
+ continue # pragma: no cover
+ title = f'title="{sanitize(annotation.text, "text")}"' \
+ if annotation.text else ''
+ if annotation.entity_id:
+ tag_open = f''
+ tag_close = ''
+ else:
+ tag_open = f''
+ tag_close = ''
+
+ position = annotation.link_start + offset
+ text = text[:position] + tag_open + text[position:]
+ offset += len(tag_open)
+
+ position = annotation.link_end + offset
+ text = text[:position] + tag_close + text[position:]
+ offset += len(tag_close)
+ return text
diff --git a/openatlas/display/util2.py b/openatlas/display/util2.py
index 4ecb703b7..2f94896c4 100644
--- a/openatlas/display/util2.py
+++ b/openatlas/display/util2.py
@@ -1,4 +1,4 @@
-# util2.py functions don't need the model and help preventing circular imports
+# util2.py functions don't require the model (which prevents circular imports)
from __future__ import annotations
import math
diff --git a/openatlas/forms/field.py b/openatlas/forms/field.py
index f4c494cee..c8dd3a986 100644
--- a/openatlas/forms/field.py
+++ b/openatlas/forms/field.py
@@ -209,6 +209,34 @@ class ValueFloatField(FloatField):
pass
+class TextAnnotation(HiddenInput):
+ def __call__(self, field: Any, **kwargs: Any) -> str:
+ return super().__call__(field, **kwargs) + Markup(
+ render_template(
+ 'text-annotation.html',
+ field=field,
+ source_text=field.data,
+ linked_entities=field.linked_entities))
+
+
+class TextAnnotationField(Field):
+ widget = TextAnnotation()
+
+ def __init__(
+ self,
+ label: str,
+ validators: Optional[Any] = None,
+ source_text: Optional[str] = None,
+ linked_entities: Optional[list[Any]] = None,
+ **kwargs: Any) -> None:
+ super().__init__(label, validators, **kwargs)
+ self.source_text = source_text or ''
+ self.linked_entities = linked_entities or []
+
+ def _value(self) -> str:
+ return self.data or ''
+
+
class TableSelect(HiddenInput):
def __call__(self, field: Any, **kwargs: Any) -> str:
@@ -458,6 +486,27 @@ class SubmitField(BooleanField):
widget = SubmitInput()
+class SubmitSourceInput(Input):
+ input_type = 'submit'
+
+ def __call__(self, field: Field, **kwargs: Any) -> str:
+ onclick_event = "saveAnnotationText();"
+ kwargs['class_'] = (kwargs['class_'] + ' uc-first') \
+ if 'class_' in kwargs else 'uc-first'
+ kwargs['onclick'] = onclick_event
+ return Markup(
+ f'''
+ ''')
+
+
+class SubmitSourceField(BooleanField):
+ widget = SubmitSourceInput()
+
+
def generate_password_field() -> CustomField:
return CustomField(
'',
diff --git a/openatlas/forms/form.py b/openatlas/forms/form.py
index f23742888..170459f4f 100644
--- a/openatlas/forms/form.py
+++ b/openatlas/forms/form.py
@@ -14,7 +14,7 @@
from openatlas.display.table import Table
from openatlas.display.util import get_base_table_data
from openatlas.display.util2 import show_table_icons, uc_first
-from openatlas.forms import base_manager, manager
+from openatlas.forms import manager_base, manager
from openatlas.forms.field import (
SubmitField, TableCidocField, TableField, TableMultiField, TreeField)
from openatlas.models.entity import Entity, Link
@@ -29,7 +29,7 @@ def get_manager(
entity: Optional[Entity] = None,
origin: Optional[Entity] = None,
link_: Optional[Link] = None,
- copy: Optional[bool] = False) -> base_manager.BaseManager:
+ copy: Optional[bool] = False) -> manager_base.BaseManager:
name = entity.class_.name if entity and not class_name else class_name
manager_name = ''.join(i.capitalize() for i in name.split('_'))
manager_instance = getattr(manager, f'{manager_name}Manager')(
@@ -61,7 +61,7 @@ class Form(FlaskForm):
return Form()
-def get_annotation_form(
+def get_annotation_image_form(
image_id: int,
entity: Optional[Entity] = None,
insert: Optional[bool] = True) -> Any:
diff --git a/openatlas/forms/manager.py b/openatlas/forms/manager.py
index b2833266d..576c44f1e 100644
--- a/openatlas/forms/manager.py
+++ b/openatlas/forms/manager.py
@@ -5,14 +5,15 @@
from flask_babel import lazy_gettext as _
from wtforms import (
BooleanField, HiddenField, SelectField, SelectMultipleField, StringField,
- TextAreaField, widgets)
+ widgets)
from wtforms.validators import InputRequired, Optional, URL
-from openatlas.forms.base_manager import (
+from openatlas.forms.manager_base import (
ActorBaseManager, ArtifactBaseManager, BaseManager, EventBaseManager,
- HierarchyBaseManager, PlaceBaseManager, TypeBaseManager)
+ HierarchyBaseManager, PlaceBaseManager, SourceBaseManager, TypeBaseManager)
from openatlas.forms.field import (
- DragNDropField, SubmitField, TableField, TableMultiField, TreeField)
+ DragNDropField, SubmitField, TableField, TableMultiField,
+ TextAnnotationField, TreeField)
from openatlas.forms.validation import file
from openatlas.models.entity import Entity
from openatlas.models.reference_system import ReferenceSystem
@@ -161,16 +162,15 @@ def additional_fields(self) -> dict[str, Any]:
and self.origin.class_.view in ['artifact', 'place'] else None
else:
selection = self.entity.get_linked_entity('P46', inverse=True)
- fields = super().additional_fields()
- fields['super'] = TableField(
- Entity.get_by_class(
- g.view_class_mapping['place'] + ['artifact'],
- types=True,
- aliases=self.aliases),
- selection,
- filter_ids,
- add_dynamic=['place'])
- return fields
+ return super().additional_fields() | {
+ 'super': TableField(
+ Entity.get_by_class(
+ g.view_class_mapping['place'] + ['artifact'],
+ types=True,
+ aliases=self.aliases),
+ selection,
+ filter_ids,
+ add_dynamic=['place'])}
def process_form(self) -> None:
super().process_form()
@@ -190,11 +190,9 @@ def additional_fields(self) -> dict[str, Any]:
selection = [self.origin]
else:
selection = self.entity.get_linked_entities('P94', sort=True)
- fields = super().additional_fields()
- fields['document'] = TableMultiField(
- Entity.get_by_class('file'),
- selection)
- return fields
+ return super().additional_fields() | {
+ 'document':
+ TableMultiField(Entity.get_by_class('file'), selection)}
def process_form(self) -> None:
super().process_form()
@@ -228,26 +226,26 @@ class FeatureManager(PlaceBaseManager):
def add_buttons(self) -> None:
super().add_buttons()
- if not self.entity:
- setattr(
- self.form_class,
- 'insert_continue_sub',
- SubmitField(
- _('insert and add') + ' ' + _('stratigraphic unit')))
+ if self.entity:
+ return
+ setattr(
+ self.form_class,
+ 'insert_continue_sub',
+ SubmitField(_('insert and add') + ' ' + _('stratigraphic unit')))
def additional_fields(self) -> dict[str, Any]:
- fields = super().additional_fields()
if self.insert:
selection = self.origin if self.origin \
and self.origin.class_.name == 'place' else None
else:
selection = self.entity.get_linked_entity('P46', inverse=True)
- fields['super'] = TableField(
- Entity.get_by_class('place', True, self.aliases),
- selection,
- validators=[InputRequired()],
- add_dynamic=['place'])
- return fields
+ return super().additional_fields() | {
+ 'super':
+ TableField(
+ Entity.get_by_class('place', True, self.aliases),
+ selection,
+ validators=[InputRequired()],
+ add_dynamic=['place'])}
def process_form(self) -> None:
super().process_form()
@@ -297,16 +295,15 @@ def additional_fields(self) -> dict[str, Any]:
and self.origin.class_.view in ['artifact', 'place'] else None
else:
selection = self.entity.get_linked_entity('P46', inverse=True)
- fields = super().additional_fields()
- fields['super'] = TableField(
- Entity.get_by_class(
- g.view_class_mapping['place'] + ['human remains'],
- types=True,
- aliases=self.aliases),
- selection,
- filter_ids,
- add_dynamic=['place'])
- return fields
+ return super().additional_fields() | {
+ 'super': TableField(
+ Entity.get_by_class(
+ g.view_class_mapping['place'] + ['human remains'],
+ types=True,
+ aliases=self.aliases),
+ selection,
+ filter_ids,
+ add_dynamic=['place'])}
def process_form(self) -> None:
super().process_form()
@@ -399,14 +396,13 @@ def additional_fields(self) -> dict[str, Any]:
artifacts.append(item)
elif item.cidoc_class.code == 'E18':
places.append(item)
- fields = super().additional_fields()
- fields['artifact'] = TableMultiField(
- Entity.get_by_class('artifact', True),
- artifacts)
- fields['modified_place'] = TableMultiField(
- self.table_items['place'],
- places)
- return fields
+ return super().additional_fields() | {
+ 'artifact': TableMultiField(
+ Entity.get_by_class('artifact', True),
+ artifacts),
+ 'modified_place': TableMultiField(
+ self.table_items['place'],
+ places)}
def process_form(self) -> None:
super().process_form()
@@ -424,7 +420,6 @@ class MoveManager(EventBaseManager):
_('place from')
def additional_fields(self) -> dict[str, Any]:
- fields = super().additional_fields()
place_from = None
place_to = None
data: dict[str, list[Any]] = {'artifact': [], 'person': []}
@@ -442,21 +437,21 @@ def additional_fields(self) -> dict[str, Any]:
data['artifact'] = [self.origin]
elif self.origin.class_.view == 'place':
place_from = self.origin
- fields['place_from'] = TableField(
- self.table_items['place'],
- place_from,
- add_dynamic=['place'])
- fields['place_to'] = TableField(
- self.table_items['place'],
- place_to,
- add_dynamic=['place'])
- fields['moved_artifact'] = TableMultiField(
- Entity.get_by_class('artifact', True),
- data['artifact'])
- fields['moved_person'] = TableMultiField(
- Entity.get_by_class('person', aliases=self.aliases),
- data['person'])
- return fields
+ return super().additional_fields() | {
+ 'place_from': TableField(
+ self.table_items['place'],
+ place_from,
+ add_dynamic=['place']),
+ 'place_to': TableField(
+ self.table_items['place'],
+ place_to,
+ add_dynamic=['place']),
+ 'moved_artifact': TableMultiField(
+ Entity.get_by_class('artifact', True),
+ data['artifact']),
+ 'moved_person': TableMultiField(
+ Entity.get_by_class('person', aliases=self.aliases),
+ data['person'])}
def process_form(self) -> None:
super().process_form()
@@ -502,14 +497,13 @@ def populate_insert(self) -> None:
class ProductionManager(EventBaseManager):
def additional_fields(self) -> dict[str, Any]:
- fields = super().additional_fields()
selection = None
if not self.insert and self.entity:
selection = self.entity.get_linked_entities('P108', sort=True)
- fields['artifact'] = TableMultiField(
- Entity.get_by_class('artifact', True),
- selection)
- return fields
+ return super().additional_fields() | {
+ 'artifact': TableMultiField(
+ Entity.get_by_class('artifact', True),
+ selection)}
def process_form(self) -> None:
super().process_form()
@@ -572,22 +566,26 @@ def process_form(self) -> None:
'classes': self.form.classes.data if self.form.classes else None}
-class SourceManager(BaseManager):
- fields = ['name', 'continue', 'description']
-
+class SourceManager(SourceBaseManager):
def add_description(self) -> None:
- setattr(self.form_class, 'description', TextAreaField(_('content')))
+ text = ''
+ linked_entities = []
+ if self.entity:
+ text = self.entity.get_annotated_text()
+ for e in self.entity.get_linked_entities('P67'):
+ linked_entities.append({'id': e.id, 'name': e.name})
+ setattr(self.form_class, 'description', TextAnnotationField(
+ label=_('content'),
+ source_text=text,
+ linked_entities=linked_entities))
def additional_fields(self) -> dict[str, Any]:
selection = None
if not self.insert and self.entity:
- selection = self.entity.get_linked_entities(
- 'P128',
- inverse=True,
- sort=True)
+ selection = self.entity.get_linked_entities('P128', True, True)
elif self.origin and self.origin.class_.name == 'artifact':
selection = [self.origin]
- return {
+ return super().additional_fields() | {
'artifact': TableMultiField(
Entity.get_by_class('artifact', True),
selection,
@@ -602,18 +600,25 @@ def process_form(self) -> None:
self.add_link('P128', self.form.artifact.data, inverse=True)
-class SourceTranslationManager(BaseManager):
- fields = ['name', 'continue']
-
- def additional_fields(self) -> dict[str, Any]:
- return {'description': TextAreaField(_('content'))}
+class SourceTranslationManager(SourceBaseManager):
+ def add_description(self) -> None:
+ text = ''
+ linked_entities = []
+ if self.entity:
+ text = self.entity.get_annotated_text()
+ source = self.entity.get_linked_entity_safe('P73', True)
+ for e in source.get_linked_entities('P67'):
+ linked_entities.append({'id': e.id, 'name': e.name})
+ setattr(self.form_class, 'description', TextAnnotationField(
+ label=_('content'),
+ source_text=text,
+ linked_entities=linked_entities))
def get_crumbs(self) -> list[Any]:
if not self.origin:
self.crumbs = [
[_('source'), url_for('index', view='source')],
- self.entity.get_linked_entity('P73', True),
- self.entity]
+ self.entity.get_linked_entity('P73', True)]
return super().get_crumbs()
def process_form(self) -> None:
@@ -638,17 +643,16 @@ def add_buttons(self) -> None:
SubmitField(_('insert and add') + ' ' + _('human remains')))
def additional_fields(self) -> dict[str, Any]:
- fields = super().additional_fields()
selection = None
if not self.insert and self.entity:
selection = self.entity.get_linked_entity_safe('P46', inverse=True)
elif self.origin and self.origin.class_.name == 'feature':
selection = self.origin
- fields['super'] = TableField(
+ return super().additional_fields() | {
+ 'super': TableField(
Entity.get_by_class('feature', True),
selection,
- validators=[InputRequired()])
- return fields
+ validators=[InputRequired()])}
def process_form(self) -> None:
super().process_form()
diff --git a/openatlas/forms/base_manager.py b/openatlas/forms/manager_base.py
similarity index 93%
rename from openatlas/forms/base_manager.py
rename to openatlas/forms/manager_base.py
index bb305c6b6..b5239fed9 100644
--- a/openatlas/forms/base_manager.py
+++ b/openatlas/forms/manager_base.py
@@ -15,7 +15,7 @@
from openatlas.forms.add_fields import (
add_date_fields, add_reference_systems, add_types)
from openatlas.forms.field import (
- RemovableListField, SubmitField, TableField, TreeField)
+ RemovableListField, SubmitField, SubmitSourceField, TableField, TreeField)
from openatlas.forms.populate import (
populate_dates, populate_reference_systems, populate_types)
from openatlas.forms.process import (
@@ -302,7 +302,6 @@ def process_form(self) -> None:
class PlaceBaseManager(BaseManager):
-
def insert_entity(self) -> None:
super().insert_entity()
self.entity.link(
@@ -313,15 +312,15 @@ def insert_entity(self) -> None:
def get_place_info_for_insert(self) -> None:
super().get_place_info_for_insert()
- if self.origin:
- structure = self.origin.get_structure_for_insert()
- self.place_info['structure'] = structure
- self.place_info['gis_data'] = Gis.get_all([self.origin], structure)
- if current_user.settings['module_map_overlay'] \
- and self.origin.class_.view == 'place':
- self.place_info['overlay'] = Overlay.get_by_object(self.origin)
- else:
+ if not self.origin:
self.place_info['gis_data'] = Gis.get_all()
+ return
+ structure = self.origin.get_structure_for_insert()
+ self.place_info['structure'] = structure
+ self.place_info['gis_data'] = Gis.get_all([self.origin], structure)
+ if current_user.settings['module_map_overlay'] \
+ and self.origin.class_.view == 'place':
+ self.place_info['overlay'] = Overlay.get_by_object(self.origin)
def get_place_info_for_update(self) -> None:
super().get_place_info_for_update()
@@ -382,11 +381,10 @@ def additional_fields(self) -> dict[str, Any]:
event_preceding = self.entity.get_linked_entity('P134')
filter_ids = [self.entity.id] + [
e.id for e in self.entity.get_linked_entities_recursive('P9') +
- self.entity.get_linked_entities_recursive('P134', inverse=True)
- ]
- if self.class_.name != 'move':
- if place_ := self.entity.get_linked_entity('P7'):
- place = place_.get_linked_entity_safe('P53', True)
+ self.entity.get_linked_entities_recursive('P134', True)]
+ if self.class_.name != 'move' \
+ and (place_ := self.entity.get_linked_entity('P7')):
+ place = place_.get_linked_entity_safe('P53', True)
self.table_items = {
'event_view': Entity.get_by_view('event', True, self.aliases),
'place': Entity.get_by_class('place', True, self.aliases)}
@@ -500,3 +498,22 @@ def process_form(self) -> None:
self.super_id = self.get_root().id
if new_id := getattr(self.form, str(self.super_id)).data:
self.super_id = int(new_id)
+
+
+class SourceBaseManager(BaseManager):
+ fields = ['name', 'continue', 'description']
+
+ def add_buttons(self) -> None:
+ setattr(
+ self.form_class,
+ 'save',
+ SubmitSourceField(_('insert') if self.insert else _('save')))
+ if self.insert and 'continue' in self.fields:
+ setattr(
+ self.form_class,
+ 'insert_and_continue',
+ SubmitSourceField(_('insert and continue')))
+ setattr(self.form_class, 'continue_', HiddenField())
+
+ def additional_fields(self) -> dict[str, Any]:
+ return {'description': HiddenField()}
diff --git a/openatlas/forms/process.py b/openatlas/forms/process.py
index 06121bcfe..06298eb9d 100644
--- a/openatlas/forms/process.py
+++ b/openatlas/forms/process.py
@@ -36,7 +36,7 @@ def process_standard_fields(manager: Any) -> None:
'classes',
'inverse',
'creator',
- 'license_holder')) \
+ 'license_holder',)) \
or field_type in [
'CSRFTokenField',
'HiddenField',
@@ -44,6 +44,7 @@ def process_standard_fields(manager: Any) -> None:
'DragNDropField',
'SelectField',
'SelectMultipleField',
+ 'SubmitSourceField',
'SubmitField',
'TableField',
'TableMultiField',
diff --git a/openatlas/models/annotation.py b/openatlas/models/annotation.py
index 5d5b507c1..ec8272c87 100644
--- a/openatlas/models/annotation.py
+++ b/openatlas/models/annotation.py
@@ -2,47 +2,50 @@
from typing import Any, Optional
-from flask_login import current_user
-
from openatlas.database import annotation as db
-class Annotation:
+class AnnotationImage:
def __init__(self, data: dict[str, Any]) -> None:
self.id = data['id']
self.image_id = data['image_id']
self.entity_id = data['entity_id']
self.coordinates = data['coordinates']
- self.user_id = data['user_id']
- self.text = data['annotation']
+ self.text = data['text']
self.created = data['created']
def update(
self,
entity_id: Optional[int] = None,
text: Optional[str] = None) -> None:
- db.update({'id': self.id, 'entity_id': entity_id, 'annotation': text})
+ db.update_annotation_image({
+ 'id': self.id,
+ 'entity_id': entity_id,
+ 'text': text})
def delete(self) -> None:
- db.delete(self.id)
+ db.delete_annotation_image(self.id)
@staticmethod
- def get_by_id(id_: int) -> Annotation:
- return Annotation(db.get_by_id(id_))
+ def get_by_id(id_: int) -> AnnotationImage:
+ return AnnotationImage(db.get_annotation_image_by_id(id_))
@staticmethod
- def get_by_file(image_id: int) -> list[Annotation]:
- return [Annotation(row) for row in db.get_by_file(image_id)]
+ def get_by_file(image_id: int) -> list[AnnotationImage]:
+ return [
+ AnnotationImage(row) for row
+ in db.get_annotation_image_by_file(image_id)]
@staticmethod
- def get_orphaned_annotations() -> list[Annotation]:
- return [Annotation(row) for row in db.get_orphaned_annotations()]
+ def get_orphaned_annotations() -> list[AnnotationImage]:
+ return [
+ AnnotationImage(row) for row in db.get_annotation_image_orphans()]
@staticmethod
def remove_entity_from_annotation(
annotation_id: int,
entity_id: int) -> None:
- db.remove_entity(annotation_id, entity_id)
+ db.remove_entity_from_annotation_image(annotation_id, entity_id)
@staticmethod
def insert(
@@ -50,9 +53,43 @@ def insert(
coordinates: str,
entity_id: Optional[int] = None,
text: Optional[str] = None) -> None:
- db.insert({
+ db.insert_annotation_image({
'image_id': image_id,
- 'user_id': current_user.id,
'entity_id': entity_id or None,
'coordinates': coordinates,
- 'annotation': text})
+ 'text': text})
+
+
+class AnnotationText:
+ def __init__(self, data: dict[str, Any]) -> None:
+ self.id = data['id']
+ self.source_id = data['source_id']
+ self.entity_id = data['entity_id']
+ self.link_start = data['link_start']
+ self.link_end = data['link_end']
+ self.text = data['text']
+ self.created = data['created']
+
+ @staticmethod
+ def delete_annotations_text(source_id: int) -> None:
+ db.delete_annotations_text(source_id)
+
+ @staticmethod
+ def get_by_source_id(source_id: int) -> list[AnnotationText]:
+ return [
+ AnnotationText(row) for row
+ in db.get_annotation_text_by_source(source_id)]
+
+ @staticmethod
+ def insert(
+ source_id: int,
+ link_start: int,
+ link_end: int,
+ entity_id: Optional[int] = None,
+ text: Optional[str] = None) -> None:
+ db.insert_annotation_text({
+ 'source_id': source_id,
+ 'link_start': link_start,
+ 'link_end': link_end,
+ 'entity_id': entity_id,
+ 'text': text})
diff --git a/openatlas/models/entity.py b/openatlas/models/entity.py
index 64d923b31..99d84b09e 100644
--- a/openatlas/models/entity.py
+++ b/openatlas/models/entity.py
@@ -1,6 +1,8 @@
from __future__ import annotations
import ast
+import json
+import re
from typing import Any, Iterable, Optional, TYPE_CHECKING
from flask import g, request
@@ -12,6 +14,7 @@
from openatlas.display.util2 import (
convert_size, datetime64_to_timestamp, format_date_part, sanitize,
timestamp_to_datetime64)
+from openatlas.models.annotation import AnnotationText
from openatlas.models.gis import Gis
from openatlas.models.tools import get_carbon_link
@@ -242,9 +245,74 @@ def update_attributes(self, attributes: dict[str, Any]) -> None:
if self.begin_comment else None,
'end_comment':
str(self.end_comment).strip() if self.end_comment else None,
- 'description':
- sanitize(self.description, 'text')
- if self.description else None})
+ 'description': self.update_description()})
+
+ def update_description(self) -> Optional[str]:
+ if not self.description:
+ return None
+ if self.class_.name not in ['source', 'source_translation']:
+ return sanitize(self.description, 'text')
+ AnnotationText.delete_annotations_text(self.id)
+ text = self.description
+ replace_strings = [
+ '
Adding human remains to the stratigraphic unit Previous
- Next
+ Next
diff --git a/openatlas/static/manual/examples/letters.html b/openatlas/static/manual/examples/letters.html
index 4c770d254..566e7d662 100644
--- a/openatlas/static/manual/examples/letters.html
+++ b/openatlas/static/manual/examples/letters.html
@@ -19,7 +19,7 @@
-
+
@@ -180,7 +180,7 @@
Create a new move event - general instructionAdding actors tutorial). You can select the event from a list of
+the Journey tutorial). You can select the event from a list of
already entered events. If the event you are looking for cannot be found
in this list, please add it via Event in the menu and then link it
You can add a preceding event, for more information see
-above or the Adding actors tutorial
Via from you can add a location from where the move event started,
think of the starting point of a journey or the place a letter was sent from.
You can choose a location from a list of already added locations. If the
@@ -141,7 +141,7 @@
Create a new move event - general instructionAdding actors tutorial.
It is possible to link the move event by using external references (find
more information here)
Enter a start and end date of the move event if known
@@ -153,7 +153,7 @@
Create a new move event - general instructionLetters. On how to enter a journey, please refer
-to the Adding actors tutorial.
+to the Journey tutorial.
diff --git a/openatlas/static/manual/features.html b/openatlas/static/manual/features.html
index e4e76bf6f..9e18a16ca 100644
--- a/openatlas/static/manual/features.html
+++ b/openatlas/static/manual/features.html
@@ -52,6 +52,7 @@
OpenAtlas offers various possibilities to exchange data with other systems or
diff --git a/openatlas/static/manual/index.html b/openatlas/static/manual/index.html
index 1d3485665..81b0eef0f 100644
--- a/openatlas/static/manual/index.html
+++ b/openatlas/static/manual/index.html
@@ -105,6 +105,7 @@
In OpenAtlas its current version,
-CIDOC CRM v7.1.2 published in
-May 2021, is used as underlying data model of the database.
+CIDOC CRM v7.1.3 published in
+February 2024, is used as underlying data model of the database.
A script is used to parse the specification and import it into a
PostgreSQL database (more information is
available on GitHub).
diff --git a/openatlas/static/manual/model/openatlas_classes.html b/openatlas/static/manual/model/openatlas_classes.html
index 1fef39b94..15a46ade3 100644
--- a/openatlas/static/manual/model/openatlas_classes.html
+++ b/openatlas/static/manual/model/openatlas_classes.html
@@ -113,8 +113,8 @@
All of these so called OpenAtlas classes can be mapped directly to the
corresponding CIDOC CRM class. For all available classes and properties of
-CIDOC CRM (version 7.1.2) see
-the CIDOC CRM documentation.