diff --git a/CIDOC_CRM_v7.1.1.rdfs b/CIDOC_CRM_v7.1.1.rdfs index 67a211b9417f9541e3e418b8cf652cd623cd1ef7..ae7e8dc659dc2e7e6d30e17471544b084903a2ae 100644 --- a/CIDOC_CRM_v7.1.1.rdfs +++ b/CIDOC_CRM_v7.1.1.rdfs @@ -1,9 +1,9 @@ ο»Ώ<?xml version="1.0" encoding="utf-8"?> <rdf:RDF xml:lang="en" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="http://www.cidoc-crm.org/cidoc-crm/"> <!-- -CIDOC CRM v7.1.1 (draft) implemented in RDFS +CIDOC CRM v7.1.1 implemented in RDFS -This is the implementation approved by CRM-SIG in the meeting {{pending for approval}} +This is the implementation approved by the 51st CRM-SIG meeting (October 2021) 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.1 May 2021 on @@ -11,7 +11,7 @@ http://cidoc-crm.org/Version/version-7.1.1 by an automated algorithm. It is inte 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 Tuesday November 23, 2021 +Created by FORTH-ICS Thursday November 25, 2021 Encoding Rules: diff --git a/README.md b/README.md index 45df6b9f91213e3f28273cad5341af20b1edf90a..ec7ea63fb6940a7b05d571d9272d331d471cd5fc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # CIDOC-CRM implementation in RDF Schema 1.1 (RDFS) -This repository will keep track of the draft RDFS implementation of the CIDOC-CRM v7.1.1, until it is approved by CIDOC-CRM SIG. +This repository keeps track of the CIDOC-CRM v7.1.1 RDFS implementation. Current implementation has been approved by the 51st CIDOC-CRM SIG (October 2021). ## Statistics -Release date: 23/11/2021 +Release date: 25/11/2021 Version: 7.1.1 CIDOC Classes: 81 CIDOC Properties: 160 diff --git a/other_encodings/CIDOC_CRM_v7.1.1.jsonld b/other_encodings/CIDOC_CRM_v7.1.1.jsonld new file mode 100644 index 0000000000000000000000000000000000000000..f7dd9f204a51b6c762315915326eaa3e6e3e7b7e --- /dev/null +++ b/other_encodings/CIDOC_CRM_v7.1.1.jsonld @@ -0,0 +1,14337 @@ +{ + "@context": { + "crm": "http://www.cidoc-crm.org/cidoc-crm/", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "owl": "http://www.w3.org/2002/07/owl#", + "id": "@id", + "type": "@type" + }, + "@graph": [ + { + "id": "", + "owl:versionInfo": "RDFs Implementation (November 2021) of CIDOC-CRM 7.1.1" + }, + { + "id": "crm:E1_CRM_Entity", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "CRM Entity" + }, + { + "@language": "de", + "@value": "CRM EntitΓ€t" + }, + { + "@language": "el", + "@value": "ΞΞ½ΟΟΟΞ·ΟΞ± CIDOC CRM" + }, + { + "@language": "fr", + "@value": "EntitΓ© CRM" + }, + { + "@language": "pt", + "@value": "Entidade CRM" + }, + { + "@language": "ru", + "@value": "CRM Π‘ΡΡΠ½ΠΎΡΡΡ" + }, + { + "@language": "zh", + "@value": "CRMε�δ½" + } + ], + "rdfs:comment": "This class comprises all things in the universe of discourse of the CIDOC Conceptual Reference Model.\nIt is an abstract concept providing for three general properties:\nIdentification by name or appellation, and in particular by a preferred identifier\nClassification by type, allowing further refinement of the specific subclass an instance belongs to\nAttachment of free text and other unstructured data for the expression of anything not captured by formal properties\nAll other classes within the CIDOC CRM are directly or indirectly specialisations of E1 CRM Entity." + }, + { + "id": "crm:E2_Temporal_Entity", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Temporal Entity" + }, + { + "@language": "de", + "@value": "Geschehendes" + }, + { + "@language": "el", + "@value": "ΞΞ³ΟΟΞΏΞ½Ξ· ΞΞ½ΟΟΟΞ·ΟΞ±" + }, + { + "@language": "fr", + "@value": "EntitΓ© temporelle" + }, + { + "@language": "pt", + "@value": "Entidade Temporal" + }, + { + "@language": "ru", + "@value": "ΠΡΠ΅ΠΌΠ΅Π½Π½Π°Ρ Π‘ΡΡΠ½ΠΎΡΡΡ" + }, + { + "@language": "zh", + "@value": "ζΆεΊε�δ½" + } + ], + "rdfs:comment": "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.\nIn 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.", + "rdfs:subClassOf": { + "id": "crm:E1_CRM_Entity" + } + }, + { + "id": "crm:E3_Condition_State", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Condition State" + }, + { + "@language": "de", + "@value": "Zustandsphase" + }, + { + "@language": "el", + "@value": "ΞΞ±ΟΞ¬ΟΟΞ±ΟΞ·" + }, + { + "@language": "fr", + "@value": "Γtat matΓ©riel" + }, + { + "@language": "pt", + "@value": "Estado Material" + }, + { + "@language": "ru", + "@value": "Π‘ΠΎΡΡΠΎΡΠ½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζ‘δ»ΆηΆζ" + } + ], + "rdfs:comment": "This class comprises the states of objects characterised by a certain condition over a time-span.\nAn 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.\nThe 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 September 1846 and 27 August 1847β can be characterized as an instance βwreckedβ of E55 Type.", + "rdfs:subClassOf": { + "id": "crm:E2_Temporal_Entity" + } + }, + { + "id": "crm:E4_Period", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Period" + }, + { + "@language": "de", + "@value": "Phase" + }, + { + "@language": "el", + "@value": "Ξ Ξ΅ΟίοδοΟ" + }, + { + "@language": "fr", + "@value": "PΓ©riode" + }, + { + "@language": "pt", + "@value": "PerΓodo" + }, + { + "@language": "ru", + "@value": "ΠΠ΅ΡΠΈΠΎΠ΄" + }, + { + "@language": "zh", + "@value": "ζΆζ" + } + ], + "rdfs:comment": "This class comprises sets of coherent phenomena or cultural manifestations occurring in time and space.\nIt 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.\nOften, 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.\nAs 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.\nWhether 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.\nConsequently, an instance of E4 Period may occupy a number of disjoint spacetime volumes, however there must not be a discontinuity in the timespan 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.\nWe 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.\nTypical 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.\nA 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.\nAnother 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.", + "rdfs:subClassOf": [ + { + "id": "crm:E2_Temporal_Entity" + }, + { + "id": "crm:E92_Spacetime_Volume" + } + ] + }, + { + "id": "crm:E92_Spacetime_Volume", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Spacetime Volume" + }, + "rdfs:comment": "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 Timespan 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.", + "rdfs:subClassOf": { + "id": "crm:E1_CRM_Entity" + } + }, + { + "id": "crm:E5_Event", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Event" + }, + { + "@language": "de", + "@value": "Ereignis" + }, + { + "@language": "el", + "@value": "Ξ£Ο ΞΌΞ²Ξ¬Ξ½" + }, + { + "@language": "fr", + "@value": "ΓvΓ©nement" + }, + { + "@language": "pt", + "@value": "Evento" + }, + { + "@language": "ru", + "@value": "Π‘ΠΎΠ±ΡΡΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "δΊδ»Ά" + } + ], + "rdfs:comment": "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.\nWhile 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.\nThe 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.\nWhile 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.\nViewed 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 analyzed 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.", + "rdfs:subClassOf": { + "id": "crm:E4_Period" + } + }, + { + "id": "crm:E6_Destruction", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Destruction" + }, + { + "@language": "de", + "@value": "ZerstΓΆrung" + }, + { + "@language": "el", + "@value": "ΞΞ±ΟΞ±ΟΟΟΞΏΟΞ�" + }, + { + "@language": "fr", + "@value": "Destruction" + }, + { + "@language": "pt", + "@value": "Destruição" + }, + { + "@language": "ru", + "@value": "Π Π°Π·ΡΡΡΠ΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "η ΄ε" + } + ], + "rdfs:comment": "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.\nSome 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.\nThe decision to document an object as destroyed, transformed or modified is context sensitive:\n1. If the matter remaining from the destruction is not documented, the event is modelled solely as an instance of E6 Destruction.\n2. 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.\n3. 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.", + "rdfs:subClassOf": { + "id": "crm:E64_End_of_Existence" + } + }, + { + "id": "crm:E64_End_of_Existence", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "End of Existence" + }, + { + "@language": "de", + "@value": "Daseinsende" + }, + { + "@language": "el", + "@value": "Ξ€ΞΞ»ΞΏΟ ΞΟΞ±ΟΞΎΞ·Ο" + }, + { + "@language": "fr", + "@value": "Fin d'existence" + }, + { + "@language": "pt", + "@value": "Fim da ExistΓͺncia" + }, + { + "@language": "ru", + "@value": "ΠΠΎΠ½Π΅Ρ Π‘ΡΡΠ΅ΡΡΠ²ΠΎΠ²Π°Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "η»ζ" + } + ], + "rdfs:comment": "This class comprises events that end the existence of any instance of E77 Persistent Item.\nIt 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 E64 Persistent Item continues to exist in a new form, the process would be documented as instances of E81 Transformation.", + "rdfs:subClassOf": { + "id": "crm:E5_Event" + } + }, + { + "id": "crm:E7_Activity", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Activity" + }, + { + "@language": "de", + "@value": "Handlung" + }, + { + "@language": "el", + "@value": "ΞΟΞ¬ΟΞ·" + }, + { + "@language": "fr", + "@value": "ActivitΓ©" + }, + { + "@language": "pt", + "@value": "Atividade" + }, + { + "@language": "ru", + "@value": "ΠΠ΅ΡΡΠ΅Π»ΡΠ½ΠΎΡΡΡ" + }, + { + "@language": "zh", + "@value": "ζ΄»ε¨" + } + ], + "rdfs:comment": "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.\nThis 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.", + "rdfs:subClassOf": { + "id": "crm:E5_Event" + } + }, + { + "id": "crm:E8_Acquisition", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Acquisition" + }, + { + "@language": "de", + "@value": "Erwerb" + }, + { + "@language": "el", + "@value": "ΞΟΟΞΊΟΞ·ΟΞ·" + }, + { + "@language": "fr", + "@value": "Acquisition" + }, + { + "@language": "pt", + "@value": "Aquisição" + }, + { + "@language": "ru", + "@value": "Π‘ΠΎΠ±ΡΡΠΈΠ΅ ΠΡΠΈΠΎΠ±ΡΠ΅ΡΠ΅Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "ιθ�Ώ" + } + ], + "rdfs:comment": "This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more other instances of E39 Actor.\nThe 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:\n1. the beginning of ownership\n2. the end of ownership\n3. the transfer of ownership\n4. the acquisition from an unknown source\n5. the loss of title due to destruction of the item\nIt 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.", + "rdfs:subClassOf": { + "id": "crm:E7_Activity" + } + }, + { + "id": "crm:E9_Move", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Move" + }, + { + "@language": "de", + "@value": "Objektbewegung" + }, + { + "@language": "el", + "@value": "ΞΞ΅ΟΞ±ΞΊΞ―Ξ½Ξ·ΟΞ·" + }, + { + "@language": "fr", + "@value": "DΓ©placement" + }, + { + "@language": "pt", + "@value": "Locomoção" + }, + { + "@language": "ru", + "@value": "ΠΠ΅ΡΠ΅ΠΌΠ΅ΡΠ΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "移ε¨" + } + ], + "rdfs:comment": "This class comprises changes of the physical location of the instances of E19 Physical Object.\nNote, 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.", + "rdfs:subClassOf": { + "id": "crm:E7_Activity" + } + }, + { + "id": "crm:E10_Transfer_of_Custody", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Transfer of Custody" + }, + { + "@language": "de", + "@value": "Γbertragung des Gewahrsams" + }, + { + "@language": "el", + "@value": "ΞΞ΅ΟΞ±Ξ²Ξ―Ξ²Ξ±ΟΞ· ΞΞ±ΟΞΏΟΞ�Ο" + }, + { + "@language": "fr", + "@value": "Changement de dΓ©tenteur" + }, + { + "@language": "pt", + "@value": "TransferΓͺncia de CustΓ³dia" + }, + { + "@language": "ru", + "@value": "ΠΠ΅ΡΠ΅Π΄Π°ΡΠ° ΠΠΏΠ΅ΠΊΠΈ" + }, + { + "@language": "zh", + "@value": "转移ηζ€ζ" + } + ], + "rdfs:comment": "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.\nDepending on the circumstances, it may describe:\n1. the beginning of custody (there is no previous custodian)\n2. the end of custody (there is no subsequent custodian)\n3. the transfer of custody (transfer from one custodian to the next)\n4. the receipt of custody from an unknown source (the previous custodian is unknown)\n5. the declared loss of an object (the current or subsequent custodian is unknown)\nIn 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).\nThe 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.\nThe 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.\nTheft is a specific case of illegal transfer of custody.", + "rdfs:subClassOf": { + "id": "crm:E7_Activity" + } + }, + { + "id": "crm:E11_Modification", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Modification" + }, + { + "@language": "de", + "@value": "Bearbeitung" + }, + { + "@language": "el", + "@value": "Ξ€ΟΞΏΟΞΏΟΞΏΞ―Ξ·ΟΞ·" + }, + { + "@language": "fr", + "@value": "Modification" + }, + { + "@language": "pt", + "@value": "Modificação" + }, + { + "@language": "ru", + "@value": "Π‘ΠΎΠ±ΡΡΠΈΠ΅ ΠΠ·ΠΌΠ΅Π½Π΅Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "δΏ�ζΉ" + } + ], + "rdfs:comment": "This class comprises instances of E7 Activity that are undertaken to create, alter or change instances of E24 Physical Human-Made Thing.\nThis 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.\nSince 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.\nAn 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.\nIf 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.", + "rdfs:subClassOf": { + "id": "crm:E7_Activity" + } + }, + { + "id": "crm:E12_Production", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Production" + }, + { + "@language": "de", + "@value": "Herstellung" + }, + { + "@language": "el", + "@value": "Ξ Ξ±ΟΞ±Ξ³ΟΞ³Ξ�" + }, + { + "@language": "fr", + "@value": "Production" + }, + { + "@language": "pt", + "@value": "Produção" + }, + { + "@language": "ru", + "@value": "Π‘ΠΎΠ±ΡΡΠΈΠ΅ ΠΡΠΎΠΈΠ·Π²ΠΎΠ΄ΡΡΠ²Π°" + }, + { + "@language": "zh", + "@value": "ηδΊ§" + } + ], + "rdfs:comment": "This class comprises activities that are designed to, and succeed in, creating one or more new items.\nIt 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.\nThis entity can be collective: the printing of a thousand books, for example, would normally be considered a single event.\nAn 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.", + "rdfs:subClassOf": [ + { + "id": "crm:E11_Modification" + }, + { + "id": "crm:E63_Beginning_of_Existence" + } + ] + }, + { + "id": "crm:E63_Beginning_of_Existence", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Beginning of Existence" + }, + { + "@language": "de", + "@value": "Daseinsbeginn" + }, + { + "@language": "el", + "@value": "ΞΟΟΞ� ΞΟΞ±ΟΞΎΞ·Ο" + }, + { + "@language": "fr", + "@value": "DΓ©but d'existence" + }, + { + "@language": "pt", + "@value": "InΓcio da ExistΓͺncia" + }, + { + "@language": "ru", + "@value": "ΠΠ°ΡΠ°Π»ΠΎ Π‘ΡΡΠ΅ΡΡΠ²ΠΎΠ²Π°Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "εε§" + } + ], + "rdfs:comment": "This class comprises events that bring into existence any instance of E77 Persistent Item.\nIt 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β.", + "rdfs:subClassOf": { + "id": "crm:E5_Event" + } + }, + { + "id": "crm:E13_Attribute_Assignment", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Attribute Assignment" + }, + { + "@language": "de", + "@value": "Merkmalszuweisung" + }, + { + "@language": "el", + "@value": "ΞΟΟδοΟΞ· ΞδιοΟΞ�ΟΟΞ½" + }, + { + "@language": "fr", + "@value": "Affectation d'attribut" + }, + { + "@language": "pt", + "@value": "Atribuição de CaracterΓstica" + }, + { + "@language": "ru", + "@value": "ΠΡΠΈΡΠ²ΠΎΠ΅Π½ΠΈΠ΅ ΠΡΡΠΈΠ±ΡΡΠ°" + }, + { + "@language": "zh", + "@value": "ε±ζ§θ΅εΌ" + } + ], + "rdfs:comment": "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 type: E55 Type.\nFor 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.\nThis 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.\nAll 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.\nAll 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.", + "rdfs:subClassOf": { + "id": "crm:E7_Activity" + } + }, + { + "id": "crm:E14_Condition_Assessment", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Condition Assessment" + }, + { + "@language": "de", + "@value": "Zustandsfeststellung" + }, + { + "@language": "el", + "@value": "ΞΞΊΟΞ―ΞΌΞ·ΟΞ· ΞΞ±ΟΞ¬ΟΟΞ±ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "Expertise de l'Γ©tat matΓ©riel" + }, + { + "@language": "pt", + "@value": "Avaliação do Estado Material" + }, + { + "@language": "ru", + "@value": "ΠΡΠ΅Π½ΠΊΠ° Π‘ΠΎΡΡΠΎΡΠ½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "ηΆζθ―δΌ°" + } + ], + "rdfs:comment": "This class describes the act of assessing the state of preservation of an object during a particular period.\nThe 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.", + "rdfs:subClassOf": { + "id": "crm:E13_Attribute_Assignment" + } + }, + { + "id": "crm:E15_Identifier_Assignment", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Identifier Assignment" + }, + { + "@language": "de", + "@value": "Kennzeichenzuweisung" + }, + { + "@language": "el", + "@value": "ΞΟΟδοΟΞ· ΞΞ½Ξ±Ξ³Ξ½ΟΟΞΉΟΟΞΉΞΊΞΏΟ" + }, + { + "@language": "fr", + "@value": "Attribution dβidentificateur" + }, + { + "@language": "pt", + "@value": "Atribuição de Identificador" + }, + { + "@language": "ru", + "@value": "ΠΠ°Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ ΠΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡΠ°" + }, + { + "@language": "zh", + "@value": "ζ θ―符θ΅εΌ" + } + ], + "rdfs:comment": "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.\nExamples 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.\nThe 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.", + "rdfs:subClassOf": { + "id": "crm:E13_Attribute_Assignment" + } + }, + { + "id": "crm:E16_Measurement", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Measurement" + }, + { + "@language": "de", + "@value": "Messung" + }, + { + "@language": "el", + "@value": "ΞΞΟΟΞ·ΟΞ·" + }, + { + "@language": "fr", + "@value": "Mesurage" + }, + { + "@language": "pt", + "@value": "Medição" + }, + { + "@language": "ru", + "@value": "Π‘ΠΎΠ±ΡΡΠΈΠ΅ ΠΠ·ΠΌΠ΅ΡΠ΅Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "ζ΅ι" + } + ], + "rdfs:comment": "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.\nAn instance of E16 Measurement may us 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.\nRegardless 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.", + "rdfs:subClassOf": { + "id": "crm:E13_Attribute_Assignment" + } + }, + { + "id": "crm:E17_Type_Assignment", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Type Assignment" + }, + { + "@language": "de", + "@value": "Typuszuweisung" + }, + { + "@language": "el", + "@value": "ΞΟΟδοΟΞ· Ξ€ΟΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "Attribution de type" + }, + { + "@language": "pt", + "@value": "Atribuição de Tipo" + }, + { + "@language": "ru", + "@value": "ΠΡΠΈΡΠ²ΠΎΠ΅Π½ΠΈΠ΅ Π’ΠΈΠΏΠ°" + }, + { + "@language": "zh", + "@value": "η±»εθ΅εΌ" + } + ], + "rdfs:comment": "This class comprises the actions of classifying items of whatever kind. Such items include objects, specimens, people, actions and concepts.\nThis 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.", + "rdfs:subClassOf": { + "id": "crm:E13_Attribute_Assignment" + } + }, + { + "id": "crm:E18_Physical_Thing", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Physical Thing" + }, + { + "@language": "de", + "@value": "Materielles" + }, + { + "@language": "el", + "@value": "Ξ₯Ξ»ΞΉΞΊΟ Ξ Οάγμα" + }, + { + "@language": "fr", + "@value": "Chose matΓ©rielle" + }, + { + "@language": "pt", + "@value": "Coisa Material" + }, + { + "@language": "ru", + "@value": "Π€ΠΈΠ·ΠΈΡΠ΅ΡΠΊΠ°Ρ ΠΠ΅ΡΡ" + }, + { + "@language": "zh", + "@value": "ε�η©" + } + ], + "rdfs:comment": "This class comprises all persistent physical items with a relatively stable form, human-made or natural.\nDepending 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.\nAn 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).\nThe 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.", + "rdfs:subClassOf": { + "id": "crm:E72_Legal_Object" + } + }, + { + "id": "crm:E72_Legal_Object", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Legal Object" + }, + { + "@language": "de", + "@value": "Rechtsobjekt" + }, + { + "@language": "el", + "@value": "ΞΞΏΞΌΞΉΞΊΟ ΞΞ½ΟικΡίμΡνο" + }, + { + "@language": "fr", + "@value": "Objet juridique" + }, + { + "@language": "pt", + "@value": "Objeto JurΓdico" + }, + { + "@language": "ru", + "@value": "ΠΠ±ΡΠ΅ΠΊΡ ΠΡΠ°Π²Π°" + }, + { + "@language": "zh", + "@value": "ζ³εΎε―Ήθ±‘" + } + ], + "rdfs:comment": "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.\nThis 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.", + "rdfs:subClassOf": { + "id": "crm:E70_Thing" + } + }, + { + "id": "crm:E19_Physical_Object", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Physical Object" + }, + { + "@language": "de", + "@value": "Materieller Gegenstand" + }, + { + "@language": "el", + "@value": "Ξ₯Ξ»ΞΉΞΊΟ ΞΞ½ΟικΡίμΡνο" + }, + { + "@language": "fr", + "@value": "Objet matΓ©riel" + }, + { + "@language": "pt", + "@value": "Objeto Material" + }, + { + "@language": "ru", + "@value": "Π€ΠΈΠ·ΠΈΡΠ΅ΡΠΊΠΈΠΉ ΠΠ±ΡΠ΅ΠΊΡ" + }, + { + "@language": "zh", + "@value": "η©θ΄¨ε―Ήθ±‘" + } + ], + "rdfs:comment": "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.\nThe 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).\nIn some contexts, such objects, except for aggregates, are also called βbona fide objectsβ (Smith & Varzi, 2000, pp.401-420), i.e., naturally defined objects.\nThe 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.", + "rdfs:subClassOf": { + "id": "crm:E18_Physical_Thing" + } + }, + { + "id": "crm:E20_Biological_Object", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Biological Object" + }, + { + "@language": "de", + "@value": "Biologischer Gegenstand" + }, + { + "@language": "el", + "@value": "ΞΞΉΞΏΞ»ΞΏΞ³ΞΉΞΊΟ ΞΞΊΟικΡίμΡνο" + }, + { + "@language": "fr", + "@value": "Objet biologique" + }, + { + "@language": "pt", + "@value": "Objeto BiolΓ³gico" + }, + { + "@language": "ru", + "@value": "ΠΠΈΠΎΠ»ΠΎΠ³ΠΈΡΠ΅ΡΠΊΠΈΠΉ ΠΠ±ΡΠ΅ΠΊΡ" + }, + { + "@language": "zh", + "@value": "ηη©ε―Ήθ±‘" + } + ], + "rdfs:comment": "This class comprises individual items of a material nature, which live, have lived or are natural products of or from living organisms.\nArtificial 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.", + "rdfs:subClassOf": { + "id": "crm:E19_Physical_Object" + } + }, + { + "id": "crm:E21_Person", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Person" + }, + { + "@language": "de", + "@value": "Person" + }, + { + "@language": "el", + "@value": "Ξ ΟΟΟΟΟΞΏ" + }, + { + "@language": "fr", + "@value": "Personne" + }, + { + "@language": "pt", + "@value": "Pessoa" + }, + { + "@language": "ru", + "@value": "ΠΠΈΡΠ½ΠΎΡΡΡ" + }, + { + "@language": "zh", + "@value": "δΊΊη©" + } + ], + "rdfs:comment": "This class comprises real persons who live or are assumed to have lived.\nLegendary 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.\nIn 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.", + "rdfs:subClassOf": [ + { + "id": "crm:E20_Biological_Object" + }, + { + "id": "crm:E39_Actor" + } + ] + }, + { + "id": "crm:E39_Actor", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Actor" + }, + { + "@language": "de", + "@value": "Akteur" + }, + { + "@language": "el", + "@value": "ΞΟΞ¬ΟΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "Agent" + }, + { + "@language": "pt", + "@value": "Agente" + }, + { + "@language": "ru", + "@value": "ΠΠ³Π΅Π½Ρ" + }, + { + "@language": "zh", + "@value": "εδΈθ " + } + ], + "rdfs:comment": "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.", + "rdfs:subClassOf": { + "id": "crm:E77_Persistent_Item" + } + }, + { + "id": "crm:E22_Human-Made_Object", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Human-Made Object" + }, + "rdfs:comment": "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.\nThe class also includes all aggregates of objects made for functional purposes of whatever kind, independent of physical coherence, such as a set of chessmen.", + "rdfs:subClassOf": [ + { + "id": "crm:E19_Physical_Object" + }, + { + "id": "crm:E24_Physical_Human-Made_Thing" + } + ] + }, + { + "id": "crm:E24_Physical_Human-Made_Thing", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Physical Human-Made Thing" + }, + "rdfs:comment": "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.\nInstances 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.\nWhereas 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.", + "rdfs:subClassOf": [ + { + "id": "crm:E18_Physical_Thing" + }, + { + "id": "crm:E71_Human-Made_Thing" + } + ] + }, + { + "id": "crm:E71_Human-Made_Thing", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Human-Made Thing" + }, + "rdfs:comment": "This class comprises discrete, identifiable human-made items that are documented as single units.\nThese 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.", + "rdfs:subClassOf": { + "id": "crm:E70_Thing" + } + }, + { + "id": "crm:E25_Human-Made_Feature", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Human-Made Feature" + }, + "rdfs:comment": "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.", + "rdfs:subClassOf": [ + { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + { + "id": "crm:E26_Physical_Feature" + } + ] + }, + { + "id": "crm:E26_Physical_Feature", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Physical Feature" + }, + { + "@language": "de", + "@value": "Materielles Merkmal" + }, + { + "@language": "el", + "@value": "Ξ₯Ξ»ΞΉΞΊΟ ΞΟΟΟΟΞΌΞ±" + }, + { + "@language": "fr", + "@value": "CaractΓ©ristique matΓ©rielle" + }, + { + "@language": "pt", + "@value": "CaracterΓstica Material" + }, + { + "@language": "ru", + "@value": "Π€ΠΈΠ·ΠΈΡΠ΅ΡΠΊΠΈΠΉ ΠΡΠΈΠ·Π½Π°ΠΊ" + }, + { + "@language": "zh", + "@value": "η©ηηΉεΎ" + } + ], + "rdfs:comment": "This class comprises identifiable features that are physically attached in an integral way to particular physical objects.\nInstances 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.\nInstances 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.\nThis definition coincides with the definition of \"fiat objects\" (Smith & Varzi, 2000, pp.401-420), with the exception of aggregates of βbona fide objectsβ.", + "rdfs:subClassOf": { + "id": "crm:E18_Physical_Thing" + } + }, + { + "id": "crm:E27_Site", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Site" + }, + { + "@language": "de", + "@value": "GelΓ€nde" + }, + { + "@language": "el", + "@value": "Ξ¦Ο ΟΞΉΞΊΟΟ Ξ§ΟΟΞΏΟ" + }, + { + "@language": "fr", + "@value": "Site" + }, + { + "@language": "pt", + "@value": "Lugar" + }, + { + "@language": "ru", + "@value": "Π£ΡΠ°ΡΡΠΎΠΊ" + }, + { + "@language": "zh", + "@value": "εΊε°" + } + ], + "rdfs:comment": "This class comprises pieces of land or sea floor.\nIn 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.\nInstances of E27 Site are composed of relatively immobile material items and features in a particular configuration at a particular location.", + "rdfs:subClassOf": { + "id": "crm:E26_Physical_Feature" + } + }, + { + "id": "crm:E28_Conceptual_Object", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Conceptual Object" + }, + { + "@language": "de", + "@value": "Begrifflicher Gegenstand" + }, + { + "@language": "el", + "@value": "ΞΞΏΞ·ΟΞΉΞΊΟ ΞΞ½ΟικΡίμΡνο" + }, + { + "@language": "fr", + "@value": "Objet conceptuel" + }, + { + "@language": "pt", + "@value": "Objeto Conceitual" + }, + { + "@language": "ru", + "@value": "ΠΠΎΠ½ΡΠ΅ΠΏΡΡΠ°Π»ΡΠ½ΡΠΉ ΠΠ±ΡΠ΅ΠΊΡ" + }, + { + "@language": "zh", + "@value": "ζ¦εΏ΅ε―Ήθ±‘" + } + ], + "rdfs:comment": "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.\nCharacteristically, 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.\nThey 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.", + "rdfs:subClassOf": { + "id": "crm:E71_Human-Made_Thing" + } + }, + { + "id": "crm:E29_Design_or_Procedure", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Design or Procedure" + }, + { + "@language": "de", + "@value": "Entwurf oder Verfahren" + }, + { + "@language": "el", + "@value": "Ξ£ΟΞδιο" + }, + { + "@language": "fr", + "@value": "Conception ou procΓ©dure" + }, + { + "@language": "pt", + "@value": "Projeto ou Procedimento" + }, + { + "@language": "ru", + "@value": "ΠΡΠΎΠ΅ΠΊΡ ΠΈΠ»ΠΈ ΠΡΠΎΡΠ΅Π΄ΡΡΠ°" + }, + { + "@language": "zh", + "@value": "θ�Ύθ�‘ζη¨εΊ" + } + ], + "rdfs:comment": "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.\nInstances of E29 Design or Procedure can be structured in parts and sequences or depend on others.\nThis is modelled using P69 has association with (is associated with): E29 Design or Procedure.\nDesigns or procedures can be seen as one of the following\n1. A schema for the activities it describes\n2. A schema of the products that result from their application.\n3. An independent intellectual product that may have never been applied, such as Leonardo da Vinciβs famous plans for flying machines.\nBecause 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.", + "rdfs:subClassOf": { + "id": "crm:E73_Information_Object" + } + }, + { + "id": "crm:E73_Information_Object", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Information Object" + }, + { + "@language": "de", + "@value": "Informationsgegenstand" + }, + { + "@language": "el", + "@value": "ΠληΟΞΏΟΞΏΟΞΉΞ±ΞΊΟ ΞΞ½ΟικΡίμΡνο" + }, + { + "@language": "fr", + "@value": "Objet d'information" + }, + { + "@language": "pt", + "@value": "Objeto de Informação" + }, + { + "@language": "ru", + "@value": "ΠΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΎΠ½Π½ΡΠΉ ΠΠ±ΡΠ΅ΠΊΡ" + }, + { + "@language": "zh", + "@value": "δΏ‘ζ―对豑" + } + ], + "rdfs:comment": "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.\nAn 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.\nInstances 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.", + "rdfs:subClassOf": [ + { + "id": "crm:E89_Propositional_Object" + }, + { + "id": "crm:E90_Symbolic_Object" + } + ] + }, + { + "id": "crm:E30_Right", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Right" + }, + { + "@language": "de", + "@value": "Recht" + }, + { + "@language": "el", + "@value": "ΞΞΉΞΊΞ±Ξ―ΟΞΌΞ±" + }, + { + "@language": "fr", + "@value": "Droit" + }, + { + "@language": "pt", + "@value": "Direitos" + }, + { + "@language": "ru", + "@value": "ΠΡΠ°Π²ΠΎ" + }, + { + "@language": "zh", + "@value": "ζι" + } + ], + "rdfs:comment": "This class comprises legal privileges concerning material and immaterial things or their derivatives.\nThese include reproduction and property rights.", + "rdfs:subClassOf": { + "id": "crm:E89_Propositional_Object" + } + }, + { + "id": "crm:E89_Propositional_Object", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Propositional Object" + }, + { + "@language": "de", + "@value": "Aussagenobjekt" + }, + { + "@language": "zh", + "@value": "ε½ι’对豑" + } + ], + "rdfs:comment": "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.\nThis 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.", + "rdfs:subClassOf": { + "id": "crm:E28_Conceptual_Object" + } + }, + { + "id": "crm:E31_Document", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Document" + }, + { + "@language": "de", + "@value": "Dokument" + }, + { + "@language": "el", + "@value": "΀ΡκμΞ�ΟΞΉΞΏ" + }, + { + "@language": "fr", + "@value": "Document" + }, + { + "@language": "pt", + "@value": "Documento" + }, + { + "@language": "ru", + "@value": "ΠΠΎΠΊΡΠΌΠ΅Π½Ρ" + }, + { + "@language": "zh", + "@value": "ζη�" + } + ], + "rdfs:comment": "This class comprises identifiable immaterial items that make propositions about reality.\nThese 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.", + "rdfs:subClassOf": { + "id": "crm:E73_Information_Object" + } + }, + { + "id": "crm:E32_Authority_Document", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Authority Document" + }, + { + "@language": "de", + "@value": "Referenzdokument" + }, + { + "@language": "el", + "@value": "Ξ Ξ·Ξ³Ξ� ΞΞ±ΞΈΞΉΞ΅ΟΟΞΌΞΞ½ΟΞ½ ΞΟΟΞ½" + }, + { + "@language": "fr", + "@value": "Document de rΓ©fΓ©rence" + }, + { + "@language": "pt", + "@value": "Documento de ReferΓͺncia" + }, + { + "@language": "ru", + "@value": "ΠΡΠΈΡΠΈΠ°Π»ΡΠ½ΡΠΉ ΠΠΎΠΊΡΠΌΠ΅Π½Ρ" + }, + { + "@language": "zh", + "@value": "θ§θζζ‘£" + } + ], + "rdfs:comment": "This class comprises encyclopaedia, thesauri, authority lists and other documents that define terminology or conceptual systems for consistent use.", + "rdfs:subClassOf": { + "id": "crm:E31_Document" + } + }, + { + "id": "crm:E33_Linguistic_Object", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Linguistic Object" + }, + { + "@language": "de", + "@value": "Sprachlicher Gegenstand" + }, + { + "@language": "el", + "@value": "ΞΞ»ΟΟΟΞΉΞΊΟ ΞΞ½ΟικΡίμΡνο" + }, + { + "@language": "fr", + "@value": "Objet linguistique" + }, + { + "@language": "pt", + "@value": "Objeto LingΓΌΓstico" + }, + { + "@language": "ru", + "@value": "ΠΠΈΠ½Π²ΠΈΡΡΠΈΡΠ΅ΡΠΊΠΈΠΉ ΠΠ±ΡΠ΅ΠΊΡ" + }, + { + "@language": "zh", + "@value": "θ―θ¨ε―Ήθ±‘" + } + ], + "rdfs:comment": "This class comprises identifiable expressions in natural language or languages.\nInstances 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.\nIn 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.\nIn 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.", + "rdfs:subClassOf": { + "id": "crm:E73_Information_Object" + } + }, + { + "id": "crm:E33_E41_Linguistic_Appellation", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Linguistic Appellation" + }, + "rdfs:subClassOf": [ + { + "id": "crm:E33_Linguistic_Object" + }, + { + "id": "crm:E41_Appellation" + } + ] + }, + { + "id": "crm:E41_Appellation", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Appellation" + }, + { + "@language": "de", + "@value": "Benennung" + }, + { + "@language": "el", + "@value": "ΞΞ½ΞΏΞΌΞ±ΟΞ―Ξ±" + }, + { + "@language": "fr", + "@value": "Appellation" + }, + { + "@language": "pt", + "@value": "Designação" + }, + { + "@language": "ru", + "@value": "ΠΠ±ΠΎΠ·Π½Π°ΡΠ΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "η§°θ°" + } + ], + "rdfs:comment": "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.\nInstances 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.\nDifferent 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.\nInstances 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.\nEven 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.\nE41 Appellation should not be confused with the act of naming something. Cf. E15 Identifier Assignment", + "rdfs:subClassOf": { + "id": "crm:E90_Symbolic_Object" + } + }, + { + "id": "crm:E34_Inscription", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Inscription" + }, + { + "@language": "de", + "@value": "Inschrift" + }, + { + "@language": "el", + "@value": "ΞΟΞΉΞ³ΟΞ±ΟΞ�" + }, + { + "@language": "fr", + "@value": "Inscription" + }, + { + "@language": "pt", + "@value": "Inscrição" + }, + { + "@language": "ru", + "@value": "ΠΠ°Π΄ΠΏΠΈΡΡ" + }, + { + "@language": "zh", + "@value": "ι’θ―" + } + ], + "rdfs:comment": "This class comprises recognisable, texts attached to instances of E24 Physical Human-Made Thing.\nThe 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.\nThe 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.", + "rdfs:subClassOf": [ + { + "id": "crm:E33_Linguistic_Object" + }, + { + "id": "crm:E37_Mark" + } + ] + }, + { + "id": "crm:E37_Mark", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Mark" + }, + { + "@language": "de", + "@value": "Marke" + }, + { + "@language": "el", + "@value": "Ξ£Ξ�ΞΌΞ±Ξ½ΟΞ·" + }, + { + "@language": "fr", + "@value": "Marque" + }, + { + "@language": "pt", + "@value": "Marca" + }, + { + "@language": "ru", + "@value": "ΠΠΎΠΌΠ΅ΡΠΊΠ°" + }, + { + "@language": "zh", + "@value": "ζ θ�°" + } + ], + "rdfs:comment": "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.\nThis 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.", + "rdfs:subClassOf": { + "id": "crm:E36_Visual_Item" + } + }, + { + "id": "crm:E35_Title", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Title" + }, + { + "@language": "de", + "@value": "Titel" + }, + { + "@language": "el", + "@value": "΀ίΟλοΟ" + }, + { + "@language": "fr", + "@value": "Titre" + }, + { + "@language": "pt", + "@value": "TΓtulo" + }, + { + "@language": "ru", + "@value": "ΠΠ°Π³ΠΎΠ»ΠΎΠ²ΠΎΠΊ" + }, + { + "@language": "zh", + "@value": "ι’ε" + } + ], + "rdfs:comment": "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.\nTitles 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.\nThis class also comprises the translations of titles that are used as surrogates for the original titles in different social contexts.", + "rdfs:subClassOf": [ + { + "id": "crm:E33_Linguistic_Object" + }, + { + "id": "crm:E41_Appellation" + } + ] + }, + { + "id": "crm:E36_Visual_Item", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Visual Item" + }, + { + "@language": "de", + "@value": "Bildliches" + }, + { + "@language": "el", + "@value": "ΞΟΟΞΉΞΊΟ Ξ£ΟΞΏΞΉΟΡίο" + }, + { + "@language": "fr", + "@value": "Item visuel" + }, + { + "@language": "pt", + "@value": "Item Visual" + }, + { + "@language": "ru", + "@value": "ΠΠΈΠ·ΡΠ°Π»ΡΠ½ΡΠΉ ΠΡΠ΅Π΄ΠΌΠ΅Ρ" + }, + { + "@language": "zh", + "@value": "ε―θ§ι‘Ή" + } + ], + "rdfs:comment": "This class comprises the intellectual or conceptual aspects of recognisable marks, images and other visual works.\nThis 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.\nThe 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.", + "rdfs:subClassOf": { + "id": "crm:E73_Information_Object" + } + }, + { + "id": "crm:E77_Persistent_Item", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Persistent Item" + }, + { + "@language": "de", + "@value": "Seiendes" + }, + { + "@language": "el", + "@value": "ΞΞ½" + }, + { + "@language": "fr", + "@value": "EntitΓ© persistante" + }, + { + "@language": "pt", + "@value": "Entidade Persistente" + }, + { + "@language": "ru", + "@value": "ΠΠΎΡΡΠΎΡΠ½Π½Π°Ρ Π‘ΡΡΠ½ΠΎΡΡΡ" + }, + { + "@language": "zh", + "@value": "ζδΉ ι‘Ή" + } + ], + "rdfs:comment": "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.\nInstances 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 use to be sufficiently similar to recognize the instance for some substantial period of time.\nThe more specific criteria that determine the identity of instances of subclasses of E77 Persistent Item may vary considerably and are described of 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.\nThe 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.\nAn 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.", + "rdfs:subClassOf": { + "id": "crm:E1_CRM_Entity" + } + }, + { + "id": "crm:E90_Symbolic_Object", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Symbolic Object" + }, + { + "@language": "de", + "@value": "Symbolisches Objekt" + }, + { + "@language": "zh", + "@value": "符ε·ε―Ήθ±‘" + } + ], + "rdfs:comment": "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.\nIt 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.\nIn 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).", + "rdfs:subClassOf": [ + { + "id": "crm:E28_Conceptual_Object" + }, + { + "id": "crm:E72_Legal_Object" + } + ] + }, + { + "id": "crm:E42_Identifier", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Identifier" + }, + { + "@language": "de", + "@value": "Kennung" + }, + { + "@language": "el", + "@value": "ΞΟδικΟΟ ΞΞ½Ξ±Ξ³Ξ½ΟΟΞΉΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "Identificateur d'objet" + }, + { + "@language": "pt", + "@value": "Identificador de Objeto" + }, + { + "@language": "ru", + "@value": "ΠΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡ ΠΠ±ΡΠ΅ΠΊΡΠ°" + }, + { + "@language": "zh", + "@value": "ζ θ―符" + } + ], + "rdfs:comment": "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.\nThe class E42 Identifier is not normally used for machine-generated identifiers used for automated processing unless these are also used by human agents.", + "rdfs:subClassOf": { + "id": "crm:E41_Appellation" + } + }, + { + "id": "crm:E52_Time-Span", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Time-Span" + }, + { + "@language": "de", + "@value": "Zeitspanne" + }, + { + "@language": "el", + "@value": "Ξ§ΟΞΏΞ½ΞΉΞΊΟ ΞΞΉΞ¬ΟΟΞ·ΞΌΞ±" + }, + { + "@language": "fr", + "@value": "DurΓ©e" + }, + { + "@language": "pt", + "@value": "PerΓodo de Tempo" + }, + { + "@language": "ru", + "@value": "ΠΠ½ΡΠ΅ΡΠ²Π°Π» ΠΡΠ΅ΠΌΠ΅Π½ΠΈ" + }, + { + "@language": "zh", + "@value": "ζΆζ�΅" + } + ], + "rdfs:comment": "This class comprises abstract temporal extents, in the sense of Galilean physics, having a beginning, an end and a duration.\nInstances 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.\nSome 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.\nSome 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.\nWhen used as a common E52 Time-Span for two events, it will nevertheless describe them as being simultaneous, even if nothing else is known.", + "rdfs:subClassOf": { + "id": "crm:E1_CRM_Entity" + } + }, + { + "id": "crm:E53_Place", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Place" + }, + { + "@language": "de", + "@value": "Ort" + }, + { + "@language": "el", + "@value": "Ξ€ΟΟΞΏΟ" + }, + { + "@language": "fr", + "@value": "Lieu" + }, + { + "@language": "pt", + "@value": "Local" + }, + { + "@language": "ru", + "@value": "ΠΠ΅ΡΡΠΎ" + }, + { + "@language": "zh", + "@value": "ε°ηΉ" + } + ], + "rdfs:comment": "This class comprises extents in space, in particular on the surface of the earth, in the pure sense of physics: independent from temporal phenomena and matter.\nThe 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.\nIt 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.\nAny 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).", + "rdfs:subClassOf": { + "id": "crm:E1_CRM_Entity" + } + }, + { + "id": "crm:E54_Dimension", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Dimension" + }, + { + "@language": "de", + "@value": "MaΓ" + }, + { + "@language": "el", + "@value": "ΞΞγΡθοΟ" + }, + { + "@language": "fr", + "@value": "Dimensions" + }, + { + "@language": "pt", + "@value": "DimensΓ£o" + }, + { + "@language": "ru", + "@value": "ΠΠ΅Π»ΠΈΡΠΈΠ½Π°" + }, + { + "@language": "zh", + "@value": "εΊ¦ιθ§ζ Ό" + } + ], + "rdfs:comment": "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.\nAn 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.\nThe 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.\nNumerical 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.", + "rdfs:subClassOf": { + "id": "crm:E1_CRM_Entity" + } + }, + { + "id": "crm:E55_Type", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Type" + }, + { + "@language": "de", + "@value": "Typus" + }, + { + "@language": "el", + "@value": "Ξ€ΟΟΞΏΟ" + }, + { + "@language": "fr", + "@value": "Type" + }, + { + "@language": "pt", + "@value": "Tipo" + }, + { + "@language": "ru", + "@value": "Π’ΠΈΠΏ" + }, + { + "@language": "zh", + "@value": "η±»ε" + } + ], + "rdfs:comment": "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.\nE55 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.", + "rdfs:subClassOf": { + "id": "crm:E28_Conceptual_Object" + } + }, + { + "id": "crm:E56_Language", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Language" + }, + { + "@language": "de", + "@value": "Sprache" + }, + { + "@language": "el", + "@value": "ΞΞ»ΟΟΟΞ±" + }, + { + "@language": "fr", + "@value": "Langue" + }, + { + "@language": "pt", + "@value": "LΓngua" + }, + { + "@language": "ru", + "@value": "Π―Π·ΡΠΊ" + }, + { + "@language": "zh", + "@value": "θ―η§" + } + ], + "rdfs:comment": "This class is a specialization of E55 Type and comprises the natural languages in the sense of concepts.\nThis 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β.\nIt 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-1:2002 and later versions.", + "rdfs:subClassOf": { + "id": "crm:E55_Type" + } + }, + { + "id": "crm:E57_Material", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Material" + }, + { + "@language": "de", + "@value": "Material" + }, + { + "@language": "el", + "@value": "Ξ₯λικΟ" + }, + { + "@language": "fr", + "@value": "MatΓ©riau" + }, + { + "@language": "pt", + "@value": "Material" + }, + { + "@language": "ru", + "@value": "ΠΠ°ΡΠ΅ΡΠΈΠ°Π»" + }, + { + "@language": "zh", + "@value": "ζ质" + } + ], + "rdfs:comment": "This class is a specialization of E55 Type and comprises the concepts of materials.\nInstances 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).\nThis 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β.\nIt is recommended that internationally or nationally agreed codes and terminology are used.", + "rdfs:subClassOf": { + "id": "crm:E55_Type" + } + }, + { + "id": "crm:E58_Measurement_Unit", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Measurement Unit" + }, + { + "@language": "de", + "@value": "MaΓeinheit" + }, + { + "@language": "el", + "@value": "Ξονάδα ΞΞΟΟΞ·ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "UnitΓ© de mesure" + }, + { + "@language": "pt", + "@value": "Unidade de Medida" + }, + { + "@language": "ru", + "@value": "ΠΠ΄ΠΈΠ½ΠΈΡΠ° ΠΠ·ΠΌΠ΅ΡΠ΅Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "ζ΅ιεδ½" + } + ], + "rdfs:comment": "This class is a specialization of E55 Type and comprises the types of measurement units: feet, inches, centimetres, litres, lumens, etc.\nThis 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β.\nSystΓ¨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.", + "rdfs:subClassOf": { + "id": "crm:E55_Type" + } + }, + { + "id": "crm:E65_Creation", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Creation" + }, + { + "@language": "de", + "@value": "Begriffliche SchΓΆpfung" + }, + { + "@language": "el", + "@value": "ΞΞ·ΞΌΞΉΞΏΟ ΟΞ³Ξ―Ξ±" + }, + { + "@language": "fr", + "@value": "CrΓ©ation" + }, + { + "@language": "pt", + "@value": "Criação" + }, + { + "@language": "ru", + "@value": "Π‘ΠΎΠ±ΡΡΠΈΠ΅ Π’Π²ΠΎΡΠ΅Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "εε»Ί" + } + ], + "rdfs:comment": "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.", + "rdfs:subClassOf": [ + { + "id": "crm:E7_Activity" + }, + { + "id": "crm:E63_Beginning_of_Existence" + } + ] + }, + { + "id": "crm:E66_Formation", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Formation" + }, + { + "@language": "de", + "@value": "Gruppenbildung" + }, + { + "@language": "el", + "@value": "Ξ£Ο Ξ³ΞΊΟΟΟΞ·ΟΞ· ΞμάδαΟ" + }, + { + "@language": "fr", + "@value": "Formation" + }, + { + "@language": "pt", + "@value": "Formação" + }, + { + "@language": "ru", + "@value": "Π‘ΠΎΠ±ΡΡΠΈΠ΅ Π€ΠΎΡΠΌΠΈΡΠΎΠ²Π°Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "η»ζ" + } + ], + "rdfs:comment": "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.\nE66 Formation does not include the arbitrary aggregation of people who do not act as a collective.\nThe 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.", + "rdfs:subClassOf": [ + { + "id": "crm:E7_Activity" + }, + { + "id": "crm:E63_Beginning_of_Existence" + } + ] + }, + { + "id": "crm:E67_Birth", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Birth" + }, + { + "@language": "de", + "@value": "Geburt" + }, + { + "@language": "el", + "@value": "ΞΞΞ½Ξ½Ξ·ΟΞ·" + }, + { + "@language": "fr", + "@value": "Naissance" + }, + { + "@language": "pt", + "@value": "Nascimento" + }, + { + "@language": "ru", + "@value": "Π ΠΎΠΆΠ΄Π΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "εΊη" + } + ], + "rdfs:comment": "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).\nTwins, 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.", + "rdfs:subClassOf": { + "id": "crm:E63_Beginning_of_Existence" + } + }, + { + "id": "crm:E68_Dissolution", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Dissolution" + }, + { + "@language": "de", + "@value": "GruppenauflΓΆsung" + }, + { + "@language": "el", + "@value": "ΞΞΉΞ¬Ξ»Ο ΟΞ· ΞμάδαΟ" + }, + { + "@language": "fr", + "@value": "Dissolution" + }, + { + "@language": "pt", + "@value": "Dissolução" + }, + { + "@language": "ru", + "@value": "Π ΠΎΡΠΏΡΡΠΊ" + }, + { + "@language": "zh", + "@value": "解ζ£" + } + ], + "rdfs:comment": "This class comprises the events that result in the formal or informal termination of an instance of E74 Group.\nIf the dissolution was deliberate, the Dissolution event should also be instantiated as an instance of E7 Activity.", + "rdfs:subClassOf": { + "id": "crm:E64_End_of_Existence" + } + }, + { + "id": "crm:E69_Death", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Death" + }, + { + "@language": "de", + "@value": "Tod" + }, + { + "@language": "el", + "@value": "ΞάναΟΞΏΟ" + }, + { + "@language": "fr", + "@value": "Mort" + }, + { + "@language": "pt", + "@value": "Morte" + }, + { + "@language": "ru", + "@value": "Π‘ΠΌΠ΅ΡΡΡ" + }, + { + "@language": "zh", + "@value": "ζ»δΊ‘" + } + ], + "rdfs:comment": "This class comprises the deaths of human beings.\nIf 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.", + "rdfs:subClassOf": { + "id": "crm:E64_End_of_Existence" + } + }, + { + "id": "crm:E70_Thing", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Thing" + }, + { + "@language": "de", + "@value": "Sache" + }, + { + "@language": "el", + "@value": "Ξ Οάγμα" + }, + { + "@language": "fr", + "@value": "Chose" + }, + { + "@language": "pt", + "@value": "Coisa" + }, + { + "@language": "ru", + "@value": "ΠΠ΅ΡΡ" + }, + { + "@language": "zh", + "@value": "δΊη©" + } + ], + "rdfs:comment": "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.\nThey 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.", + "rdfs:subClassOf": { + "id": "crm:E77_Persistent_Item" + } + }, + { + "id": "crm:E74_Group", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Group" + }, + { + "@language": "de", + "@value": "Menschliche Gruppe" + }, + { + "@language": "el", + "@value": "Ξμάδα" + }, + { + "@language": "fr", + "@value": "Groupe" + }, + { + "@language": "pt", + "@value": "Grupo" + }, + { + "@language": "ru", + "@value": "ΠΡΡΠΏΠΏΠ°" + }, + { + "@language": "zh", + "@value": "ε’δ½" + } + ], + "rdfs:comment": "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.\nA 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.", + "rdfs:subClassOf": { + "id": "crm:E39_Actor" + } + }, + { + "id": "crm:E78_Curated_Holding", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Curated Holding" + }, + "rdfs:comment": "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.\nItems 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β¦β).\nCollective 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.", + "rdfs:subClassOf": { + "id": "crm:E24_Physical_Human-Made_Thing" + } + }, + { + "id": "crm:E79_Part_Addition", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Part Addition" + }, + { + "@language": "de", + "@value": "TeilhinzufΓΌgung" + }, + { + "@language": "el", + "@value": "Ξ ΟΞΏΟΞΈΞ�ΞΊΞ· ΞΞ΅ΟΟΞ½" + }, + { + "@language": "fr", + "@value": "Addition d'Γ©lΓ©ment" + }, + { + "@language": "pt", + "@value": "Adição de Parte" + }, + { + "@language": "ru", + "@value": "ΠΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠ΅ Π§Π°ΡΡΠΈ" + }, + { + "@language": "zh", + "@value": "ι¨εε’ε " + } + ], + "rdfs:comment": "This class comprises activities that result in an instance of E24 Physical Human-Made Thing being increased, enlarged or augmented by the addition of a part.\nTypical 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. Objects to which parts are added are, by definition, human-made, since the addition of a part implies a human activity. Following the addition of parts, the resulting human-made 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 artifacts being added to different museum instances of E78 Curated Holding over their lifespan.", + "rdfs:subClassOf": { + "id": "crm:E11_Modification" + } + }, + { + "id": "crm:E80_Part_Removal", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Part Removal" + }, + { + "@language": "de", + "@value": "Teilentfernung" + }, + { + "@language": "el", + "@value": "ΞΟΞ±Ξ―ΟΞ΅ΟΞ· ΞΞ΅ΟΟΞ½" + }, + { + "@language": "fr", + "@value": "Soustraction d'Γ©lΓ©ment" + }, + { + "@language": "pt", + "@value": "Remoção de Parte" + }, + { + "@language": "ru", + "@value": "Π£Π΄Π°Π»Π΅Π½ΠΈΠ΅ Π§Π°ΡΡΠΈ" + }, + { + "@language": "zh", + "@value": "ι¨εε»ι€" + } + ], + "rdfs:comment": "This class comprises the activities that result in an instance of E18 Physical Thing being decreased by the removal of a part.\nTypical 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 jewellry, or cultural artifacts being deaccessioned from different museum collections over their lifespan.", + "rdfs:subClassOf": { + "id": "crm:E11_Modification" + } + }, + { + "id": "crm:E81_Transformation", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Transformation" + }, + { + "@language": "de", + "@value": "Umwandlung" + }, + { + "@language": "el", + "@value": "ΞΞ΅ΟΞ±ΟΟΞΏΟΞ�" + }, + { + "@language": "fr", + "@value": "Transformation" + }, + { + "@language": "pt", + "@value": "Transformação" + }, + { + "@language": "ru", + "@value": "Π’ΡΠ°Π½ΡΡΠΎΡΠΌΠ°ΡΠΈΡ" + }, + { + "@language": "zh", + "@value": "转ε" + } + ], + "rdfs:comment": "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.\nAlthough 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.\nEven 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.", + "rdfs:subClassOf": [ + { + "id": "crm:E63_Beginning_of_Existence" + }, + { + "id": "crm:E64_End_of_Existence" + } + ] + }, + { + "id": "crm:E83_Type_Creation", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Type Creation" + }, + { + "@language": "de", + "@value": "Typuserfindung" + }, + { + "@language": "el", + "@value": "ΞΞ·ΞΌΞΉΞΏΟ ΟΞ³Ξ―Ξ± Ξ€ΟΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "CrΓ©ation de type" + }, + { + "@language": "pt", + "@value": "Criação de Tipo" + }, + { + "@language": "ru", + "@value": "Π‘ΠΎΠ·Π΄Π°Π½ΠΈΠ΅ Π’ΠΈΠΏΠ°" + }, + { + "@language": "zh", + "@value": "η±»εεε»Ί" + } + ], + "rdfs:comment": "This class comprises activities formally defining new types of items.\nIt 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β.", + "rdfs:subClassOf": { + "id": "crm:E65_Creation" + } + }, + { + "id": "crm:E85_Joining", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Joining" + }, + { + "@language": "de", + "@value": "Beitritt" + }, + { + "@language": "zh", + "@value": "ε ε ₯" + } + ], + "rdfs:comment": "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.\nTypical 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.", + "rdfs:subClassOf": { + "id": "crm:E7_Activity" + } + }, + { + "id": "crm:E86_Leaving", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Leaving" + }, + { + "@language": "de", + "@value": "Austritt" + }, + { + "@language": "zh", + "@value": "离εΌ" + } + ], + "rdfs:comment": "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.\nTypical 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.", + "rdfs:subClassOf": { + "id": "crm:E7_Activity" + } + }, + { + "id": "crm:E87_Curation_Activity", + "type": "rdfs:Class", + "rdfs:label": [ + { + "@language": "en", + "@value": "Curation Activity" + }, + { + "@language": "de", + "@value": "Kuratorische TΓ€tigkeit" + }, + { + "@language": "zh", + "@value": "η�‘η" + } + ], + "rdfs:comment": "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.\nIt specializes the notion of activity into the curation of a collection and allows the history of curation to be recorded.\nItems 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.", + "rdfs:subClassOf": { + "id": "crm:E7_Activity" + } + }, + { + "id": "crm:E93_Presence", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Presence" + }, + "rdfs:comment": "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.\nThe 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.", + "rdfs:subClassOf": { + "id": "crm:E92_Spacetime_Volume" + } + }, + { + "id": "crm:E96_Purchase", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Purchase" + }, + "rdfs:comment": "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.\nThis 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.", + "rdfs:subClassOf": { + "id": "crm:E8_Acquisition" + } + }, + { + "id": "crm:E97_Monetary_Amount", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Monetary Amount" + }, + "rdfs:comment": "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.", + "rdfs:subClassOf": { + "id": "crm:E54_Dimension" + } + }, + { + "id": "crm:E98_Currency", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Currency" + }, + "rdfs:comment": "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.", + "rdfs:subClassOf": { + "id": "crm:E58_Measurement_Unit" + } + }, + { + "id": "crm:E99_Product_Type", + "type": "rdfs:Class", + "rdfs:label": { + "@language": "en", + "@value": "Product Type" + }, + "rdfs:comment": "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.", + "rdfs:subClassOf": { + "id": "crm:E55_Type" + } + }, + { + "id": "crm:P1_is_identified_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is identified by" + }, + { + "@language": "de", + "@value": "wird bezeichnet als" + }, + { + "@language": "el", + "@value": "Ξ±Ξ½Ξ±Ξ³Ξ½ΟΟΞ―ΞΆΞ΅ΟΞ±ΞΉ ΟΟ" + }, + { + "@language": "fr", + "@value": "est identifiΓ©e par" + }, + { + "@language": "pt", + "@value": "Γ© identificado por" + }, + { + "@language": "ru", + "@value": "ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΡΠΈΡΡΠ΅ΡΡΡ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ζ θ―δΈΊ" + } + ], + "rdfs:comment": "This property describes the naming or identification of any real-world item by a name or any other identifier.\nThis 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.\nThis property is a shortcut for the path from E1 CRM Entity through P140i was attributed by, E15 Identifier Assignment, P37 assigned to E42 Identifier.\nIt 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.", + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E41_Appellation" + }, + "owl:inverseOf": { + "id": "crm:P1i_identifies" + } + }, + { + "id": "crm:P1i_identifies", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "identifies" + }, + { + "@language": "de", + "@value": "bezeichnet" + }, + { + "@language": "el", + "@value": "Ρίναι Ξ±Ξ½Ξ±Ξ³Ξ½ΟΟΞΉΟΟΞΉΞΊΟ" + }, + { + "@language": "fr", + "@value": "identifie" + }, + { + "@language": "pt", + "@value": "identifica" + }, + { + "@language": "ru", + "@value": "ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΡΠΈΡΡΠ΅Ρ" + }, + { + "@language": "zh", + "@value": "ζ θ―" + } + ], + "rdfs:domain": { + "id": "crm:E41_Appellation" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "owl:inverseOf": { + "id": "crm:P1_is_identified_by" + } + }, + { + "id": "crm:P2_has_type", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has type" + }, + { + "@language": "de", + "@value": "hat den Typus" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΟΟΟΞΏ" + }, + { + "@language": "fr", + "@value": "est de type" + }, + { + "@language": "pt", + "@value": "Γ© do tipo" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΠΈΠΏ" + }, + { + "@language": "zh", + "@value": "ζη±»ε" + } + ], + "rdfs:comment": "This property allows sub typing of CIDOC CRM entities βa form of specialisation β through the use of a terminological hierarchy, or thesaurus.\nThe 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.\nThis property is a shortcut for the path from E1 CRM Entity through P41i was classified by, E17 Type Assignment, P42 assigned to E55 Type.", + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "owl:inverseOf": { + "id": "crm:P2i_is_type_of" + } + }, + { + "id": "crm:P2i_is_type_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is type of" + }, + { + "@language": "de", + "@value": "ist Typus von" + }, + { + "@language": "el", + "@value": "Ρίναι ΞΏ ΟΟΟΞΏΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est le type de" + }, + { + "@language": "pt", + "@value": "Γ© o tipo de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΡΠΈΠΏΠΎΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―η±»ε" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "owl:inverseOf": { + "id": "crm:P2_has_type" + } + }, + { + "id": "crm:P3_has_note", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has note" + }, + { + "@language": "de", + "@value": "hat Anmerkung" + }, + { + "@language": "el", + "@value": "ΞΟΡι Ξ΅ΟΡξΞ�Ξ³Ξ·ΟΞ·" + }, + { + "@language": "fr", + "@value": "a pour note" + }, + { + "@language": "pt", + "@value": "tem nota" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζ注ι" + } + ], + "rdfs:comment": "This property is a container for all informal descriptions about an object that have not been expressed in terms of CIDOC CRM constructs.\nIn particular, it captures the characterisation of the item itself, its internal structures, appearance etc.\nLike 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.\nAn item may have many notes, but a note is attached to a specific item.", + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P4_has_time-span", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has time-span" + }, + { + "@language": "de", + "@value": "hat Zeitspanne" + }, + { + "@language": "el", + "@value": "Ξ²ΟΞΉΟΞΊΟΟΞ±Ξ½ ΟΞ΅ ΡξΞλιξη" + }, + { + "@language": "fr", + "@value": "a pour durΓ©e" + }, + { + "@language": "pt", + "@value": "tem perΓodo de tempo" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π²ΡΠ΅ΠΌΠ΅Π½Π½ΠΎΠΉ ΠΎΡΡΠ΅Π·ΠΎΠΊ" + }, + { + "@language": "zh", + "@value": "εηζΆζ�΅ζ―" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E52_Time-Span" + }, + "owl:inverseOf": { + "id": "crm:P4i_is_time-span_of" + } + }, + { + "id": "crm:P4i_is_time-span_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is time-span of" + }, + { + "@language": "de", + "@value": "ist Zeitspanne von" + }, + { + "@language": "el", + "@value": "Ρίναι ΟΟΞΏΞ½ΞΉΞΊΟ Ξ΄ΞΉΞ¬ΟΟΞ·ΞΌΞ± ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est la durΓ©e de" + }, + { + "@language": "pt", + "@value": "Γ© o perΓodo de tempo de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ Π²ΡΠ΅ΠΌΠ΅Π½Π½ΡΠΌ ΠΎΡΡΠ΅Π·ΠΊΠΎΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―ζΆζ�΅" + } + ], + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "owl:inverseOf": { + "id": "crm:P4_has_time-span" + } + }, + { + "id": "crm:P5_consists_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "consists of" + }, + { + "@language": "de", + "@value": "besteht aus" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡίΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "consiste en" + }, + { + "@language": "pt", + "@value": "consiste de" + }, + { + "@language": "ru", + "@value": "ΡΠΎΡΡΠΎΠΈΡ ΠΈΠ·" + }, + { + "@language": "zh", + "@value": "ε ζ¬" + } + ], + "rdfs:comment": "This property describes the decomposition of an instance of E3 Condition State into discrete, subsidiary states.\nIt 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.\nThis property is transitive and non-reflexive.", + "rdfs:domain": { + "id": "crm:E3_Condition_State" + }, + "rdfs:range": { + "id": "crm:E3_Condition_State" + }, + "owl:inverseOf": { + "id": "crm:P5i_forms_part_of" + } + }, + { + "id": "crm:P5i_forms_part_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "forms part of" + }, + { + "@language": "de", + "@value": "bildet Teil von" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡί ΞΌΞΟΞΏΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "fait partie de" + }, + { + "@language": "pt", + "@value": "faz parte de" + }, + { + "@language": "ru", + "@value": "ΡΠΎΡΠΌΠΈΡΡΠ΅Ρ ΡΠ°ΡΡΡ" + }, + { + "@language": "zh", + "@value": "η»ζι¨ε" + } + ], + "rdfs:domain": { + "id": "crm:E3_Condition_State" + }, + "rdfs:range": { + "id": "crm:E3_Condition_State" + }, + "owl:inverseOf": { + "id": "crm:P5_consists_of" + } + }, + { + "id": "crm:P7_took_place_at", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "took place at" + }, + { + "@language": "de", + "@value": "fand statt in" + }, + { + "@language": "el", + "@value": "ΞλαβΡ ΟΟΟΞ± ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a eu lieu dans" + }, + { + "@language": "pt", + "@value": "ocorreu em" + }, + { + "@language": "ru", + "@value": "ΡΠΎΠ²Π΅ΡΡΠ°Π»ΡΡ Π½Π°" + }, + { + "@language": "zh", + "@value": "εηε°ε¨" + } + ], + "rdfs:comment": "This property describes the spatial location of an instance of E4 Period.\nThe 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.\nThis 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 July 14th 1789 took place in the area covered by Paris in 1789 but also in the area covered by France in 1789.", + "rdfs:domain": { + "id": "crm:E4_Period" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P7i_witnessed" + } + }, + { + "id": "crm:P7i_witnessed", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "witnessed" + }, + { + "@language": "de", + "@value": "bezeugte" + }, + { + "@language": "el", + "@value": "Ο ΟΞ�ΟΞΎΞ΅ ΟΟΟΞΏΟ ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© tΓ©moin de" + }, + { + "@language": "pt", + "@value": "testemunhou" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΌΠ΅ΡΡΠΎΠΌ ΡΠΎΠ²Π΅ΡΡΠ΅Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "εηθΏ" + } + ], + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E4_Period" + }, + "owl:inverseOf": { + "id": "crm:P7_took_place_at" + } + }, + { + "id": "crm:P8_took_place_on_or_within", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "took place on or within" + }, + { + "@language": "de", + "@value": "fand statt auf oder innerhalb von" + }, + { + "@language": "el", + "@value": "ΞλαβΡ ΟΟΟΞ± ΟΞ΅ Ξ� ΡνΟΟΟ" + }, + { + "@language": "fr", + "@value": "a eu lieu sur ou dans" + }, + { + "@language": "pt", + "@value": "ocorreu em ou dentro" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π» ΠΌΠ΅ΡΡΠΎ Π½Π° ΠΈΠ»ΠΈ Π²" + }, + { + "@language": "zh", + "@value": "εηηζε¨ε―Ήθ±‘ζ―" + } + ], + "rdfs:comment": "This property describes the location of an instance of E4 Period with respect to an instance of E19 Physical Object.\nThis 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.\nIt 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.\nFor example, the French and German armistice of 22 June 1940 was signed in the same railway carriage as the armistice of 11 November 1918.", + "rdfs:domain": { + "id": "crm:E4_Period" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P8i_witnessed" + } + }, + { + "id": "crm:P8i_witnessed", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "witnessed" + }, + { + "@language": "de", + "@value": "bezeugte" + }, + { + "@language": "el", + "@value": "Ο ΟΞ�ΟΞΎΞ΅ ΟΟΟΞΏΟ ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© tΓ©moin de" + }, + { + "@language": "pt", + "@value": "testemunhou" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ»ΡΡ ΠΌΠ΅ΡΡΠΎΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "εηθΏ" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E4_Period" + }, + "owl:inverseOf": { + "id": "crm:P8_took_place_on_or_within" + } + }, + { + "id": "crm:P9_consists_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "consists of" + }, + { + "@language": "de", + "@value": "setzt sich zusammen aus" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡίΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "consiste en" + }, + { + "@language": "pt", + "@value": "consiste de" + }, + { + "@language": "ru", + "@value": "ΡΠΎΡΡΠΎΠΈΡ ΠΈΠ·" + }, + { + "@language": "zh", + "@value": "ε ζ¬" + } + ], + "rdfs:comment": "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.\nThis property is transitive and non-symmetric.", + "rdfs:domain": { + "id": "crm:E4_Period" + }, + "rdfs:range": { + "id": "crm:E4_Period" + }, + "rdfs:subPropertyOf": { + "id": "crm:P10i_contains" + }, + "owl:inverseOf": { + "id": "crm:P9i_forms_part_of" + } + }, + { + "id": "crm:P10i_contains", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "contains" + }, + { + "@language": "de", + "@value": "enthΓ€lt" + }, + { + "@language": "el", + "@value": "ΟΞ΅ΟιλαμβάνΡι" + }, + { + "@language": "fr", + "@value": "contient" + }, + { + "@language": "pt", + "@value": "contΓ©m" + }, + { + "@language": "ru", + "@value": "ΡΠΎΠ΄Π΅ΡΠΆΠΈΡ" + }, + { + "@language": "zh", + "@value": "ε ε«" + } + ], + "rdfs:domain": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:range": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:subPropertyOf": { + "id": "crm:P132_spatiotemporally_overlaps_with" + }, + "owl:inverseOf": { + "id": "crm:P10_falls_within" + } + }, + { + "id": "crm:P9i_forms_part_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "forms part of" + }, + { + "@language": "de", + "@value": "bildet Teil von" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡί ΞΌΞΟΞΏΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "fait partie de" + }, + { + "@language": "pt", + "@value": "faz parte de" + }, + { + "@language": "ru", + "@value": "ΡΠΎΡΠΌΠΈΡΡΠ΅Ρ ΡΠ°ΡΡΡ" + }, + { + "@language": "zh", + "@value": "η»ζι¨ε" + } + ], + "rdfs:domain": { + "id": "crm:E4_Period" + }, + "rdfs:range": { + "id": "crm:E4_Period" + }, + "rdfs:subPropertyOf": { + "id": "crm:P10_falls_within" + }, + "owl:inverseOf": { + "id": "crm:P9_consists_of" + } + }, + { + "id": "crm:P10_falls_within", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "falls within" + }, + { + "@language": "de", + "@value": "fΓ€llt in" + }, + { + "@language": "el", + "@value": "ΡμΟΞ―ΟΟΡι" + }, + { + "@language": "fr", + "@value": "sβinsΓ¨re dans le cours de" + }, + { + "@language": "pt", + "@value": "estΓ‘ contido em" + }, + { + "@language": "ru", + "@value": "Π½Π°Ρ ΠΎΠ΄ΠΈΡΡΡ Π² ΠΏΡΠ΅Π΄Π΅Π»Π°Ρ " + }, + { + "@language": "zh", + "@value": "ε±δΊ" + } + ], + "rdfs:comment": "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.\nThis property is transitive and reflexive.", + "rdfs:domain": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:range": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:subPropertyOf": { + "id": "crm:P132_spatiotemporally_overlaps_with" + }, + "owl:inverseOf": { + "id": "crm:P10i_contains" + } + }, + { + "id": "crm:P132_spatiotemporally_overlaps_with", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "spatiotemporally overlaps with" + }, + "rdfs:comment": "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.\nIf 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.\nThis property is symmetric", + "rdfs:domain": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:range": { + "id": "crm:E92_Spacetime_Volume" + } + }, + { + "id": "crm:P11_had_participant", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "had participant" + }, + { + "@language": "de", + "@value": "hatte Teilnehmer" + }, + { + "@language": "el", + "@value": "ΡίΟΞ΅ ΟΟ ΞΌΞΌΞΟΞΏΟΞΏ" + }, + { + "@language": "fr", + "@value": "a eu pour participant" + }, + { + "@language": "pt", + "@value": "tem participante" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π» ΡΡΠ°ΡΡΠ½ΠΈΠΊΠ°" + }, + { + "@language": "zh", + "@value": "ζεδΈθ " + } + ], + "rdfs:comment": "This property describes the active or passive participation of instances of E39 Actors in an instance of E5 Event.\nIt 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.\nThe 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.", + "rdfs:domain": { + "id": "crm:E5_Event" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12_occurred_in_the_presence_of" + }, + "owl:inverseOf": { + "id": "crm:P11i_participated_in" + } + }, + { + "id": "crm:P12_occurred_in_the_presence_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "occurred in the presence of" + }, + { + "@language": "de", + "@value": "fand statt im Beisein von" + }, + { + "@language": "el", + "@value": "ΟΟ Ξ½ΞΞ²Ξ· ΟΞ±ΟΞΏΟ ΟΞ―Ξ± ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est arrivΓ© en prΓ©sence de" + }, + { + "@language": "pt", + "@value": "ocorreu na presenΓ§a de" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΡΠ²ΠΈΠ»ΡΡ Π² ΠΏΡΠΈΡΡΡΡΡΠ²ΠΈΠΈ" + }, + { + "@language": "zh", + "@value": "ε·²εΊη°" + } + ], + "rdfs:comment": "This property describes the active or passive presence of an E77 Persistent Item in an instance of E5 Event without implying any specific role.\nIt 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.", + "rdfs:domain": { + "id": "crm:E5_Event" + }, + "rdfs:range": { + "id": "crm:E77_Persistent_Item" + }, + "owl:inverseOf": { + "id": "crm:P12i_was_present_at" + } + }, + { + "id": "crm:P11i_participated_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "participated in" + }, + { + "@language": "de", + "@value": "nahm Teil an" + }, + { + "@language": "el", + "@value": "ΟΟ ΞΌΞΌΞ΅ΟΡίΟΞ΅ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a participΓ© Γ " + }, + { + "@language": "pt", + "@value": "participa em" + }, + { + "@language": "ru", + "@value": "ΡΡΠ°ΡΡΠ²ΠΎΠ²Π°Π» Π²" + }, + { + "@language": "zh", + "@value": "εδΈ" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E5_Event" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12i_was_present_at" + }, + "owl:inverseOf": { + "id": "crm:P11_had_participant" + } + }, + { + "id": "crm:P12i_was_present_at", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was present at" + }, + { + "@language": "de", + "@value": "war anwesend bei" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΟΞ±ΟΟΞ½/ΟΞ±ΟΞΏΟΟΞ±/ΟΞ±ΟΟΞ½ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "Γ©tait prΓ©sent Γ " + }, + { + "@language": "pt", + "@value": "estava presente no" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠΈΡΡΡΡΡΠ²ΠΎΠ²Π°Π» ΠΏΡΠΈ" + }, + { + "@language": "zh", + "@value": "εΊη°ε¨" + } + ], + "rdfs:domain": { + "id": "crm:E77_Persistent_Item" + }, + "rdfs:range": { + "id": "crm:E5_Event" + }, + "owl:inverseOf": { + "id": "crm:P12_occurred_in_the_presence_of" + } + }, + { + "id": "crm:P13_destroyed", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "destroyed" + }, + { + "@language": "de", + "@value": "zerstΓΆrte" + }, + { + "@language": "el", + "@value": "ΞΊΞ±ΟΞΟΟΟΞ΅ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a dΓ©truit" + }, + { + "@language": "pt", + "@value": "destruiu" + }, + { + "@language": "ru", + "@value": "ΡΠ½ΠΈΡΡΠΎΠΆΠΈΠ»" + }, + { + "@language": "zh", + "@value": "η ΄εδΊ" + } + ], + "rdfs:comment": "This property links an instance of E6 Destruction to an instance of E18 Physical Thing that has been destroyed by it.\nDestruction 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.", + "rdfs:domain": { + "id": "crm:E6_Destruction" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P93_took_out_of_existence" + }, + "owl:inverseOf": { + "id": "crm:P13i_was_destroyed_by" + } + }, + { + "id": "crm:P93_took_out_of_existence", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "took out of existence" + }, + { + "@language": "de", + "@value": "beendete die Existenz von" + }, + { + "@language": "el", + "@value": "Ξ±Ξ½Ξ±Ξ―ΟΞ΅ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a fait cesser dβexister" + }, + { + "@language": "pt", + "@value": "cessou a existΓͺncia de" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΠ»ΠΎΠΆΠΈΠ» ΠΊΠΎΠ½Π΅Ρ ΡΡΡΠ΅ΡΡΠ²ΠΎΠ²Π°Π½ΠΈΡ" + }, + { + "@language": "zh", + "@value": "η»ζεε¨ηζ―" + } + ], + "rdfs:comment": "This property links an instance of E64 End of Existence to the instance of E77 Persistent Item taken out of existence by it.\nIn 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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E64_End_of_Existence" + }, + "rdfs:range": { + "id": "crm:E77_Persistent_Item" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12_occurred_in_the_presence_of" + }, + "owl:inverseOf": { + "id": "crm:P93i_was_taken_out_of_existence_by" + } + }, + { + "id": "crm:P13i_was_destroyed_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was destroyed by" + }, + { + "@language": "de", + "@value": "wurde zerstΓΆrt durch" + }, + { + "@language": "el", + "@value": "ΞΊΞ±ΟΞ±ΟΟΟΞ¬ΟΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© dΓ©truite par" + }, + { + "@language": "pt", + "@value": "foi destruΓdo por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠ½ΠΈΡΡΠΎΠΆΠ΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«η ΄ε" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E6_Destruction" + }, + "rdfs:subPropertyOf": { + "id": "crm:P93i_was_taken_out_of_existence_by" + }, + "owl:inverseOf": { + "id": "crm:P13_destroyed" + } + }, + { + "id": "crm:P93i_was_taken_out_of_existence_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was taken out of existence by" + }, + { + "@language": "de", + "@value": "wurde seiner Existenz beraubt durch" + }, + { + "@language": "el", + "@value": "Ξ±Ξ½Ξ±ΞΉΟΞΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a cessΓ© dβexister du fait de" + }, + { + "@language": "pt", + "@value": "deixou de existir" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠ΅ΠΊΡΠ°ΡΠΈΠ» ΡΡΡΠ΅ΡΡΠ²ΠΎΠ²Π°Π½ΠΈΠ΅ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«η»ζεε¨" + } + ], + "rdfs:domain": { + "id": "crm:E77_Persistent_Item" + }, + "rdfs:range": { + "id": "crm:E64_End_of_Existence" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12i_was_present_at" + }, + "owl:inverseOf": { + "id": "crm:P93_took_out_of_existence" + } + }, + { + "id": "crm:P14_carried_out_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "carried out by" + }, + { + "@language": "de", + "@value": "wurde ausgefΓΌhrt von" + }, + { + "@language": "el", + "@value": "ΟΟΞ±Ξ³ΞΌΞ±ΟΞΏΟΞΏΞΉΞ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "rΓ©alisΓ©e par" + }, + { + "@language": "pt", + "@value": "realizada por" + }, + { + "@language": "ru", + "@value": "Π²ΡΠΏΠΎΠ»Π½ΡΠ»ΡΡ" + }, + { + "@language": "zh", + "@value": "ζ§θ‘θ ζ―" + } + ], + "rdfs:comment": "This property describes the active participation of an instance of E39 Actor in an instance of E7 Activity.\nIt implies causal or legal responsibility. The P14.1 in the role of property of the property specifies the nature of an Actorβs participation.", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11_had_participant" + }, + "owl:inverseOf": { + "id": "crm:P14i_performed" + } + }, + { + "id": "crm:P14i_performed", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "performed" + }, + { + "@language": "de", + "@value": "fΓΌhrte aus" + }, + { + "@language": "el", + "@value": "ΟΟΞ±Ξ³ΞΌΞ±ΟΞΏΟΞΏΞ―Ξ·ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a exΓ©cutΓ©" + }, + { + "@language": "pt", + "@value": "executou" + }, + { + "@language": "ru", + "@value": "Π²ΡΠΏΠΎΠ»Π½ΡΠ»" + }, + { + "@language": "zh", + "@value": "ζ§θ‘" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11i_participated_in" + }, + "owl:inverseOf": { + "id": "crm:P14_carried_out_by" + } + }, + { + "id": "crm:P15_was_influenced_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was influenced by" + }, + { + "@language": "de", + "@value": "wurde beeinfluΓt durch" + }, + { + "@language": "el", + "@value": "Ξ΅ΟΞ·ΟΡάΟΟΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© influencΓ©e par" + }, + { + "@language": "pt", + "@value": "foi influenciado por" + }, + { + "@language": "ru", + "@value": "Π½Π°Ρ ΠΎΠ΄ΠΈΠ»ΡΡ ΠΏΠΎΠ΄ Π²Π»ΠΈΡΠ½ΠΈΠ΅ΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ε½±ε" + } + ], + "rdfs:comment": "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.\nThe property has more specific sub properties.", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "owl:inverseOf": { + "id": "crm:P15i_influenced" + } + }, + { + "id": "crm:P15i_influenced", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "influenced" + }, + { + "@language": "de", + "@value": "beeinfluΓte" + }, + { + "@language": "el", + "@value": "Ξ΅ΟΞ·ΟΞΞ±ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a influencΓ©" + }, + { + "@language": "pt", + "@value": "influenciou" + }, + { + "@language": "ru", + "@value": "ΠΎΠΊΠ°Π·Π°Π» Π²Π»ΠΈΡΠ½ΠΈΠ΅ Π½Π°" + }, + { + "@language": "zh", + "@value": "ε½±ε" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "owl:inverseOf": { + "id": "crm:P15_was_influenced_by" + } + }, + { + "id": "crm:P16_used_specific_object", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "used specific object" + }, + { + "@language": "de", + "@value": "benutzte das bestimmte Objekt" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΟΞΉΞΌΞΏΟΞΏΞ―Ξ·ΟΞ΅ Ξ±Ξ½ΟικΡίμΡνο" + }, + { + "@language": "fr", + "@value": "a utilisΓ© l'objet spΓ©cifique" + }, + { + "@language": "pt", + "@value": "usou objeto especΓfico" + }, + { + "@language": "ru", + "@value": "ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π» ΠΎΡΠΎΠ±ΡΠΉ ΠΎΠ±ΡΠ΅ΠΊΡ" + }, + { + "@language": "zh", + "@value": "δ½Ώη¨ηΉε�对豑" + } + ], + "rdfs:comment": "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.\nThis 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.\nAnother 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.", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E70_Thing" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P12_occurred_in_the_presence_of" + }, + { + "id": "crm:P15_was_influenced_by" + } + ], + "owl:inverseOf": { + "id": "crm:P16i_was_used_for" + } + }, + { + "id": "crm:P16i_was_used_for", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was used for" + }, + { + "@language": "de", + "@value": "wurde benutzt fΓΌr" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΟΞΉΞΌΞΏΟΞΏΞΉΞ�ΞΈΞ·ΞΊΞ΅ Ξ³ΞΉΞ±" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© utilisΓ© pour" + }, + { + "@language": "pt", + "@value": "foi usado por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "η¨δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E70_Thing" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P12i_was_present_at" + }, + { + "id": "crm:P15i_influenced" + } + ], + "owl:inverseOf": { + "id": "crm:P16_used_specific_object" + } + }, + { + "id": "crm:P17_was_motivated_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was motivated by" + }, + { + "@language": "de", + "@value": "wurde angeregt durch" + }, + { + "@language": "el", + "@value": "ΡίΟΞ΅ ΟΟ Ξ±ΟΞΏΟΞΌΞ�" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© motivΓ©e par" + }, + { + "@language": "pt", + "@value": "foi motivado por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΎΠ±ΡΡΠ»ΠΎΠ²Π»Π΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«δΏε¨" + } + ], + "rdfs:comment": "This property describes an item or items that are regarded as a reason for carrying out the instance of E7 Activity.\nFor example, the discovery of a large hoard of treasure may call for a celebration, an order from headquarters can start a military manoeuvre.", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P15_was_influenced_by" + }, + "owl:inverseOf": { + "id": "crm:P17i_motivated" + } + }, + { + "id": "crm:P17i_motivated", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "motivated" + }, + { + "@language": "de", + "@value": "regte an" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ Ξ±ΟΞΏΟΞΌΞ�" + }, + { + "@language": "fr", + "@value": "a motivΓ©" + }, + { + "@language": "pt", + "@value": "motivou" + }, + { + "@language": "ru", + "@value": "ΠΎΠ±ΡΡΠ»ΠΎΠ²ΠΈΠ»" + }, + { + "@language": "zh", + "@value": "δΏε¨" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P15i_influenced" + }, + "owl:inverseOf": { + "id": "crm:P17_was_motivated_by" + } + }, + { + "id": "crm:P19_was_intended_use_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was intended use of" + }, + { + "@language": "de", + "@value": "war beabsichtigteter Gebrauch von" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΟΟΞΏΞΏΟΞΉΟΞΌΞΞ½Ξ· ΟΟΞ�ΟΞ· ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "Γ©tait l'utilisation prΓ©vue de" + }, + { + "@language": "pt", + "@value": "era prevista a utilização de" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΏΡΠ΅Π΄ΠΏΠΎΠ»Π°Π³Π°Π΅ΠΌΡΠΌ ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½ΠΈΠ΅ΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ηΉε�η¨ιζ―" + } + ], + "rdfs:comment": "This property relates an instance of E7 Activity with instances of E71 Human-Made Thing, created specifically for use in the activity.\nThis 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)).", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E71_Human-Made_Thing" + }, + "owl:inverseOf": { + "id": "crm:P19i_was_made_for" + } + }, + { + "id": "crm:P19i_was_made_for", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was made for" + }, + { + "@language": "de", + "@value": "wurde hergestellt fΓΌr" + }, + { + "@language": "el", + "@value": "ΞΞ³ΞΉΞ½Ξ΅ Ξ³ΞΉΞ±" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© fabriquΓ©e pour" + }, + { + "@language": "pt", + "@value": "foi feito para" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠΎΠ·Π΄Π°Π½ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "η¨δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E71_Human-Made_Thing" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "owl:inverseOf": { + "id": "crm:P19_was_intended_use_of" + } + }, + { + "id": "crm:P20_had_specific_purpose", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "had specific purpose" + }, + { + "@language": "de", + "@value": "hatte den bestimmten Zweck" + }, + { + "@language": "el", + "@value": "ΡίΟΞ΅ ΟΟ Ξ³ΞΊΞ΅ΞΊΟΞΉΞΌΞΞ½ΞΏ ΟΞΊΞΏΟΟ" + }, + { + "@language": "fr", + "@value": "avait pour but spΓ©cifique" + }, + { + "@language": "pt", + "@value": "tinha propΓ³sito especΓfico" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π» ΠΊΠΎΠ½ΠΊΡΠ΅ΡΠ½ΡΡ ΡΠ΅Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζηΉε�η�η" + } + ], + "rdfs:comment": "This property identifies the relationship between a preparatory activity, an instance of E7 Activity and the instance of E7 Event it is intended to be preparation for.\nThis includes activities, orders and other organisational actions, taken in preparation for other activities or events.\nP20 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.", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E5_Event" + }, + "owl:inverseOf": { + "id": "crm:P20i_was_purpose_of" + } + }, + { + "id": "crm:P20i_was_purpose_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was purpose of" + }, + { + "@language": "de", + "@value": "war Zweck von" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΟΞΊΞΏΟΟΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "Γ©tait le but de" + }, + { + "@language": "pt", + "@value": "era o propΓ³sito de" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠ΅Π»ΡΡ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―δΈΊδΊ" + } + ], + "rdfs:domain": { + "id": "crm:E5_Event" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "owl:inverseOf": { + "id": "crm:P20_had_specific_purpose" + } + }, + { + "id": "crm:P21_had_general_purpose", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "had general purpose" + }, + { + "@language": "de", + "@value": "hatte den allgemeinen Zweck" + }, + { + "@language": "el", + "@value": "ΡίΟΞ΅ Ξ³Ξ΅Ξ½ΞΉΞΊΟ ΟΞΊΞΏΟΟ" + }, + { + "@language": "fr", + "@value": "avait pour but gΓ©nΓ©ral" + }, + { + "@language": "pt", + "@value": "tinha propΓ³sito geral" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π» ΠΎΠ±ΡΡΡ ΡΠ΅Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζδΈθ¬η�η" + } + ], + "rdfs:comment": "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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "owl:inverseOf": { + "id": "crm:P21i_was_purpose_of" + } + }, + { + "id": "crm:P21i_was_purpose_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was purpose of" + }, + { + "@language": "de", + "@value": "war Zweck von" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΟΞΊΞΏΟΟΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "Γ©tait le but de" + }, + { + "@language": "pt", + "@value": "era o propΓ³sito de" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠ΅Π»ΡΡ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―δΈΊδΊ" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "owl:inverseOf": { + "id": "crm:P21_had_general_purpose" + } + }, + { + "id": "crm:P22_transferred_title_to", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "transferred title to" + }, + { + "@language": "de", + "@value": "ΓΌbertrug Besitztitel auf" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΡβίβαΟΞ΅ ΟΞΏΞ½ ΟΞ―Ολο ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a fait passer le droit de propriΓ©tΓ© Γ " + }, + { + "@language": "pt", + "@value": "transferiu os direitos de propriedade para" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅Π΄Π°Π» ΠΏΡΠ°Π²ΠΎ ΡΠΎΠ±ΡΡΠ²Π΅Π½Π½ΠΎΡΡΠΈ" + }, + { + "@language": "zh", + "@value": "转移ζζζθ³" + } + ], + "rdfs:comment": "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.\nThe 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.\nIn reality the title is either transferred to or from someone, or both.", + "rdfs:domain": { + "id": "crm:E8_Acquisition" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P14_carried_out_by" + }, + "owl:inverseOf": { + "id": "crm:P22i_acquired_title_through" + } + }, + { + "id": "crm:P22i_acquired_title_through", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "acquired title through" + }, + { + "@language": "de", + "@value": "erwarb Besitztitel durch" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΞΊΟΞ·ΟΞ΅ ΟΞΏΞ½ ΟΞ―Ολο ΞΌΞΟΟ" + }, + { + "@language": "fr", + "@value": "a acquis le droit de propriΓ©tΓ© du fait de" + }, + { + "@language": "pt", + "@value": "adquiriu os direitos de propriedade por meio da" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΠ»ΡΡΠΈΠ» ΠΏΡΠ°Π²ΠΎ ΡΠΎΠ±ΡΡΠ²Π΅Π½Π½ΠΎΡΡΠΈ ΡΠ΅ΡΠ΅Π·" + }, + { + "@language": "zh", + "@value": "θ·εΎζζζ" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E8_Acquisition" + }, + "rdfs:subPropertyOf": { + "id": "crm:P14i_performed" + }, + "owl:inverseOf": { + "id": "crm:P22_transferred_title_to" + } + }, + { + "id": "crm:P23_transferred_title_from", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "transferred title from" + }, + { + "@language": "de", + "@value": "ΓΌbertrug Besitztitel von" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΡβίβαΟΞ΅ ΟΞΏΞ½ ΟΞ―Ολο Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a fait passer le droit de propriΓ©tΓ© de" + }, + { + "@language": "pt", + "@value": "transferiu os direitos de propriedade de" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅Π΄Π°Π» ΠΏΡΠ°Π²ΠΎ ΡΠΎΠ±ΡΡΠ²Π΅Π½Π½ΠΎΡΡΠΈ ΠΎΡ" + }, + { + "@language": "zh", + "@value": "转移ζζζθͺ" + } + ], + "rdfs:comment": "This property identifies the instance(s) of E39 Actor who relinquish legal ownership as the result of an instance of E8 Acquisition.\nThe 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.", + "rdfs:domain": { + "id": "crm:E8_Acquisition" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P14_carried_out_by" + }, + "owl:inverseOf": { + "id": "crm:P23i_surrendered_title_through" + } + }, + { + "id": "crm:P23i_surrendered_title_through", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "surrendered title through" + }, + { + "@language": "de", + "@value": "trat Besitztitel ab in" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞΞ΄ΟΟΞ΅ ΟΞΏΞ½ ΟΞ―Ολο ΞΌΞΟΟ" + }, + { + "@language": "fr", + "@value": "a perdu le droit de propriΓ©tΓ© du fait de" + }, + { + "@language": "pt", + "@value": "perdeu os direitos de propriedade por meio da" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠ°Π²ΠΎ ΡΠΎΠ±ΡΡΠ²Π΅Π½Π½ΠΎΡΡΠΈ ΠΎΡΠ΄Π°Π½ΠΎ ΡΠ΅ΡΠ΅Π·" + }, + { + "@language": "zh", + "@value": "εΊθ�©ζζζ" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E8_Acquisition" + }, + "rdfs:subPropertyOf": { + "id": "crm:P14i_performed" + }, + "owl:inverseOf": { + "id": "crm:P23_transferred_title_from" + } + }, + { + "id": "crm:P24_transferred_title_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "transferred title of" + }, + { + "@language": "de", + "@value": "ΓΌbertrug Besitz ΓΌber" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΡβίβαΟΞ΅ ΟΞΏΞ½ ΟΞ―Ολο ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "a fait passer le droit de propriΓ©tΓ© sur" + }, + { + "@language": "pt", + "@value": "transferiu os direitos de propriedade sobre o" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅Π΄Π°Π» ΠΏΡΠ°Π²ΠΎ ΡΠΎΠ±ΡΡΠ²Π΅Π½Π½ΠΎΡΡΠΈ Π½Π°" + }, + { + "@language": "zh", + "@value": "转移ζζζηζ―" + } + ], + "rdfs:comment": "This property identifies the instance(s) of E18 Physical Thing involved in an instance of E8 Acquisition.\nIn reality, an acquisition must refer to at least one transferred item.", + "rdfs:domain": { + "id": "crm:E8_Acquisition" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P24i_changed_ownership_through" + } + }, + { + "id": "crm:P24i_changed_ownership_through", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "changed ownership through" + }, + { + "@language": "de", + "@value": "ging ΓΌber in Besitz durch" + }, + { + "@language": "el", + "@value": "άλλαξΡ ιδιοκΟΞ·ΟΞ―Ξ± ΞΌΞΟΟ" + }, + { + "@language": "fr", + "@value": "a changΓ© de mains du fait de" + }, + { + "@language": "pt", + "@value": "mudou de proprietΓ‘rio por meio de" + }, + { + "@language": "ru", + "@value": "ΡΠΌΠ΅Π½ΠΈΠ» Π²Π»Π°Π΄Π΅Π»ΡΡΠ° ΡΠ΅ΡΠ΅Π·" + }, + { + "@language": "zh", + "@value": "εζ΄ζζζ" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E8_Acquisition" + }, + "owl:inverseOf": { + "id": "crm:P24_transferred_title_of" + } + }, + { + "id": "crm:P25_moved", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "moved" + }, + { + "@language": "de", + "@value": "bewegte" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΡκίνηΟΞ΅" + }, + { + "@language": "fr", + "@value": "a dΓ©placΓ©" + }, + { + "@language": "pt", + "@value": "locomoveu" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅ΠΌΠ΅ΡΡΠΈΠ»" + }, + { + "@language": "zh", + "@value": "移ε¨" + } + ], + "rdfs:comment": "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.\nThe property implies the objectβs passive participation. For example, Monetβs painting βImpression sunriseβ was moved for the first Impressionist exhibition in 1874.", + "rdfs:domain": { + "id": "crm:E9_Move" + }, + "rdfs:range": { + "id": "crm:E19_Physical_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12_occurred_in_the_presence_of" + }, + "owl:inverseOf": { + "id": "crm:P25i_moved_by" + } + }, + { + "id": "crm:P25i_moved_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "moved by" + }, + { + "@language": "de", + "@value": "wurde bewegt durch" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΞ±ΞΊΞΉΞ½Ξ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© dΓ©placΓ© par" + }, + { + "@language": "pt", + "@value": "foi locomovido por" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅ΠΌΠ΅ΡΠ΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "蒫移ε¨" + } + ], + "rdfs:domain": { + "id": "crm:E19_Physical_Object" + }, + "rdfs:range": { + "id": "crm:E9_Move" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12i_was_present_at" + }, + "owl:inverseOf": { + "id": "crm:P25_moved" + } + }, + { + "id": "crm:P26_moved_to", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "moved to" + }, + { + "@language": "de", + "@value": "bewegte bis zu" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΞ±ΞΊΞΉΞ½Ξ�ΞΈΞ·ΞΊΞ΅ ΟΟΞΏΟ" + }, + { + "@language": "fr", + "@value": "a dΓ©placΓ© vers" + }, + { + "@language": "pt", + "@value": "locomoveu para" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅ΠΌΠ΅ΡΠ΅Π½ Π²" + }, + { + "@language": "zh", + "@value": "移θ³" + } + ], + "rdfs:comment": "This property identifies a destination, an instance of E53 place, of an instance of E9 Move.\nA 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).\nTherefore, 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.", + "rdfs:domain": { + "id": "crm:E9_Move" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P26i_was_destination_of" + } + }, + { + "id": "crm:P26i_was_destination_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was destination of" + }, + { + "@language": "de", + "@value": "war Zielort von" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΟΟΞΏΞΏΟΞΉΟΞΌΟΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© la destination de" + }, + { + "@language": "pt", + "@value": "era destinação de" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΏΡΠ½ΠΊΡΠΎΠΌ Π½Π°Π·Π½Π°ΡΠ΅Π½ΠΈΡ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―η�ηε°" + } + ], + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E9_Move" + }, + "owl:inverseOf": { + "id": "crm:P26_moved_to" + } + }, + { + "id": "crm:P27_moved_from", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "moved from" + }, + { + "@language": "de", + "@value": "bewegte weg von" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΞ±ΞΊΞΉΞ½Ξ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a retirΓ© de" + }, + { + "@language": "pt", + "@value": "locomoveu de" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅ΠΌΠ΅ΡΠ΅Π½ ΠΈΠ·" + }, + { + "@language": "zh", + "@value": "移θͺ" + } + ], + "rdfs:comment": "This property identifies an origin, an instance of E53 Place, of an instance of E9 Move.\nA 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).\nTherefore, 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.", + "rdfs:domain": { + "id": "crm:E9_Move" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P27i_was_origin_of" + } + }, + { + "id": "crm:P27i_was_origin_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was origin of" + }, + { + "@language": "de", + "@value": "war Ausgangsort von" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ Ξ±ΟΞ΅ΟΞ·ΟΞ―Ξ± ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© l'origine de" + }, + { + "@language": "pt", + "@value": "era origem de" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΈΡΡ ΠΎΠ΄Π½ΠΎΠΉ ΡΠΎΡΠΊΠΎΠΉ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―θ΅·ηΉ" + } + ], + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E9_Move" + }, + "owl:inverseOf": { + "id": "crm:P27_moved_from" + } + }, + { + "id": "crm:P28_custody_surrendered_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "custody surrendered by" + }, + { + "@language": "de", + "@value": "ΓΌbergab Gewahrsam an" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΡβίβαΟΞ΅ ΞΊΞ±ΟΞΏΟΞ� Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "changement de dΓ©tenteur au dΓ©triment de" + }, + { + "@language": "pt", + "@value": "custΓ³dia concedida por" + }, + { + "@language": "ru", + "@value": "ΠΎΠΏΠ΅ΠΊΠ° ΠΎΡΠ΄Π°Π½Π°" + }, + { + "@language": "zh", + "@value": "ηζ€ζ转θͺ" + } + ], + "rdfs:comment": "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.\nThe 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.\nIn reality, custody is either transferred to someone or from someone, or both.", + "rdfs:domain": { + "id": "crm:E10_Transfer_of_Custody" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P14_carried_out_by" + }, + "owl:inverseOf": { + "id": "crm:P28i_surrendered_custody_through" + } + }, + { + "id": "crm:P28i_surrendered_custody_through", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "surrendered custody through" + }, + { + "@language": "de", + "@value": "wurde Gewahrsam ΓΌbergeben durch" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞΞ΄ΟΟΞ΅ ΞΊΞ±ΟΞΏΟΞ� ΞΌΞΟΟ" + }, + { + "@language": "fr", + "@value": "a cessΓ© dβΓͺtre dΓ©tenteur Γ cause de" + }, + { + "@language": "pt", + "@value": "final da custΓ³dia por meio de" + }, + { + "@language": "ru", + "@value": "ΠΎΠΏΠ΅ΠΊΠ° ΠΎΡΠ΄Π°Π½Π° ΡΠ΅ΡΠ΅Π·" + }, + { + "@language": "zh", + "@value": "εΊθ�©ηζ€ζ" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E10_Transfer_of_Custody" + }, + "rdfs:subPropertyOf": { + "id": "crm:P14i_performed" + }, + "owl:inverseOf": { + "id": "crm:P28_custody_surrendered_by" + } + }, + { + "id": "crm:P29_custody_received_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "custody received by" + }, + { + "@language": "de", + "@value": "ΓΌbertrug Gewahrsam auf" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΡβίβαΟΞ΅ ΞΊΞ±ΟΞΏΟΞ� ΟΞ΅" + }, + { + "@language": "fr", + "@value": "changement de dΓ©tenteur au profit de" + }, + { + "@language": "pt", + "@value": "custΓ³dia recebida por" + }, + { + "@language": "ru", + "@value": "ΠΎΠΏΠ΅ΠΊΠ° ΠΏΠΎΠ»ΡΡΠ΅Π½Π°" + }, + { + "@language": "zh", + "@value": "ηζ€ζ转θ³" + } + ], + "rdfs:comment": "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.\nThe 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.\nIn reality, custody is either transferred to someone or from someone, or both.", + "rdfs:domain": { + "id": "crm:E10_Transfer_of_Custody" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P14_carried_out_by" + }, + "owl:inverseOf": { + "id": "crm:P29i_received_custody_through" + } + }, + { + "id": "crm:P29i_received_custody_through", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "received custody through" + }, + { + "@language": "de", + "@value": "erhielt Gewahrsam durch" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞλαβΡ ΞΊΞ±ΟΞΏΟΞ� ΞΌΞΟΟ" + }, + { + "@language": "fr", + "@value": "est devenu dΓ©tenteur grΓ’ce Γ " + }, + { + "@language": "pt", + "@value": "inΓcio da custΓ³dia por meio de" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΠ»ΡΡΠΈΠ» ΠΎΠΏΠ΅ΠΊΡ ΡΠ΅ΡΠ΅Π·" + }, + { + "@language": "zh", + "@value": "θ·εΎηζ€ζ" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E10_Transfer_of_Custody" + }, + "rdfs:subPropertyOf": { + "id": "crm:P14i_performed" + }, + "owl:inverseOf": { + "id": "crm:P29_custody_received_by" + } + }, + { + "id": "crm:P30_transferred_custody_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "transferred custody of" + }, + { + "@language": "de", + "@value": "ΓΌbertrug Gewahrsam ΓΌber" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΡβίβαΟΞ΅ ΞΊΞ±ΟΞΏΟΞ� ΟΞΏΟ /ΟΞ·Ο/ΟΟΞ½" + }, + { + "@language": "fr", + "@value": "changement de dΓ©tenteur concernant" + }, + { + "@language": "pt", + "@value": "transferida custΓ³dia de" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅Π΄Π°Π»ΠΎ ΠΎΠΏΠ΅ΠΊΡ Π½Π°" + }, + { + "@language": "zh", + "@value": "转移ηζ€ζηζ―" + } + ], + "rdfs:comment": "This property identifies the instance(s) of E18 Physical Thing concerned in an instance of E10 Transfer of Custody.\nThe 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.", + "rdfs:domain": { + "id": "crm:E10_Transfer_of_Custody" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P30i_custody_transferred_through" + } + }, + { + "id": "crm:P30i_custody_transferred_through", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "custody transferred through" + }, + { + "@language": "de", + "@value": "wechselte Gewahrsam durch" + }, + { + "@language": "el", + "@value": "άλλαξΡ ΞΊΞ±ΟΞΏΟΞ� ΞΌΞΟΟ" + }, + { + "@language": "fr", + "@value": "a changΓ© de dΓ©tenteur du fait de" + }, + { + "@language": "pt", + "@value": "custΓ³dia transferida por meio de" + }, + { + "@language": "ru", + "@value": "ΠΎΠΏΠ΅ΠΊΠ° ΠΏΠ΅ΡΠ΅Π΄Π°Π½Π° ΡΠ΅ΡΠ΅Π·" + }, + { + "@language": "zh", + "@value": "εζ΄ηζ€ζ" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E10_Transfer_of_Custody" + }, + "owl:inverseOf": { + "id": "crm:P30_transferred_custody_of" + } + }, + { + "id": "crm:P31_has_modified", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has modified" + }, + { + "@language": "de", + "@value": "verΓ€nderte" + }, + { + "@language": "el", + "@value": "ΟΟΞΏΟΞΏΟΞΏΞ―Ξ·ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a modifiΓ©" + }, + { + "@language": "pt", + "@value": "modificou" + }, + { + "@language": "ru", + "@value": "ΠΈΠ·ΠΌΠ΅Π½ΠΈΠ»" + }, + { + "@language": "zh", + "@value": "ε·²ζ΄ζΉ" + } + ], + "rdfs:comment": "This property identifies the instance of E18 Physical Thing modified in an instance of E11 Modification.", + "rdfs:domain": { + "id": "crm:E11_Modification" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12_occurred_in_the_presence_of" + }, + "owl:inverseOf": { + "id": "crm:P31i_was_modified_by" + } + }, + { + "id": "crm:P31i_was_modified_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was modified by" + }, + { + "@language": "de", + "@value": "wurde verΓ€ndert durch" + }, + { + "@language": "el", + "@value": "ΟΟΞΏΟΞΏΟΞΏΞΉΞ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© modifiΓ© par" + }, + { + "@language": "pt", + "@value": "foi modificada por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΈΠ·ΠΌΠ΅Π½Π΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ζ΄ζΉ" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E11_Modification" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12i_was_present_at" + }, + "owl:inverseOf": { + "id": "crm:P31_has_modified" + } + }, + { + "id": "crm:P32_used_general_technique", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "used general technique" + }, + { + "@language": "de", + "@value": "benutzte das allgemeine Verfahren" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΟΞΉΞΌΞΏΟΞΏΞ―Ξ·ΟΞ΅ γΡνικΞ� ΟΞ΅ΟΞ½ΞΉΞΊΞ�" + }, + { + "@language": "fr", + "@value": "a employΓ© comme technique gΓ©nΓ©rique" + }, + { + "@language": "pt", + "@value": "usou tΓ©cnica geral" + }, + { + "@language": "ru", + "@value": "ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π» ΠΎΠ±ΡΡΡ ΡΠ΅Ρ Π½ΠΈΠΊΡ" + }, + { + "@language": "zh", + "@value": "δ½Ώη¨ιη¨ζζ―" + } + ], + "rdfs:comment": "This property identifies the technique or method, modelled as an instance of E55 Type, that was employed in an instance of E7 Activity.\nThese 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.", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "rdfs:subPropertyOf": { + "id": "crm:P125_used_object_of_type" + }, + "owl:inverseOf": { + "id": "crm:P32i_was_technique_of" + } + }, + { + "id": "crm:P125_used_object_of_type", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "used object of type" + }, + { + "@language": "de", + "@value": "benutzte Objekt des Typus" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΟΞΉΞΌΞΏΟΞΏΞ―Ξ·ΟΞ΅ Ξ±Ξ½ΟικΡίμΡνο ΟΟΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "a employΓ© un objet du type" + }, + { + "@language": "pt", + "@value": "usou objeto do tipo" + }, + { + "@language": "ru", + "@value": "ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π» ΠΎΠ±ΡΠ΅ΠΊΡ ΡΠΈΠΏΠ°" + }, + { + "@language": "zh", + "@value": "δ½Ώη¨ε―Ήθ±‘η±»ε" + } + ], + "rdfs:comment": "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\".\nThis 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", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "owl:inverseOf": { + "id": "crm:P125i_was_type_of_object_used_in" + } + }, + { + "id": "crm:P32i_was_technique_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was technique of" + }, + { + "@language": "de", + "@value": "war Verfahren von" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΟΞ΅ΟΞ½ΞΉΞΊΞ� ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© la technique mise en Εuvre dans" + }, + { + "@language": "pt", + "@value": "foi tΓ©cnica da" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠ΅Ρ Π½ΠΈΠΊΠΎΠΉ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―ζζ―" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P125i_was_type_of_object_used_in" + }, + "owl:inverseOf": { + "id": "crm:P32_used_general_technique" + } + }, + { + "id": "crm:P125i_was_type_of_object_used_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was type of object used in" + }, + { + "@language": "de", + "@value": "Objekt des Typus ... wurde benutzt in" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ o ΟΟΟΞΏΟ Ξ±Ξ½ΟΞΉΞΊΞ΅Ξ―ΞΌΞ΅Ξ½ΞΏΟ ΟΞΏΟ ΟΟΞ·ΟΞΉΞΌΞΏΟΞΏΞΉΞ�ΞΈΞ·ΞΊΞ΅ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "Γ©tait le type dβobjet employΓ© par" + }, + { + "@language": "pt", + "@value": "foi tipo do objeto usado em" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠΈΠΏΠΎΠΌ ΠΎΠ±ΡΠ΅ΠΊΡΠ° ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½Π½ΠΎΠ³ΠΎ Π²" + }, + { + "@language": "zh", + "@value": "ζ―δ½Ώη¨η对豑类ε" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "owl:inverseOf": { + "id": "crm:P125_used_object_of_type" + } + }, + { + "id": "crm:P33_used_specific_technique", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "used specific technique" + }, + { + "@language": "de", + "@value": "benutzte das bestimmte Verfahren" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΟΞΉΞΌΞΏΟΞΏΞ―Ξ·ΟΞ΅ ΟΟ Ξ³ΞΊΞ΅ΞΊΟΞΉΞΌΞΞ½Ξ· ΟΞ΅ΟΞ½ΞΉΞΊΞ�" + }, + { + "@language": "fr", + "@value": "a employΓ© comme technique spΓ©cifique" + }, + { + "@language": "pt", + "@value": "usou tΓ©cnica especΓfica" + }, + { + "@language": "ru", + "@value": "ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π» ΠΎΡΠΎΠ±ΡΡ ΡΠ΅Ρ Π½ΠΈΠΊΡ" + }, + { + "@language": "zh", + "@value": "δ½Ώη¨ηΉε�ζζ―" + } + ], + "rdfs:comment": "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.\nThe 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.\nTypical examples would include intervention plans for conservation or the construction plans of a building.", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E29_Design_or_Procedure" + }, + "rdfs:subPropertyOf": { + "id": "crm:P16_used_specific_object" + }, + "owl:inverseOf": { + "id": "crm:P33i_was_used_by" + } + }, + { + "id": "crm:P33i_was_used_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was used by" + }, + { + "@language": "de", + "@value": "wurde benutzt von" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΟΞΉΞΌΞΏΟΞΏΞΉΞ�ΞΈΞ·ΞΊΞ΅ Ξ³ΞΉΞ±" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© employΓ©e par" + }, + { + "@language": "pt", + "@value": "foi usada por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«δ½Ώη¨" + } + ], + "rdfs:domain": { + "id": "crm:E29_Design_or_Procedure" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P16i_was_used_for" + }, + "owl:inverseOf": { + "id": "crm:P33_used_specific_technique" + } + }, + { + "id": "crm:P34_concerned", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "concerned" + }, + { + "@language": "de", + "@value": "betraf" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΞΏΟΟΞ΅ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a concernΓ©" + }, + { + "@language": "pt", + "@value": "interessada" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π» Π΄Π΅Π»ΠΎ Ρ" + }, + { + "@language": "zh", + "@value": "ε·²θ―δΌ°" + } + ], + "rdfs:comment": "This property identifies the instance of E18 Physical Thing that was assessed during an instance of E14 Condition Assessment activity.\nConditions 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.", + "rdfs:domain": { + "id": "crm:E14_Condition_Assessment" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P140_assigned_attribute_to" + }, + "owl:inverseOf": { + "id": "crm:P34i_was_assessed_by" + } + }, + { + "id": "crm:P140_assigned_attribute_to", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "assigned attribute to" + }, + { + "@language": "de", + "@value": "wies Merkmal zu" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΞ΄ΟΟΞ΅ ιδιΟΟΞ·ΟΞ± ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a affectΓ© un attribut Γ " + }, + { + "@language": "pt", + "@value": "atribuiu atributo para" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠΈΡΠ²ΠΎΠΈΠ» Π°ΡΡΠΈΠ±ΡΡ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ει ε±ζ§δΊ" + } + ], + "rdfs:comment": "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.\nThe kind of attribution made should be documented using P177 assigned property type.", + "rdfs:domain": { + "id": "crm:E13_Attribute_Assignment" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "owl:inverseOf": { + "id": "crm:P140i_was_attributed_by" + } + }, + { + "id": "crm:P34i_was_assessed_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was assessed by" + }, + { + "@language": "de", + "@value": "wurde beurteilt durch" + }, + { + "@language": "el", + "@value": "ΡκΟΞΉΞΌΞ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "expertisΓ© par le biais de" + }, + { + "@language": "pt", + "@value": "foi avaliada por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΎΡΠ΅Π½Π΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«θ―δΌ°" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E14_Condition_Assessment" + }, + "rdfs:subPropertyOf": { + "id": "crm:P140i_was_attributed_by" + }, + "owl:inverseOf": { + "id": "crm:P34_concerned" + } + }, + { + "id": "crm:P140i_was_attributed_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was attributed by" + }, + { + "@language": "de", + "@value": "bekam Merkmal zugewiesen durch" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞ±ΞΊΟΞ·ΟΞ―ΟΟΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a reΓ§u un attribut par" + }, + { + "@language": "pt", + "@value": "foi atribuΓdo por" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΠ»ΡΡΠΈΠ» Π°ΡΡΠΈΠ±ΡΡ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "ζ₯εε±ζ§" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E13_Attribute_Assignment" + }, + "owl:inverseOf": { + "id": "crm:P140_assigned_attribute_to" + } + }, + { + "id": "crm:P35_has_identified", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has identified" + }, + { + "@language": "de", + "@value": "hat identifiziert" + }, + { + "@language": "el", + "@value": "ΞΟΡι διαΟΞΉΟΟΟΟΡι" + }, + { + "@language": "fr", + "@value": "a identifiΓ©" + }, + { + "@language": "pt", + "@value": "identificou" + }, + { + "@language": "ru", + "@value": "ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΡΠΈΡΠΎΠ²Π°Π»" + }, + { + "@language": "zh", + "@value": "ζζ θ―" + } + ], + "rdfs:comment": "This property identifies the instance of E3 Condition State that was observed in an instance of E14 Condition Assessment activity.", + "rdfs:domain": { + "id": "crm:E14_Condition_Assessment" + }, + "rdfs:range": { + "id": "crm:E3_Condition_State" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141_assigned" + }, + "owl:inverseOf": { + "id": "crm:P35i_was_identified_by" + } + }, + { + "id": "crm:P141_assigned", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "assigned" + }, + { + "@language": "de", + "@value": "wies zu" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΞ΄ΟΟΞ΅" + }, + { + "@language": "fr", + "@value": "a attribuΓ©" + }, + { + "@language": "pt", + "@value": "atribuiu" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠΈΡΠ²ΠΎΠΈΠ»" + }, + { + "@language": "zh", + "@value": "ει " + } + ], + "rdfs:comment": "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.\nThe kind of attribution made should be documented using P177 assigned property type.", + "rdfs:domain": { + "id": "crm:E13_Attribute_Assignment" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "owl:inverseOf": { + "id": "crm:P141i_was_assigned_by" + } + }, + { + "id": "crm:P35i_was_identified_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was identified by" + }, + { + "@language": "de", + "@value": "wurde identifiziert durch" + }, + { + "@language": "el", + "@value": "ΞΟΡι διαΟΞΉΟΟΟθΡί Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "est identifiΓ© par" + }, + { + "@language": "pt", + "@value": "foi identificado por" + }, + { + "@language": "ru", + "@value": "ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΡΠΈΡΠΎΠ²Π°Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ζ θ―" + } + ], + "rdfs:domain": { + "id": "crm:E3_Condition_State" + }, + "rdfs:range": { + "id": "crm:E14_Condition_Assessment" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141i_was_assigned_by" + }, + "owl:inverseOf": { + "id": "crm:P35_has_identified" + } + }, + { + "id": "crm:P141i_was_assigned_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was assigned by" + }, + { + "@language": "de", + "@value": "wurde zugewiesen durch" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΞ΄ΟΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© attribuΓ© par" + }, + { + "@language": "pt", + "@value": "foi atribuΓdo por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΏΡΠΈΡΠ²ΠΎΠ΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ει " + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E13_Attribute_Assignment" + }, + "owl:inverseOf": { + "id": "crm:P141_assigned" + } + }, + { + "id": "crm:P37_assigned", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "assigned" + }, + { + "@language": "de", + "@value": "wies zu" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΞ΄ΟΟΞ΅" + }, + { + "@language": "fr", + "@value": "a attribuΓ©" + }, + { + "@language": "pt", + "@value": "atribuiu" + }, + { + "@language": "ru", + "@value": "Π½Π°Π·Π½Π°ΡΠΈΠ»" + }, + { + "@language": "zh", + "@value": "ει δΊ" + } + ], + "rdfs:comment": "This property records the identifier that was assigned to an item in an instance of P37 Identifier Assignment.\nThe same identifier may be assigned on more than one occasion.\nAn Identifier might be created prior to an assignment.", + "rdfs:domain": { + "id": "crm:E15_Identifier_Assignment" + }, + "rdfs:range": { + "id": "crm:E42_Identifier" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141_assigned" + }, + "owl:inverseOf": { + "id": "crm:P37i_was_assigned_by" + } + }, + { + "id": "crm:P37i_was_assigned_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was assigned by" + }, + { + "@language": "de", + "@value": "wurde zugewiesen durch" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΞ΄ΟΞΈΞ·ΞΊΞ΅ ΟΟ ΞΉΞ΄ΞΉΟΟΞ·ΟΞ± Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© attribuΓ©e par" + }, + { + "@language": "pt", + "@value": "foi atribuΓdo por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΏΡΠΈΡΠ²ΠΎΠ΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ει " + } + ], + "rdfs:domain": { + "id": "crm:E42_Identifier" + }, + "rdfs:range": { + "id": "crm:E15_Identifier_Assignment" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141i_was_assigned_by" + }, + "owl:inverseOf": { + "id": "crm:P37_assigned" + } + }, + { + "id": "crm:P38_deassigned", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "deassigned" + }, + { + "@language": "de", + "@value": "hob Zuweisung auf von" + }, + { + "@language": "el", + "@value": "Ξ±ΞΊΟΟΟΟΞ΅" + }, + { + "@language": "fr", + "@value": "a dΓ©sattribuΓ©" + }, + { + "@language": "pt", + "@value": "retirou a atribuição do" + }, + { + "@language": "ru", + "@value": "ΠΎΡΠΌΠ΅Π½ΠΈΠ» Π½Π°Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "εζΆδΊ" + } + ], + "rdfs:comment": "This property records the identifier that was deassigned from an instance of E1 CRM Entity.\nDe-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.\nThe same identifier may be deassigned on more than one occasion.", + "rdfs:domain": { + "id": "crm:E15_Identifier_Assignment" + }, + "rdfs:range": { + "id": "crm:E42_Identifier" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141_assigned" + }, + "owl:inverseOf": { + "id": "crm:P38i_was_deassigned_by" + } + }, + { + "id": "crm:P38i_was_deassigned_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was deassigned by" + }, + { + "@language": "de", + "@value": "wurde aufgehoben durch" + }, + { + "@language": "el", + "@value": "Ξ±ΞΊΟ ΟΟΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© dΓ©sattribuΓ© par" + }, + { + "@language": "pt", + "@value": "foi retirada a atribuição por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΎΡΠΌΠ΅Π½Π΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«εζΆ" + } + ], + "rdfs:domain": { + "id": "crm:E42_Identifier" + }, + "rdfs:range": { + "id": "crm:E15_Identifier_Assignment" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141i_was_assigned_by" + }, + "owl:inverseOf": { + "id": "crm:P38_deassigned" + } + }, + { + "id": "crm:P39_measured", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "measured" + }, + { + "@language": "de", + "@value": "vermaΓ" + }, + { + "@language": "el", + "@value": "ΞΌΞΟΟΞ·ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a mesurΓ©" + }, + { + "@language": "pt", + "@value": "mediu" + }, + { + "@language": "ru", + "@value": "ΠΈΠ·ΠΌΠ΅ΡΠΈΠ»" + }, + { + "@language": "zh", + "@value": "ζ΅ιδΊ" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E16_Measurement" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P140_assigned_attribute_to" + }, + "owl:inverseOf": { + "id": "crm:P39i_was_measured_by" + } + }, + { + "id": "crm:P39i_was_measured_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was measured by" + }, + { + "@language": "de", + "@value": "wurde vermessen durch" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΟΞ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© mesurΓ© par" + }, + { + "@language": "pt", + "@value": "foi medida por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΈΠ·ΠΌΠ΅ΡΠ΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ζ΅ι" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E16_Measurement" + }, + "rdfs:subPropertyOf": { + "id": "crm:P140i_was_attributed_by" + }, + "owl:inverseOf": { + "id": "crm:P39_measured" + } + }, + { + "id": "crm:P40_observed_dimension", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "observed dimension" + }, + { + "@language": "de", + "@value": "beobachtete Dimension" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞ±ΟΞ�ΟΞ·ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a relevΓ© comme dimension" + }, + { + "@language": "pt", + "@value": "verificou a dimensΓ£o" + }, + { + "@language": "ru", + "@value": "ΠΎΠΏΡΠ΅Π΄Π΅Π»ΠΈΠ» Π²Π΅Π»ΠΈΡΠΈΠ½Ρ" + }, + { + "@language": "zh", + "@value": "θ§ζ΅εΊ¦ιθ§ζ Ό" + } + ], + "rdfs:comment": "This property records the dimension that was observed in an E16 Measurement Event.\nE54 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.\nDimensions 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.\nEven 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.", + "rdfs:domain": { + "id": "crm:E16_Measurement" + }, + "rdfs:range": { + "id": "crm:E54_Dimension" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141_assigned" + }, + "owl:inverseOf": { + "id": "crm:P40i_was_observed_in" + } + }, + { + "id": "crm:P40i_was_observed_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was observed in" + }, + { + "@language": "de", + "@value": "wurde beobachtet in" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞ±ΟΞ·ΟΞ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© relevΓ©e au cours de" + }, + { + "@language": "pt", + "@value": "foi verificada durante" + }, + { + "@language": "ru", + "@value": "Π½Π°Π±Π»ΡΠ΄Π°Π»ΡΡ Π²" + }, + { + "@language": "zh", + "@value": "θ’«θ§ζ΅" + } + ], + "rdfs:domain": { + "id": "crm:E54_Dimension" + }, + "rdfs:range": { + "id": "crm:E16_Measurement" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141i_was_assigned_by" + }, + "owl:inverseOf": { + "id": "crm:P40_observed_dimension" + } + }, + { + "id": "crm:P41_classified", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "classified" + }, + { + "@language": "de", + "@value": "klassifizierte" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞ±ΞΊΟΞ�ΟΞΉΟΞ΅" + }, + { + "@language": "fr", + "@value": "a classifiΓ©" + }, + { + "@language": "pt", + "@value": "classificou" + }, + { + "@language": "ru", + "@value": "ΠΊΠ»Π°ΡΡΠΈΡΠΈΡΠΈΡΠΎΠ²Π°Π»" + }, + { + "@language": "zh", + "@value": "εη±»" + } + ], + "rdfs:comment": "This property records the item to which a type was assigned in an E17 Type Assignment activity.\nAny 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).", + "rdfs:domain": { + "id": "crm:E17_Type_Assignment" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P140_assigned_attribute_to" + }, + "owl:inverseOf": { + "id": "crm:P41i_was_classified_by" + } + }, + { + "id": "crm:P41i_was_classified_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was classified by" + }, + { + "@language": "de", + "@value": "wurde klassifiziert durch" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞ±ΞΊΟΞ·ΟΞ―ΟΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© classifiΓ©e par le biais de" + }, + { + "@language": "pt", + "@value": "foi classificada por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΊΠ»Π°ΡΡΠΈΡΠΈΡΠΈΡΠΎΠ²Π°Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«εη±»" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E17_Type_Assignment" + }, + "rdfs:subPropertyOf": { + "id": "crm:P140i_was_attributed_by" + }, + "owl:inverseOf": { + "id": "crm:P41_classified" + } + }, + { + "id": "crm:P42_assigned", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "assigned" + }, + { + "@language": "de", + "@value": "wies zu" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΞ΄ΟΟΞ΅ ΟΟ ΞΉΞ΄ΞΉΟΟΞ·ΟΞ±" + }, + { + "@language": "fr", + "@value": "a attribuΓ©" + }, + { + "@language": "pt", + "@value": "atribuiu" + }, + { + "@language": "ru", + "@value": "Π½Π°Π·Π½Π°ΡΠΈΠ»" + }, + { + "@language": "zh", + "@value": "ει η±»ε" + } + ], + "rdfs:comment": "This property records the type that was assigned to an entity by an E17 Type Assignment activity.\nType 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).\nFor 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.\nA Type may be intellectually constructed independent from assigning an instance of it.", + "rdfs:domain": { + "id": "crm:E17_Type_Assignment" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141_assigned" + }, + "owl:inverseOf": { + "id": "crm:P42i_was_assigned_by" + } + }, + { + "id": "crm:P42i_was_assigned_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was assigned by" + }, + { + "@language": "de", + "@value": "wurde zugewiesen durch" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΞ΄ΟΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© attribuΓ© par" + }, + { + "@language": "pt", + "@value": "foi atribuΓdo por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΏΡΠΈΡΠ²ΠΎΠ΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ει η±»ε" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E17_Type_Assignment" + }, + "rdfs:subPropertyOf": { + "id": "crm:P141i_was_assigned_by" + }, + "owl:inverseOf": { + "id": "crm:P42_assigned" + } + }, + { + "id": "crm:P43_has_dimension", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has dimension" + }, + { + "@language": "de", + "@value": "hat Dimension" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΞΌΞγΡθοΟ" + }, + { + "@language": "fr", + "@value": "a pour dimension" + }, + { + "@language": "pt", + "@value": "tem dimensΓ£o" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π²Π΅Π»ΠΈΡΠΈΠ½Ρ" + }, + { + "@language": "zh", + "@value": "ζεΊ¦ιθ§ζ Ό" + } + ], + "rdfs:comment": "This property records a E54 Dimension of some E70 Thing.\nIn 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.\nIt 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.\nAn instance of E54 Dimension is specific to an instance of E70 Thing.", + "rdfs:domain": { + "id": "crm:E70_Thing" + }, + "rdfs:range": { + "id": "crm:E54_Dimension" + }, + "owl:inverseOf": { + "id": "crm:P43i_is_dimension_of" + } + }, + { + "id": "crm:P43i_is_dimension_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is dimension of" + }, + { + "@language": "de", + "@value": "ist Dimension von" + }, + { + "@language": "el", + "@value": "Ρίναι ΞΌΞΞ³Ξ΅ΞΈΞΏΟ ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "est dimension de" + }, + { + "@language": "pt", + "@value": "Γ© dimensΓ£o de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ Π²Π΅Π»ΠΈΡΠΈΠ½ΠΎΠΉ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―εΊ¦ιθ§ζ Ό" + } + ], + "rdfs:domain": { + "id": "crm:E54_Dimension" + }, + "rdfs:range": { + "id": "crm:E70_Thing" + }, + "owl:inverseOf": { + "id": "crm:P43_has_dimension" + } + }, + { + "id": "crm:P44_has_condition", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has condition" + }, + { + "@language": "de", + "@value": "hat Zustand" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΞΊΞ±ΟΞ¬ΟΟΞ±ΟΞ·" + }, + { + "@language": "fr", + "@value": "a pour Γ©tat matΓ©riel" + }, + { + "@language": "pt", + "@value": "tem estado material" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΡΠ»ΠΎΠ²ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζηΆε΅" + } + ], + "rdfs:comment": "This property records an E3 Condition State for some E18 Physical Thing.\nThis 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.\nAn instance of Condition State is specific to an instance of E18 Physical Thing.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E3_Condition_State" + }, + "owl:inverseOf": { + "id": "crm:P44i_is_condition_of" + } + }, + { + "id": "crm:P44i_is_condition_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is condition of" + }, + { + "@language": "de", + "@value": "ist Zustand von" + }, + { + "@language": "el", + "@value": "Ρίναι ΞΊΞ±ΟΞ¬ΟΟΞ±ΟΞ· ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "Γ©tat matΓ©riel de" + }, + { + "@language": "pt", + "@value": "estado material de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΡΡΠ»ΠΎΠ²ΠΈΠ΅ΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―ηΆε΅" + } + ], + "rdfs:domain": { + "id": "crm:E3_Condition_State" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P44_has_condition" + } + }, + { + "id": "crm:P45_consists_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "consists of" + }, + { + "@language": "de", + "@value": "besteht aus" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡίΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "consiste en" + }, + { + "@language": "pt", + "@value": "consiste de" + }, + { + "@language": "ru", + "@value": "ΡΠΎΡΡΠ°Π²Π»Π΅Π½ ΠΈΠ·" + }, + { + "@language": "zh", + "@value": "ε ε«" + } + ], + "rdfs:comment": "This property identifies the instances of E57 Materials of which an instance of E18 Physical Thing is composed.\nAll 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.\nA material, such as a theoretical alloy, may not have any physical instances.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E57_Material" + }, + "owl:inverseOf": { + "id": "crm:P45i_is_incorporated_in" + } + }, + { + "id": "crm:P45i_is_incorporated_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is incorporated in" + }, + { + "@language": "de", + "@value": "ist enthalten in" + }, + { + "@language": "el", + "@value": "Ρίναι ΡνΟΟΞΌΞ±ΟΟΞΌΞΞ½ΞΏΟ/Ξ·/ΞΏ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "est prΓ©sent dans" + }, + { + "@language": "pt", + "@value": "estΓ‘ presente em" + }, + { + "@language": "ru", + "@value": "Π²Ρ ΠΎΠ΄ΠΈΡ Π² ΡΠΎΡΡΠ°Π²" + }, + { + "@language": "zh", + "@value": "η»εε¨" + } + ], + "rdfs:domain": { + "id": "crm:E57_Material" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P45_consists_of" + } + }, + { + "id": "crm:P46_is_composed_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is composed of" + }, + { + "@language": "de", + "@value": "ist zusammengesetzt aus" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡίΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "est composΓ©e de" + }, + { + "@language": "pt", + "@value": "Γ© composto de" + }, + { + "@language": "ru", + "@value": "ΡΠΎΡΡΠ°Π²Π»Π΅Π½ ΠΈΠ·" + }, + { + "@language": "zh", + "@value": "η»ζζεζ―" + } + ], + "rdfs:comment": "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.\nComponent 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.\nThis 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.\nThe instances of E57 Material of which an instance of E18 Physical Thing is composed should be documented using P45 consists of (is incorporated in).\nThis property is transitive and non-reflexive", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P46i_forms_part_of" + } + }, + { + "id": "crm:P46i_forms_part_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "forms part of" + }, + { + "@language": "de", + "@value": "bildet Teil von" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡί ΞΌΞΟΞΏΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "fait partie de" + }, + { + "@language": "pt", + "@value": "faz parte de" + }, + { + "@language": "ru", + "@value": "ΡΠΎΡΠΌΠΈΡΡΠ΅Ρ ΡΠ°ΡΡΡ" + }, + { + "@language": "zh", + "@value": "ζζι¨ε" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P46_is_composed_of" + } + }, + { + "id": "crm:P48_has_preferred_identifier", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has preferred identifier" + }, + { + "@language": "de", + "@value": "hat bevorzugtes Kennzeichen" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΟΟΞΏΟΞΉΞΌΟμΡνο Ξ±Ξ½Ξ±Ξ³Ξ½ΟΟΞΉΟΟΞΉΞΊΟ" + }, + { + "@language": "fr", + "@value": "a pour identificateur retenu" + }, + { + "@language": "pt", + "@value": "tem identificador preferido" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΠΏΡΠ΅Π΄ΠΏΠΎΡΡΠΈΡΠ΅Π»ΡΠ½ΡΠΉ ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡ" + }, + { + "@language": "zh", + "@value": "ζδΌιζ θ―符" + } + ], + "rdfs:comment": "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.\nMore than one preferred identifier may have been assigned to an item over time.\nUse of this property requires an external mechanism for assigning temporal validity to the respective CIDOC CRM instance.\nThe 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.", + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E42_Identifier" + }, + "rdfs:subPropertyOf": { + "id": "crm:P1_is_identified_by" + }, + "owl:inverseOf": { + "id": "crm:P48i_is_preferred_identifier_of" + } + }, + { + "id": "crm:P48i_is_preferred_identifier_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is preferred identifier of" + }, + { + "@language": "de", + "@value": "ist bevorzugtes Kennzeichen fΓΌr" + }, + { + "@language": "el", + "@value": "Ρίναι ΟΟΞΏΟΞΉΞΌΟμΡνο Ξ±Ξ½Ξ±Ξ³Ξ½ΟΟΞΉΟΟΞΉΞΊΟ" + }, + { + "@language": "fr", + "@value": "est lβidentificateur retenu de" + }, + { + "@language": "pt", + "@value": "Γ© o identificador preferido de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΠΏΡΠ΅Π΄ΠΏΠΎΡΡΠΈΡΠ΅Π»ΡΠ½ΡΠΌ ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡΠΎΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―δΌιζ θ―符" + } + ], + "rdfs:domain": { + "id": "crm:E42_Identifier" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P1i_identifies" + }, + "owl:inverseOf": { + "id": "crm:P48_has_preferred_identifier" + } + }, + { + "id": "crm:P49_has_former_or_current_keeper", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has former or current keeper" + }, + { + "@language": "de", + "@value": "hat frΓΌheren oder derzeitigen Betreuer" + }, + { + "@language": "el", + "@value": "Ρίναι Ξ� Ξ�ΟΞ±Ξ½ ΟΟΞ·Ξ½ ΞΊΞ±ΟΞΏΟΞ� ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "est ou a Γ©tΓ© dΓ©tenu par" + }, + { + "@language": "pt", + "@value": "Γ© ou foi guardada por" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π±ΡΠ²ΡΠ΅Π³ΠΎ ΠΈΠ»ΠΈ ΡΠ΅ΠΊΡΡΠ΅Π³ΠΎ ΡΠΌΠΎΡΡΠΈΡΠ΅Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζδ»₯εΎζε½εδΏη�‘θ " + } + ], + "rdfs:comment": "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.\nThe 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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "owl:inverseOf": { + "id": "crm:P49i_is_former_or_current_keeper_of" + } + }, + { + "id": "crm:P49i_is_former_or_current_keeper_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is former or current keeper of" + }, + { + "@language": "de", + "@value": "ist frΓΌherer oder derzeitiger Betreuer von" + }, + { + "@language": "el", + "@value": "ΞΊΞ±ΟΞΟΡι Ξ� ΞΊΞ±ΟΡίΟΞ΅" + }, + { + "@language": "fr", + "@value": "est ou a Γ©tΓ© dΓ©tenteur de" + }, + { + "@language": "pt", + "@value": "Γ© ou foi guardador de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ Π±ΡΠ²ΡΠΈΠΌ ΠΈΠ»ΠΈ ΡΠ΅ΠΊΡΡΠΈΠΌ ΡΠΌΠΎΡΡΠΈΡΠ΅Π»Π΅ΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―δ»₯εΎζε½εδΏη�‘θ " + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P49_has_former_or_current_keeper" + } + }, + { + "id": "crm:P50_has_current_keeper", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has current keeper" + }, + { + "@language": "de", + "@value": "hat derzeitigen Betreuer" + }, + { + "@language": "el", + "@value": "Ρίναι ΟΟΞ·Ξ½ ΞΊΞ±ΟΞΏΟΞ� ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "est actuellement dΓ©tenu par" + }, + { + "@language": "pt", + "@value": "Γ© guardada por" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΠ΅ΠΊΡΡΠ΅Π³ΠΎ ΡΠΌΠΎΡΡΠΈΡΠ΅Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζε½εδΏη�‘θ " + } + ], + "rdfs:comment": "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.\nThis 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", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P49_has_former_or_current_keeper" + }, + "owl:inverseOf": { + "id": "crm:P50i_is_current_keeper_of" + } + }, + { + "id": "crm:P50i_is_current_keeper_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is current keeper of" + }, + { + "@language": "de", + "@value": "ist derzeitiger Betreuer von" + }, + { + "@language": "el", + "@value": "ΞΊΞ±ΟΞΟΡι" + }, + { + "@language": "fr", + "@value": "est actuel dΓ©tenteur de" + }, + { + "@language": "pt", + "@value": "Γ© guardador de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΡΠ΅ΠΊΡΡΠΈΠΌ ΡΠΌΠΎΡΡΠΈΡΠ΅Π»Π΅ΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―ε½εδΏη�‘θ " + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P49i_is_former_or_current_keeper_of" + }, + "owl:inverseOf": { + "id": "crm:P50_has_current_keeper" + } + }, + { + "id": "crm:P51_has_former_or_current_owner", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has former or current owner" + }, + { + "@language": "de", + "@value": "hat frΓΌheren oder derzeitigen Besitzer" + }, + { + "@language": "el", + "@value": "ΞΟΡι Ξ� ΡίΟΞ΅ ιδιοκΟΞ�ΟΞ·" + }, + { + "@language": "fr", + "@value": "est ou a Γ©tΓ© possΓ©dΓ©e par" + }, + { + "@language": "pt", + "@value": "Γ© ou foi propriedade de" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π±ΡΠ²ΡΠ΅Π³ΠΎ ΠΈΠ»ΠΈ ΡΠ΅ΠΊΡΡΠ΅Π³ΠΎ Π²Π»Π°Π΄Π΅Π»ΡΡΠ°" + }, + { + "@language": "zh", + "@value": "ζδ»₯εΎζε½εζζθ " + } + ], + "rdfs:comment": "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.\nThe 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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "owl:inverseOf": { + "id": "crm:P51i_is_former_or_current_owner_of" + } + }, + { + "id": "crm:P51i_is_former_or_current_owner_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is former or current owner of" + }, + { + "@language": "de", + "@value": "ist frΓΌherer oder derzeitiger Besitzer von" + }, + { + "@language": "el", + "@value": "Ρίναι Ξ� Ξ�ΟΞ±Ξ½ ιδιοκΟΞ�ΟΞ·Ο ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est ou a Γ©tΓ© propriΓ©taire de" + }, + { + "@language": "pt", + "@value": "Γ© ou foi proprietΓ‘rio de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ Π±ΡΠ²ΡΠΈΠΌ ΠΈΠ»ΠΈ ΡΠ΅ΠΊΡΡΠΈΠΌ Π²Π»Π°Π΄Π΅Π»ΡΡΠ΅ΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―δ»₯εΎζε½εζζθ " + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P51_has_former_or_current_owner" + } + }, + { + "id": "crm:P52_has_current_owner", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has current owner" + }, + { + "@language": "de", + "@value": "hat derzeitigen Besitzer" + }, + { + "@language": "el", + "@value": "ΞΟΡι ιδιοκΟΞ�ΟΞ·" + }, + { + "@language": "fr", + "@value": "est actuellement possΓ©dΓ©e par" + }, + { + "@language": "pt", + "@value": "Γ© propriedade de" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΠ΅ΠΊΡΡΠ΅Π³ΠΎ Π²Π»Π°Π΄Π΅Π»ΡΡΠ°" + }, + { + "@language": "zh", + "@value": "ζε½εζζθ " + } + ], + "rdfs:comment": "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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P51_has_former_or_current_owner" + }, + { + "id": "crm:P105_right_held_by" + } + ], + "owl:inverseOf": { + "id": "crm:P52i_is_current_owner_of" + } + }, + { + "id": "crm:P105_right_held_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "right held by" + }, + { + "@language": "de", + "@value": "Rechte stehen zu" + }, + { + "@language": "el", + "@value": "δικαίΟΞΌΞ± ΞΊΞ±ΟΞΟΞ΅ΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "droit dΓ©tenu par" + }, + { + "@language": "pt", + "@value": "sΓ£o direitos de" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠ°Π²ΠΎ ΠΏΡΠΈΠ½Π°Π΄Π»Π΅ΠΆΠΈΡ" + }, + { + "@language": "zh", + "@value": "ζζζε©ηζ―" + } + ], + "rdfs:comment": "This property identifies the instance of E39 Actor who holds the instances of E30 Right to an instance of E72 Legal Object.\nIt is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.\nThis 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.", + "rdfs:domain": { + "id": "crm:E72_Legal_Object" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "owl:inverseOf": { + "id": "crm:P105i_has_right_on" + } + }, + { + "id": "crm:P52i_is_current_owner_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is current owner of" + }, + { + "@language": "de", + "@value": "ist derzeitiger Besitzer von" + }, + { + "@language": "el", + "@value": "Ρίναι ιδιοκΟΞ�ΟΞ·Ο ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "est le propriΓ©taire actuel de" + }, + { + "@language": "pt", + "@value": "Γ© proprietΓ‘rio de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΡΠ΅ΠΊΡΡΠΈΠΌ Π²Π»Π°Π΄Π΅Π»ΡΡΠ΅ΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―ε½εζζθ " + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P51i_is_former_or_current_owner_of" + }, + { + "id": "crm:P105i_has_right_on" + } + ], + "owl:inverseOf": { + "id": "crm:P52_has_current_owner" + } + }, + { + "id": "crm:P105i_has_right_on", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has right on" + }, + { + "@language": "de", + "@value": "hat Rechte an" + }, + { + "@language": "el", + "@value": "ΞΟΡι δικαίΟΞΌΞ± ΟΞ΅" + }, + { + "@language": "fr", + "@value": "dΓ©tient un droit sur" + }, + { + "@language": "pt", + "@value": "possui direitos sobre" + }, + { + "@language": "ru", + "@value": "Π²Π»Π°Π΄Π΅Π΅Ρ ΠΏΡΠ°Π²ΠΎΠΌ Π½Π°" + }, + { + "@language": "zh", + "@value": "ζζε©" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E72_Legal_Object" + }, + "owl:inverseOf": { + "id": "crm:P105_right_held_by" + } + }, + { + "id": "crm:P53_has_former_or_current_location", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has former or current location" + }, + { + "@language": "de", + "@value": "hat frΓΌheren oder derzeitigen Standort" + }, + { + "@language": "el", + "@value": "Ξ²ΟΞ―ΟΞΊΞ΅ΟΞ±ΞΉ Ξ� Ξ²ΟΞΉΟΞΊΟΟΞ±Ξ½ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a ou a eu pour localisation" + }, + { + "@language": "pt", + "@value": "Γ© ou foi localizada em" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΠ΅ΠΊΡΡΠ΅Π΅ ΠΈΠ»ΠΈ Π±ΡΠ²ΡΠ΅Π΅ ΠΌΠ΅ΡΡΠΎΠΏΠΎΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζδΉεζε½εδ½η½�" + } + ], + "rdfs:comment": "This property identifies an instance of E53 Place as the former or current location of an instance of E18 Physical Thing.\nIn 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.\nIn the case of immobile objects, the Place would normally correspond to the Place of creation.\nThis 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.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P53i_is_former_or_current_location_of" + } + }, + { + "id": "crm:P53i_is_former_or_current_location_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is former or current location of" + }, + { + "@language": "de", + "@value": "ist frΓΌherer oder derzeitiger Standort von" + }, + { + "@language": "el", + "@value": "Ρίναι Ξ� Ξ�ΟΞ±Ξ½ ΞΈΞΟΞ· ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "est ou a Γ©tΓ© localisation de" + }, + { + "@language": "pt", + "@value": "Γ© ou foi localização de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΡΠ΅ΠΊΡΡΠΈΠΌ ΠΈΠ»ΠΈ Π±ΡΠ²ΡΠΈΠΌ ΠΌΠ΅ΡΡΠΎΠΏΠΎΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅ΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―δΉεζε½εδ½η½�" + } + ], + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P53_has_former_or_current_location" + } + }, + { + "id": "crm:P54_has_current_permanent_location", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has current permanent location" + }, + { + "@language": "de", + "@value": "hat derzeitigen permanenten Standort" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΞΌΟΞ½ΞΉΞΌΞ· ΞΈΞΟΞ·" + }, + { + "@language": "fr", + "@value": "a actuellement pour localisation Γ demeure" + }, + { + "@language": "pt", + "@value": "Γ© localizado permanentemente em" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΠ΅ΠΊΡΡΠ΅Π΅ ΠΏΠΎΡΡΠΎΡΠ½Π½ΠΎΠ΅ ΠΌΠ΅ΡΡΠΎΠΏΠΎΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζε½εζ°ΈδΉ δ½η½�" + } + ], + "rdfs:comment": "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.\nP54 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.", + "rdfs:domain": { + "id": "crm:E19_Physical_Object" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P54i_is_current_permanent_location_of" + } + }, + { + "id": "crm:P54i_is_current_permanent_location_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is current permanent location of" + }, + { + "@language": "de", + "@value": "ist derzeitiger permanenter Standort von" + }, + { + "@language": "el", + "@value": "Ρίναι ΞΌΟΞ½ΞΉΞΌΞ· ΞΈΞΟΞ· ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est actuellement localisation Γ demeure de" + }, + { + "@language": "pt", + "@value": "Γ© localização permanente de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΡΠ΅ΠΊΡΡΠΈΠΌ ΠΏΠΎΡΡΠΎΡΠ½Π½ΡΠΌ ΠΌΠ΅ΡΡΠΎΠΏΠΎΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅ΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―ε½εζ°ΈδΉ δ½η½�" + } + ], + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E19_Physical_Object" + }, + "owl:inverseOf": { + "id": "crm:P54_has_current_permanent_location" + } + }, + { + "id": "crm:P55_has_current_location", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has current location" + }, + { + "@language": "de", + "@value": "hat derzeitigen Standort" + }, + { + "@language": "el", + "@value": "Ξ²ΟΞ―ΟΞΊΞ΅ΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a pour localisation actuelle" + }, + { + "@language": "pt", + "@value": "Γ© localizado em" + }, + { + "@language": "ru", + "@value": "Π² Π΄Π°Π½Π½ΡΠΉ ΠΌΠΎΠΌΠ΅Π½Ρ Π½Π°Ρ ΠΎΠ΄ΠΈΡΡΡ Π²" + }, + { + "@language": "zh", + "@value": "ζε½εδ½η½�" + } + ], + "rdfs:comment": "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.\nThis 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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E19_Physical_Object" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "rdfs:subPropertyOf": { + "id": "crm:P53_has_former_or_current_location" + }, + "owl:inverseOf": { + "id": "crm:P55i_currently_holds" + } + }, + { + "id": "crm:P55i_currently_holds", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "currently holds" + }, + { + "@language": "de", + "@value": "hΓ€lt derzeitig" + }, + { + "@language": "el", + "@value": "Ρίναι ΞΈΞΟΞ· ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "est localisation actuelle de" + }, + { + "@language": "pt", + "@value": "Γ© localização atual de" + }, + { + "@language": "ru", + "@value": "Π² Π΄Π°Π½Π½ΡΠΉ ΠΌΠΎΠΌΠ΅Π½Ρ ΡΠΎΠ΄Π΅ΡΠΆΠΈΡ" + }, + { + "@language": "zh", + "@value": "ε½εζ₯ζ" + } + ], + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E19_Physical_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P53i_is_former_or_current_location_of" + }, + "owl:inverseOf": { + "id": "crm:P55_has_current_location" + } + }, + { + "id": "crm:P56_bears_feature", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "bears feature" + }, + { + "@language": "de", + "@value": "trΓ€gt Merkmal" + }, + { + "@language": "el", + "@value": "ΟΞΟΡι ΞΌΟΟΟΟΞΌΞ±" + }, + { + "@language": "fr", + "@value": "prΓ©sente pour caractΓ©ristique" + }, + { + "@language": "pt", + "@value": "possui caracterΓstica" + }, + { + "@language": "ru", + "@value": "Π½Π΅ΡΠ΅Ρ ΠΏΡΠΈΠ·Π½Π°ΠΊ" + }, + { + "@language": "zh", + "@value": "ζηΉεΎ" + } + ], + "rdfs:comment": "This property links an instance of E19 Physical Object to an instance of E26 Physical Feature that it bears.\nAn 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.\nAn 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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E19_Physical_Object" + }, + "rdfs:range": { + "id": "crm:E26_Physical_Feature" + }, + "rdfs:subPropertyOf": { + "id": "crm:P46_is_composed_of" + }, + "owl:inverseOf": { + "id": "crm:P56i_is_found_on" + } + }, + { + "id": "crm:P56i_is_found_on", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is found on" + }, + { + "@language": "de", + "@value": "wird gefunden auf" + }, + { + "@language": "el", + "@value": "Ξ²ΟΞ―ΟΞΊΞ΅ΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "se trouve sur" + }, + { + "@language": "pt", + "@value": "Γ© encontrada em" + }, + { + "@language": "ru", + "@value": "Π½Π°ΠΉΠ΄Π΅Π½ Π½Π°" + }, + { + "@language": "zh", + "@value": "εη°δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E26_Physical_Feature" + }, + "rdfs:range": { + "id": "crm:E19_Physical_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P46i_forms_part_of" + }, + "owl:inverseOf": { + "id": "crm:P56_bears_feature" + } + }, + { + "id": "crm:P57_has_number_of_parts", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has number of parts" + }, + { + "@language": "de", + "@value": "hat Anzahl Teile" + }, + { + "@language": "el", + "@value": "ΞΟΡι Ξ±ΟΞΉΞΈΞΌΟ ΞΌΞ΅ΟΟΞ½" + }, + { + "@language": "fr", + "@value": "a pour nombre de parties" + }, + { + "@language": "pt", + "@value": "tem nΓΊmero de partes" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΠΈΡΠ»ΠΎ ΡΠ°ΡΡΠ΅ΠΉ" + }, + { + "@language": "zh", + "@value": "ζη»ζι¨εζ°" + } + ], + "rdfs:comment": "This property documents the number of parts, an instance of E60 Number, of which an instance of E19 Physical Object is composed.\nThis 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.\nFor 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.", + "rdfs:domain": { + "id": "crm:E19_Physical_Object" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P59_has_section", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has section" + }, + { + "@language": "de", + "@value": "hat Bereich" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΟΞΏΞΌΞΞ±" + }, + { + "@language": "fr", + "@value": "a pour section" + }, + { + "@language": "pt", + "@value": "tem seção" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΠ°ΠΉΠΎΠ½" + }, + { + "@language": "zh", + "@value": "ζεΊε" + } + ], + "rdfs:comment": "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\".", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "rdfs:subPropertyOf": { + "id": "crm:P157i_provides_reference_space_for" + }, + "owl:inverseOf": { + "id": "crm:P59i_is_located_on_or_within" + } + }, + { + "id": "crm:P157i_provides_reference_space_for", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "provides reference space for" + }, + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P157_is_at_rest_relative_to" + } + }, + { + "id": "crm:P59i_is_located_on_or_within", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is located on or within" + }, + { + "@language": "de", + "@value": "befindet sich auf oder in" + }, + { + "@language": "el", + "@value": "Ξ²ΟΞ―ΟΞΊΞ΅ΟΞ±ΞΉ ΟΞ΅ Ξ� ΡνΟΟΟ" + }, + { + "@language": "fr", + "@value": "se situe sur ou dans" + }, + { + "@language": "pt", + "@value": "estΓ‘ localizada sobre ou dentro de" + }, + { + "@language": "ru", + "@value": "Π½Π°Ρ ΠΎΠ΄ΠΈΡΡΡ Π½Π° ΠΈΠ»ΠΈ Π²Π½ΡΡΡΠΈ" + }, + { + "@language": "zh", + "@value": "δ½δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P157_is_at_rest_relative_to" + }, + "owl:inverseOf": { + "id": "crm:P59_has_section" + } + }, + { + "id": "crm:P157_is_at_rest_relative_to", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is at rest relative to" + }, + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P157i_provides_reference_space_for" + } + }, + { + "id": "crm:P62_depicts", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "depicts" + }, + { + "@language": "de", + "@value": "bildet ab" + }, + { + "@language": "el", + "@value": "Ξ±ΟΡικονί΢Ρι" + }, + { + "@language": "fr", + "@value": "figure" + }, + { + "@language": "pt", + "@value": "retrata" + }, + { + "@language": "ru", + "@value": "ΠΎΠΏΠΈΡΡΠ²Π°Π΅Ρ" + }, + { + "@language": "zh", + "@value": "ζη»δΊ" + } + ], + "rdfs:comment": "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.\nThis 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. P138.1 mode of depiction allows the nature of the depiction to be refined.", + "rdfs:domain": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "owl:inverseOf": { + "id": "crm:P62i_is_depicted_by" + } + }, + { + "id": "crm:P62i_is_depicted_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is depicted by" + }, + { + "@language": "de", + "@value": "wird abgebildet durch" + }, + { + "@language": "el", + "@value": "Ξ±ΟΡικονί΢ΡΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "est figurΓ©e sur" + }, + { + "@language": "pt", + "@value": "Γ© retratada por" + }, + { + "@language": "ru", + "@value": "ΠΎΠΏΠΈΡΠ°Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ζη»" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "owl:inverseOf": { + "id": "crm:P62_depicts" + } + }, + { + "id": "crm:P65_shows_visual_item", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "shows visual item" + }, + { + "@language": "de", + "@value": "zeigt Bildliches" + }, + { + "@language": "el", + "@value": "ΡμΟανί΢Ρι ΞΏΟΟΞΉΞΊΟ ΟΟΞΏΞΉΟΡίο" + }, + { + "@language": "fr", + "@value": "prΓ©sente l'item visuel" + }, + { + "@language": "pt", + "@value": "apresenta item visual" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΠΊΠ°Π·ΡΠ²Π°Π΅Ρ Π²ΠΈΠ·ΡΠ°Π»ΡΠ½ΡΠΉ ΠΏΡΠ΅Π΄ΠΌΠ΅Ρ" + }, + { + "@language": "zh", + "@value": "ε±η€Ίε―θ§ι‘Ή" + } + ], + "rdfs:comment": "This property documents an instance of E36 Visual Item shown by an instance of E24 Physical Human-Made Thing.\nThis 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.\nFor 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.\nP65 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.\nThis 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).", + "rdfs:domain": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "rdfs:range": { + "id": "crm:E36_Visual_Item" + }, + "rdfs:subPropertyOf": { + "id": "crm:P128_carries" + }, + "owl:inverseOf": { + "id": "crm:P65i_is_shown_by" + } + }, + { + "id": "crm:P128_carries", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "carries" + }, + { + "@language": "de", + "@value": "trΓ€gt" + }, + { + "@language": "el", + "@value": "ΟΞΟΡι" + }, + { + "@language": "fr", + "@value": "est le support de" + }, + { + "@language": "pt", + "@value": "Γ© o suporte de" + }, + { + "@language": "ru", + "@value": "Π½Π΅ΡΠ΅Ρ" + }, + { + "@language": "zh", + "@value": "ζΏθ½½" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E90_Symbolic_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P130_shows_features_of" + }, + "owl:inverseOf": { + "id": "crm:P128i_is_carried_by" + } + }, + { + "id": "crm:P65i_is_shown_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is shown by" + }, + { + "@language": "de", + "@value": "wird gezeigt durch" + }, + { + "@language": "el", + "@value": "ΡμΟΞ±Ξ½Ξ―ΞΆΞ΅ΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "est prΓ©sentΓ© par" + }, + { + "@language": "pt", + "@value": "Γ© apresentado por" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΠΊΠ°Π·Π°Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ε±η€Ί" + } + ], + "rdfs:domain": { + "id": "crm:E36_Visual_Item" + }, + "rdfs:range": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P128i_is_carried_by" + }, + "owl:inverseOf": { + "id": "crm:P65_shows_visual_item" + } + }, + { + "id": "crm:P128i_is_carried_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is carried by" + }, + { + "@language": "de", + "@value": "wird getragen von" + }, + { + "@language": "el", + "@value": "ΟΞΟΞ΅ΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a pour support" + }, + { + "@language": "pt", + "@value": "Γ© suportado por" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅Π½ΠΎΡΠΈΡΡΡ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ζΏθ½½" + } + ], + "rdfs:domain": { + "id": "crm:E90_Symbolic_Object" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P130i_features_are_also_found_on" + }, + "owl:inverseOf": { + "id": "crm:P128_carries" + } + }, + { + "id": "crm:P67_refers_to", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "refers to" + }, + { + "@language": "de", + "@value": "verweist auf" + }, + { + "@language": "el", + "@value": "Ξ±Ξ½Ξ±ΟΞΟΞ΅ΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "fait rΓ©fΓ©rence Γ " + }, + { + "@language": "pt", + "@value": "referencia" + }, + { + "@language": "ru", + "@value": "ΡΡΡΠ»Π°Π΅ΡΡΡ Π½Π°" + }, + { + "@language": "zh", + "@value": "ζΆε" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E89_Propositional_Object" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "owl:inverseOf": { + "id": "crm:P67i_is_referred_to_by" + } + }, + { + "id": "crm:P67i_is_referred_to_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is referred to by" + }, + { + "@language": "de", + "@value": "wird angefΓΌhrt von" + }, + { + "@language": "el", + "@value": "Ξ±Ξ½Ξ±ΟΞΟΞ΅ΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "est rΓ©fΓ©rencΓ© par" + }, + { + "@language": "pt", + "@value": "Γ© referenciado por" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΡΡΠ»ΠΊΡ Π½Π° ΡΠ΅Π±Ρ ΠΎΡ" + }, + { + "@language": "zh", + "@value": "θ’«ζΆε" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E89_Propositional_Object" + }, + "owl:inverseOf": { + "id": "crm:P67_refers_to" + } + }, + { + "id": "crm:P68_foresees_use_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "foresees use of" + }, + { + "@language": "de", + "@value": "sieht den Gebrauch vor von" + }, + { + "@language": "el", + "@value": "ΟΟ Ξ½Ξ�ΞΈΟΟ ΟΟΞ·ΟΞΉΞΌΞΏΟοιΡί" + }, + { + "@language": "fr", + "@value": "utilise habituellement" + }, + { + "@language": "pt", + "@value": "normalmente emprega" + }, + { + "@language": "ru", + "@value": "ΠΎΠ±ΡΡΠ½ΠΎ ΠΏΡΠΈΠΌΠ΅Π½ΡΠ΅Ρ" + }, + { + "@language": "zh", + "@value": "ι’η₯δ½Ώη¨" + } + ], + "rdfs:comment": "This property identifies an instance of E57 Material foreseen to be used by an instance of E29 Design or Procedure.\nE29 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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E29_Design_or_Procedure" + }, + "rdfs:range": { + "id": "crm:E57_Material" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67_refers_to" + }, + "owl:inverseOf": { + "id": "crm:P68i_use_foreseen_by" + } + }, + { + "id": "crm:P68i_use_foreseen_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "use foreseen by" + }, + { + "@language": "de", + "@value": "vorgesehen fΓΌr Gebrauch durch defined" + }, + { + "@language": "el", + "@value": "ΟΟ Ξ½Ξ�ΞΈΟΟ ΟΟΞ·ΟΞΉΞΌΞΏΟοιΡίΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "est habituellement utilisΓ© par" + }, + { + "@language": "pt", + "@value": "Γ© empregado por" + }, + { + "@language": "ru", + "@value": "ΠΎΠ±ΡΡΠ½ΠΎ ΠΈΡΠΏΠΎΠ»ΡΠ·ΡΠ΅ΡΡΡ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ι’η₯δ½Ώη¨" + } + ], + "rdfs:domain": { + "id": "crm:E57_Material" + }, + "rdfs:range": { + "id": "crm:E29_Design_or_Procedure" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67i_is_referred_to_by" + }, + "owl:inverseOf": { + "id": "crm:P68_foresees_use_of" + } + }, + { + "id": "crm:P69_has_association_with", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has association with" + }, + { + "@language": "de", + "@value": "ist verbunden mit" + }, + { + "@language": "el", + "@value": "ΟΟΞ΅ΟΞ―ΞΆΞ΅ΟΞ±ΞΉ ΞΌΞ΅" + }, + { + "@language": "fr", + "@value": "est associΓ©e Γ " + }, + { + "@language": "pt", + "@value": "Γ© associado com" + }, + { + "@language": "ru", + "@value": "Π°ΡΡΠΎΡΠΈΠΈΡΠΎΠ²Π°Π½ Ρ" + }, + { + "@language": "zh", + "@value": "ε ³θ" + } + ], + "rdfs:comment": "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\nThe 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.\nThe property can typically be used to model the decomposition of the description of a complete workflow into a series of separate procedures.", + "rdfs:domain": { + "id": "crm:E29_Design_or_Procedure" + }, + "rdfs:range": { + "id": "crm:E29_Design_or_Procedure" + }, + "owl:inverseOf": { + "id": "crm:P69i_is_associated_with" + } + }, + { + "id": "crm:P69i_is_associated_with", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is associated with" + }, + "rdfs:domain": { + "id": "crm:E29_Design_or_Procedure" + }, + "rdfs:range": { + "id": "crm:E29_Design_or_Procedure" + }, + "owl:inverseOf": { + "id": "crm:P69_has_association_with" + } + }, + { + "id": "crm:P70_documents", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "documents" + }, + { + "@language": "de", + "@value": "belegt" + }, + { + "@language": "el", + "@value": "ΟΡκμηΟΞΉΟνΡι" + }, + { + "@language": "fr", + "@value": "mentionne" + }, + { + "@language": "pt", + "@value": "documenta" + }, + { + "@language": "ru", + "@value": "Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠΈΡΡΠ΅Ρ" + }, + { + "@language": "zh", + "@value": "θ�°ε½δΊ" + } + ], + "rdfs:comment": "This property describes the CRM Entities documented as instances of E31 Document.\nDocuments 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.", + "rdfs:domain": { + "id": "crm:E31_Document" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67_refers_to" + }, + "owl:inverseOf": { + "id": "crm:P70i_is_documented_in" + } + }, + { + "id": "crm:P70i_is_documented_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is documented in" + }, + { + "@language": "de", + "@value": "wird belegt in" + }, + { + "@language": "el", + "@value": "ΟΡκμηΟΞΉΟΞ½Ξ΅ΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "est mentionnΓ©e dans" + }, + { + "@language": "pt", + "@value": "Γ© documentado em" + }, + { + "@language": "ru", + "@value": "Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠΈΡΠΎΠ²Π°Π½ Π²" + }, + { + "@language": "zh", + "@value": "θ�°ε½ε¨" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E31_Document" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67i_is_referred_to_by" + }, + "owl:inverseOf": { + "id": "crm:P70_documents" + } + }, + { + "id": "crm:P71_lists", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "lists" + }, + { + "@language": "de", + "@value": "listet" + }, + { + "@language": "el", + "@value": "ΟΞ΅ΟιλαμβάνΡι" + }, + { + "@language": "fr", + "@value": "dΓ©finit" + }, + { + "@language": "pt", + "@value": "define" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅ΡΠΈΡΠ»ΡΠ΅Ρ" + }, + { + "@language": "zh", + "@value": "εεΊ" + } + ], + "rdfs:comment": "This property associates an instance of E32 Authority Document, with an instance of E1 CRM Entity which it lists for reference purposes.", + "rdfs:domain": { + "id": "crm:E32_Authority_Document" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67_refers_to" + }, + "owl:inverseOf": { + "id": "crm:P71i_is_listed_in" + } + }, + { + "id": "crm:P71i_is_listed_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is listed in" + }, + { + "@language": "de", + "@value": "wird aufgelistet in" + }, + { + "@language": "el", + "@value": "ΟΞ΅ΟιλαμβάνΡΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "est dΓ©fini par" + }, + { + "@language": "pt", + "@value": "Γ© definido por" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅ΡΠΈΡΠ»Π΅Π½ Π²" + }, + { + "@language": "zh", + "@value": "εδΊ" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E32_Authority_Document" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67i_is_referred_to_by" + }, + "owl:inverseOf": { + "id": "crm:P71_lists" + } + }, + { + "id": "crm:P72_has_language", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has language" + }, + { + "@language": "de", + "@value": "hat Sprache" + }, + { + "@language": "el", + "@value": "ΞΟΡι Ξ³Ξ»ΟΟΟΞ±" + }, + { + "@language": "fr", + "@value": "est en langue" + }, + { + "@language": "pt", + "@value": "Γ© da lΓngua" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΠ·ΡΠΊ" + }, + { + "@language": "zh", + "@value": "ζθ―η§" + } + ], + "rdfs:comment": "This property associates an instance(s) of E33 Linguistic Object with an instance of E56 Language in which it is, at least partially, expressed.\nLinguistic Objects are composed in one or more human Languages. This property allows these languages to be documented.", + "rdfs:domain": { + "id": "crm:E33_Linguistic_Object" + }, + "rdfs:range": { + "id": "crm:E56_Language" + }, + "owl:inverseOf": { + "id": "crm:P72i_is_language_of" + } + }, + { + "id": "crm:P72i_is_language_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is language of" + }, + { + "@language": "de", + "@value": "ist Sprache von" + }, + { + "@language": "el", + "@value": "Ρίναι Ξ³Ξ»ΟΟΟΞ± ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est la langue de" + }, + { + "@language": "pt", + "@value": "Γ© a lΓngua de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΡΠ·ΡΠΊΠΎΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―θ―η§" + } + ], + "rdfs:domain": { + "id": "crm:E56_Language" + }, + "rdfs:range": { + "id": "crm:E33_Linguistic_Object" + }, + "owl:inverseOf": { + "id": "crm:P72_has_language" + } + }, + { + "id": "crm:P73_has_translation", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has translation" + }, + { + "@language": "de", + "@value": "hat Γbersetzung" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΞΌΞ΅ΟΞ¬ΟΟΞ±ΟΞ·" + }, + { + "@language": "fr", + "@value": "a pour traduction" + }, + { + "@language": "pt", + "@value": "tem tradução" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄" + }, + { + "@language": "zh", + "@value": "ζθ―ζ" + } + ], + "rdfs:comment": "This property links an instance of E33 Linguistic Object (A), to another instance of E33 Linguistic Object (B) which is the translation of A.\nWhen 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.\nThis property is non-symmetric.", + "rdfs:domain": { + "id": "crm:E33_Linguistic_Object" + }, + "rdfs:range": { + "id": "crm:E33_Linguistic_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P130i_features_are_also_found_on" + }, + "owl:inverseOf": { + "id": "crm:P73i_is_translation_of" + } + }, + { + "id": "crm:P130i_features_are_also_found_on", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "features are also found on" + }, + { + "@language": "de", + "@value": "Merkmale auch auf" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞ±ΞΊΟΞ·ΟΞΉΟΟΞΉΞΊΞ¬ ΟΞΏΟ Ξ²ΟΞ―ΟΞΊΞΏΞ½ΟΞ±ΞΉ Ξ΅ΟΞ―ΟΞ·Ο ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a des caractΓ©ristiques se trouvant aussi sur" + }, + { + "@language": "pt", + "@value": "caracterΓsticas sΓ£o tambΓ©m encontradas em" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠΈΠ·Π½Π°ΠΊΠΈ ΡΠ°ΠΊΠΆΠ΅ Π½Π°ΠΉΠ΄Π΅Π½Ρ Π½Π°" + }, + { + "@language": "zh", + "@value": "εη°ηΉεΎ" + } + ], + "rdfs:domain": { + "id": "crm:E70_Thing" + }, + "rdfs:range": { + "id": "crm:E70_Thing" + }, + "owl:inverseOf": { + "id": "crm:P130_shows_features_of" + } + }, + { + "id": "crm:P73i_is_translation_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is translation of" + }, + { + "@language": "de", + "@value": "ist Γbersetzung von" + }, + { + "@language": "el", + "@value": "Ρίναι ΞΌΞ΅ΟΞ¬ΟΟΞ±ΟΞ· ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est la traduction de" + }, + { + "@language": "pt", + "@value": "Γ© tradução de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "ζ―θ―ζ" + } + ], + "rdfs:domain": { + "id": "crm:E33_Linguistic_Object" + }, + "rdfs:range": { + "id": "crm:E33_Linguistic_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P130_shows_features_of" + }, + "owl:inverseOf": { + "id": "crm:P73_has_translation" + } + }, + { + "id": "crm:P130_shows_features_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "shows features of" + }, + { + "@language": "de", + "@value": "zeigt Merkmale von" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞΏΟ Οιά΢Ρι ΟΞ±ΟΞ±ΞΊΟΞ·ΟΞΉΟΟΞΉΞΊΞ¬ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "prΓ©sente des caractΓ©ristiques de" + }, + { + "@language": "pt", + "@value": "apresenta caracterΓsticas de" + }, + { + "@language": "ru", + "@value": "Π΄Π΅ΠΌΠΎΠ½ΡΡΡΠΈΡΡΠ΅Ρ ΠΏΡΠΈΠ·Π½Π°ΠΊΠΈ" + }, + { + "@language": "zh", + "@value": "ζΎη€ΊηΉεΎ" + } + ], + "rdfs:comment": "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.\nThe 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β.\nIf 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.\nThis property is not transitive.", + "rdfs:domain": { + "id": "crm:E70_Thing" + }, + "rdfs:range": { + "id": "crm:E70_Thing" + }, + "owl:inverseOf": { + "id": "crm:P130i_features_are_also_found_on" + } + }, + { + "id": "crm:P74_has_current_or_former_residence", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has current or former residence" + }, + { + "@language": "de", + "@value": "hat derzeitigen oder frΓΌheren Sitz" + }, + { + "@language": "el", + "@value": "ΞΟΡι Ξ� ΡίΟΞ΅ ΞΊΞ±ΟΞΏΞΉΞΊΞ―Ξ±" + }, + { + "@language": "fr", + "@value": "rΓ©side ou a rΓ©sidΓ© Γ " + }, + { + "@language": "pt", + "@value": "reside ou residiu em" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΡΠ΅ΠΊΡΡΠ΅Π΅ ΠΈΠ»ΠΈ Π±ΡΠ²ΡΠ΅Π΅ ΠΌΠ΅ΡΡΠΎΠΆΠΈΡΠ΅Π»ΡΡΡΠ²Π°" + }, + { + "@language": "zh", + "@value": "ζε½εζζΎη»ε± δ½ε°" + } + ], + "rdfs:comment": "This property describes the current or former place of residence (an instance of E53 Place) of an instance of E39 Actor.\nThe residence may be either the place where the actor resides, or a legally registered address of any kind.", + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P74i_is_current_or_former_residence_of" + } + }, + { + "id": "crm:P74i_is_current_or_former_residence_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is current or former residence of" + }, + { + "@language": "de", + "@value": "ist derzeitiger oder frΓΌherer Sitz von" + }, + { + "@language": "el", + "@value": "Ρίναι Ξ� Ξ�ΟΞ±Ξ½ ΞΊΞ±ΟΞΏΞΉΞΊΞ―Ξ± ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est ou a Γ©tΓ© la rΓ©sidence de" + }, + { + "@language": "pt", + "@value": "Γ© ou foi residΓͺncia de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΡΠ΅ΠΊΡΡΠΈΠΌ ΠΈΠ»ΠΈ Π±ΡΠ²ΡΠΈΠΌ ΠΌΠ΅ΡΡΠΎΠΌ ΠΆΠΈΡΠ΅Π»ΡΡΡΠ²Π° Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―ε½εζζΎη»ε± δ½ε°" + } + ], + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "owl:inverseOf": { + "id": "crm:P74_has_current_or_former_residence" + } + }, + { + "id": "crm:P75_possesses", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "possesses" + }, + { + "@language": "de", + "@value": "besitzt" + }, + { + "@language": "el", + "@value": "ΞΊΞ±ΟΞΟΡι" + }, + { + "@language": "fr", + "@value": "est dΓ©tenteur de" + }, + { + "@language": "pt", + "@value": "Γ© detentor de" + }, + { + "@language": "ru", + "@value": "Π²Π»Π°Π΄Π΅Π΅Ρ" + }, + { + "@language": "zh", + "@value": "ζ₯ζ" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E30_Right" + }, + "owl:inverseOf": { + "id": "crm:P75i_is_possessed_by" + } + }, + { + "id": "crm:P75i_is_possessed_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is possessed by" + }, + { + "@language": "de", + "@value": "sind im Besitz von" + }, + { + "@language": "el", + "@value": "ΞΊΞ±ΟΞΟΞ΅ΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "est dΓ©tenu par" + }, + { + "@language": "pt", + "@value": "sΓ£o detidos por" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠΈΠ½Π°Π΄Π»Π΅ΠΆΠΈΡ" + }, + { + "@language": "zh", + "@value": "θ’«ζ₯ζ" + } + ], + "rdfs:domain": { + "id": "crm:E30_Right" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "owl:inverseOf": { + "id": "crm:P75_possesses" + } + }, + { + "id": "crm:P76_has_contact_point", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has contact point" + }, + { + "@language": "de", + "@value": "hat Kontaktpunkt" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΟημΡίο Ξ΅ΟΞΉΞΊΞΏΞΉΞ½ΟΞ½Ξ―Ξ±Ο" + }, + { + "@language": "fr", + "@value": "a pour coordonnΓ©es individuelles" + }, + { + "@language": "pt", + "@value": "possui ponto de contato" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΠΊΠΎΠ½ΡΠ°ΠΊΡ" + }, + { + "@language": "zh", + "@value": "ζθη³»ζΉεΌ" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E41_Appellation" + }, + "owl:inverseOf": { + "id": "crm:P76i_provides_access_to" + } + }, + { + "id": "crm:P76i_provides_access_to", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "provides access to" + }, + { + "@language": "de", + "@value": "bietet Zugang zu" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞΟΡι ΟΟΟΟΞ²Ξ±ΟΞ· ΟΞ΅" + }, + { + "@language": "fr", + "@value": "permettent de contacter" + }, + { + "@language": "pt", + "@value": "Γ© ponto de contado de" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠ΅Π΄ΠΎΡΡΠ°Π²Π»ΡΠ΅Ρ Π΄ΠΎΡΡΡΠΏ ΠΊ" + }, + { + "@language": "zh", + "@value": "ζδΎθ�Ώι�" + } + ], + "rdfs:domain": { + "id": "crm:E41_Appellation" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "owl:inverseOf": { + "id": "crm:P76_has_contact_point" + } + }, + { + "id": "crm:P79_beginning_is_qualified_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "beginning is qualified by" + }, + { + "@language": "de", + "@value": "hat AnfangsbegrΓΌndung" + }, + { + "@language": "el", + "@value": "Ξ±ΟΟΞ� ΟΟΞΏΟδιοΟΞ―ΞΆΞ΅ΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "dΓ©but est qualifiΓ© par" + }, + { + "@language": "pt", + "@value": "inΓcio Γ© qualificado por" + }, + { + "@language": "ru", + "@value": "Π½Π°ΡΠ°Π»ΠΎ ΠΎΠ³ΡΠ°Π½ΠΈΡΠ΅Π½ΠΎ" + }, + { + "@language": "zh", + "@value": "θ΅·ε§ιε�" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "rdfs:Literal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P3_has_note" + } + }, + { + "id": "crm:P80_end_is_qualified_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "end is qualified by" + }, + { + "@language": "de", + "@value": "hat BegrΓΌndung des Endes" + }, + { + "@language": "el", + "@value": "ΟΞΞ»ΞΏΟ ΟΟΞΏΟδιοΟΞ―ΞΆΞ΅ΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "fin est qualifiΓ©e par" + }, + { + "@language": "pt", + "@value": "final Γ© qualificado por" + }, + { + "@language": "ru", + "@value": "ΠΊΠΎΠ½Π΅Ρ ΠΎΠ³ΡΠ°Π½ΠΈΡΠ΅Π½" + }, + { + "@language": "zh", + "@value": "η»ζιε�" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "rdfs:Literal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P3_has_note" + } + }, + { + "id": "crm:P81_ongoing_throughout", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "ongoing throughout" + }, + { + "@language": "de", + "@value": "andauernd wΓ€hrend" + }, + { + "@language": "el", + "@value": "ΞΊΞ±ΞΈΟλη ΟΞ· διάΟκΡια ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "couvre au moins" + }, + { + "@language": "pt", + "@value": "abrange no mΓnimo" + }, + { + "@language": "ru", + "@value": "Π΄Π»ΠΈΡΡΡ Π² ΡΠ΅ΡΠ΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζηθε΄ζ―" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P81a_end_of_the_begin", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "end of the begin" + }, + { + "@language": "de", + "@value": "Ende des Anfangs" + }, + { + "@language": "el", + "@value": "ΟΞΞ»ΞΏΟ ΟΞ·Ο Ξ±ΟΟΞ�Ο" + }, + { + "@language": "fr", + "@value": "fin du dΓ©but" + }, + { + "@language": "pt", + "@value": "fim do inΓcio" + }, + { + "@language": "ru", + "@value": "ΠΊΠΎΠ½Π΅Ρ Π½Π°ΡΠ°Π»Π°" + } + ], + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "rdfs:Literal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P81_ongoing_throughout" + } + }, + { + "id": "crm:P81b_begin_of_the_end", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "begin of the end" + }, + { + "@language": "de", + "@value": "Anfang vom Ende" + }, + { + "@language": "el", + "@value": "Ξ±ΟΟΞ� ΟΞΏΟ ΟΞΞ»ΞΏΟ Ο" + }, + { + "@language": "fr", + "@value": "dΓ©but de la fin" + }, + { + "@language": "pt", + "@value": "comeΓ§ar do fim" + }, + { + "@language": "ru", + "@value": "Π½Π°ΡΠ°ΡΡ Π² ΠΊΠΎΠ½ΡΠ΅" + } + ], + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "rdfs:Literal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P81_ongoing_throughout" + } + }, + { + "id": "crm:P82_at_some_time_within", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "at some time within" + }, + { + "@language": "de", + "@value": "irgendwann innerhalb von" + }, + { + "@language": "el", + "@value": "ΞΊΞ¬ΟΞΏΟΞ΅ ΡνΟΟΟ" + }, + { + "@language": "fr", + "@value": "couvre au plus" + }, + { + "@language": "pt", + "@value": "abrange no mΓ‘ximo" + }, + { + "@language": "ru", + "@value": "Π½Π΅ΠΊΠΎΡΠΎΡΠΎΠ΅ Π²ΡΠ΅ΠΌΡ Π² ΡΠ΅ΡΠ΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζιΏθε΄ζ―" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P82a_begin_of_the_begin", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "begin of the begin" + }, + { + "@language": "de", + "@value": "Anfang des Anfangs" + }, + { + "@language": "el", + "@value": "Ξ±ΟΟΞ� ΟΞ·Ο Ξ±ΟΟΞ�Ο" + }, + { + "@language": "fr", + "@value": "dΓ©but du dΓ©but" + }, + { + "@language": "pt", + "@value": "comeΓ§ar do inΓcio" + }, + { + "@language": "ru", + "@value": "Π½Π°ΡΠ°ΡΡ Ρ Π½Π°ΡΠ°Π»Π°" + } + ], + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "rdfs:Literal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P82_at_some_time_within" + } + }, + { + "id": "crm:P82b_end_of_the_end", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "end of the end" + }, + { + "@language": "de", + "@value": "Ende vom Ende" + }, + { + "@language": "el", + "@value": "ΟΞΞ»ΞΏΟ ΟΞΏΟ ΟΞΞ»ΞΏΟ Ο" + }, + { + "@language": "fr", + "@value": "fin de la fin" + }, + { + "@language": "pt", + "@value": "fim do fim" + }, + { + "@language": "ru", + "@value": "ΠΊΠΎΠ½Π΅Ρ ΠΊΠΎΠ½Π΅Ρ" + } + ], + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "rdfs:Literal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P82_at_some_time_within" + } + }, + { + "id": "crm:P86_falls_within", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "falls within" + }, + { + "@language": "de", + "@value": "fΓ€llt in" + }, + { + "@language": "el", + "@value": "ΟΞ΅ΟΞΉΞΟΞ΅ΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "sβinsΓ¨re dans" + }, + { + "@language": "pt", + "@value": "estΓ‘ contido em" + }, + { + "@language": "ru", + "@value": "ΡΠΎΠ΄Π΅ΡΠΆΠΈΡΡΡ Π²" + }, + { + "@language": "zh", + "@value": "ε±δΊ" + } + ], + "rdfs:comment": "This property describes the inclusion relationship between two instances of E52 Time-Span.\nThis 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.", + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "crm:E52_Time-Span" + }, + "owl:inverseOf": { + "id": "crm:P86i_contains" + } + }, + { + "id": "crm:P86i_contains", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "contains" + }, + { + "@language": "de", + "@value": "enthΓ€lt" + }, + { + "@language": "el", + "@value": "ΟΞ΅ΟΞΉΞΟΡι" + }, + { + "@language": "fr", + "@value": "inclut" + }, + { + "@language": "pt", + "@value": "contΓ©m" + }, + { + "@language": "ru", + "@value": "ΡΠΎΠ΄Π΅ΡΠΆΠΈΡ" + }, + { + "@language": "zh", + "@value": "ε ε«" + } + ], + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "crm:E52_Time-Span" + }, + "owl:inverseOf": { + "id": "crm:P86_falls_within" + } + }, + { + "id": "crm:P89_falls_within", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "falls within" + }, + { + "@language": "de", + "@value": "fΓ€llt in" + }, + { + "@language": "el", + "@value": "ΟΞ΅ΟΞΉΞΟΞ΅ΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "sβinsΓ¨re dans" + }, + { + "@language": "pt", + "@value": "estΓ‘ contido em" + }, + { + "@language": "ru", + "@value": "ΡΠΎΠ΄Π΅ΡΠΆΠΈΡΡΡ Π²" + }, + { + "@language": "zh", + "@value": "δ½δΊ" + } + ], + "rdfs:comment": "This property identifies an instance of E53 Place that falls wholly within the extent of another instance of E53 Place.\nIt addresses spatial containment only and does not imply any relationship between things or phenomena occupying these places.\nThis property is transitive and reflexive.", + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P89i_contains" + } + }, + { + "id": "crm:P89i_contains", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "contains" + }, + { + "@language": "de", + "@value": "enthΓ€lt" + }, + { + "@language": "el", + "@value": "ΟΞ΅ΟΞΉΞΟΡι" + }, + { + "@language": "fr", + "@value": "inclut" + }, + { + "@language": "pt", + "@value": "contΓ©m" + }, + { + "@language": "ru", + "@value": "ΡΠΎΠ΄Π΅ΡΠΆΠΈΡ" + }, + { + "@language": "zh", + "@value": "ε ζ¬" + } + ], + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P89_falls_within" + } + }, + { + "id": "crm:P90_has_value", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has value" + }, + { + "@language": "de", + "@value": "hat Wert" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΟΞΉΞΌΞ�" + }, + { + "@language": "fr", + "@value": "a la valeur" + }, + { + "@language": "pt", + "@value": "tem valor" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζζ°εΌ" + } + ], + "rdfs:comment": "This property allows an instance of E54 Dimension to be approximated by an instance of E60 Number primitive.", + "rdfs:domain": { + "id": "crm:E54_Dimension" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P90a_has_lower_value_limit", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "has lower value limit" + }, + "rdfs:domain": { + "id": "crm:E54_Dimension" + }, + "rdfs:range": { + "id": "rdfs:Literal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P90_has_value" + } + }, + { + "id": "crm:P90b_has_upper_value_limit", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "has upper value limit" + }, + "rdfs:domain": { + "id": "crm:E54_Dimension" + }, + "rdfs:range": { + "id": "rdfs:Literal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P90_has_value" + } + }, + { + "id": "crm:P91_has_unit", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has unit" + }, + { + "@language": "de", + "@value": "hat Einheit" + }, + { + "@language": "el", + "@value": "ΞΟΡι μονάδα ΞΌΞΟΟΞ·ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "a pour unitΓ©" + }, + { + "@language": "pt", + "@value": "tem unidade" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π΅Π΄ΠΈΠ½ΠΈΡΡ" + }, + { + "@language": "zh", + "@value": "ζεδ½" + } + ], + "rdfs:comment": "This property shows the type of unit an instance of E54 Dimension was expressed in.", + "rdfs:domain": { + "id": "crm:E54_Dimension" + }, + "rdfs:range": { + "id": "crm:E58_Measurement_Unit" + }, + "owl:inverseOf": { + "id": "crm:P91i_is_unit_of" + } + }, + { + "id": "crm:P91i_is_unit_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is unit of" + }, + { + "@language": "de", + "@value": "ist Einheit von" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡί μονάδα ΞΌΞΟΟΞ·ΟΞ·Ο ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est l'unitΓ© de" + }, + { + "@language": "pt", + "@value": "Γ© unidade de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ Π΅Π΄ΠΈΠ½ΠΈΡΠ΅ΠΉ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζε±εδ½" + } + ], + "rdfs:domain": { + "id": "crm:E58_Measurement_Unit" + }, + "rdfs:range": { + "id": "crm:E54_Dimension" + }, + "owl:inverseOf": { + "id": "crm:P91_has_unit" + } + }, + { + "id": "crm:P92_brought_into_existence", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "brought into existence" + }, + { + "@language": "de", + "@value": "brachte in Existenz" + }, + { + "@language": "el", + "@value": "Ξ³ΞΞ½Ξ½Ξ·ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a fait exister" + }, + { + "@language": "pt", + "@value": "trouxe Γ existΓͺncia" + }, + { + "@language": "ru", + "@value": "ΡΠΎΠ·Π΄Π°Π»" + }, + { + "@language": "zh", + "@value": "ε―Όθ΄εε¨ηζ―" + } + ], + "rdfs:comment": "This property links an instance of E63 Beginning of Existence to the instance of E77 Persistent Item brought into existence by it.\nIt 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.", + "rdfs:domain": { + "id": "crm:E63_Beginning_of_Existence" + }, + "rdfs:range": { + "id": "crm:E77_Persistent_Item" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12_occurred_in_the_presence_of" + }, + "owl:inverseOf": { + "id": "crm:P92i_was_brought_into_existence_by" + } + }, + { + "id": "crm:P92i_was_brought_into_existence_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was brought into existence by" + }, + { + "@language": "de", + "@value": "wurde in Existenz gebracht durch" + }, + { + "@language": "el", + "@value": "γΡννΞ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a commencΓ© Γ exister du fait de" + }, + { + "@language": "pt", + "@value": "passou a existir por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠΎΠ·Π΄Π°Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "δ½Ώε―Όθ΄εε¨" + } + ], + "rdfs:domain": { + "id": "crm:E77_Persistent_Item" + }, + "rdfs:range": { + "id": "crm:E63_Beginning_of_Existence" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12i_was_present_at" + }, + "owl:inverseOf": { + "id": "crm:P92_brought_into_existence" + } + }, + { + "id": "crm:P94_has_created", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has created" + }, + { + "@language": "de", + "@value": "hat erschaffen" + }, + { + "@language": "el", + "@value": "δημιοΟΟΞ³Ξ·ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a créé" + }, + { + "@language": "pt", + "@value": "criou" + }, + { + "@language": "ru", + "@value": "ΡΠΎΠ·Π΄Π°Π»" + }, + { + "@language": "zh", + "@value": "ε·²εε»ΊδΊ" + } + ], + "rdfs:comment": "This property links an instance of E65 Creation to the instance of E28 Conceptual Object created by it.\nIt 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.", + "rdfs:domain": { + "id": "crm:E65_Creation" + }, + "rdfs:range": { + "id": "crm:E28_Conceptual_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P92_brought_into_existence" + }, + "owl:inverseOf": { + "id": "crm:P94i_was_created_by" + } + }, + { + "id": "crm:P94i_was_created_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was created by" + }, + { + "@language": "de", + "@value": "wurde erschaffen durch" + }, + { + "@language": "el", + "@value": "Ξ΄Ξ·ΞΌΞΉΞΏΟ ΟΞ³Ξ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© créé par" + }, + { + "@language": "pt", + "@value": "foi criado por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠΎΠ·Π΄Π°Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«εε»Ί" + } + ], + "rdfs:domain": { + "id": "crm:E28_Conceptual_Object" + }, + "rdfs:range": { + "id": "crm:E65_Creation" + }, + "rdfs:subPropertyOf": { + "id": "crm:P92i_was_brought_into_existence_by" + }, + "owl:inverseOf": { + "id": "crm:P94_has_created" + } + }, + { + "id": "crm:P95_has_formed", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has formed" + }, + { + "@language": "de", + "@value": "hat gebildet" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΞΌΞ¬ΟΞΉΟΞ΅" + }, + { + "@language": "fr", + "@value": "a fondΓ©" + }, + { + "@language": "pt", + "@value": "formou" + }, + { + "@language": "ru", + "@value": "ΡΡΠΎΡΠΌΠΈΡΠΎΠ²Π°Π»" + }, + { + "@language": "zh", + "@value": "ε·²η»η»ζ" + } + ], + "rdfs:comment": "This property associates the instance of E66 Formation with the instance of E74 Group that it founded.", + "rdfs:domain": { + "id": "crm:E66_Formation" + }, + "rdfs:range": { + "id": "crm:E74_Group" + }, + "rdfs:subPropertyOf": { + "id": "crm:P92_brought_into_existence" + }, + "owl:inverseOf": { + "id": "crm:P95i_was_formed_by" + } + }, + { + "id": "crm:P95i_was_formed_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was formed by" + }, + { + "@language": "de", + "@value": "wurde gebildet von" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΞΌΞ±ΟΞ―ΟΟΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© fondΓ© par" + }, + { + "@language": "pt", + "@value": "foi formado por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ»Π° ΡΡΠΎΡΠΌΠΈΡΠΎΠ²Π°Π½Π° ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«η»ζ" + } + ], + "rdfs:domain": { + "id": "crm:E74_Group" + }, + "rdfs:range": { + "id": "crm:E66_Formation" + }, + "rdfs:subPropertyOf": { + "id": "crm:P92i_was_brought_into_existence_by" + }, + "owl:inverseOf": { + "id": "crm:P95_has_formed" + } + }, + { + "id": "crm:P96_by_mother", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "by mother" + }, + { + "@language": "de", + "@value": "durch Mutter" + }, + { + "@language": "el", + "@value": "ΡίΟΞ΅ ΞΌΞ·ΟΞΟΞ±" + }, + { + "@language": "fr", + "@value": "de mΓ¨re" + }, + { + "@language": "pt", + "@value": "pela mΓ£e" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ ΠΌΠ°ΡΠ΅ΡΠΈ" + }, + { + "@language": "zh", + "@value": "ζ₯θͺζ―δΊ²" + } + ], + "rdfs:comment": "This property links an instance of E67 Birth to an instance of E21 Person in the role of birth-giving mother.\nNote that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The instance of P21 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.", + "rdfs:domain": { + "id": "crm:E67_Birth" + }, + "rdfs:range": { + "id": "crm:E21_Person" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11_had_participant" + }, + "owl:inverseOf": { + "id": "crm:P96i_gave_birth" + } + }, + { + "id": "crm:P96i_gave_birth", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "gave birth" + }, + { + "@language": "de", + "@value": "gebar" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΞΌΞ·ΟΞΟΞ± ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "a donnΓ© naissance Γ " + }, + { + "@language": "pt", + "@value": "deu nascimento" + }, + { + "@language": "ru", + "@value": "Π΄Π°Π» ΡΠΎΠΆΠ΄Π΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ηθ²" + } + ], + "rdfs:domain": { + "id": "crm:E21_Person" + }, + "rdfs:range": { + "id": "crm:E67_Birth" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11i_participated_in" + }, + "owl:inverseOf": { + "id": "crm:P96_by_mother" + } + }, + { + "id": "crm:P97_from_father", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "from father" + }, + { + "@language": "de", + "@value": "gab Vaterschaft" + }, + { + "@language": "el", + "@value": "ΡίΟΞ΅ ΟΞ±ΟΞΟΞ±" + }, + { + "@language": "fr", + "@value": "de pΓ¨re" + }, + { + "@language": "pt", + "@value": "pelo pai" + }, + { + "@language": "ru", + "@value": "ΠΎΡ ΠΎΡΡΠ°" + }, + { + "@language": "zh", + "@value": "ζ₯θͺηΆδΊ²" + } + ], + "rdfs:comment": "This property links an instance of E67 Birth to an instance of E21 Person in the role of biological father.\nNote 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).\nThis 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.\nAn instance of E67 Birth is normally (but not always) associated with one biological father.", + "rdfs:domain": { + "id": "crm:E67_Birth" + }, + "rdfs:range": { + "id": "crm:E21_Person" + }, + "owl:inverseOf": { + "id": "crm:P97i_was_father_for" + } + }, + { + "id": "crm:P97i_was_father_for", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was father for" + }, + { + "@language": "de", + "@value": "war Vater fΓΌr" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΟΞ±ΟΞΟΞ±Ο ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© pΓ¨re dans" + }, + { + "@language": "pt", + "@value": "foi pai para" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΎΡΡΠΎΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―ηΆδΊ²" + } + ], + "rdfs:domain": { + "id": "crm:E21_Person" + }, + "rdfs:range": { + "id": "crm:E67_Birth" + }, + "owl:inverseOf": { + "id": "crm:P97_from_father" + } + }, + { + "id": "crm:P98_brought_into_life", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "brought into life" + }, + { + "@language": "de", + "@value": "brachte zur Welt" + }, + { + "@language": "el", + "@value": "ΞΟΞ΅ΟΞ΅ ΟΟΞ· ΞΆΟΞ�" + }, + { + "@language": "fr", + "@value": "a donnΓ© vie Γ " + }, + { + "@language": "pt", + "@value": "trouxe Γ vida" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΡΠΎΠ΄ΠΈΠ»" + }, + { + "@language": "zh", + "@value": "θ―ηδΊ" + } + ], + "rdfs:comment": "This property links an instance of E67 Birth event to an instance of E21 Person in the role of offspring.\nTwins, 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.", + "rdfs:domain": { + "id": "crm:E67_Birth" + }, + "rdfs:range": { + "id": "crm:E21_Person" + }, + "rdfs:subPropertyOf": { + "id": "crm:P92_brought_into_existence" + }, + "owl:inverseOf": { + "id": "crm:P98i_was_born" + } + }, + { + "id": "crm:P98i_was_born", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was born" + }, + { + "@language": "de", + "@value": "wurde geboren durch" + }, + { + "@language": "el", + "@value": "γΡννΞ�ΞΈΞ·ΞΊΞ΅" + }, + { + "@language": "fr", + "@value": "est nΓ©" + }, + { + "@language": "pt", + "@value": "veio Γ vida pelo" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠΎΠΆΠ΄Π΅Π½" + }, + { + "@language": "zh", + "@value": "θ’«θ―η" + } + ], + "rdfs:domain": { + "id": "crm:E21_Person" + }, + "rdfs:range": { + "id": "crm:E67_Birth" + }, + "rdfs:subPropertyOf": { + "id": "crm:P92i_was_brought_into_existence_by" + }, + "owl:inverseOf": { + "id": "crm:P98_brought_into_life" + } + }, + { + "id": "crm:P99_dissolved", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "dissolved" + }, + { + "@language": "de", + "@value": "lΓΆste auf" + }, + { + "@language": "el", + "@value": "διΞΞ»Ο ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a dissous" + }, + { + "@language": "pt", + "@value": "dissolveu" + }, + { + "@language": "ru", + "@value": "ΡΠ°ΡΠΏΡΡΡΠΈΠ»" + }, + { + "@language": "zh", + "@value": "解ζ£δΊ" + } + ], + "rdfs:comment": "This property associates the instance of E68 Dissolution with the instance of E74 Group that it disbanded.", + "rdfs:domain": { + "id": "crm:E68_Dissolution" + }, + "rdfs:range": { + "id": "crm:E74_Group" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P11_had_participant" + }, + { + "id": "crm:P93_took_out_of_existence" + } + ], + "owl:inverseOf": { + "id": "crm:P99i_was_dissolved_by" + } + }, + { + "id": "crm:P99i_was_dissolved_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was dissolved by" + }, + { + "@language": "de", + "@value": "wurde aufgelΓΆst durch" + }, + { + "@language": "el", + "@value": "διαλΟΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© dissous par" + }, + { + "@language": "pt", + "@value": "foi dissolvido por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠ°ΡΠΏΡΡΠ΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "蒫解ζ£" + } + ], + "rdfs:domain": { + "id": "crm:E74_Group" + }, + "rdfs:range": { + "id": "crm:E68_Dissolution" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P11i_participated_in" + }, + { + "id": "crm:P93i_was_taken_out_of_existence_by" + } + ], + "owl:inverseOf": { + "id": "crm:P99_dissolved" + } + }, + { + "id": "crm:P100_was_death_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was death of" + }, + { + "@language": "de", + "@value": "Tod von" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ θάναΟΞΏΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© la mort de" + }, + { + "@language": "pt", + "@value": "foi a morte para" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠΌΠ΅ΡΡΡΡ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ»δΊ‘ηζ―" + } + ], + "rdfs:comment": "This property links an instance of E69 Death to the instance of E21 Person that died.\nAn instance of E69 Death may involve multiple people, for example in the case of a battle or disaster.\nThis is not intended for use with general natural history material, only people.", + "rdfs:domain": { + "id": "crm:E69_Death" + }, + "rdfs:range": { + "id": "crm:E21_Person" + }, + "rdfs:subPropertyOf": { + "id": "crm:P93_took_out_of_existence" + }, + "owl:inverseOf": { + "id": "crm:P100i_died_in" + } + }, + { + "id": "crm:P100i_died_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "died in" + }, + { + "@language": "de", + "@value": "starb in" + }, + { + "@language": "el", + "@value": "ΟΞΞΈΞ±Ξ½Ξ΅ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "est mort par" + }, + { + "@language": "pt", + "@value": "morreu em" + }, + { + "@language": "ru", + "@value": "ΡΠΌΠ΅Ρ Π²" + }, + { + "@language": "zh", + "@value": "ζ»δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E21_Person" + }, + "rdfs:range": { + "id": "crm:E69_Death" + }, + "rdfs:subPropertyOf": { + "id": "crm:P93i_was_taken_out_of_existence_by" + }, + "owl:inverseOf": { + "id": "crm:P100_was_death_of" + } + }, + { + "id": "crm:P101_had_as_general_use", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "had as general use" + }, + { + "@language": "de", + "@value": "hatte die allgemeine Verwendung" + }, + { + "@language": "el", + "@value": "ΡίΟΞ΅ ΟΟ Ξ³Ξ΅Ξ½ΞΉΞΊΞ� ΟΟΞ�ΟΞ·" + }, + { + "@language": "fr", + "@value": "avait comme utilisation gΓ©nΓ©rale" + }, + { + "@language": "pt", + "@value": "tem como uso geral" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π» ΠΎΡΠ½ΠΎΠ²Π½ΠΎΠ΅ ΠΏΡΠΈΠΌΠ΅Π½Π΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζδΈθ¬η¨ι" + } + ], + "rdfs:comment": "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.\nIt 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.\nThe 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.", + "rdfs:domain": { + "id": "crm:E70_Thing" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "owl:inverseOf": { + "id": "crm:P101i_was_use_of" + } + }, + { + "id": "crm:P101i_was_use_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was use of" + }, + { + "@language": "de", + "@value": "war die Verwendung von" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΟΟΞ�ΟΞ· ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "Γ©tait lβutilisation de" + }, + { + "@language": "pt", + "@value": "foi uso de" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΏΡΠΈΠΌΠ΅Π½Π΅Π½ΠΈΠ΅ΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "θ’«η¨δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E70_Thing" + }, + "owl:inverseOf": { + "id": "crm:P101_had_as_general_use" + } + }, + { + "id": "crm:P102_has_title", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has title" + }, + { + "@language": "de", + "@value": "trΓ€gt den Titel" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΟΞ―Ολο" + }, + { + "@language": "fr", + "@value": "a pour titre" + }, + { + "@language": "pt", + "@value": "tem tΓtulo" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π·Π°Π³ΠΎΠ»ΠΎΠ²ΠΎΠΊ" + }, + { + "@language": "zh", + "@value": "ζι’ε" + } + ], + "rdfs:comment": "This property associates an instance of E35 Title has been applied to an instance of E71 Human-Made Thing.\nThe 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.\nIt 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.", + "rdfs:domain": { + "id": "crm:E71_Human-Made_Thing" + }, + "rdfs:range": { + "id": "crm:E35_Title" + }, + "rdfs:subPropertyOf": { + "id": "crm:P1_is_identified_by" + }, + "owl:inverseOf": { + "id": "crm:P102i_is_title_of" + } + }, + { + "id": "crm:P102i_is_title_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is title of" + }, + { + "@language": "de", + "@value": "ist der Titel von" + }, + { + "@language": "el", + "@value": "Ρίναι ΟΞ―ΟΞ»ΞΏΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est le titre de" + }, + { + "@language": "pt", + "@value": "Γ© tΓtulo de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ Π·Π°Π³ΠΎΠ»ΠΎΠ²ΠΊΠΎΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ι’εζ―" + } + ], + "rdfs:domain": { + "id": "crm:E35_Title" + }, + "rdfs:range": { + "id": "crm:E71_Human-Made_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P1i_identifies" + }, + "owl:inverseOf": { + "id": "crm:P102_has_title" + } + }, + { + "id": "crm:P103_was_intended_for", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was intended for" + }, + { + "@language": "de", + "@value": "bestimmt fΓΌr" + }, + { + "@language": "el", + "@value": "ΟΟΞΏΞΏΟΞΉΞΆΟΟΞ±Ξ½ Ξ³ΞΉΞ±" + }, + { + "@language": "fr", + "@value": "Γ©tait destinΓ© Γ " + }, + { + "@language": "pt", + "@value": "era destinado Γ " + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» Π·Π°Π΄ΡΠΌΠ°Π½ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "θ’«η¨δΊ" + } + ], + "rdfs:comment": "This property links an instance of E71 Human-Made Thing to an instance of E55 Type describing its intended usage.\nIt 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).", + "rdfs:domain": { + "id": "crm:E71_Human-Made_Thing" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "owl:inverseOf": { + "id": "crm:P103i_was_intention_of" + } + }, + { + "id": "crm:P103i_was_intention_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was intention of" + }, + { + "@language": "de", + "@value": "war Bestimmung von" + }, + { + "@language": "el", + "@value": "Ξ�ΟΞ±Ξ½ ΟΟΞΏΞΏΟΞΉΟΞΌΟΟ ΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "Γ©tait la raison d'Γͺtre de" + }, + { + "@language": "pt", + "@value": "era a destinação de" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΈΠ½ΡΠ΅Π½ΡΠΈΠ΅ΠΉ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "η�ηζ―" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E71_Human-Made_Thing" + }, + "owl:inverseOf": { + "id": "crm:P103_was_intended_for" + } + }, + { + "id": "crm:P104_is_subject_to", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is subject to" + }, + { + "@language": "de", + "@value": "Gegenstand von" + }, + { + "@language": "el", + "@value": "Ο ΟΟκΡιΟΞ±ΞΉ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "est sujet Γ " + }, + { + "@language": "pt", + "@value": "estΓ‘ sujeito Γ " + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΠΎΠ±ΡΠ΅ΠΊΡΠΎΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζδ»" + } + ], + "rdfs:comment": "This property links a particular instance of E72 Legal Object to the instances of E30 Right to which it is subject.\nThe Right is held by an E39 Actor as described by P75 possesses (is possessed by).", + "rdfs:domain": { + "id": "crm:E72_Legal_Object" + }, + "rdfs:range": { + "id": "crm:E30_Right" + }, + "owl:inverseOf": { + "id": "crm:P104i_applies_to" + } + }, + { + "id": "crm:P104i_applies_to", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "applies to" + }, + { + "@language": "de", + "@value": "findet Anwendung auf" + }, + { + "@language": "el", + "@value": "ΞΉΟΟΟΡι Ξ³ΞΉΞ±" + }, + { + "@language": "fr", + "@value": "sβapplique Γ " + }, + { + "@language": "pt", + "@value": "se aplicam Γ " + }, + { + "@language": "ru", + "@value": "ΠΏΡΠΈΠΌΠ΅Π½ΡΠ΅ΡΡΡ ΠΊ" + }, + { + "@language": "zh", + "@value": "ιη¨δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E30_Right" + }, + "rdfs:range": { + "id": "crm:E72_Legal_Object" + }, + "owl:inverseOf": { + "id": "crm:P104_is_subject_to" + } + }, + { + "id": "crm:P106_is_composed_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is composed of" + }, + { + "@language": "de", + "@value": "ist zusammengesetzt aus" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡίΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "est composΓ© de" + }, + { + "@language": "pt", + "@value": "Γ© composto de" + }, + { + "@language": "ru", + "@value": "ΡΠΎΡΡΠ°Π²Π»Π΅Π½ ΠΈΠ·" + }, + { + "@language": "zh", + "@value": "η»ζζεζ―" + } + ], + "rdfs:comment": "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.\nThis property is transitive and non-reflexive.", + "rdfs:domain": { + "id": "crm:E90_Symbolic_Object" + }, + "rdfs:range": { + "id": "crm:E90_Symbolic_Object" + }, + "owl:inverseOf": { + "id": "crm:P106i_forms_part_of" + } + }, + { + "id": "crm:P106i_forms_part_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "forms part of" + }, + { + "@language": "de", + "@value": "bildet Teil von" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞΏΟΡλΡί ΞΌΞΟΞΏΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "fait partie de" + }, + { + "@language": "pt", + "@value": "faz parte de" + }, + { + "@language": "ru", + "@value": "ΡΠΎΡΠΌΠΈΡΡΠ΅Ρ ΡΠ°ΡΡΡ" + }, + { + "@language": "zh", + "@value": "ζζι¨ε" + } + ], + "rdfs:domain": { + "id": "crm:E90_Symbolic_Object" + }, + "rdfs:range": { + "id": "crm:E90_Symbolic_Object" + }, + "owl:inverseOf": { + "id": "crm:P106_is_composed_of" + } + }, + { + "id": "crm:P107_has_current_or_former_member", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has current or former member" + }, + { + "@language": "de", + "@value": "hat derzeitiges oder frΓΌheres Mitglied" + }, + { + "@language": "el", + "@value": "ΞΟΡι Ξ� ΡίΟΞ΅ ΞΌΞλοΟ" + }, + { + "@language": "fr", + "@value": "a pour membre actuel ou ancien" + }, + { + "@language": "pt", + "@value": "tem ou teve membro" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π΄Π΅ΠΉΡΡΠ²ΡΡΡΠ΅Π³ΠΎ ΠΈΠ»ΠΈ Π±ΡΠ²ΡΠ΅Π³ΠΎ ΡΠ»Π΅Π½Π°" + }, + { + "@language": "zh", + "@value": "ζε½εζδ»₯εΎζε" + } + ], + "rdfs:comment": "This property associates an instance of E74 Group with an instance of E39 Actor that is or has been a member thereof.\nInstances 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.\nThis property is a shortcut of the more fully developed path from E74 Group, P144i gained member by, E85 Joining, P143 joined to E39 Actor.\nThe property P107.1 kind of member can be used to specify the type of membership or the role the member has in the group.", + "rdfs:domain": { + "id": "crm:E74_Group" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "owl:inverseOf": { + "id": "crm:P107i_is_current_or_former_member_of" + } + }, + { + "id": "crm:P107i_is_current_or_former_member_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is current or former member of" + }, + { + "@language": "de", + "@value": "ist derzeitiges oder frΓΌheres Mitglied von" + }, + { + "@language": "el", + "@value": "Ρίναι Ξ� Ξ�ΟΞ±Ξ½ ΞΌΞΞ»ΞΏΟ ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est actuel ou ancien membre de" + }, + { + "@language": "pt", + "@value": "Γ© ou foi membro de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ Π΄Π΅ΠΉΡΡΠ²ΡΡΡΠΈΠΌ ΠΈΠ»ΠΈ Π±ΡΠ²ΡΠΈΠΌ ΡΠ»Π΅Π½ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "ζ―ε½εζδ»₯εΎζε" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E74_Group" + }, + "owl:inverseOf": { + "id": "crm:P107_has_current_or_former_member" + } + }, + { + "id": "crm:P108_has_produced", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has produced" + }, + { + "@language": "de", + "@value": "hat hergestellt" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞ�Ξ³Ξ±Ξ³Ξ΅" + }, + { + "@language": "fr", + "@value": "a produit" + }, + { + "@language": "pt", + "@value": "produziu" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠΎΠΈΠ·Π²Π΅Π»" + }, + { + "@language": "zh", + "@value": "ε·²δΊ§ηδΊ" + } + ], + "rdfs:comment": "This property identifies the instance of E24 Physical Human-Made Thing that came into existence as a result of the instance of E12 Production.\nThe 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.", + "rdfs:domain": { + "id": "crm:E12_Production" + }, + "rdfs:range": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P31_has_modified" + }, + { + "id": "crm:P92_brought_into_existence" + } + ], + "owl:inverseOf": { + "id": "crm:P108i_was_produced_by" + } + }, + { + "id": "crm:P108i_was_produced_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was produced by" + }, + { + "@language": "de", + "@value": "wurde hergestellt durch" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞ�ΟΞΈΞ· Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© produit par" + }, + { + "@language": "pt", + "@value": "foi produzido por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΏΡΠΎΠΈΠ·Π²Π΅Π΄Π΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«δΊ§η" + } + ], + "rdfs:domain": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "rdfs:range": { + "id": "crm:E12_Production" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P31i_was_modified_by" + }, + { + "id": "crm:P92i_was_brought_into_existence_by" + } + ], + "owl:inverseOf": { + "id": "crm:P108_has_produced" + } + }, + { + "id": "crm:P109_has_current_or_former_curator", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has current or former curator" + }, + { + "@language": "de", + "@value": "hat derzeitigen oder frΓΌheren Kurator" + }, + { + "@language": "el", + "@value": "ΞΟΡι Ξ� ΡίΟΞ΅ Ξ΅ΟιμΡληΟΞ�" + }, + { + "@language": "fr", + "@value": "a pour conservateur actuel ou ancien" + }, + { + "@language": "pt", + "@value": "tem ou teve curador" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π΄Π΅ΠΉΡΡΠ²ΡΡΡΠ΅Π³ΠΎ ΠΈΠ»ΠΈ Π±ΡΠ²ΡΠ΅Π³ΠΎ Ρ ΡΠ°Π½ΠΈΡΠ΅Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζε½εζδ»₯εΎη�‘ηθ " + } + ], + "rdfs:comment": "This property identifies the instance of E39 Actor who assumed or have assumed overall curatorial responsibility for an instance of E78 Curated Holding.\nIt 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.", + "rdfs:domain": { + "id": "crm:E78_Curated_Holding" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P49_has_former_or_current_keeper" + }, + "owl:inverseOf": { + "id": "crm:P109i_is_current_or_former_curator_of" + } + }, + { + "id": "crm:P109i_is_current_or_former_curator_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is current or former curator of" + }, + { + "@language": "de", + "@value": "ist derzeitiger oder frΓΌherer Kurator von" + }, + { + "@language": "el", + "@value": "Ρίναι Ξ� Ξ�ΟΞ±Ξ½ Ξ΅ΟιμΡληΟΞ�Ο ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est ou a Γ©tΓ© le conservateur de" + }, + { + "@language": "pt", + "@value": "Γ© ou foi curador de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ Π΄Π΅ΠΉΡΡΠ²ΡΡΡΠΈΠΌ ΠΈΠ»ΠΈ Π±ΡΠ²ΡΠΈΠΌ Ρ ΡΠ°Π½ΠΈΡΠ΅Π»Π΅ΠΌ" + }, + { + "@language": "zh", + "@value": "ζ―ε½εζδ»₯εΎη�‘ηθ " + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E78_Curated_Holding" + }, + "rdfs:subPropertyOf": { + "id": "crm:P49i_is_former_or_current_keeper_of" + }, + "owl:inverseOf": { + "id": "crm:P109_has_current_or_former_curator" + } + }, + { + "id": "crm:P110_augmented", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "augmented" + }, + { + "@language": "de", + "@value": "erweiterte" + }, + { + "@language": "el", + "@value": "Ξ΅ΟΞ±ΟΞΎΞ·ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a augmentΓ©" + }, + { + "@language": "pt", + "@value": "aumentou" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π΅Π»ΠΈΡΠΈΠ»" + }, + { + "@language": "zh", + "@value": "ε’εΌΊδΊ" + } + ], + "rdfs:comment": "This property identifies the instance of E24 Physical Human-Made Thing that is added to (augmented) in an instance of E79 Part Addition.\nAlthough 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.", + "rdfs:domain": { + "id": "crm:E79_Part_Addition" + }, + "rdfs:range": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P31_has_modified" + }, + "owl:inverseOf": { + "id": "crm:P110i_was_augmented_by" + } + }, + { + "id": "crm:P110i_was_augmented_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was augmented by" + }, + { + "@language": "de", + "@value": "wurde erweitert durch" + }, + { + "@language": "el", + "@value": "Ξ΅ΟΞ±Ο ΞΎΞ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© augmentΓ© par" + }, + { + "@language": "pt", + "@value": "foi aumentada por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠ²Π΅Π»ΠΈΡΠ΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ε’εΌΊ" + } + ], + "rdfs:domain": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "rdfs:range": { + "id": "crm:E79_Part_Addition" + }, + "rdfs:subPropertyOf": { + "id": "crm:P31i_was_modified_by" + }, + "owl:inverseOf": { + "id": "crm:P110_augmented" + } + }, + { + "id": "crm:P111_added", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "added" + }, + { + "@language": "de", + "@value": "fΓΌgte hinzu" + }, + { + "@language": "el", + "@value": "ΟΟΞΏΟΞΞΈΞ΅ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a ajoutΓ©" + }, + { + "@language": "pt", + "@value": "adicionou" + }, + { + "@language": "ru", + "@value": "Π΄ΠΎΠ±Π°Π²ΠΈΠ»" + }, + { + "@language": "zh", + "@value": "ε’ε δΊ" + } + ], + "rdfs:comment": "This property identifies the instance of E18 Physical Thing that is added during an instance of E79 Part Addition activity", + "rdfs:domain": { + "id": "crm:E79_Part_Addition" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P16_used_specific_object" + }, + "owl:inverseOf": { + "id": "crm:P111i_was_added_by" + } + }, + { + "id": "crm:P111i_was_added_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was added by" + }, + { + "@language": "de", + "@value": "wurde hinzugefΓΌgt durch" + }, + { + "@language": "el", + "@value": "ΟΟΞΏΟΟΞΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© ajoutΓ© par" + }, + { + "@language": "pt", + "@value": "foi adicionado por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ε’ε " + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E79_Part_Addition" + }, + "rdfs:subPropertyOf": { + "id": "crm:P16i_was_used_for" + }, + "owl:inverseOf": { + "id": "crm:P111_added" + } + }, + { + "id": "crm:P112_diminished", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "diminished" + }, + { + "@language": "de", + "@value": "verminderte" + }, + { + "@language": "el", + "@value": "ΡξάλΡιΟΞ΅" + }, + { + "@language": "fr", + "@value": "a diminuΓ©" + }, + { + "@language": "pt", + "@value": "diminuiu" + }, + { + "@language": "ru", + "@value": "ΡΠΌΠ΅Π½ΡΡΠΈΠ»" + }, + { + "@language": "zh", + "@value": "εε°δΊ" + } + ], + "rdfs:comment": "This property identifies the instance E24 Physical Human-Made Thing that was diminished by an instance of E80 Part Removal.\nAlthough an instance of E80 Part removal activity 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 diminished by a single instance of E80 Part Removal activity.", + "rdfs:domain": { + "id": "crm:E80_Part_Removal" + }, + "rdfs:range": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P31_has_modified" + }, + "owl:inverseOf": { + "id": "crm:P112i_was_diminished_by" + } + }, + { + "id": "crm:P112i_was_diminished_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was diminished by" + }, + { + "@language": "de", + "@value": "wurde vermindert durch" + }, + { + "@language": "el", + "@value": "ΡξαλΡίΟΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© diminuΓ© par" + }, + { + "@language": "pt", + "@value": "foi diminuΓdo por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠΌΠ΅Π½ΡΡΠ΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«εε°" + } + ], + "rdfs:domain": { + "id": "crm:E24_Physical_Human-Made_Thing" + }, + "rdfs:range": { + "id": "crm:E80_Part_Removal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P31i_was_modified_by" + }, + "owl:inverseOf": { + "id": "crm:P112_diminished" + } + }, + { + "id": "crm:P113_removed", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "removed" + }, + { + "@language": "de", + "@value": "entfernte" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞ±Ξ―ΟΞ΅ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a enlevΓ©" + }, + { + "@language": "pt", + "@value": "removeu" + }, + { + "@language": "ru", + "@value": "ΡΠ΄Π°Π»Π΅Π½" + }, + { + "@language": "zh", + "@value": "ε»ι€δΊ" + } + ], + "rdfs:comment": "This property identifies the instance of E18 Physical Thing that is removed during an instance of E80 Part Removal activity.", + "rdfs:domain": { + "id": "crm:E80_Part_Removal" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12_occurred_in_the_presence_of" + }, + "owl:inverseOf": { + "id": "crm:P113i_was_removed_by" + } + }, + { + "id": "crm:P113i_was_removed_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was removed by" + }, + { + "@language": "de", + "@value": "wurde entfernt durch" + }, + { + "@language": "el", + "@value": "Ξ±ΟΞ±ΞΉΟΞΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© enlevΓ©e par" + }, + { + "@language": "pt", + "@value": "foi removido por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠ΄Π°Π»Π΅Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«ε»ι€" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E80_Part_Removal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P12i_was_present_at" + }, + "owl:inverseOf": { + "id": "crm:P113_removed" + } + }, + { + "id": "crm:P121_overlaps_with", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "overlaps with" + }, + { + "@language": "de", + "@value": "ΓΌberlappt mit" + }, + { + "@language": "el", + "@value": "Ξ΅ΟΞΉΞΊΞ±Ξ»ΟΟΟΞ΅ΟΞ±ΞΉ ΞΌΞ΅" + }, + { + "@language": "fr", + "@value": "chevauche" + }, + { + "@language": "pt", + "@value": "sobrepΓ΅e com" + }, + { + "@language": "ru", + "@value": "ΠΏΠ΅ΡΠ΅ΡΠ΅ΠΊΠ°Π΅ΡΡΡ Ρ" + }, + { + "@language": "zh", + "@value": "ιε δΊ" + } + ], + "rdfs:comment": "This symmetric property associates an instance of E53 Place with another instance of E53 Place geometrically overlapping it.\nIt 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.\nThis property is symmetric.", + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E53_Place" + } + }, + { + "id": "crm:P122_borders_with", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "borders with" + }, + { + "@language": "de", + "@value": "grenzt an" + }, + { + "@language": "el", + "@value": "ΟΟ Ξ½ΞΏΟΞ΅ΟΡι ΞΌΞ΅" + }, + { + "@language": "fr", + "@value": "jouxte" + }, + { + "@language": "pt", + "@value": "fronteira com" + }, + { + "@language": "ru", + "@value": "Π³ΡΠ°Π½ΠΈΡΠΈΡ Ρ" + }, + { + "@language": "zh", + "@value": "ζ₯ε£€δΊ" + } + ], + "rdfs:comment": "This symmetric property associates an instance of E53 Place with another instance of E53 Place which shares a part of its border.\nThis 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.\nThis property is not transitive. This property is symmetric.", + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E53_Place" + } + }, + { + "id": "crm:P123_resulted_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "resulted in" + }, + { + "@language": "de", + "@value": "ergab" + }, + { + "@language": "el", + "@value": "ΡίΟΞ΅ ΟΟ Ξ±ΟΞΏΟΞλΡΟΞΌΞ±" + }, + { + "@language": "fr", + "@value": "a eu pour rΓ©sultat" + }, + { + "@language": "pt", + "@value": "resultou em" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΠ²Π»Π΅ΠΊ ΠΏΠΎΡΠ²Π»Π΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "η»ζι ζ" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E81_Transformation" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P92_brought_into_existence" + }, + "owl:inverseOf": { + "id": "crm:P123i_resulted_from" + } + }, + { + "id": "crm:P123i_resulted_from", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "resulted from" + }, + { + "@language": "de", + "@value": "ergab sich aus" + }, + { + "@language": "el", + "@value": "ΟΟΞΏΞΞΊΟ ΟΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "est le rΓ©sultat de" + }, + { + "@language": "pt", + "@value": "resultado de" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠ΅Π·ΡΠ»ΡΡΠ°ΡΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ΅·ε δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E81_Transformation" + }, + "rdfs:subPropertyOf": { + "id": "crm:P92i_was_brought_into_existence_by" + }, + "owl:inverseOf": { + "id": "crm:P123_resulted_in" + } + }, + { + "id": "crm:P124_transformed", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "transformed" + }, + { + "@language": "de", + "@value": "wandelte um" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΞΟΟΞ΅ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a transformΓ©" + }, + { + "@language": "pt", + "@value": "transformou" + }, + { + "@language": "ru", + "@value": "ΡΡΠ°Π½ΡΡΠΎΡΠΌΠΈΡΠΎΠ²Π°Π»" + }, + { + "@language": "zh", + "@value": "转εδΊ" + } + ], + "rdfs:comment": "This property identifies the instance or instances E18 Physical Thing that have ceased to exist due to an instance of E81 Transformation.\nThe 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.", + "rdfs:domain": { + "id": "crm:E81_Transformation" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": { + "id": "crm:P93_took_out_of_existence" + }, + "owl:inverseOf": { + "id": "crm:P124i_was_transformed_by" + } + }, + { + "id": "crm:P124i_was_transformed_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was transformed by" + }, + { + "@language": "de", + "@value": "wurde umgewandelt durch" + }, + { + "@language": "el", + "@value": "ΞΌΞ΅ΟΞ±ΟΟΞ¬ΟΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© transformΓ© par" + }, + { + "@language": "pt", + "@value": "foi transformado por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΡΠ°Π½ΡΡΠΎΡΠΌΠΈΡΠΎΠ²Π°Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "蒫转ε" + } + ], + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E81_Transformation" + }, + "rdfs:subPropertyOf": { + "id": "crm:P93i_was_taken_out_of_existence_by" + }, + "owl:inverseOf": { + "id": "crm:P124_transformed" + } + }, + { + "id": "crm:P126_employed", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "employed" + }, + { + "@language": "de", + "@value": "verwendete" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΟΞΉΞΌΞΏΟΞΏΞ―Ξ·ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a employΓ©" + }, + { + "@language": "pt", + "@value": "empregou" + }, + { + "@language": "ru", + "@value": "ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π»" + }, + { + "@language": "zh", + "@value": "δ½Ώη¨" + } + ], + "rdfs:comment": "This property identifies the instance of E57 Material employed in an instance of E11 Modification.\nThe 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.", + "rdfs:domain": { + "id": "crm:E11_Modification" + }, + "rdfs:range": { + "id": "crm:E57_Material" + }, + "owl:inverseOf": { + "id": "crm:P126i_was_employed_in" + } + }, + { + "id": "crm:P126i_was_employed_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was employed in" + }, + { + "@language": "de", + "@value": "wurde verwendet bei" + }, + { + "@language": "el", + "@value": "ΟΟΞ·ΟΞΉΞΌΞΏΟΞΏΞΉΞ�ΞΈΞ·ΞΊΞ΅ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© employΓ© dans" + }, + { + "@language": "pt", + "@value": "foi empregado em" + }, + { + "@language": "ru", + "@value": "ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π»ΡΡ Π²" + }, + { + "@language": "zh", + "@value": "θ’«η¨δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E57_Material" + }, + "rdfs:range": { + "id": "crm:E11_Modification" + }, + "owl:inverseOf": { + "id": "crm:P126_employed" + } + }, + { + "id": "crm:P127_has_broader_term", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has broader term" + }, + { + "@language": "de", + "@value": "hat den Oberbegriff" + }, + { + "@language": "el", + "@value": "ΞΟΡι Ξ΅Ο ΟΟΟΞ΅ΟΞΏ ΟΟΞΏ" + }, + { + "@language": "fr", + "@value": "a pour terme gΓ©nΓ©rique" + }, + { + "@language": "pt", + "@value": "tem termo genΓ©rico" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π²ΡΡΠ΅ΡΡΠΎΡΡΠΈΠΉ ΡΠ΅ΡΠΌΠΈΠ½" + }, + { + "@language": "zh", + "@value": "δΈδ½θ―" + } + ], + "rdfs:comment": "This property associates an instance of E55 Type with another instance of E55 Type that has a broader meaning.\nIt 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).\nThis property is transitive.", + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "owl:inverseOf": { + "id": "crm:P127i_has_narrower_term" + } + }, + { + "id": "crm:P127i_has_narrower_term", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has narrower term" + }, + { + "@language": "de", + "@value": "hat den Unterbegriff" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΟΟΡνΟΟΞ΅ΟΞΏ ΟΟΞΏ" + }, + { + "@language": "fr", + "@value": "a pour terme spΓ©cifique" + }, + { + "@language": "pt", + "@value": "tem termo especΓfico" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π½ΠΈΠΆΠ΅ΡΡΠΎΡΡΠΈΠΉ ΡΠ΅ΡΠΌΠΈΠ½" + }, + { + "@language": "zh", + "@value": "δΈδ½θ―" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "owl:inverseOf": { + "id": "crm:P127_has_broader_term" + } + }, + { + "id": "crm:P129_is_about", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is about" + }, + { + "@language": "de", + "@value": "handelt ΓΌber" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΟΟ ΞΈΞΞΌΞ±" + }, + { + "@language": "fr", + "@value": "est au sujet de" + }, + { + "@language": "pt", + "@value": "Γ© sobre" + }, + { + "@language": "ru", + "@value": "ΠΊΠ°ΡΠ°Π΅ΡΡΡ" + }, + { + "@language": "zh", + "@value": "ζε ³" + } + ], + "rdfs:comment": "This property documents that an instance of E89 Propositional Object has as subject an instance of E1 CRM Entity.\nThis 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.", + "rdfs:domain": { + "id": "crm:E89_Propositional_Object" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67_refers_to" + }, + "owl:inverseOf": { + "id": "crm:P129i_is_subject_of" + } + }, + { + "id": "crm:P129i_is_subject_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is subject of" + }, + { + "@language": "de", + "@value": "wird behandelt in" + }, + { + "@language": "el", + "@value": "Ρίναι ΞΈΞΞΌΞ± ΟΞΏΟ /ΟΞ·Ο" + }, + { + "@language": "fr", + "@value": "est le sujet de" + }, + { + "@language": "pt", + "@value": "Γ© assunto de" + }, + { + "@language": "ru", + "@value": "ΡΠ²Π»ΡΠ΅ΡΡΡ ΠΏΡΠ΅Π΄ΠΌΠ΅ΡΠΎΠΌ Π΄Π»Ρ" + }, + { + "@language": "zh", + "@value": "ζ―δΈ»ι’" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E89_Propositional_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67i_is_referred_to_by" + }, + "owl:inverseOf": { + "id": "crm:P129_is_about" + } + }, + { + "id": "crm:P133_is_spatiotemporally_separated_from", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is spatiotemporally separated from" + }, + "rdfs:comment": "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.\nIf 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.\nThis property is not transitive. This property is symmetric.", + "rdfs:domain": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:range": { + "id": "crm:E92_Spacetime_Volume" + } + }, + { + "id": "crm:P134_continued", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "continued" + }, + { + "@language": "de", + "@value": "setzte sich fort in" + }, + { + "@language": "el", + "@value": "ΟΟ Ξ½ΞΟΞΉΟΞ΅" + }, + { + "@language": "fr", + "@value": "est la suite de" + }, + { + "@language": "pt", + "@value": "continuou" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆΠΈΠ»" + }, + { + "@language": "zh", + "@value": "继η»" + } + ], + "rdfs:comment": "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.\nThis property is not transitive.", + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P15_was_influenced_by" + }, + { + "id": "crm:P176i_starts_after_the_start_of" + } + ], + "owl:inverseOf": { + "id": "crm:P134i_was_continued_by" + } + }, + { + "id": "crm:P176i_starts_after_the_start_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "starts after the start of" + }, + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P175i_starts_after_or_with_the_start_of" + }, + "owl:inverseOf": { + "id": "crm:P176_starts_before_the_start_of" + } + }, + { + "id": "crm:P134i_was_continued_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was continued by" + }, + { + "@language": "de", + "@value": "wurde fortgesetzt durch" + }, + { + "@language": "el", + "@value": "ΟΟ Ξ½Ξ΅ΟΞ―ΟΟΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© continuΓ©e par" + }, + { + "@language": "pt", + "@value": "foi continuada por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆΠ΅Π½" + }, + { + "@language": "zh", + "@value": "蒫继η»" + } + ], + "rdfs:domain": { + "id": "crm:E7_Activity" + }, + "rdfs:range": { + "id": "crm:E7_Activity" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P15i_influenced" + }, + { + "id": "crm:P176_starts_before_the_start_of" + } + ], + "owl:inverseOf": { + "id": "crm:P134_continued" + } + }, + { + "id": "crm:P176_starts_before_the_start_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "starts before the start of" + }, + "rdfs:comment": "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.\nIn other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start < B-start is true.\nThis property is part of the set of temporal primitives P173 β P176, P182 β P185.\nThis 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.\n\nFigure 14: Temporal entity A starts before the start of temporal entity B. Here A is longer than B\n\nFigure 15: Temporal entity A starts before the start of temporal entity B. Here A is shorter than B", + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P175_starts_before_or_with_the_start_of" + }, + "owl:inverseOf": { + "id": "crm:P176i_starts_after_the_start_of" + } + }, + { + "id": "crm:P135_created_type", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "created type" + }, + { + "@language": "de", + "@value": "erschuf Typus" + }, + { + "@language": "el", + "@value": "δημιοΟΟΞ³Ξ·ΟΞ΅ ΟΟΟΞΏ" + }, + { + "@language": "fr", + "@value": "a créé le type" + }, + { + "@language": "pt", + "@value": "criou tipo" + }, + { + "@language": "ru", + "@value": "ΡΠΎΠ·Π΄Π°Π» ΡΠΈΠΏ" + }, + { + "@language": "zh", + "@value": "εε»Ίη±»ε" + } + ], + "rdfs:comment": "This property identifies the instance of E55 Type, which is created in an instance of E83 Type Creation activity.", + "rdfs:domain": { + "id": "crm:E83_Type_Creation" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "rdfs:subPropertyOf": { + "id": "crm:P94_has_created" + }, + "owl:inverseOf": { + "id": "crm:P135i_was_created_by" + } + }, + { + "id": "crm:P135i_was_created_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was created by" + }, + { + "@language": "de", + "@value": "wurde geschaffen durch" + }, + { + "@language": "el", + "@value": "Ξ΄Ξ·ΞΌΞΉΞΏΟ ΟΞ³Ξ�ΞΈΞ·ΞΊΞ΅ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "a Γ©tΓ© créé par" + }, + { + "@language": "pt", + "@value": "foi criado por" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΡΠΎΠ·Π΄Π°Π½ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«εε»Ί" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E83_Type_Creation" + }, + "rdfs:subPropertyOf": { + "id": "crm:P94i_was_created_by" + }, + "owl:inverseOf": { + "id": "crm:P135_created_type" + } + }, + { + "id": "crm:P136_was_based_on", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was based on" + }, + { + "@language": "de", + "@value": "stΓΌtzte sich auf" + }, + { + "@language": "el", + "@value": "Ξ²Ξ±ΟΞ―ΟΟΞ·ΞΊΞ΅ ΟΞ΅" + }, + { + "@language": "fr", + "@value": "sβest fondΓ©e sur" + }, + { + "@language": "pt", + "@value": "foi baseado em" + }, + { + "@language": "ru", + "@value": "Π±ΡΠ» ΠΎΡΠ½ΠΎΠ²Π°Π½ Π½Π°" + }, + { + "@language": "zh", + "@value": "εΊδΊ" + } + ], + "rdfs:comment": "This property identifies one or more instances of E1 CRM Entity that were used as evidence to declare a new instance of E55 Type.\nThe 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\".", + "rdfs:domain": { + "id": "crm:E83_Type_Creation" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P15_was_influenced_by" + }, + "owl:inverseOf": { + "id": "crm:P136i_supported_type_creation" + } + }, + { + "id": "crm:P136i_supported_type_creation", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "supported type creation" + }, + { + "@language": "de", + "@value": "belegte" + }, + { + "@language": "el", + "@value": "Ο ΟΞΏΟΟΞ�ΟΞΉΞΎΞ΅ ΟΞ· Ξ΄Ξ·ΞΌΞΉΞΏΟ ΟΞ³Ξ―Ξ± ΟΟΟΞΏΟ " + }, + { + "@language": "fr", + "@value": "a justifiΓ© la crΓ©ation de type" + }, + { + "@language": "pt", + "@value": "suportou a criação de tipo" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΠ΄Π΄Π΅ΡΠΆΠ°Π» ΡΠΎΠ·Π΄Π°Π½ΠΈΠ΅ ΡΠΈΠΏΠ°" + }, + { + "@language": "zh", + "@value": "ζ―ζη±»εεε»Ί" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E83_Type_Creation" + }, + "rdfs:subPropertyOf": { + "id": "crm:P15i_influenced" + }, + "owl:inverseOf": { + "id": "crm:P136_was_based_on" + } + }, + { + "id": "crm:P137_exemplifies", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "exemplifies" + }, + { + "@language": "de", + "@value": "erlΓ€utert" + }, + { + "@language": "el", + "@value": "δΡιγμαΟί΢Ρι" + }, + { + "@language": "fr", + "@value": "exemplifie" + }, + { + "@language": "pt", + "@value": "Γ© exemplificado por" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΡΡΠ½ΡΠ΅Ρ" + }, + { + "@language": "zh", + "@value": "δΎη€Ί" + } + ], + "rdfs:comment": "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.\nThe 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.", + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "rdfs:subPropertyOf": { + "id": "crm:P2_has_type" + }, + "owl:inverseOf": { + "id": "crm:P137i_is_exemplified_by" + } + }, + { + "id": "crm:P137i_is_exemplified_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is exemplified by" + }, + { + "@language": "de", + "@value": "erlΓ€utert durch Beispiel" + }, + { + "@language": "el", + "@value": "δΡιγμαΟΞ―ΞΆΞ΅ΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "est exemplifiΓ© par" + }, + { + "@language": "pt", + "@value": "exemplifica" + }, + { + "@language": "ru", + "@value": "ΠΏΠΎΡΡΠ½ΡΠ΅ΡΡΡ ΠΏΠΎΡΡΠ΅Π΄ΡΡΠ²ΠΎΠΌ" + }, + { + "@language": "zh", + "@value": "θ’«δΎη€Ί" + } + ], + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P2i_is_type_of" + }, + "owl:inverseOf": { + "id": "crm:P137_exemplifies" + } + }, + { + "id": "crm:P138_represents", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "represents" + }, + { + "@language": "de", + "@value": "stellt dar" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞΉΟΟάνΡι" + }, + { + "@language": "fr", + "@value": "reprΓ©sente" + }, + { + "@language": "pt", + "@value": "representa" + }, + { + "@language": "ru", + "@value": "ΠΏΡΠ΅Π΄ΡΡΠ°Π²Π»ΡΠ΅Ρ" + }, + { + "@language": "zh", + "@value": "ζη»" + } + ], + "rdfs:comment": "This property establishes the relationship between an instance of E36 Visual Item and the instance of E1 CRM Entity that it visually represents.\nAny 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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E36_Visual_Item" + }, + "rdfs:range": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67_refers_to" + }, + "owl:inverseOf": { + "id": "crm:P138i_has_representation" + } + }, + { + "id": "crm:P138i_has_representation", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has representation" + }, + { + "@language": "de", + "@value": "wird dargestellt durch" + }, + { + "@language": "el", + "@value": "ΟΞ±ΟΞΉΟΟάνΡΟΞ±ΞΉ Ξ±ΟΟ" + }, + { + "@language": "fr", + "@value": "est reprΓ©sentΓ©e par" + }, + { + "@language": "pt", + "@value": "tem representação" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ ΠΏΡΠ΅Π΄ΡΡΠ°Π²Π»Π΅Π½ΠΈΠ΅" + }, + { + "@language": "zh", + "@value": "ζζη»" + } + ], + "rdfs:domain": { + "id": "crm:E1_CRM_Entity" + }, + "rdfs:range": { + "id": "crm:E36_Visual_Item" + }, + "rdfs:subPropertyOf": { + "id": "crm:P67i_is_referred_to_by" + }, + "owl:inverseOf": { + "id": "crm:P138_represents" + } + }, + { + "id": "crm:P139_has_alternative_form", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has alternative form" + }, + { + "@language": "de", + "@value": "hat alternative Form" + }, + { + "@language": "el", + "@value": "ΞΟΡι ΡναλλακΟΞΉΞΊΞ� ΞΌΞΏΟΟΞ�" + }, + { + "@language": "fr", + "@value": "a pour autre forme" + }, + { + "@language": "pt", + "@value": "tem forma alternativa" + }, + { + "@language": "ru", + "@value": "ΠΈΠΌΠ΅Π΅Ρ Π°Π»ΡΡΠ΅ΡΠ½Π°ΡΠΈΠ²Π½ΡΡ ΡΠΎΡΠΌΡ" + }, + { + "@language": "zh", + "@value": "ζδΊ€ζΏε½’εΌ" + } + ], + "rdfs:comment": "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 an asymmetric relationship, where the range expresses the derivative, if such a direction can be established. Otherwise, the relationship is symmetric. The relationship is not transitive.\nMultiple 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.\nP139.1 has type allows the type of derivation to be refined, for instance βtransliteration from Latin 1 to ASCIIβ.", + "rdfs:domain": { + "id": "crm:E41_Appellation" + }, + "rdfs:range": { + "id": "crm:E41_Appellation" + } + }, + { + "id": "crm:P142_used_constituent", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "used constituent" + }, + { + "@language": "de", + "@value": "benutzte Bestandteil" + }, + { + "@language": "zh", + "@value": "δ½Ώη¨ζζζε" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E15_Identifier_Assignment" + }, + "rdfs:range": { + "id": "crm:E90_Symbolic_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P16_used_specific_object" + }, + "owl:inverseOf": { + "id": "crm:P142i_was_used_in" + } + }, + { + "id": "crm:P142i_was_used_in", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was used in" + }, + { + "@language": "de", + "@value": "wurde benutzt in" + }, + { + "@language": "zh", + "@value": "η¨δΊ" + } + ], + "rdfs:domain": { + "id": "crm:E90_Symbolic_Object" + }, + "rdfs:range": { + "id": "crm:E15_Identifier_Assignment" + }, + "rdfs:subPropertyOf": { + "id": "crm:P16i_was_used_for" + }, + "owl:inverseOf": { + "id": "crm:P142_used_constituent" + } + }, + { + "id": "crm:P143_joined", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "joined" + }, + { + "@language": "de", + "@value": "verband" + }, + { + "@language": "zh", + "@value": "ε ε ₯" + } + ], + "rdfs:comment": "This property identifies the instance of E39 Actor that becomes member of an instance of E74 Group in an instance of E85 Joining.\nJoining events allow for describing people 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).", + "rdfs:domain": { + "id": "crm:E85_Joining" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11_had_participant" + }, + "owl:inverseOf": { + "id": "crm:P143i_was_joined_by" + } + }, + { + "id": "crm:P143i_was_joined_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was joined by" + }, + { + "@language": "de", + "@value": "wurde verbunden durch" + }, + { + "@language": "zh", + "@value": "θ’«ε ε ₯" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E85_Joining" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11i_participated_in" + }, + "owl:inverseOf": { + "id": "crm:P143_joined" + } + }, + { + "id": "crm:P144_joined_with", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "joined with" + }, + { + "@language": "de", + "@value": "verband mit" + }, + { + "@language": "zh", + "@value": "ε ε ₯" + } + ], + "rdfs:comment": "This property identifies the instance of E74 Group of which an instance of E39 Actor becomes a member through an instance of E85 Joining.\nAlthough 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.\nJoining 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).\nThe property P144.1 kind of member can be used to specify the type of membership or the role the member has in the group.", + "rdfs:domain": { + "id": "crm:E85_Joining" + }, + "rdfs:range": { + "id": "crm:E74_Group" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11_had_participant" + }, + "owl:inverseOf": { + "id": "crm:P144i_gained_member_by" + } + }, + { + "id": "crm:P144i_gained_member_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "gained member by" + }, + { + "@language": "de", + "@value": "erwarb Mitglied durch" + }, + { + "@language": "zh", + "@value": "θ·εΎζε" + } + ], + "rdfs:domain": { + "id": "crm:E74_Group" + }, + "rdfs:range": { + "id": "crm:E85_Joining" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11i_participated_in" + }, + "owl:inverseOf": { + "id": "crm:P144_joined_with" + } + }, + { + "id": "crm:P145_separated", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "separated" + }, + { + "@language": "de", + "@value": "entlieΓ" + }, + { + "@language": "zh", + "@value": "离εΌ" + } + ], + "rdfs:comment": "This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving.", + "rdfs:domain": { + "id": "crm:E86_Leaving" + }, + "rdfs:range": { + "id": "crm:E39_Actor" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11_had_participant" + }, + "owl:inverseOf": { + "id": "crm:P145i_left_by" + } + }, + { + "id": "crm:P145i_left_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "left by" + }, + { + "@language": "de", + "@value": "wurde entlassen durch" + }, + { + "@language": "zh", + "@value": "ηδΈ" + } + ], + "rdfs:domain": { + "id": "crm:E39_Actor" + }, + "rdfs:range": { + "id": "crm:E86_Leaving" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11i_participated_in" + }, + "owl:inverseOf": { + "id": "crm:P145_separated" + } + }, + { + "id": "crm:P146_separated_from", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "separated from" + }, + { + "@language": "de", + "@value": "entlieΓ von" + }, + { + "@language": "zh", + "@value": "θ±η¦»" + } + ], + "rdfs:comment": "This property identifies the instance of E74 Group an instance of E39 Actor leaves through an instance of E86 Leaving.\nAlthough 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.", + "rdfs:domain": { + "id": "crm:E86_Leaving" + }, + "rdfs:range": { + "id": "crm:E74_Group" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11_had_participant" + }, + "owl:inverseOf": { + "id": "crm:P146i_lost_member_by" + } + }, + { + "id": "crm:P146i_lost_member_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "lost member by" + }, + { + "@language": "de", + "@value": "verlor Mitglied durch" + }, + { + "@language": "zh", + "@value": "ε€±ε»ζε" + } + ], + "rdfs:domain": { + "id": "crm:E74_Group" + }, + "rdfs:range": { + "id": "crm:E86_Leaving" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11i_participated_in" + }, + "owl:inverseOf": { + "id": "crm:P146_separated_from" + } + }, + { + "id": "crm:P147_curated", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "curated" + }, + { + "@language": "de", + "@value": "betreute kuratorisch" + }, + { + "@language": "zh", + "@value": "η�‘η" + } + ], + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E87_Curation_Activity" + }, + "rdfs:range": { + "id": "crm:E78_Curated_Holding" + }, + "owl:inverseOf": { + "id": "crm:P147i_was_curated_by" + } + }, + { + "id": "crm:P147i_was_curated_by", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "was curated by" + }, + { + "@language": "de", + "@value": "wurde kuratorisch betreut durch" + }, + { + "@language": "zh", + "@value": "θ’«η�‘η" + } + ], + "rdfs:domain": { + "id": "crm:E78_Curated_Holding" + }, + "rdfs:range": { + "id": "crm:E87_Curation_Activity" + }, + "owl:inverseOf": { + "id": "crm:P147_curated" + } + }, + { + "id": "crm:P148_has_component", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "has component" + }, + { + "@language": "de", + "@value": "hat Bestandteil" + }, + { + "@language": "zh", + "@value": "ζη»δ»Ά" + } + ], + "rdfs:comment": "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.\nThis property is transitive.", + "rdfs:domain": { + "id": "crm:E89_Propositional_Object" + }, + "rdfs:range": { + "id": "crm:E89_Propositional_Object" + }, + "owl:inverseOf": { + "id": "crm:P148i_is_component_of" + } + }, + { + "id": "crm:P148i_is_component_of", + "type": "rdf:Property", + "rdfs:label": [ + { + "@language": "en", + "@value": "is component of" + }, + { + "@language": "de", + "@value": "ist Bestandteil von" + }, + { + "@language": "zh", + "@value": "ζ―η»δ»Ά" + } + ], + "rdfs:domain": { + "id": "crm:E89_Propositional_Object" + }, + "rdfs:range": { + "id": "crm:E89_Propositional_Object" + }, + "owl:inverseOf": { + "id": "crm:P148_has_component" + } + }, + { + "id": "crm:P150_defines_typical_parts_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "defines typical parts of" + }, + "rdfs:comment": "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β.\nIt 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.\nThis property is not transitive.", + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "owl:inverseOf": { + "id": "crm:P150i_defines_typical_wholes_for" + } + }, + { + "id": "crm:P150i_defines_typical_wholes_for", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "defines typical wholes for" + }, + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "owl:inverseOf": { + "id": "crm:P150_defines_typical_parts_of" + } + }, + { + "id": "crm:P151_was_formed_from", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "was formed from" + }, + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E66_Formation" + }, + "rdfs:range": { + "id": "crm:E74_Group" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11_had_participant" + }, + "owl:inverseOf": { + "id": "crm:P151i_participated_in" + } + }, + { + "id": "crm:P151i_participated_in", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "participated in" + }, + "rdfs:domain": { + "id": "crm:E74_Group" + }, + "rdfs:range": { + "id": "crm:E66_Formation" + }, + "rdfs:subPropertyOf": { + "id": "crm:P11i_participated_in" + }, + "owl:inverseOf": { + "id": "crm:P151_was_formed_from" + } + }, + { + "id": "crm:P152_has_parent", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "has parent" + }, + "rdfs:comment": "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.\nThis 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.\nThis property is not transitive.", + "rdfs:domain": { + "id": "crm:E21_Person" + }, + "rdfs:range": { + "id": "crm:E21_Person" + }, + "owl:inverseOf": { + "id": "crm:P152i_is_parent_of" + } + }, + { + "id": "crm:P152i_is_parent_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is parent of" + }, + "rdfs:domain": { + "id": "crm:E21_Person" + }, + "rdfs:range": { + "id": "crm:E21_Person" + }, + "owl:inverseOf": { + "id": "crm:P152_has_parent" + } + }, + { + "id": "crm:P156_occupies", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "occupies" + }, + "rdfs:comment": "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.\nThis 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.\nIn contrast to P156 occupies, for the property P53 has former or current location the following holds:\nIt does not constrain the reference space of the referred instance of E53 Place.\nIt identifies a possibly wider instance of E53 Place at which a thing is or has been for some unspecified time span.\nIf 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.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P53_has_former_or_current_location" + }, + { + "id": "crm:P157i_provides_reference_space_for" + } + ], + "owl:inverseOf": { + "id": "crm:P156i_is_occupied_by" + } + }, + { + "id": "crm:P156i_is_occupied_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is occupied by" + }, + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P53i_is_former_or_current_location_of" + }, + { + "id": "crm:P157_is_at_rest_relative_to" + } + ], + "owl:inverseOf": { + "id": "crm:P156_occupies" + } + }, + { + "id": "crm:P160_has_temporal_projection", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "has temporal projection" + }, + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:range": { + "id": "crm:E52_Time-Span" + }, + "owl:inverseOf": { + "id": "crm:P160i_is_temporal_projection_of" + } + }, + { + "id": "crm:P160i_is_temporal_projection_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is temporal projection of" + }, + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "crm:E92_Spacetime_Volume" + }, + "owl:inverseOf": { + "id": "crm:P160_has_temporal_projection" + } + }, + { + "id": "crm:P161_has_spatial_projection", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "has spatial projection" + }, + "rdfs:comment": "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.\nIn 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.\nThe 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.\nIn 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.\nThis 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).\nThis 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).", + "rdfs:domain": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "rdfs:subPropertyOf": { + "id": "crm:P7_took_place_at" + }, + "owl:inverseOf": { + "id": "crm:P161i_is_spatial_projection_of" + } + }, + { + "id": "crm:P161i_is_spatial_projection_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is spatial projection of" + }, + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:subPropertyOf": { + "id": "crm:P7i_witnessed" + }, + "owl:inverseOf": { + "id": "crm:P161_has_spatial_projection" + } + }, + { + "id": "crm:P164_is_temporally_specified_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is temporally specified by" + }, + "rdfs:comment": "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).\nThere 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 timespan. 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 timespan.", + "rdfs:domain": { + "id": "crm:E93_Presence" + }, + "rdfs:range": { + "id": "crm:E52_Time-Span" + }, + "rdfs:subPropertyOf": { + "id": "crm:P160_has_temporal_projection" + }, + "owl:inverseOf": { + "id": "crm:P164i_temporally_specifies" + } + }, + { + "id": "crm:P164i_temporally_specifies", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "temporally specifies" + }, + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "crm:E93_Presence" + }, + "rdfs:subPropertyOf": { + "id": "crm:P160i_is_temporal_projection_of" + }, + "owl:inverseOf": { + "id": "crm:P164_is_temporally_specified_by" + } + }, + { + "id": "crm:P165_incorporates", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "incorporates" + }, + "rdfs:comment": "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.\nThis 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.\nIt 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.\nIn 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.\nWhen restricted to information objects, that is, seen as a property with E73 Information Object as domain and range the property is transitive.\nA 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.", + "rdfs:domain": { + "id": "crm:E73_Information_Object" + }, + "rdfs:range": { + "id": "crm:E90_Symbolic_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P106_is_composed_of" + }, + "owl:inverseOf": { + "id": "crm:P165i_is_incorporated_in" + } + }, + { + "id": "crm:P165i_is_incorporated_in", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is incorporated in" + }, + "rdfs:domain": { + "id": "crm:E90_Symbolic_Object" + }, + "rdfs:range": { + "id": "crm:E73_Information_Object" + }, + "rdfs:subPropertyOf": { + "id": "crm:P106i_forms_part_of" + }, + "owl:inverseOf": { + "id": "crm:P165_incorporates" + } + }, + { + "id": "crm:P166_was_a_presence_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "was a presence of" + }, + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E93_Presence" + }, + "rdfs:range": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:subPropertyOf": { + "id": "crm:P10_falls_within" + }, + "owl:inverseOf": { + "id": "crm:P166i_had_presence" + } + }, + { + "id": "crm:P166i_had_presence", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "had presence" + }, + "rdfs:domain": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:range": { + "id": "crm:E93_Presence" + }, + "rdfs:subPropertyOf": { + "id": "crm:P10i_contains" + }, + "owl:inverseOf": { + "id": "crm:P166_was_a_presence_of" + } + }, + { + "id": "crm:P167_was_within", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "was within" + }, + "rdfs:comment": "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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E93_Presence" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P167i_includes" + } + }, + { + "id": "crm:P167i_includes", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "includes" + }, + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E93_Presence" + }, + "owl:inverseOf": { + "id": "crm:P167_was_within" + } + }, + { + "id": "crm:P168_place_is_defined_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "place is defined by" + }, + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P169i_spacetime_volume_is_defined_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "spacetime volume is defined by" + }, + "rdfs:comment": "Scope note for 'P169': This property associates an instance of E95 Spacetime Primitive with the instance of E92 Spacetime Volume it defines.", + "rdfs:domain": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P170i_time_is_defined_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "time is defined by" + }, + "rdfs:comment": "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.\nThe 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.", + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P171_at_some_place_within", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "at some place within" + }, + "rdfs:comment": "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.\nThis 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).", + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P172_contains", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "contains" + }, + "rdfs:comment": "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.\nThis 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", + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "rdfs:Literal" + } + }, + { + "id": "crm:P173_starts_before_or_with_the_end_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "starts before or with the end of" + }, + "rdfs:comment": "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.\nIn other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start β€ B-end is true.\nThis property is part of the set of temporal primitives P173 β P176, P182 β P185.\nThis 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}.\n\nFigure 8: Temporal entity A starts before or with the end of temporal entity B. Here A is longer than B\n\nFigure 9: Temporal entity A starts before or with the end of temporal entity B. Here A is shorter than B", + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "owl:inverseOf": { + "id": "crm:P173i_ends_after_or_with_the_start_of" + } + }, + { + "id": "crm:P173i_ends_after_or_with_the_start_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "ends after or with the start of" + }, + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "owl:inverseOf": { + "id": "crm:P173_starts_before_or_with_the_end_of" + } + }, + { + "id": "crm:P174_starts_before_the_end_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "starts before the end of" + }, + "rdfs:comment": "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.\nIn other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start < B-end is true.\nThis property is part of the set of temporal primitives P173 β P176, P182 β P185.\nThis 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}\nTypically, 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.\n\nFigure 10: Temporal entity A starts before the end of temporal entity B. Here A is longer than B\n\nFigure 11: Temporal entity A starts before the end of temporal entity B. Here A is shorter than B", + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P173_starts_before_or_with_the_end_of" + }, + "owl:inverseOf": { + "id": "crm:P174i_ends_after_the_start_of" + } + }, + { + "id": "crm:P174i_ends_after_the_start_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "ends after the start of" + }, + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P173i_ends_after_or_with_the_start_of" + }, + "owl:inverseOf": { + "id": "crm:P174_starts_before_the_end_of" + } + }, + { + "id": "crm:P175_starts_before_or_with_the_start_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "starts before or with the start of" + }, + "rdfs:comment": "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.\nIn other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-start β€ B-start is true.\nThis property is part of the set of temporal primitives P173 β P176, P182 β P185.\nThis 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}\nIn a model with fuzzy borders, this property will not be transitive.\n\nFigure 12: Temporal entity A starts before or with the start of temporal entity B. Here A is longer than B\n\nFigure 13: Temporal entity A starts before or with the start of temporal entity B. Here A is shorter than B", + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P174_starts_before_the_end_of" + }, + "owl:inverseOf": { + "id": "crm:P175i_starts_after_or_with_the_start_of" + } + }, + { + "id": "crm:P175i_starts_after_or_with_the_start_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "starts after or with the start of" + }, + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P174i_ends_after_the_start_of" + }, + "owl:inverseOf": { + "id": "crm:P175_starts_before_or_with_the_start_of" + } + }, + { + "id": "crm:P177_assigned_property_of_type", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "assigned property of type" + }, + "rdfs:comment": "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 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.\nA 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.", + "rdfs:domain": { + "id": "crm:E13_Attribute_Assignment" + }, + "rdfs:range": { + "id": "crm:E55_Type" + }, + "rdfs:subPropertyOf": { + "id": "crm:P2_has_type" + }, + "owl:inverseOf": { + "id": "crm:P177i_is_type_of_property_assigned" + } + }, + { + "id": "crm:P177i_is_type_of_property_assigned", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is type of property assigned" + }, + "rdfs:domain": { + "id": "crm:E55_Type" + }, + "rdfs:range": { + "id": "crm:E13_Attribute_Assignment" + }, + "rdfs:subPropertyOf": { + "id": "crm:P2i_is_type_of" + }, + "owl:inverseOf": { + "id": "crm:P177_assigned_property_of_type" + } + }, + { + "id": "crm:P179_had_sales_price", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "had sales price" + }, + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E96_Purchase" + }, + "rdfs:range": { + "id": "crm:E97_Monetary_Amount" + }, + "owl:inverseOf": { + "id": "crm:P179i_was_sales_price_of" + } + }, + { + "id": "crm:P179i_was_sales_price_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "was sales price of" + }, + "rdfs:domain": { + "id": "crm:E97_Monetary_Amount" + }, + "rdfs:range": { + "id": "crm:E96_Purchase" + }, + "owl:inverseOf": { + "id": "crm:P179_had_sales_price" + } + }, + { + "id": "crm:P180_has_currency", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "has currency" + }, + "rdfs:comment": "This property establishes the relationship between an instance of E97 Monetary Amount and the instance of E98 Currency that it is measured in.", + "rdfs:domain": { + "id": "crm:E97_Monetary_Amount" + }, + "rdfs:range": { + "id": "crm:E98_Currency" + }, + "rdfs:subPropertyOf": { + "id": "crm:P91_has_unit" + }, + "owl:inverseOf": { + "id": "crm:P180i_was_currency_of" + } + }, + { + "id": "crm:P180i_was_currency_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "was currency of" + }, + "rdfs:domain": { + "id": "crm:E98_Currency" + }, + "rdfs:range": { + "id": "crm:E97_Monetary_Amount" + }, + "rdfs:subPropertyOf": { + "id": "crm:P91i_is_unit_of" + }, + "owl:inverseOf": { + "id": "crm:P180_has_currency" + } + }, + { + "id": "crm:P182_ends_before_or_with_the_start_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "ends before or with the start of" + }, + "rdfs:comment": "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.\nIn other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end β€ B-start is true.\nThis property is part of the set of temporal primitives P173 β P176, P182 β P185.\nThis property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets}.\n\nFigure 16: Temporal entity A ends before or with the start of temporal entity B. Here A is longer than B\n\nFigure 17: Temporal entity A ends before or with the start of temporal entity B. Here A is shorter than B", + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P176_starts_before_the_start_of" + }, + { + "id": "crm:P185_ends_before_the_end_of" + } + ], + "owl:inverseOf": { + "id": "crm:P182i_starts_after_or_with_the_end_of" + } + }, + { + "id": "crm:P185_ends_before_the_end_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "ends before the end of" + }, + "rdfs:comment": "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.\nIn other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end < B-end is true.\nThis property is part of the set of temporal primitives P173 β P176, P182 β P185.\nThis property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, starts, during}.\nThis property is transitive.\n\nFigure 22: Temporal entity A ends before the end of temporal entity B. Here A is longer than B\n\nFigure 23: Temporal entity A ends before the end of temporal entity B. Here A is shorter than B", + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P184_ends_before_or_with_the_end_of" + }, + "owl:inverseOf": { + "id": "crm:P185i_ends_after_the_end_of" + } + }, + { + "id": "crm:P182i_starts_after_or_with_the_end_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "starts after or with the end of" + }, + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": [ + { + "id": "crm:P176i_starts_after_the_start_of" + }, + { + "id": "crm:P185i_ends_after_the_end_of" + } + ], + "owl:inverseOf": { + "id": "crm:P182_ends_before_or_with_the_start_of" + } + }, + { + "id": "crm:P185i_ends_after_the_end_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "ends after the end of" + }, + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P184i_ends_with_or_after_the_end_of" + }, + "owl:inverseOf": { + "id": "crm:P185_ends_before_the_end_of" + } + }, + { + "id": "crm:P183_ends_before_the_start_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "ends before the start of" + }, + "rdfs:comment": "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.\nIn other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end < B-start is true.\nThis property is part of the set of temporal primitives P173 β P176, P182 β P185.\nThis property corresponds to the following Allen temporal relation (Allen, 1983) : {before}.\nThis property is transitive.\n\nFigure 18: Temporal entity A ends before the start of temporal entity B. Here A is longer than B\n\nFigure 19: Temporal entity A ends before the start of temporal entity B. Here A is shorter than B", + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P182_ends_before_or_with_the_start_of" + }, + "owl:inverseOf": { + "id": "crm:P183i_starts_after_the_end_of" + } + }, + { + "id": "crm:P183i_starts_after_the_end_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "starts after the end of" + }, + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P182i_starts_after_or_with_the_end_of" + }, + "owl:inverseOf": { + "id": "crm:P183_ends_before_the_start_of" + } + }, + { + "id": "crm:P184_ends_before_or_with_the_end_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "ends before or with the end of" + }, + "rdfs:comment": "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.\nIn other words, if A = [A-start, A-end] and B = [B-start, B-end], we mean A-end β€ B-end is true.\nThis property is part of the set of temporal primitives P173 β P176, P182 β P185.\nThis property corresponds to a disjunction (logical OR) of the following Allen temporal relations (Allen, 1983): {before, meets, overlaps, finished by, start, equals, during, finishes}.\n\nFigure 20: Temporal entity A ends before or with the end of temporal entity B. Here A is longer than B\n\nFigure 21: Temporal entity A ends before or with the end of temporal entity B. Here A is shorter than B", + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P174_starts_before_the_end_of" + }, + "owl:inverseOf": { + "id": "crm:P184i_ends_with_or_after_the_end_of" + } + }, + { + "id": "crm:P184i_ends_with_or_after_the_end_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "ends with or after the end of" + }, + "rdfs:domain": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:range": { + "id": "crm:E2_Temporal_Entity" + }, + "rdfs:subPropertyOf": { + "id": "crm:P174i_ends_after_the_start_of" + }, + "owl:inverseOf": { + "id": "crm:P184_ends_before_or_with_the_end_of" + } + }, + { + "id": "crm:P186_produced_thing_of_product_type", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "produced thing of product type" + }, + "rdfs:comment": "This property associates an instance of E12 Production with the instance of E99 Production Type, that is, the type of the things it produces.", + "rdfs:domain": { + "id": "crm:E12_Production" + }, + "rdfs:range": { + "id": "crm:E99_Product_Type" + }, + "owl:inverseOf": { + "id": "crm:P186i_is_produced_by" + } + }, + { + "id": "crm:P186i_is_produced_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is produced by" + }, + "rdfs:domain": { + "id": "crm:E99_Product_Type" + }, + "rdfs:range": { + "id": "crm:E12_Production" + }, + "owl:inverseOf": { + "id": "crm:P186_produced_thing_of_product_type" + } + }, + { + "id": "crm:P187_has_production_plan", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "has production plan" + }, + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E99_Product_Type" + }, + "rdfs:range": { + "id": "crm:E29_Design_or_Procedure" + }, + "owl:inverseOf": { + "id": "crm:P187i_is_production_plan_for" + } + }, + { + "id": "crm:P187i_is_production_plan_for", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is production plan for" + }, + "rdfs:domain": { + "id": "crm:E29_Design_or_Procedure" + }, + "rdfs:range": { + "id": "crm:E99_Product_Type" + }, + "owl:inverseOf": { + "id": "crm:P187_has_production_plan" + } + }, + { + "id": "crm:P188_requires_production_tool", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "requires production tool" + }, + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E99_Product_Type" + }, + "rdfs:range": { + "id": "crm:E19_Physical_Object" + }, + "owl:inverseOf": { + "id": "crm:P188i_is_production_tool_for" + } + }, + { + "id": "crm:P188i_is_production_tool_for", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is production tool for" + }, + "rdfs:domain": { + "id": "crm:E19_Physical_Object" + }, + "rdfs:range": { + "id": "crm:E99_Product_Type" + }, + "owl:inverseOf": { + "id": "crm:P188_requires_production_tool" + } + }, + { + "id": "crm:P189_approximates", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "approximates" + }, + "rdfs:comment": "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.\nIn 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.\nIn 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.\nThis property is not transitive.", + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P189i_is_approximated_by" + } + }, + { + "id": "crm:P189i_is_approximated_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is approximated by" + }, + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P189_approximates" + } + }, + { + "id": "crm:P190_has_symbolic_content", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "has symbolic content" + }, + "rdfs:comment": "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.\nThis 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.\nAs 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.", + "rdfs:domain": { + "id": "crm:E90_Symbolic_Object" + }, + "rdfs:range": { + "id": "rdfs:Literal" + }, + "rdfs:subPropertyOf": { + "id": "crm:P3_has_note" + } + }, + { + "id": "crm:P191_had_duration", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "had duration" + }, + "rdfs:comment": "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.", + "rdfs:domain": { + "id": "crm:E52_Time-Span" + }, + "rdfs:range": { + "id": "crm:E54_Dimension" + }, + "owl:inverseOf": { + "id": "crm:P191i_was_duration_of" + } + }, + { + "id": "crm:P191i_was_duration_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "was duration of" + }, + "rdfs:domain": { + "id": "crm:E54_Dimension" + }, + "rdfs:range": { + "id": "crm:E52_Time-Span" + }, + "owl:inverseOf": { + "id": "crm:P191_had_duration" + } + }, + { + "id": "crm:P195_was_a_presence_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "was a presence of" + }, + "rdfs:comment": "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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E93_Presence" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P195i_had_presence" + } + }, + { + "id": "crm:P195i_had_presence", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "had presence" + }, + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E93_Presence" + }, + "owl:inverseOf": { + "id": "crm:P195_was_a_presence_of" + } + }, + { + "id": "crm:P196_defines", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "defines" + }, + "rdfs:comment": "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.\nAn 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).\nIncluded 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.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E92_Spacetime_Volume" + }, + "owl:inverseOf": { + "id": "crm:P196i_is_defined_by" + } + }, + { + "id": "crm:P196i_is_defined_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is defined by" + }, + "rdfs:domain": { + "id": "crm:E92_Spacetime_Volume" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P196_defines" + } + }, + { + "id": "crm:P197_covered_parts_of", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "covered parts of" + }, + "rdfs:comment": "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.\nThis 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.", + "rdfs:domain": { + "id": "crm:E93_Presence" + }, + "rdfs:range": { + "id": "crm:E53_Place" + }, + "owl:inverseOf": { + "id": "crm:P197i_was_partially_covered_by" + } + }, + { + "id": "crm:P197i_was_partially_covered_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "was partially covered by" + }, + "rdfs:domain": { + "id": "crm:E53_Place" + }, + "rdfs:range": { + "id": "crm:E93_Presence" + }, + "owl:inverseOf": { + "id": "crm:P197_covered_parts_of" + } + }, + { + "id": "crm:P198_holds_or_supports", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "holds or supports" + }, + "rdfs:comment": "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.\nThis 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.\nThis 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.\nThis property is transitive.", + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P198i_is_held_or_supported_by" + } + }, + { + "id": "crm:P198i_is_held_or_supported_by", + "type": "rdf:Property", + "rdfs:label": { + "@language": "en", + "@value": "is held or supported by" + }, + "rdfs:domain": { + "id": "crm:E18_Physical_Thing" + }, + "rdfs:range": { + "id": "crm:E18_Physical_Thing" + }, + "owl:inverseOf": { + "id": "crm:P198_holds_or_supports" + } + } + ] +} \ No newline at end of file