rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
data/lib/rdf/vocab/crm.rb CHANGED
@@ -3,2172 +3,2174 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.cidoc-crm.org/cidoc-crm/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://www.cidoc-crm.org/cidoc-crm/>
7
+ # @!visibility private
6
8
  CRM = Class.new(RDF::StrictVocabulary("http://www.cidoc-crm.org/cidoc-crm/")) do
7
9
 
8
10
  # Class definitions
9
11
  term :E10_Transfer_of_Custody,
10
- comment: "This class comprises transfers of physical custody of objects between instances of E39 Actor. \nThe recording of the donor and/or recipient is optional. It is possible that in an instance of E10 Transfer of Custody there is either no donor or no recipient. Depending on the circumstances it may describe:\n1.\tthe beginning of custody \n2.\tthe end of custody \n3.\tthe transfer of custody \n4.\tthe receipt of custody from an unknown source\n5.\tthe declared loss of an object\nThe distinction between the legal responsibility for custody and the actual physical possession of the object should be expressed using the property P2 has type (is type of). A specific case of transfer of custody is theft.\nThe interpretation of the museum notion of \"accession\" differs between institutions. The CRM therefore models legal ownership and physical custody separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.\n".freeze,
11
- label: "Transfer of Custody".freeze,
12
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
13
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
12
+ comment: {en: "This class comprises transfers of physical custody of objects between instances of E39 Actor. \nThe recording of the donor and/or recipient is optional. It is possible that in an instance of E10 Transfer of Custody there is either no donor or no recipient. Depending on the circumstances it may describe:\n1.\tthe beginning of custody \n2.\tthe end of custody \n3.\tthe transfer of custody \n4.\tthe receipt of custody from an unknown source\n5.\tthe declared loss of an object\nThe distinction between the legal responsibility for custody and the actual physical possession of the object should be expressed using the property P2 has type (is type of). A specific case of transfer of custody is theft.\nThe interpretation of the museum notion of \"accession\" differs between institutions. The CRM therefore models legal ownership and physical custody separately. Institutions will then model their specific notions of accession and deaccession as combinations of these.\n"},
13
+ label: {en: "Transfer of Custody", cn: "保管作业转移", de: "Übertragung des Gewahrsams", el: "Μεταβίβαση Κατοχής", fr: "Changement de détenteur", pt: "Transferência de Custódia", ru: "Передача Опеки"},
14
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
15
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
14
16
  term :E11_Modification,
15
- comment: "This class comprises all instances of E7 Activity that create, alter or change E24 Physical Man-Made Thing. \nThis class includes the production of an item from raw materials, and other so far undocumented objects, and the preventive treatment or restoration of an object for conservation. \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 a Modification, and that others may be produced as a result of it. An event should also be documented using E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities. \nIf the instance of the 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.\n".freeze,
16
- label: "Modification".freeze,
17
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
18
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
17
+ comment: {en: "This class comprises all instances of E7 Activity that create, alter or change E24 Physical Man-Made Thing. \nThis class includes the production of an item from raw materials, and other so far undocumented objects, and the preventive treatment or restoration of an object for conservation. \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 a Modification, and that others may be produced as a result of it. An event should also be documented using E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the originals. In this case, the new items have separate identities. \nIf the instance of the 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.\n"},
18
+ label: {en: "Modification", cn: "修改", de: "Bearbeitung", el: "Τροποποίηση", fr: "Modification", pt: "Modificação", ru: "Событие Изменения"},
19
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
20
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
19
21
  term :E12_Production,
20
- 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 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.\n".freeze,
21
- label: "Production".freeze,
22
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E11_Modification".freeze, "http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence".freeze],
23
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
22
+ comment: {en: "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 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.\n"},
23
+ label: {en: "Production", cn: "生产", de: "Herstellung", el: "Παραγωγή", fr: "Production", pt: "Produção", ru: "Событие Производства"},
24
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E11_Modification", "http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence"],
25
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
24
26
  term :E13_Attribute_Assignment,
25
- comment: "This class comprises the actions of making assertions about properties of an object or any relation between two items or concepts. \nThis class allows the documentation of how the respective assignment came about, and whose opinion it was. All the attributes or properties assigned in such an action can also be seen as directly attached to the respective item or concept, possibly as a collection of contradictory values. All cases of properties in this model that are also described indirectly through an action are characterised as \"short cuts\" of this action. This redundant modelling of two alternative views is preferred because many implementations may have good reasons to model either the action or the short cut, and the relation between both alternatives can be captured by simple rules. \nIn particular, the class describes the actions of people making propositions and statements during certain museum 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 if this information should be accessible by structured queries. \n".freeze,
26
- label: "Attribute Assignment".freeze,
27
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
28
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
27
+ comment: {en: "This class comprises the actions of making assertions about properties of an object or any relation between two items or concepts. \nThis class allows the documentation of how the respective assignment came about, and whose opinion it was. All the attributes or properties assigned in such an action can also be seen as directly attached to the respective item or concept, possibly as a collection of contradictory values. All cases of properties in this model that are also described indirectly through an action are characterised as \"short cuts\" of this action. This redundant modelling of two alternative views is preferred because many implementations may have good reasons to model either the action or the short cut, and the relation between both alternatives can be captured by simple rules. \nIn particular, the class describes the actions of people making propositions and statements during certain museum 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 if this information should be accessible by structured queries. \n"},
28
+ label: {en: "Attribute Assignment", cn: "屬性指定", de: "Merkmalszuweisung", el: "Απόδοση Ιδιοτήτων", fr: "Affectation d'attribut", pt: "Atribuição de Característica", ru: "Присвоение Атрибута"},
29
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
30
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
29
31
  term :E14_Condition_Assessment,
30
- 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. \n".freeze,
31
- label: "Condition Assessment".freeze,
32
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment".freeze,
33
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
32
+ comment: {en: "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. \n"},
33
+ label: {en: "Condition Assessment", cn: "状态评估", de: "Zustandsfeststellung", el: "Εκτίμηση Κατάστασης", fr: "Expertise de l'état matériel", pt: "Avaliação do Estado Material", ru: "Оценка Состояния"},
34
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
35
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
34
36
  term :E15_Identifier_Assignment,
35
- comment: "This class comprises activities that result in the allocation of an identifier to an instance of E1 CRM Entity. An 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.\n".freeze,
36
- label: "Identifier Assignment".freeze,
37
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment".freeze,
38
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
37
+ comment: {en: "This class comprises activities that result in the allocation of an identifier to an instance of E1 CRM Entity. An 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.\n"},
38
+ label: {en: "Identifier Assignment", cn: "标识符指定", de: "Kennzeichenzuweisung", el: "Απόδοση Αναγνωριστικού", fr: "Attribution d’identificateur", pt: "Atribuição de Identificador", ru: "Назначение Идентификатора"},
39
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
40
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
39
41
  term :E16_Measurement,
40
- comment: "This class comprises actions measuring physical properties and other values that can be determined by a systematic procedure. \nExamples include measuring the monetary value of a collection of coins or the running time of a specific video cassette. \nThe E16 Measurement may use simple counting or tools, such as yardsticks or radiation detection devices. The interest is in the method and care applied, so that the reliability of the result may be judged at a later stage, or research continued on the associated documents. The date of the event is important for dimensions, which may change value over time, such as the length of an object subject to shrinkage. Details of methods and devices are best handled as free text, whereas basic techniques such as \"carbon 14 dating\" should be encoded using P2 has type (is type of:) E55 Type.\n".freeze,
41
- label: "Measurement".freeze,
42
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment".freeze,
43
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
42
+ comment: {en: "This class comprises actions measuring physical properties and other values that can be determined by a systematic procedure. \nExamples include measuring the monetary value of a collection of coins or the running time of a specific video cassette. \nThe E16 Measurement may use simple counting or tools, such as yardsticks or radiation detection devices. The interest is in the method and care applied, so that the reliability of the result may be judged at a later stage, or research continued on the associated documents. The date of the event is important for dimensions, which may change value over time, such as the length of an object subject to shrinkage. Details of methods and devices are best handled as free text, whereas basic techniques such as \"carbon 14 dating\" should be encoded using P2 has type (is type of:) E55 Type.\n"},
43
+ label: {en: "Measurement", cn: "测量", de: "Messung", el: "Μέτρηση", fr: "Mesurage", pt: "Medição", ru: "Событие Измерения"},
44
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
45
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
44
46
  term :E17_Type_Assignment,
45
- 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. \n".freeze,
46
- label: "Type Assignment".freeze,
47
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment".freeze,
48
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
47
+ comment: {en: "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. \n"},
48
+ label: {en: "Type Assignment", cn: "类型指定", de: "Typuszuweisung", el: "Απόδοση Τύπου", fr: "Attribution de type", pt: "Atribuição de Tipo", ru: "Присвоение Типа"},
49
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
50
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
49
51
  term :E18_Physical_Thing,
50
- comment: "This class comprises all persistent physical items with a relatively stable form, man-made or natural. \nDepending on the existence of natural boundaries of such things, the 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. \nThe CRM is generally not concerned with amounts of matter in fluid or gaseous states. \n".freeze,
51
- label: "Physical Thing".freeze,
52
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object".freeze,
53
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
52
+ comment: {en: "This class comprises all persistent physical items with a relatively stable form, man-made or natural. \nDepending on the existence of natural boundaries of such things, the 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. \nThe CRM is generally not concerned with amounts of matter in fluid or gaseous states. \n"},
53
+ label: {en: "Physical Thing", cn: "实体物", de: "Materielles", el: "Υλικό Πράγμα", fr: "Chose matérielle", pt: "Coisa Material", ru: "Физическая Вещь"},
54
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object",
55
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
54
56
  term :E19_Physical_Object,
55
- 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.\n".freeze,
56
- label: "Physical Object".freeze,
57
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
58
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
57
+ comment: {en: "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.\n"},
58
+ label: {en: "Physical Object", cn: "实体物件", de: "Materieller Gegenstand", el: "Υλικό Αντικείμενο", fr: "Objet matériel", pt: "Objeto Material", ru: "Физический Объект"},
59
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
60
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
59
61
  term :E1_CRM_Entity,
60
- 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:\n1.\tIdentification by name or appellation, and in particular by a preferred identifier\n2.\tClassification by type, allowing further refinement of the specific subclass an instance belongs to \n3.\tAttachment of free text for the expression of anything not captured by formal properties\nWith the exception of E59 Primitive Value, all other classes within the CRM are directly or indirectly specialisations of E1 CRM Entity. \n".freeze,
61
- label: "CRM Entity".freeze,
62
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
62
+ comment: {en: "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:\n1.\tIdentification by name or appellation, and in particular by a preferred identifier\n2.\tClassification by type, allowing further refinement of the specific subclass an instance belongs to \n3.\tAttachment of free text for the expression of anything not captured by formal properties\nWith the exception of E59 Primitive Value, all other classes within the CRM are directly or indirectly specialisations of E1 CRM Entity. \n"},
63
+ label: {en: "CRM Entity", cn: "CRM实体", de: "CRM Entität", el: "Οντότητα CIDOC CRM", fr: "Entité CRM", pt: "Entidade CRM", ru: "CRM Сущность"},
64
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
63
65
  term :E20_Biological_Object,
64
- 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 Man-Made Object. \n".freeze,
65
- label: "Biological Object".freeze,
66
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
67
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
66
+ comment: {en: "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 Man-Made Object. \n"},
67
+ label: {en: "Biological Object", cn: "生物体", de: "Biologischer Gegenstand", el: "Βιολογικό Ακτικείμενο", fr: "Objet biologique", pt: "Objeto Biológico", ru: "Биологический Объект"},
68
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
69
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
68
70
  term :E21_Person,
69
- 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 CRM does not propose a specific form to support reasoning about possible identity.\n".freeze,
70
- label: "Person".freeze,
71
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E20_Biological_Object".freeze, "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze],
72
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
71
+ comment: {en: "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 CRM does not propose a specific form to support reasoning about possible identity.\n"},
72
+ label: {en: "Person", cn: "人物", de: "Person", el: "Πρόσωπο", fr: "Personne", pt: "Pessoa", ru: "Личность"},
73
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E20_Biological_Object", "http://www.cidoc-crm.org/cidoc-crm/E39_Actor"],
74
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
73
75
  term :"E22_Man-Made_Object",
74
- comment: "This class comprises physical objects purposely created by human activity.\nNo assumptions are made as to the extent of modification required to justify regarding an object as man-made. For example, an inscribed piece of rock or a preserved butterfly are both regarded as instances of E22 Man-Made Object.\n".freeze,
75
- label: "Man-Made Object".freeze,
76
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze, "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze],
77
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
76
+ comment: {en: "This class comprises physical objects purposely created by human activity.\nNo assumptions are made as to the extent of modification required to justify regarding an object as man-made. For example, an inscribed piece of rock or a preserved butterfly are both regarded as instances of E22 Man-Made Object.\n"},
77
+ label: {en: "Man-Made Object", cn: "人造物件", de: "Künstlicher Gegenstand", el: "Ανθρωπογενές Αντικείμενο", fr: "Objet fabriqué", pt: "Objeto Fabricado", ru: "Рукотворный Объект"},
78
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object", "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing"],
79
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
78
80
  term :"E24_Physical_Man-Made_Thing",
79
- comment: "This class comprises all persistent physical items that are purposely created by human activity.\nThis class comprises man-made objects, such as a swords, and man-made features, such as rock art. No assumptions are made as to the extent of modification required to justify regarding an object as man-made. For example, a “cup and ring” carving on bedrock is regarded as instance of E24 Physical Man-Made Thing. \n".freeze,
80
- label: "Physical Man-Made Thing".freeze,
81
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze, "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing".freeze],
82
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
81
+ comment: {en: "This class comprises all persistent physical items that are purposely created by human activity.\nThis class comprises man-made objects, such as a swords, and man-made features, such as rock art. No assumptions are made as to the extent of modification required to justify regarding an object as man-made. For example, a “cup and ring” carving on bedrock is regarded as instance of E24 Physical Man-Made Thing. \n"},
82
+ label: {en: "Physical Man-Made Thing", cn: "人造实体物", de: "Hergestelltes", el: "Ανθρωπογενές Υλικό Πράγμα", fr: "Chose matérielle fabriquée", pt: "Coisa Material Fabricada", ru: "Физическая Рукотворная Вещь"},
83
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing", "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing"],
84
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
83
85
  term :"E25_Man-Made_Feature",
84
- comment: "This class comprises physical features that are purposely created by human activity, such as scratches, artificial caves, artificial water channels, etc. \nNo assumptions are made as to the extent of modification required to justify regarding a feature as man-made. For example, rock art or even “cup and ring” carvings on bedrock a regarded as types of E25 Man-Made Feature.\n".freeze,
85
- label: "Man-Made Feature".freeze,
86
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze, "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature".freeze],
87
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
86
+ comment: {en: "This class comprises physical features that are purposely created by human activity, such as scratches, artificial caves, artificial water channels, etc. \nNo assumptions are made as to the extent of modification required to justify regarding a feature as man-made. For example, rock art or even “cup and ring” carvings on bedrock a regarded as types of E25 Man-Made Feature.\n"},
87
+ label: {en: "Man-Made Feature", cn: "人造外貌表征", de: "Hergestelltes Merkmal", el: "Ανθρωπογενές Μόρφωμα", fr: "Caractéristique fabriquée", pt: "Característica Fabricada", ru: "Искусственный Признак"},
88
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing", "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature"],
89
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
88
90
  term :E26_Physical_Feature,
89
- 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”. \n".freeze,
90
- label: "Physical Feature".freeze,
91
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
92
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
91
+ comment: {en: "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”. \n"},
92
+ label: {en: "Physical Feature", cn: "实体外貌表征", de: "Materielles Merkmal", el: "Υλικό Μόρφωμα", fr: "Caractéristique matérielle", pt: "Característica Material", ru: "Физический Признак"},
93
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
94
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
93
95
  term :E27_Site,
94
- 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.\n Instances of E27 Site are composed of relatively immobile material items and features in a particular configuration at a particular location".freeze,
95
- label: "Site".freeze,
96
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature".freeze,
97
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
96
+ comment: {en: "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.\n Instances of E27 Site are composed of relatively immobile material items and features in a particular configuration at a particular location"},
97
+ label: {en: "Site", cn: "场地", de: "Gelände", el: "Φυσικός Χώρος", fr: "Site", pt: "Lugar", ru: "Участок"},
98
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature",
99
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
98
100
  term :E28_Conceptual_Object,
99
- comment: "This class comprises non-material products of our minds and other human produced data that \t\thave become objects of a discourse about their identity, circumstances of creation or historical \t\timplication. The production of such information may have been supported by the use of \t\ttechnical 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. \n".freeze,
100
- label: "Conceptual Object".freeze,
101
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing".freeze,
102
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
101
+ comment: {en: "This class comprises non-material products of our minds and other human produced data that \t\thave become objects of a discourse about their identity, circumstances of creation or historical \t\timplication. The production of such information may have been supported by the use of \t\ttechnical 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. \n"},
102
+ label: {en: "Conceptual Object", cn: "概念物件", de: "Begrifflicher Gegenstand", el: "Νοητικό Αντικείμενο", fr: "Objet conceptuel", pt: "Objeto Conceitual", ru: "Концептуальный Объект"},
103
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing",
104
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
103
105
  term :E29_Design_or_Procedure,
104
- 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 the modification or production of instances of E24 Physical Thing. \nInstances of E29 Design or Procedure can be structured in parts and sequences or depend on others. This is modelled using P69 has association with (is associated with). \nDesigns or procedures can be seen as one of the following:\n1.\tA schema for the activities it describes\n2.\tA schema of the products that result from their application. \n3.\tAn 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 CRM models a loose relationship between the plan and the respective product.\n".freeze,
105
- label: "Design or Procedure".freeze,
106
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object".freeze,
107
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
106
+ comment: {en: "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 the modification or production of instances of E24 Physical Thing. \nInstances of E29 Design or Procedure can be structured in parts and sequences or depend on others. This is modelled using P69 has association with (is associated with). \nDesigns or procedures can be seen as one of the following:\n1.\tA schema for the activities it describes\n2.\tA schema of the products that result from their application. \n3.\tAn 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 CRM models a loose relationship between the plan and the respective product.\n"},
107
+ label: {en: "Design or Procedure", cn: "设计或程序", de: "Entwurf oder Verfahren", el: "Σχέδιο", fr: "Conception ou procédure", pt: "Projeto ou Procedimento", ru: "Проект или Процедура"},
108
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object",
109
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
108
110
  term :E2_Temporal_Entity,
109
- comment: "This class comprises all phenomena, such as the instances of E4 Periods, E5 Events and states, which happen over a limited extent in time. \n\tIn some contexts, these are also called perdurants. This class is disjoint from E77 Persistent Item. This is an abstract class and 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.\n".freeze,
110
- label: "Temporal Entity".freeze,
111
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
112
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
111
+ comment: {en: "This class comprises all phenomena, such as the instances of E4 Periods, E5 Events and states, which happen over a limited extent in time. \n\tIn some contexts, these are also called perdurants. This class is disjoint from E77 Persistent Item. This is an abstract class and 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.\n"},
112
+ label: {en: "Temporal Entity", cn: "时间实体", de: "Geschehendes", el: "Έγχρονη Οντότητα", fr: "Entité temporelle", pt: "Entidade Temporal", ru: "Временная Сущность"},
113
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
114
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
113
115
  term :E30_Right,
114
- comment: "This class comprises legal privileges concerning material and immaterial things or their derivatives. \nThese include reproduction and property rights".freeze,
115
- label: "Right".freeze,
116
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
117
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
116
+ comment: {en: "This class comprises legal privileges concerning material and immaterial things or their derivatives. \nThese include reproduction and property rights"},
117
+ label: {en: "Right", cn: "权限", de: "Recht", el: "Δικαίωμα", fr: "Droit", pt: "Direitos", ru: "Право"},
118
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
119
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
118
120
  term :E31_Document,
119
- 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 a special case of E31 Document. This class should not be confused with the term “document” in Information Technology, which is compatible with E73 Information Object.\n".freeze,
120
- label: "Document".freeze,
121
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object".freeze,
122
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
121
+ comment: {en: "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 a special case of E31 Document. This class should not be confused with the term “document” in Information Technology, which is compatible with E73 Information Object.\n"},
122
+ label: {en: "Document", cn: "文献", de: "Dokument", el: "Τεκμήριο", fr: "Document", pt: "Documento", ru: "Документ"},
123
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object",
124
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
123
125
  term :E32_Authority_Document,
124
- comment: "This class comprises encyclopaedia, thesauri, authority lists and other documents that define terminology or conceptual systems for consistent use.\n".freeze,
125
- label: "Authority Document".freeze,
126
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E31_Document".freeze,
127
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
126
+ comment: {en: "This class comprises encyclopaedia, thesauri, authority lists and other documents that define terminology or conceptual systems for consistent use.\n"},
127
+ label: {en: "Authority Document", cn: "权威文献", de: "Referenzdokument", el: "Πηγή Καθιερωμένων Όρων", fr: "Document de référence", pt: "Documento de Referência", ru: "Официальный Документ"},
128
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E31_Document",
129
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
128
130
  term :E33_Linguistic_Object,
129
- 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 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 CRM. These should be modelled as instances of E73 Information Object.\nThe text of an instance of E33 Linguistic Object can be documented in a note by P3 has note: E62 String\n".freeze,
130
- label: "Linguistic Object".freeze,
131
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object".freeze,
132
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
131
+ comment: {en: "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 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 CRM. These should be modelled as instances of E73 Information Object.\nThe text of an instance of E33 Linguistic Object can be documented in a note by P3 has note: E62 String\n"},
132
+ label: {en: "Linguistic Object", cn: "语言物件", de: "Sprachlicher Gegenstand", el: "Γλωσσικό Αντικείμενο", fr: "Objet linguistique", pt: "Objeto Lingüístico", ru: "Линвистический Объект"},
133
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object",
134
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
133
135
  term :E34_Inscription,
134
- comment: "This class comprises recognisable, short texts attached to instances of E24 Physical Man-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 CRM as E24 Physical Man-Made Thing.\nThe relationship of a physical copy of a book to the text it contains is modelled using E84 Information Carrier. P128 carries (is carried by): E33 Linguistic Object. \n".freeze,
135
- label: "Inscription".freeze,
136
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object".freeze, "http://www.cidoc-crm.org/cidoc-crm/E37_Mark".freeze],
137
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
136
+ comment: {en: "This class comprises recognisable, short texts attached to instances of E24 Physical Man-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 CRM as E24 Physical Man-Made Thing.\nThe relationship of a physical copy of a book to the text it contains is modelled using E84 Information Carrier. P128 carries (is carried by): E33 Linguistic Object. \n"},
137
+ label: {en: "Inscription", cn: "题字", de: "Inschrift", el: "Επιγραφή", fr: "Inscription", pt: "Inscrição", ru: "Надпись"},
138
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object", "http://www.cidoc-crm.org/cidoc-crm/E37_Mark"],
139
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
138
140
  term :E35_Title,
139
- comment: "This class comprises the names assigned to works, such as texts, artworks or pieces 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.\n".freeze,
140
- label: "Title".freeze,
141
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object".freeze, "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze],
142
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
141
+ comment: {en: "This class comprises the names assigned to works, such as texts, artworks or pieces 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.\n"},
142
+ label: {en: "Title", cn: "题目", de: "Titel", el: " Τίτλος", fr: "Titre", pt: "Título", ru: "Заголовок"},
143
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object", "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation"],
144
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
143
145
  term :E36_Visual_Item,
144
- comment: "This class comprises the intellectual or conceptual aspects of recognisable marks and images.\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 Man-Made Thing that carry the same visual symbols, marks or images etc. The property P62 depicts (is depicted by) between E24 Physical Man-Made Thing and depicted subjects (E1 CRM Entity) can be regarded as a short-cut of the more fully developed path from E24 Physical Man-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. \n".freeze,
145
- label: "Visual Item".freeze,
146
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object".freeze,
147
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
146
+ comment: {en: "This class comprises the intellectual or conceptual aspects of recognisable marks and images.\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 Man-Made Thing that carry the same visual symbols, marks or images etc. The property P62 depicts (is depicted by) between E24 Physical Man-Made Thing and depicted subjects (E1 CRM Entity) can be regarded as a short-cut of the more fully developed path from E24 Physical Man-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. \n"},
147
+ label: {en: "Visual Item", cn: "视觉项目", de: "Bildliches", el: "Οπτικό Στοιχείο", fr: "Item visuel", pt: "Item Visual", ru: "Визуальный Предмет"},
148
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object",
149
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
148
150
  term :E37_Mark,
149
- comment: "This class comprises symbols, signs, signatures or short texts applied to instances of E24 Physical Man-Made Thing by arbitrary techniques in order to indicate the creator, owner, dedications, purpose, etc. \nThis class specifically excludes features that have no semantic significance, such as scratches or tool marks. These should be documented as instances of E25 Man-Made Feature. \n".freeze,
150
- label: "Mark".freeze,
151
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item".freeze,
152
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
151
+ comment: {en: "This class comprises symbols, signs, signatures or short texts applied to instances of E24 Physical Man-Made Thing by arbitrary techniques in order to indicate the creator, owner, dedications, purpose, etc. \nThis class specifically excludes features that have no semantic significance, such as scratches or tool marks. These should be documented as instances of E25 Man-Made Feature. \n"},
152
+ label: {en: "Mark", cn: "标志", de: "Marke", el: "Σήμανση", fr: "Marque", pt: "Marca", ru: "Пометка"},
153
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item",
154
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
153
155
  term :E38_Image,
154
- comment: "This class comprises distributions of form, tone and colour that may be found on surfaces such as photos, paintings, prints and sculptures or directly on electronic media. \nThe degree to which variations in the distribution of form and colour affect the identity of an instance of E38 Image depends on a given purpose. The original painting of the Mona Lisa in the Louvre may be said to bear the same instance of E38 Image as reproductions in the form of transparencies, postcards, posters or T-shirts, even though they may differ in size and carrier and may vary in tone and colour. The images in a “spot the difference” competition are not the same with respect to their context, however similar they may at first appear.\n".freeze,
155
- label: "Image".freeze,
156
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item".freeze,
157
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
156
+ comment: {en: "This class comprises distributions of form, tone and colour that may be found on surfaces such as photos, paintings, prints and sculptures or directly on electronic media. \nThe degree to which variations in the distribution of form and colour affect the identity of an instance of E38 Image depends on a given purpose. The original painting of the Mona Lisa in the Louvre may be said to bear the same instance of E38 Image as reproductions in the form of transparencies, postcards, posters or T-shirts, even though they may differ in size and carrier and may vary in tone and colour. The images in a “spot the difference” competition are not the same with respect to their context, however similar they may at first appear.\n"},
157
+ label: {en: "Image", cn: "图像", de: "Bild", el: "Εικόνα", fr: "Image", pt: "Imagem", ru: "Изображение"},
158
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item",
159
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
158
160
  term :E39_Actor,
159
- 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.\nThe CRM does not attempt to model the inadvertent actions of such actors. Individual people should be documented as instances of E21 Person, whereas groups should be documented as instances of either E74 Group or its subclass E40 Legal Body.\n".freeze,
160
- label: "Actor".freeze,
161
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
162
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
161
+ comment: {en: "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.\nThe CRM does not attempt to model the inadvertent actions of such actors. Individual people should be documented as instances of E21 Person, whereas groups should be documented as instances of either E74 Group or its subclass E40 Legal Body.\n"},
162
+ label: {en: "Actor", cn: "角色", de: "Akteur", el: "Δράστης", fr: "Agent", pt: "Agente", ru: "Агент"},
163
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
164
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
163
165
  term :E3_Condition_State,
164
- 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 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.\n The nature of that condition can be described using P2 has type. For example, the E3 Condition State “condition of the SS Great Britain between 22 September 1846 and 27 August 1847” can be characterized as E55 Type “wrecked”. \n".freeze,
165
- label: "Condition State".freeze,
166
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
167
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
166
+ comment: {en: "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 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.\n The nature of that condition can be described using P2 has type. For example, the E3 Condition State “condition of the SS Great Britain between 22 September 1846 and 27 August 1847” can be characterized as E55 Type “wrecked”. \n"},
167
+ label: {en: "Condition State", cn: "状态", de: "Zustandsphase", el: "Κατάσταση", fr: "État matériel", pt: "Estado Material", ru: "Состояние"},
168
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
169
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
168
170
  term :E40_Legal_Body,
169
- comment: "This class comprises institutions or groups of people that have obtained a legal recognition as a group and can act collectively as agents. \nThis means that they can perform actions, own property, create or destroy things and can be held collectively responsible for their actions like individual people. The term 'personne morale' is often used for this in French. \n".freeze,
170
- label: "Legal Body".freeze,
171
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
172
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
171
+ comment: {en: "This class comprises institutions or groups of people that have obtained a legal recognition as a group and can act collectively as agents. \nThis means that they can perform actions, own property, create or destroy things and can be held collectively responsible for their actions like individual people. The term 'personne morale' is often used for this in French. \n"},
172
+ label: {en: "Legal Body", cn: "法律组织", de: "Juristische Person", el: "Νομικό Πρόσωπο", fr: "Collectivité", pt: "Pessoa Jurídica", ru: "Юридическое Лицо"},
173
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
174
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
173
175
  term :E41_Appellation,
174
- 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. \nSpecific subclasses of E41 Appellation should be used when instances of E41 Appellation of a characteristic form are used for particular objects. Instances of E49 Time Appellation, for example, which take the form of instances of E50 Date, can be easily recognised.\nE41 Appellation should not be confused with the act of naming something. Cf. E15 Identifier Assignment\n".freeze,
175
- label: "Appellation".freeze,
176
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
177
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
176
+ comment: {en: "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. \nSpecific subclasses of E41 Appellation should be used when instances of E41 Appellation of a characteristic form are used for particular objects. Instances of E49 Time Appellation, for example, which take the form of instances of E50 Date, can be easily recognised.\nE41 Appellation should not be confused with the act of naming something. Cf. E15 Identifier Assignment\n"},
177
+ label: {en: "Appellation", cn: "称号", de: "Benennung", el: "Ονομασία", fr: "Appellation", pt: "Designação", ru: "Обозначение"},
178
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
179
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
178
180
  term :E42_Identifier,
179
- 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. The class E42 Identifier is not normally used for machine-generated identifiers used for automated processing unless these are also used by human agents.".freeze,
180
- label: "Identifier".freeze,
181
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
182
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
181
+ comment: {en: "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. The class E42 Identifier is not normally used for machine-generated identifiers used for automated processing unless these are also used by human agents."},
182
+ label: {en: "Identifier", cn: "标识符", de: "Kennung", el: "Κωδικός Αναγνώρισης", fr: "Identificateur d'objet", pt: "Identificador de Objeto", ru: "Идентификатор Объекта"},
183
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
184
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
183
185
  term :E44_Place_Appellation,
184
- comment: "This class comprises any sort of identifier characteristically used to refer to an E53 Place. \nInstances of E44 Place Appellation may vary in their degree of precision and their meaning may vary over time - the same instance of E44 Place Appellation may be used to refer to several places, either because of cultural shifts, or because objects used as reference points have moved around. Instances of E44 Place Appellation can be extremely varied in form: postal addresses, instances of E47 Spatial Coordinate, and parts of buildings can all be considered as instances of E44 Place Appellation.\n".freeze,
185
- label: "Place Appellation".freeze,
186
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
187
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
186
+ comment: {en: "This class comprises any sort of identifier characteristically used to refer to an E53 Place. \nInstances of E44 Place Appellation may vary in their degree of precision and their meaning may vary over time - the same instance of E44 Place Appellation may be used to refer to several places, either because of cultural shifts, or because objects used as reference points have moved around. Instances of E44 Place Appellation can be extremely varied in form: postal addresses, instances of E47 Spatial Coordinate, and parts of buildings can all be considered as instances of E44 Place Appellation.\n"},
187
+ label: {en: "Place Appellation", cn: "地点称号", de: "Ortsbenennung", el: "Ονομασία Τόπου", fr: "Appellation de lieu", pt: "Designação de Local", ru: "Обозначение Места"},
188
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
189
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
188
190
  term :E45_Address,
189
- comment: "This class comprises identifiers expressed in coding systems for places, such as postal addresses used for mailing.\nAn E45 Address can be considered both as the name of an E53 Place and as an E51 Contact Point for an E39 Actor. This dual aspect is reflected in the multiple inheritance. However, some forms of mailing addresses, such as a postal box, are only instances of E51 Contact Point, since they do not identify any particular Place. These should not be documented as instances of E45 Address.\n".freeze,
190
- label: "Address".freeze,
191
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation".freeze, "http://www.cidoc-crm.org/cidoc-crm/E51_Contact_Point".freeze],
192
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
191
+ comment: {en: "This class comprises identifiers expressed in coding systems for places, such as postal addresses used for mailing.\nAn E45 Address can be considered both as the name of an E53 Place and as an E51 Contact Point for an E39 Actor. This dual aspect is reflected in the multiple inheritance. However, some forms of mailing addresses, such as a postal box, are only instances of E51 Contact Point, since they do not identify any particular Place. These should not be documented as instances of E45 Address.\n"},
192
+ label: {en: "Address", cn: "地址", de: "Adresse", el: "Διεύθυνση", fr: "Adresse", pt: "Endereço", ru: "Адрес"},
193
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation", "http://www.cidoc-crm.org/cidoc-crm/E51_Contact_Point"],
194
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
193
195
  term :E46_Section_Definition,
194
- comment: "This class comprises areas of objects referred to in terms specific to the general geometry or structure of its kind. \nThe 'prow' of the boat, the 'frame' of the picture, the 'front' of the building are all instances of E46 Section Definition. The class highlights the fact that parts of objects can be treated as locations. This holds in particular for features without natural boundaries, such as the “head” of a marble statue made out of one block (cf. E53 Place). In answer to the question 'where is the signature?' one might reply 'on the lower left corner'. (Section Definition is closely related to the term “segment” in Gerstl, P.& Pribbenow, S, 1996 “ A conceptual theory of part – whole relations and its applications”, Data & Knowledge \tEngineering 20 305-322, North Holland- Elsevier ).\n".freeze,
195
- label: "Section Definition".freeze,
196
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation".freeze,
197
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
196
+ comment: {en: "This class comprises areas of objects referred to in terms specific to the general geometry or structure of its kind. \nThe 'prow' of the boat, the 'frame' of the picture, the 'front' of the building are all instances of E46 Section Definition. The class highlights the fact that parts of objects can be treated as locations. This holds in particular for features without natural boundaries, such as the “head” of a marble statue made out of one block (cf. E53 Place). In answer to the question 'where is the signature?' one might reply 'on the lower left corner'. (Section Definition is closely related to the term “segment” in Gerstl, P.& Pribbenow, S, 1996 “ A conceptual theory of part – whole relations and its applications”, Data & Knowledge \tEngineering 20 305-322, North Holland- Elsevier ).\n"},
197
+ label: {en: "Section Definition", cn: "区域定义", de: "Abschnittsdefinition", el: "Ονομασία Τμήματος", fr: "Désignation de section", pt: "Designação de Seção", ru: "Определение Района"},
198
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation",
199
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
198
200
  term :E47_Spatial_Coordinates,
199
- comment: "This class comprises the textual or numeric information required to locate specific instances of E53 Place within schemes of spatial identification. \n\nCoordinates are a specific form of E44 Place Appellation, that is, a means of referring to a particular E53 Place. Coordinates are not restricted to longitude, latitude and altitude. Any regular system of reference that maps onto an E19 Physical Object can be used to generate coordinates.\n".freeze,
200
- label: "Spatial Coordinates".freeze,
201
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation".freeze,
202
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
201
+ comment: {en: "This class comprises the textual or numeric information required to locate specific instances of E53 Place within schemes of spatial identification. \n\nCoordinates are a specific form of E44 Place Appellation, that is, a means of referring to a particular E53 Place. Coordinates are not restricted to longitude, latitude and altitude. Any regular system of reference that maps onto an E19 Physical Object can be used to generate coordinates.\n"},
202
+ label: {en: "Spatial Coordinates", cn: "空间坐标", de: "Raumkoordinaten", el: "Χωρικές Συντεταγμένες", fr: "Coordonnées spatiales", pt: "Coordenadas Espaciais", ru: "Пространственные Координаты"},
203
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation",
204
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
203
205
  term :E48_Place_Name,
204
- comment: "This class comprises particular and common forms of E44 Place Appellation. \nPlace Names may change their application over time: the name of an E53 Place may change, and a name may be reused for a different E53 Place. Instances of E48 Place Name are typically subject to place name gazetteers.".freeze,
205
- label: "Place Name".freeze,
206
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation".freeze,
207
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
206
+ comment: {en: "This class comprises particular and common forms of E44 Place Appellation. \nPlace Names may change their application over time: the name of an E53 Place may change, and a name may be reused for a different E53 Place. Instances of E48 Place Name are typically subject to place name gazetteers."},
207
+ label: {en: "Place Name", cn: "地名", de: "Orts- oder Flurname", el: "Τοπωνύμιο", fr: "Toponyme", pt: "Nome de Local", ru: "Название Места"},
208
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation",
209
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
208
210
  term :E49_Time_Appellation,
209
- comment: "This class comprises all forms of names or codes, such as historical periods, and dates, which are characteristically used to refer to a specific E52 Time-Span. \nThe instances of E49 Time Appellation may vary in their degree of precision, and they may be relative to other time frames, “Before Christ” for example. Instances of E52 Time-Span are often defined by reference to a cultural period or an event e.g. ‘the duration of the Ming Dynasty’.".freeze,
210
- label: "Time Appellation".freeze,
211
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
212
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
211
+ comment: {en: "This class comprises all forms of names or codes, such as historical periods, and dates, which are characteristically used to refer to a specific E52 Time-Span. \nThe instances of E49 Time Appellation may vary in their degree of precision, and they may be relative to other time frames, “Before Christ” for example. Instances of E52 Time-Span are often defined by reference to a cultural period or an event e.g. ‘the duration of the Ming Dynasty’."},
212
+ label: {en: "Time Appellation", cn: "时间称号", de: "Zeitbenennung", el: "Ονομασία Χρόνου", fr: "Appellation temporelle", pt: "Designação de Tempo", ru: "Обозначение Времени"},
213
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
214
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
213
215
  term :E4_Period,
214
- comment: "This class comprises sets of coherent phenomena or cultural manifestations bounded in time and space.\n\nIt is the social or physical coherence of these phenomena that identify an E4 Period and not the associated spatiotemporal bounds. These bounds are a mere approximation of the actual process of growth, spread and retreat. Consequently, different periods can overlap and coexist in time and space, such as when a nomadic culture exists in the same area as a sedentary culture. As the actual extent of an E4 Period in spacetime we regard the trajectories of the participating physical things during their participation in an instance of E4 Period, the open spaces via which they 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, such as the air in a meeting room transferring the voices. 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. In these cases, the trajectories necessary for participants to travel between these areas are not regarded as part of the spatiotemporal extent. Consequently, instances of E4 Period may occupy each a limited number of disjoint spacetime volumes, however there must not be a discontinuity in the total timespan covered by these spacetime volumes.\n\nTypically 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. Geopolitical units may be distributed over disconnected areas, such as islands or colonies. In such cases, the spatiotemporal extent is composed of more than one spacetime volume. One may 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. Nevertheless, an instance of E4 Period must be contiguous in time. I.e., if it has ended in all areas, it has ended as a whole, but it may involve one area after another, such as the Polynesian migration, as long as it is ongoing at least in one area.\n\nThere 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 E67 Birth can be seen as both an atomic E5 Event and as an E4 Period that consists of multiple activities performed by multiple instances of E39 Actor.\n\nThere 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 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 E4 Period, and the second defines morphological object types that fall under E55 Type.\nAnother specific case of an E4 Period is the set of activities and phenomena associated with a settlement, such as the populated period of Nineveh.\n".freeze,
215
- label: "Period".freeze,
216
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
217
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
216
+ comment: {en: "This class comprises sets of coherent phenomena or cultural manifestations bounded in time and space.\n\nIt is the social or physical coherence of these phenomena that identify an E4 Period and not the associated spatiotemporal bounds. These bounds are a mere approximation of the actual process of growth, spread and retreat. Consequently, different periods can overlap and coexist in time and space, such as when a nomadic culture exists in the same area as a sedentary culture. As the actual extent of an E4 Period in spacetime we regard the trajectories of the participating physical things during their participation in an instance of E4 Period, the open spaces via which they 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, such as the air in a meeting room transferring the voices. 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. In these cases, the trajectories necessary for participants to travel between these areas are not regarded as part of the spatiotemporal extent. Consequently, instances of E4 Period may occupy each a limited number of disjoint spacetime volumes, however there must not be a discontinuity in the total timespan covered by these spacetime volumes.\n\nTypically 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. Geopolitical units may be distributed over disconnected areas, such as islands or colonies. In such cases, the spatiotemporal extent is composed of more than one spacetime volume. One may 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. Nevertheless, an instance of E4 Period must be contiguous in time. I.e., if it has ended in all areas, it has ended as a whole, but it may involve one area after another, such as the Polynesian migration, as long as it is ongoing at least in one area.\n\nThere 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 E67 Birth can be seen as both an atomic E5 Event and as an E4 Period that consists of multiple activities performed by multiple instances of E39 Actor.\n\nThere 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 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 E4 Period, and the second defines morphological object types that fall under E55 Type.\nAnother specific case of an E4 Period is the set of activities and phenomena associated with a settlement, such as the populated period of Nineveh.\n"},
217
+ label: {en: "Period", cn: "期间", de: "Phase", el: "Περίοδος", fr: "Période", pt: "Período", ru: "Период"},
218
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
219
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
218
220
  term :E50_Date,
219
- comment: "This class comprises specific forms of E49 Time Appellation.".freeze,
220
- label: "Date".freeze,
221
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation".freeze,
222
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
221
+ comment: {en: "This class comprises specific forms of E49 Time Appellation."},
222
+ label: {en: "Date", cn: "日期", de: "Datum", el: "Ημερομηνία", fr: "Date", pt: "Data", ru: "Дата"},
223
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation",
224
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
223
225
  term :E51_Contact_Point,
224
- comment: "This class comprises identifiers employed, or understood, by communication services to direct communications to an instance of E39 Actor. These include E-mail addresses, telephone numbers, post office boxes, Fax numbers, URLs etc. Most postal addresses can be considered both as instances of E44 Place Appellation and E51 Contact Point. In such cases the subclass E45 Address should be used. \nURLs are addresses used by machines to access another machine through an http request. Since the accessed machine acts on behalf of the E39 Actor providing the machine, URLs are considered as instances of E51 Contact Point to that E39 Actor.\n".freeze,
225
- label: "Contact Point".freeze,
226
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
227
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
226
+ comment: {en: "This class comprises identifiers employed, or understood, by communication services to direct communications to an instance of E39 Actor. These include E-mail addresses, telephone numbers, post office boxes, Fax numbers, URLs etc. Most postal addresses can be considered both as instances of E44 Place Appellation and E51 Contact Point. In such cases the subclass E45 Address should be used. \nURLs are addresses used by machines to access another machine through an http request. Since the accessed machine acts on behalf of the E39 Actor providing the machine, URLs are considered as instances of E51 Contact Point to that E39 Actor.\n"},
227
+ label: {en: "Contact Point", cn: "联系方式", de: "Kontaktpunkt", el: "Στοιχείο Επικοινωνίας", fr: "Coordonnées individuelles", pt: "Ponto de Contato", ru: "Контакт"},
228
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
229
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
228
230
  term :"E52_Time-Span",
229
- comment: "This class comprises abstract temporal extents, in the sense of Galilean physics, having a beginning, an end and a duration. \nTime Span has no other semantic connotations. Time-Spans are used to define the temporal extent of instances of E4 Period, E5 Event and any other phenomena valid for a certain time. An E52 Time-Span may be identified by one or more instances of E49 Time Appellation. \nSince our knowledge of history is imperfect, instances of E52 Time-Span can best be considered as approximations of the actual Time-Spans of temporal entities. The properties of E52 Time-Span are intended to allow these approximations to be expressed precisely. An extreme case of approximation, might, for example, define an E52 Time-Span having unknown beginning, end and duration. Used as a common E52 Time-Span for two events, it would nevertheless define them as being simultaneous, even if nothing else was known. \n\tAutomatic processing and querying of instances of E52 Time-Span is facilitated if data can be parsed into an E61 Time Primitive.\n".freeze,
230
- label: "Time-Span".freeze,
231
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
232
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
231
+ comment: {en: "This class comprises abstract temporal extents, in the sense of Galilean physics, having a beginning, an end and a duration. \nTime Span has no other semantic connotations. Time-Spans are used to define the temporal extent of instances of E4 Period, E5 Event and any other phenomena valid for a certain time. An E52 Time-Span may be identified by one or more instances of E49 Time Appellation. \nSince our knowledge of history is imperfect, instances of E52 Time-Span can best be considered as approximations of the actual Time-Spans of temporal entities. The properties of E52 Time-Span are intended to allow these approximations to be expressed precisely. An extreme case of approximation, might, for example, define an E52 Time-Span having unknown beginning, end and duration. Used as a common E52 Time-Span for two events, it would nevertheless define them as being simultaneous, even if nothing else was known. \n\tAutomatic processing and querying of instances of E52 Time-Span is facilitated if data can be parsed into an E61 Time Primitive.\n"},
232
+ label: {en: "Time-Span", cn: "时段", de: "Zeitspanne", el: "Χρονικό Διάστημα", fr: "Durée", pt: "Período de Tempo", ru: "Интервал Времени"},
233
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
234
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
233
235
  term :E53_Place,
234
- 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. A Place can be determined by combining a frame of reference and a location with respect to this frame. It may be identified by one or more instances of E44 Place Appellation.\n It is sometimes argued that instances of E53 Place are best identified by global coordinates or absolute reference systems. However, relative references are often more relevant in the context of cultural documentation and tend to be more precise. In particular, we are often interested in position in relation to large, mobile objects, such as ships. For example, the Place at which Nelson died is known with reference to a large mobile object – H.M.S Victory. A resolution of this Place in terms of absolute coordinates would require knowledge of the movements of the vessel and the precise time of death, either of which may be revised, and the result would lack historical and cultural relevance.\nAny object can serve as a frame of reference for E53 Place determination. The model foresees the notion of a \"section\" of an E19 Physical Object as a valid E53 Place determination.".freeze,
235
- label: "Place".freeze,
236
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
237
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
236
+ comment: {en: "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. A Place can be determined by combining a frame of reference and a location with respect to this frame. It may be identified by one or more instances of E44 Place Appellation.\n It is sometimes argued that instances of E53 Place are best identified by global coordinates or absolute reference systems. However, relative references are often more relevant in the context of cultural documentation and tend to be more precise. In particular, we are often interested in position in relation to large, mobile objects, such as ships. For example, the Place at which Nelson died is known with reference to a large mobile object – H.M.S Victory. A resolution of this Place in terms of absolute coordinates would require knowledge of the movements of the vessel and the precise time of death, either of which may be revised, and the result would lack historical and cultural relevance.\nAny object can serve as a frame of reference for E53 Place determination. The model foresees the notion of a \"section\" of an E19 Physical Object as a valid E53 Place determination."},
237
+ label: {en: "Place", cn: "地点", de: "Ort", el: "Τόπος", fr: "Lieu", pt: "Local", ru: "Место"},
238
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
239
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
238
240
  term :E54_Dimension,
239
- comment: "This class comprises quantifiable properties that can be measured by some calibrated means and can be approximated by values, i.e. points or regions in a mathematical or conceptual space, such as natural or real numbers, RGB values etc.\nAn instance of E54 Dimension represents the true quantity, independent from its numerical approximation, e.g. in inches or in cm. The properties of the class E54 Dimension allow for expressing the numerical approximation of the values of an instance of E54 Dimension. If the true values belong to a non-discrete space, 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 interoperability 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.\n".freeze,
240
- label: "Dimension".freeze,
241
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
242
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
241
+ comment: {en: "This class comprises quantifiable properties that can be measured by some calibrated means and can be approximated by values, i.e. points or regions in a mathematical or conceptual space, such as natural or real numbers, RGB values etc.\nAn instance of E54 Dimension represents the true quantity, independent from its numerical approximation, e.g. in inches or in cm. The properties of the class E54 Dimension allow for expressing the numerical approximation of the values of an instance of E54 Dimension. If the true values belong to a non-discrete space, 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 interoperability 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.\n"},
242
+ label: {en: "Dimension", cn: "规模数量", de: "Maß", el: "Μέγεθος", fr: "Dimensions", pt: "Dimensão", ru: "Величина"},
243
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
244
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
243
245
  term :E55_Type,
244
- comment: "This class comprises concepts denoted by terms from thesauri and controlled vocabularies used to characterize and classify instances of CRM classes. Instances of E55 Type represent concepts in contrast to instances of E41 Appellation which are used to name instances of CRM classes. \nE55 Type is the CRM’s interface to domain specific ontologies and thesauri. These can be represented in the 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). Such hierarchies may be extended with additional properties. \n".freeze,
245
- label: "Type".freeze,
246
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object".freeze,
247
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
246
+ comment: {en: "This class comprises concepts denoted by terms from thesauri and controlled vocabularies used to characterize and classify instances of CRM classes. Instances of E55 Type represent concepts in contrast to instances of E41 Appellation which are used to name instances of CRM classes. \nE55 Type is the CRM’s interface to domain specific ontologies and thesauri. These can be represented in the 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). Such hierarchies may be extended with additional properties. \n"},
247
+ label: {en: "Type", cn: "类型", de: "Typus", el: "Τύπος", fr: "Type", pt: "Tipo", ru: "Тип"},
248
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object",
249
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
248
250
  term :E56_Language,
249
- 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:1988. \n".freeze,
250
- label: "Language".freeze,
251
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
252
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
251
+ comment: {en: "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:1988. \n"},
252
+ label: {en: "Language", cn: "语言", de: "Sprache", el: "Γλώσσα", fr: "Langue", pt: "Língua", ru: "Язык"},
253
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
254
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
253
255
  term :E57_Material,
254
- 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).\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.".freeze,
255
- label: "Material".freeze,
256
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
257
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
256
+ comment: {en: "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).\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."},
257
+ label: {en: "Material", cn: "材料", de: "Material", el: "Υλικό", fr: "Matériau", pt: "Material", ru: "Материал"},
258
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
259
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
258
260
  term :E58_Measurement_Unit,
259
- 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. (ISO 1000:1992). Archaic Measurement Units used in historical records should be preserved.\n".freeze,
260
- label: "Measurement Unit".freeze,
261
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
262
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
261
+ comment: {en: "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. (ISO 1000:1992). Archaic Measurement Units used in historical records should be preserved.\n"},
262
+ label: {en: "Measurement Unit", cn: "测量单位", de: "Maßeinheit", el: "Μονάδα Μέτρησης", fr: "Unité de mesure", pt: "Unidade de Medida", ru: "Единица Измерения"},
263
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
264
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
263
265
  term :E5_Event,
264
- comment: "This class comprises changes of states in cultural, social or physical systems, regardless of scale, brought about by a series or group of coherent physical, cultural, technological or legal phenomena. Such changes of state will affect instances of E77 Persistent Item or its subclasses.\nThe distinction between an E5 Event and an E4 Period is partly a question of the scale of observation. Viewed at a coarse level of detail, an E5 Event is an ‘instantaneous’ change of state. At a fine level, the E5 Event can be analysed into its component phenomena within a space and time frame, and as such can be seen as an E4 Period. The reverse is not necessarily the case: not all instances of E4 Period give rise to a noteworthy change of state.\n".freeze,
265
- label: "Event".freeze,
266
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
267
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
266
+ comment: {en: "This class comprises changes of states in cultural, social or physical systems, regardless of scale, brought about by a series or group of coherent physical, cultural, technological or legal phenomena. Such changes of state will affect instances of E77 Persistent Item or its subclasses.\nThe distinction between an E5 Event and an E4 Period is partly a question of the scale of observation. Viewed at a coarse level of detail, an E5 Event is an ‘instantaneous’ change of state. At a fine level, the E5 Event can be analysed into its component phenomena within a space and time frame, and as such can be seen as an E4 Period. The reverse is not necessarily the case: not all instances of E4 Period give rise to a noteworthy change of state.\n"},
267
+ label: {en: "Event", cn: "事件", de: "Ereignis", el: "Συμβάν", fr: "Événement", pt: "Evento", ru: "Событие"},
268
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
269
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
268
270
  term :E63_Beginning_of_Existence,
269
- comment: "This class comprises events that bring into existence any 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 and ante quem. ".freeze,
270
- label: "Beginning of Existence".freeze,
271
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E5_Event".freeze,
272
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
271
+ comment: {en: "This class comprises events that bring into existence any 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 and ante quem. "},
272
+ label: {en: "Beginning of Existence", cn: "存在开始", de: "Daseinsbeginn", el: "Αρχή Ύπαρξης", fr: "Début d'existence", pt: "Início da Existência", ru: "Начало Существования"},
273
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
274
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
273
275
  term :E64_End_of_Existence,
274
- comment: "This class comprises events that end the existence of any 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 postquem and antequem. In cases where substance from a Persistent Item continues to exist in a new form, the process would be documented by E81 Transformation.\n".freeze,
275
- label: "End of Existence".freeze,
276
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E5_Event".freeze,
277
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
276
+ comment: {en: "This class comprises events that end the existence of any 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 postquem and antequem. In cases where substance from a Persistent Item continues to exist in a new form, the process would be documented by E81 Transformation.\n"},
277
+ label: {en: "End of Existence", cn: "存在结束", de: "Daseinsende", el: "Τέλος Ύπαρξης", fr: "Fin d'existence", pt: "Fim da Existência", ru: "Конец Существования"},
278
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
279
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
278
280
  term :E65_Creation,
279
- 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.\n".freeze,
280
- label: "Creation".freeze,
281
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence".freeze, "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze],
282
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
281
+ comment: {en: "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.\n"},
282
+ label: {en: "Creation", cn: "创造", de: "Begriffliche Schöpfung", el: "Δημιουργία", fr: "Création", pt: "Criação", ru: "Событие Творения"},
283
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence", "http://www.cidoc-crm.org/cidoc-crm/E7_Activity"],
284
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
283
285
  term :E66_Formation,
284
- 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 mean 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. \n".freeze,
285
- label: "Formation".freeze,
286
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence".freeze, "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze],
287
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
286
+ comment: {en: "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 mean 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. \n"},
287
+ label: {en: "Formation", cn: "组成", de: "Gruppenbildung", el: "Συγκρότηση Ομάδας", fr: "Formation", pt: "Formação", ru: "Событие Формирования"},
288
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence", "http://www.cidoc-crm.org/cidoc-crm/E7_Activity"],
289
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
288
290
  term :E67_Birth,
289
- 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 beings). \nTwins, triplets etc. are brought into life by the same E67 Birth event. The introduction of the E67 Birth event as a documentation element allows the description of a range of family relationships in a simple model. Suitable extensions may describe more details and the complexity of motherhood with the intervention of modern medicine. In this model, the biological father is not seen as a necessary participant in the E67 Birth event.\n".freeze,
290
- label: "Birth".freeze,
291
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence".freeze,
292
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
291
+ comment: {en: "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 beings). \nTwins, triplets etc. are brought into life by the same E67 Birth event. The introduction of the E67 Birth event as a documentation element allows the description of a range of family relationships in a simple model. Suitable extensions may describe more details and the complexity of motherhood with the intervention of modern medicine. In this model, the biological father is not seen as a necessary participant in the E67 Birth event.\n"},
292
+ label: {en: "Birth", cn: "诞生", de: "Geburt", el: "Γέννηση", fr: "Naissance", pt: "Nascimento", ru: "Рождение"},
293
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence",
294
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
293
295
  term :E68_Dissolution,
294
- comment: "This class comprises the events that result in the formal or informal termination of an E74 Group of people. \nIf the dissolution was deliberate, the Dissolution event should also be instantiated as an E7 Activity.\n".freeze,
295
- label: "Dissolution".freeze,
296
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence".freeze,
297
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
296
+ comment: {en: "This class comprises the events that result in the formal or informal termination of an E74 Group of people. \nIf the dissolution was deliberate, the Dissolution event should also be instantiated as an E7 Activity.\n"},
297
+ label: {en: "Dissolution", cn: "解散", de: "Gruppenauflösung", el: "Διάλυση Ομάδας", fr: "Dissolution", pt: "Dissolução", ru: "Роспуск"},
298
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence",
299
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
298
300
  term :E69_Death,
299
- comment: "This class comprises the deaths of human beings. \nIf a person is killed, their death should be instantiated as E69 Death and as E7 Activity. The death or perishing of other living beings should be documented using E64 End of Existence.\n".freeze,
300
- label: "Death".freeze,
301
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence".freeze,
302
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
301
+ comment: {en: "This class comprises the deaths of human beings. \nIf a person is killed, their death should be instantiated as E69 Death and as E7 Activity. The death or perishing of other living beings should be documented using E64 End of Existence.\n"},
302
+ label: {en: "Death", cn: "死亡", de: "Tod", el: "Θάνατος", fr: "Mort", pt: "Morte", ru: "Смерть"},
303
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence",
304
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
303
305
  term :E6_Destruction,
304
- 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 E6 Destruction and 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 E6 Destruction. \n2. An event should also be documented using E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the original. In this case, the new items have separate identities. Matter is preserved, but identity is not.\n3. When the initial identity of the changed instance of E18 Physical Thing is preserved, the event should be documented as E11 Modification. \n".freeze,
305
- label: "Destruction".freeze,
306
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence".freeze,
307
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
306
+ comment: {en: "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 E6 Destruction and 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 E6 Destruction. \n2. An event should also be documented using E81 Transformation if it results in the destruction of one or more objects and the simultaneous production of others using parts or material from the original. In this case, the new items have separate identities. Matter is preserved, but identity is not.\n3. When the initial identity of the changed instance of E18 Physical Thing is preserved, the event should be documented as E11 Modification. \n"},
307
+ label: {en: "Destruction", cn: "摧毁", de: "Zerstörung", el: "Καταστροφή", fr: "Destruction", pt: "Destruição", ru: "Разрушение"},
308
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence",
309
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
308
310
  term :E70_Thing,
309
- 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.\n".freeze,
310
- label: ["".freeze, "Thing".freeze],
311
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
312
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
311
+ comment: {en: "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.\n"},
312
+ label: {en: "Thing", cn: "万物", de: "Sache", el: "Πράγμα", fr: "Chose", pt: "Coisa"},
313
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
314
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
313
315
  term :"E71_Man-Made_Thing",
314
- comment: "This class comprises discrete, identifiable man-made items that are documented as single units. \nThese items are either intellectual products or man-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.\n".freeze,
315
- label: "Man-Made Thing".freeze,
316
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
317
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
316
+ comment: {en: "This class comprises discrete, identifiable man-made items that are documented as single units. \nThese items are either intellectual products or man-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.\n"},
317
+ label: {en: "Man-Made Thing", cn: "人造物", de: "Künstliches", el: "Ανθρώπινο Δημιούργημα", fr: "Chose fabriquée", pt: "Coisa Fabricada", ru: "Рукотворная Вещь"},
318
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
319
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
318
320
  term :E72_Legal_Object,
319
- 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 E18 Physical Thing. In the case of instances of E28 Conceptual Object, however, the identity of the 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 CRM. \n".freeze,
320
- label: "Legal Object".freeze,
321
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
322
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
321
+ comment: {en: "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 E18 Physical Thing. In the case of instances of E28 Conceptual Object, however, the identity of the 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 CRM. \n"},
322
+ label: {en: "Legal Object", cn: "法律物件", de: "Rechtsobjekt", el: "Νομικό Αντικείμενο", fr: "Objet juridique", pt: "Objeto Jurídico", ru: "Объект Права"},
323
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
324
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
323
325
  term :E73_Information_Object,
324
- comment: "This class comprises identifiable immaterial items, such as a 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. \nAn 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. \n".freeze,
325
- label: "Information Object".freeze,
326
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze, "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze],
327
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
326
+ comment: {en: "This class comprises identifiable immaterial items, such as a 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. \nAn 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. \n"},
327
+ label: {en: "Information Object", cn: "信息物件", de: "Informationsgegenstand", el: "Πληροφοριακό Αντικείμενο", fr: "Objet d'information", pt: "Objeto de Informação", ru: "Информационный Объект"},
328
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object", "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object"],
329
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
328
330
  term :E74_Group,
329
- comment: "This class comprises any gatherings or organizations of E39 Actors 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 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 modeled as membership in an E74 Group (cf. HumanML markup). Married couples and other concepts of family are regarded as particular examples of E74 Group.\n".freeze,
330
- label: "Group".freeze,
331
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
332
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
331
+ comment: {en: "This class comprises any gatherings or organizations of E39 Actors 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 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 modeled as membership in an E74 Group (cf. HumanML markup). Married couples and other concepts of family are regarded as particular examples of E74 Group.\n"},
332
+ label: {en: "Group", cn: "群组", de: "Menschliche Gruppe", el: "Ομάδα", fr: "Groupe", pt: "Grupo", ru: "Группа"},
333
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
334
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
333
335
  term :E75_Conceptual_Object_Appellation,
334
- comment: "This class comprises appellations that are by their form or syntax specific to identifying instances of E28 Conceptual Object, such as intellectual products, standardized patterns etc.".freeze,
335
- label: "Conceptual Object Appellation".freeze,
336
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
337
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
336
+ comment: {en: "This class comprises appellations that are by their form or syntax specific to identifying instances of E28 Conceptual Object, such as intellectual products, standardized patterns etc."},
337
+ label: {en: "Conceptual Object Appellation", cn: "概念物件称号", de: "Begriff- oder Konzeptbenennung ", el: "Ονομασία Νοητικού Αντικειμένου", fr: "Appellation d'objet conceptuel", pt: "Designação de Objeto Conceitual", ru: "Обозначение Концептуального Объекта"},
338
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
339
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
338
340
  term :E77_Persistent_Item,
339
- comment: "This class comprises items that have a persistent identity, sometimes known as “endurants” in philosophy. \nThey can be repeatedly recognized within the duration of their existence by identity criteria rather than by continuity or observation. Persistent Items can be either physical entities, such as people, animals or things, or conceptual entities such as ideas, concepts, products of the imagination or common names.\nThe criteria that determine the identity of an item are often difficult to establish -; the decision depends largely on the judgement of the observer. For example, a building is 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. Similarly, inanimate objects may be subject to exchange of parts and matter. The class E77 Persistent Item does not take any position about the nature of the applicable identity criteria and if actual knowledge about identity of an instance of this class exists. There may be cases, where the identity of an E77 Persistent Item is not decidable by a certain state of knowledge.\nThe main classes of objects that fall outside the scope the E77 Persistent Item class are temporal objects such as periods, events and acts, and descriptive properties. ".freeze,
340
- label: "Persistent Item".freeze,
341
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
342
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
341
+ comment: {en: "This class comprises items that have a persistent identity, sometimes known as “endurants” in philosophy. \nThey can be repeatedly recognized within the duration of their existence by identity criteria rather than by continuity or observation. Persistent Items can be either physical entities, such as people, animals or things, or conceptual entities such as ideas, concepts, products of the imagination or common names.\nThe criteria that determine the identity of an item are often difficult to establish -; the decision depends largely on the judgement of the observer. For example, a building is 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. Similarly, inanimate objects may be subject to exchange of parts and matter. The class E77 Persistent Item does not take any position about the nature of the applicable identity criteria and if actual knowledge about identity of an instance of this class exists. There may be cases, where the identity of an E77 Persistent Item is not decidable by a certain state of knowledge.\nThe main classes of objects that fall outside the scope the E77 Persistent Item class are temporal objects such as periods, events and acts, and descriptive properties. "},
342
+ label: {en: "Persistent Item", cn: "持续性项目", de: "Seiendes", el: "Ον", fr: "Entité persistante", pt: "Entidade Persistente", ru: "Постоянная Сущность"},
343
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
344
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
343
345
  term :E78_Collection,
344
- 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. \nItems may be added or removed from an E78 Collection in pursuit of this plan. This class should not be confused with the E39 Actor maintaining the E78 Collection often referred to with the name of the E78 Collection (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 Collection. This is because they form wholes either because they are physically bound together or because they are kept together for their functionality.\n".freeze,
345
- label: "Collection".freeze,
346
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
347
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
346
+ comment: {en: "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. \nItems may be added or removed from an E78 Collection in pursuit of this plan. This class should not be confused with the E39 Actor maintaining the E78 Collection often referred to with the name of the E78 Collection (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 Collection. This is because they form wholes either because they are physically bound together or because they are kept together for their functionality.\n"},
347
+ label: {en: "Collection", cn: "收藏", de: "Sammlung", el: "Συλλογή", fr: "Collection", pt: "Coleção", ru: "Коллекция"},
348
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
349
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
348
350
  term :E79_Part_Addition,
349
- comment: "This class comprises activities that result in an instance of E24 Physical Man-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 E78 Collection. Objects to which parts are added are, by definition, man-made, since the addition of a part implies a human activity. Following the addition of parts, the resulting man-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 Collection over their lifespan.\n".freeze,
350
- label: "Part Addition".freeze,
351
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification".freeze,
352
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
351
+ comment: {en: "This class comprises activities that result in an instance of E24 Physical Man-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 E78 Collection. Objects to which parts are added are, by definition, man-made, since the addition of a part implies a human activity. Following the addition of parts, the resulting man-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 Collection over their lifespan.\n"},
352
+ label: {en: "Part Addition", cn: "部件增加", de: "Teilhinzufügung", el: "Προσθήκη Μερών", fr: "Addition d'élément", pt: "Adição de Parte", ru: "Добавление Части"},
353
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification",
354
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
353
355
  term :E7_Activity,
354
- 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.\n".freeze,
355
- label: "Activity".freeze,
356
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E5_Event".freeze,
357
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
356
+ comment: {en: "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.\n"},
357
+ label: {en: "Activity", cn: "活动", de: "Handlung", el: "Δράση", fr: "Activité", pt: "Atividade", ru: "Деятельность"},
358
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
359
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
358
360
  term :E80_Part_Removal,
359
- 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 E78 Collection. If the 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 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 regarded as both 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 jewelry, or cultural artifacts being deaccessioned from different museum collections over their lifespan.\n".freeze,
360
- label: "Part Removal".freeze,
361
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification".freeze,
362
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
361
+ comment: {en: "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 E78 Collection. If the 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 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 regarded as both 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 jewelry, or cultural artifacts being deaccessioned from different museum collections over their lifespan.\n"},
362
+ label: {en: "Part Removal", cn: "部件删除", de: "Teilentfernung", el: "Αφαίρεση Μερών", fr: "Soustraction d'élément", pt: "Remoção de Parte", ru: "Удаление Части"},
363
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification",
364
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
363
365
  term :E81_Transformation,
364
- comment: "This class comprises the events that result in the simultaneous destruction of one or more than one E77 Persistent Item and the creation of one or more than one E77 Persistent Item that preserves recognizable substance from the first one(s) but has fundamentally different nature and identity. \nAlthough the old and the new instances of E77 Persistent Item are treated as discrete entities having separate, unique identities, they are causally connected through the E81 Transformation; the destruction of the old E77 Persistent Item(s) directly causes the creation of the new one(s) using or preserving some relevant substance. 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 and the reorganization of a corporate body into a new one.\n".freeze,
365
- label: "Transformation".freeze,
366
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence".freeze, "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence".freeze],
367
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
366
+ comment: {en: "This class comprises the events that result in the simultaneous destruction of one or more than one E77 Persistent Item and the creation of one or more than one E77 Persistent Item that preserves recognizable substance from the first one(s) but has fundamentally different nature and identity. \nAlthough the old and the new instances of E77 Persistent Item are treated as discrete entities having separate, unique identities, they are causally connected through the E81 Transformation; the destruction of the old E77 Persistent Item(s) directly causes the creation of the new one(s) using or preserving some relevant substance. 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 and the reorganization of a corporate body into a new one.\n"},
367
+ label: {en: "Transformation", cn: "转变", de: "Umwandlung", el: "Μετατροπή", fr: "Transformation", pt: "Transformação", ru: "Трансформация"},
368
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence", "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence"],
369
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
368
370
  term :E82_Actor_Appellation,
369
- comment: "This class comprises any sort of name, number, code or symbol characteristically used to identify an E39 Actor. \nAn E39 Actor will typically have more than one E82 Actor Appellation, and instances of E82 Actor Appellation in turn may have alternative representations. The distinction between corporate and personal names, which is particularly important in library applications, should be made by explicitly linking the E82 Actor Appellation to an instance of either E21 Person or E74 Group/E40 Legal Body. If this is not possible, the distinction can be made through the use of the P2 has type mechanism. \n".freeze,
370
- label: "Actor Appellation".freeze,
371
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
372
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
371
+ comment: {en: "This class comprises any sort of name, number, code or symbol characteristically used to identify an E39 Actor. \nAn E39 Actor will typically have more than one E82 Actor Appellation, and instances of E82 Actor Appellation in turn may have alternative representations. The distinction between corporate and personal names, which is particularly important in library applications, should be made by explicitly linking the E82 Actor Appellation to an instance of either E21 Person or E74 Group/E40 Legal Body. If this is not possible, the distinction can be made through the use of the P2 has type mechanism. \n"},
372
+ label: {en: "Actor Appellation", cn: "角色称号", de: "Akteurbenennung", el: "Ονομασία Δράστη", fr: "Appellation d'agent", pt: "Designação de Agente", ru: "Обозначение Агента"},
373
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
374
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
373
375
  term :E83_Type_Creation,
374
- 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 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 “orgininal element” or “holotype”.\n".freeze,
375
- label: "Type Creation".freeze,
376
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E65_Creation".freeze,
377
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
376
+ comment: {en: "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 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 “orgininal element” or “holotype”.\n"},
377
+ label: {en: "Type Creation", cn: "类型创造", de: "Typuserfindung", el: "Δημιουργία Τύπου", fr: "Création de type", pt: "Criação de Tipo", ru: "Создание Типа"},
378
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E65_Creation",
379
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
378
380
  term :E84_Information_Carrier,
379
- comment: "This class comprises all instances of E22 Man-Made Object that are explicitly designed to act as persistent physical carriers for instances of E73 Information Object.\nAn E84 Information Carrier may or may not contain information, e.g., a diskette. Note that any E18 Physical Thing may carry information, such as an E34 Inscription. However, unless it was specifically designed for this purpose, it is not an Information Carrier. Therefore the property P128 carries (is carried by) applies to E18 Physical Thing in general.\n\t".freeze,
380
- label: "Information Carrier".freeze,
381
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E22_Man-Made_Object".freeze,
382
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
381
+ comment: {en: "This class comprises all instances of E22 Man-Made Object that are explicitly designed to act as persistent physical carriers for instances of E73 Information Object.\nAn E84 Information Carrier may or may not contain information, e.g., a diskette. Note that any E18 Physical Thing may carry information, such as an E34 Inscription. However, unless it was specifically designed for this purpose, it is not an Information Carrier. Therefore the property P128 carries (is carried by) applies to E18 Physical Thing in general.\n\t"},
382
+ label: {en: "Information Carrier", cn: "信息载体", de: "Informationsträger", el: "Φορέας Πληροφορίας", fr: "Support d'information", pt: "Suporte de Informação", ru: "Носитель Информации"},
383
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E22_Man-Made_Object",
384
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
383
385
  term :E85_Joining,
384
- 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.\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. \n".freeze,
385
- label: "Joining".freeze,
386
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
387
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
386
+ comment: {en: "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.\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. \n"},
387
+ label: {en: "Joining", cn: "加入", de: "Beitritt"},
388
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
389
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
388
390
  term :E86_Leaving,
389
- 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. \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.".freeze,
390
- label: "Leaving".freeze,
391
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
392
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
391
+ comment: {en: "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. \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."},
392
+ label: {en: "Leaving", cn: "脱离", de: "Austritt"},
393
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
394
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
393
395
  term :E87_Curation_Activity,
394
- comment: "This class comprises the activities that result in the continuity of management and the preservation and evolution of instances of E78 Collection, 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 E78 Collection 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.\n".freeze,
395
- label: "Curation Activity".freeze,
396
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
397
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
396
+ comment: {en: "This class comprises the activities that result in the continuity of management and the preservation and evolution of instances of E78 Collection, 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 E78 Collection 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.\n"},
397
+ label: {en: "Curation Activity", cn: "典藏管理", de: "Kuratorische Tätigkeit"},
398
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
399
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
398
400
  term :E89_Propositional_Object,
399
- 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 topics of discourse. \n\t\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.\n".freeze,
400
- label: "Propositional Object".freeze,
401
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object".freeze,
402
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
401
+ comment: {en: "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 topics of discourse. \n\t\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.\n"},
402
+ label: {en: "Propositional Object", cn: "陈述性物件", de: "Aussagenobjekt"},
403
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object",
404
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
403
405
  term :E8_Acquisition,
404
- 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.\tthe beginning of ownership\n2.\tthe end of ownership\n3.\tthe transfer of ownership\n4.\tthe acquisition from an unknown source \n5.\tthe 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 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.\n".freeze,
405
- label: "Acquisition".freeze,
406
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
407
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
406
+ comment: {en: "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.\tthe beginning of ownership\n2.\tthe end of ownership\n3.\tthe transfer of ownership\n4.\tthe acquisition from an unknown source \n5.\tthe 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 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.\n"},
407
+ label: {en: "Acquisition", cn: "征集取得", de: "Erwerb", el: "Απόκτηση", fr: "Acquisition", pt: "Aquisição", ru: "Событие Приобретения"},
408
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
409
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
408
410
  term :E90_Symbolic_Object,
409
- 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.\n\tIt includes sets of signs of any nature, which may serve to designate something, or to communicate some propositional content.\n\tAn instance of E90 Symbolic Object does not depend on a specific physical carrier, which can include human memory, and it can exist on one or more carriers simultaneously. An instance of E90 Symbolic Object may or may not have a specific meaning, for example an arbitrary character string.\n\tIn some cases, the content of an instance of E90 Symbolic Object may completely be represented by a serialized content model, such.. as the property P3 has note allows for describing this content model…P3.1 has type: E55 Type to specify the encoding..\n".freeze,
410
- label: "Symbolic Object".freeze,
411
- subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object".freeze, "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object".freeze],
412
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
411
+ comment: {en: "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.\n\tIt includes sets of signs of any nature, which may serve to designate something, or to communicate some propositional content.\n\tAn instance of E90 Symbolic Object does not depend on a specific physical carrier, which can include human memory, and it can exist on one or more carriers simultaneously. An instance of E90 Symbolic Object may or may not have a specific meaning, for example an arbitrary character string.\n\tIn some cases, the content of an instance of E90 Symbolic Object may completely be represented by a serialized content model, such.. as the property P3 has note allows for describing this content model…P3.1 has type: E55 Type to specify the encoding..\n"},
412
+ label: {en: "Symbolic Object", cn: "符号物件", de: "Symbolisches Objekt"},
413
+ subClassOf: ["http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object", "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object"],
414
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
413
415
  term :"E91_Co-Reference_Assignment",
414
- comment: "This class comprises actions of making the assertion whether two or more particular instances of E89 Propositional Object refer to the same instance of E1 CRM Entity. The assertion is based on the assumption that this was an implicit fact being made explicit by this assignment. Use of this class allows for the full description of the context of this assignment. The Actor making the assertion may have different kinds of confidence in the truth of the asserted fact of co-reference, because it may imply an interpretation of the (past) knowledge behind the propositional objects assumed to be co-referring. This kind of confidence can be described by using the property P2 has type (is type of). In case different propositional attitudes should be expressed per asserted propositional object, the assertion has accordingly to be divided into one instance of E91 Co-Reference Assignment for each kind of confidence.\nThis class aims at the problem of interpreting within a particular passage of an historical text, to which real-world entity a particular name, pronoun or equivalent expression was intended to refer by the texts author. In other words, it expresses the uncertainty of the creator of the assertion about the meaning of the information provided by another person.\nEach such interpretation can only be documented with respect to another reference – either found in another text by the same or a different author, and/or by referring to the world known to the creator of the co-reference assertion. To do the latter, the property P155 has co-reference target (is co-reference target of) allows for referring to an instance of CRM Entity of the creator’s world. In a sense, the respective instance of E91 Co-Reference Assignment using the property P155 has co-reference target (is co-reference target of) in a knowledge base forms propositional object referring to the creator’s target entity, since a knowledge base as a whole can be seen as a propositional object. Consequently, if in a Semantic Web implementation the target entity is instantiated by a URI, the meaning of this identifier must be unambiguous to the creator of the co-reference assignment. Similarly, a URI of another authority, such as an author catalogue of a library, can be interpreted as a referring proposition of this catalogue, and be referred to by the property P153 assigned co-reference to (was regarded to co-refer by) or P154 assigned non co-reference to (was regarded not to co-refer by): E89 Propositional Object in order to express that it does not immediately represent the creator’s known world. In this case, the authority that knows the meaning of this URI must be unambiguous by the form of the URI itself.\nIn contrast, the meaning of the property ‘owl:same_as’ of the OWL knowledge representation language cannot specify who’s knowledge it represents and cannot express kind of confidence. Therefore it is not adequate to model the progress of scholarly co-reference research.\n".freeze,
415
- label: "Co-Reference Assignment".freeze,
416
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment".freeze,
417
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
416
+ comment: {en: "This class comprises actions of making the assertion whether two or more particular instances of E89 Propositional Object refer to the same instance of E1 CRM Entity. The assertion is based on the assumption that this was an implicit fact being made explicit by this assignment. Use of this class allows for the full description of the context of this assignment. The Actor making the assertion may have different kinds of confidence in the truth of the asserted fact of co-reference, because it may imply an interpretation of the (past) knowledge behind the propositional objects assumed to be co-referring. This kind of confidence can be described by using the property P2 has type (is type of). In case different propositional attitudes should be expressed per asserted propositional object, the assertion has accordingly to be divided into one instance of E91 Co-Reference Assignment for each kind of confidence.\nThis class aims at the problem of interpreting within a particular passage of an historical text, to which real-world entity a particular name, pronoun or equivalent expression was intended to refer by the texts author. In other words, it expresses the uncertainty of the creator of the assertion about the meaning of the information provided by another person.\nEach such interpretation can only be documented with respect to another reference – either found in another text by the same or a different author, and/or by referring to the world known to the creator of the co-reference assertion. To do the latter, the property P155 has co-reference target (is co-reference target of) allows for referring to an instance of CRM Entity of the creator’s world. In a sense, the respective instance of E91 Co-Reference Assignment using the property P155 has co-reference target (is co-reference target of) in a knowledge base forms propositional object referring to the creator’s target entity, since a knowledge base as a whole can be seen as a propositional object. Consequently, if in a Semantic Web implementation the target entity is instantiated by a URI, the meaning of this identifier must be unambiguous to the creator of the co-reference assignment. Similarly, a URI of another authority, such as an author catalogue of a library, can be interpreted as a referring proposition of this catalogue, and be referred to by the property P153 assigned co-reference to (was regarded to co-refer by) or P154 assigned non co-reference to (was regarded not to co-refer by): E89 Propositional Object in order to express that it does not immediately represent the creator’s known world. In this case, the authority that knows the meaning of this URI must be unambiguous by the form of the URI itself.\nIn contrast, the meaning of the property ‘owl:same_as’ of the OWL knowledge representation language cannot specify who’s knowledge it represents and cannot express kind of confidence. Therefore it is not adequate to model the progress of scholarly co-reference research.\n"},
417
+ label: {en: "Co-Reference Assignment"},
418
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
419
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
418
420
  term :E92_Spacetime_Volume,
419
- comment: "This class comprises 4 dimensional point sets (volumes) in physical spacetime regardless its true geometric form. 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. \n\tIntersections of instances of E92 Spacetime Volume, Place and 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. \n\tIts 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 a spacetime volume is trivially its projection on time.\n".freeze,
420
- label: "Spacetime Volume".freeze,
421
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
422
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
421
+ comment: {en: "This class comprises 4 dimensional point sets (volumes) in physical spacetime regardless its true geometric form. 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. \n\tIntersections of instances of E92 Spacetime Volume, Place and 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. \n\tIts 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 a spacetime volume is trivially its projection on time.\n"},
422
+ label: {en: "Spacetime Volume"},
423
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
424
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
423
425
  term :E93_Spacetime_Snapshot,
424
- comment: "This class comprises instances of E92 Spacetime Volume that result from intersection of instances of E92 Spacetime Volume with an instance of E52 Time-Span. The identity of an instance of this class is determined by the identities of the constituing spacetime volume and the time-span.\nThis class can be used to define temporal snapshots at a particular time-span, such as the extent of the Roman Empire at 33 B.C., or the extent occupied by a museum object at rest in an exhibit. In particular, it can be used to define the spatial projection of a spacetime volume during a particular time-span, such as the maximal spatial extent of a flood at some particular hour, or all areas covered by the Poland within the 20th century AD\n".freeze,
425
- label: "Spacetime Snapshot".freeze,
426
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume".freeze,
427
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
426
+ comment: {en: "This class comprises instances of E92 Spacetime Volume that result from intersection of instances of E92 Spacetime Volume with an instance of E52 Time-Span. The identity of an instance of this class is determined by the identities of the constituing spacetime volume and the time-span.\nThis class can be used to define temporal snapshots at a particular time-span, such as the extent of the Roman Empire at 33 B.C., or the extent occupied by a museum object at rest in an exhibit. In particular, it can be used to define the spatial projection of a spacetime volume during a particular time-span, such as the maximal spatial extent of a flood at some particular hour, or all areas covered by the Poland within the 20th century AD\n"},
427
+ label: {en: "Spacetime Snapshot"},
428
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume",
429
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
428
430
  term :E9_Move,
429
- 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.\n".freeze,
430
- label: "Move".freeze,
431
- subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
432
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
431
+ comment: {en: "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.\n"},
432
+ label: {en: "Move", cn: "移动", de: "Objektbewegung", el: "Μετακίνηση", fr: "Déplacement", pt: "Locomoção", ru: "Перемещение"},
433
+ subClassOf: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
434
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
433
435
 
434
436
  # Property definitions
435
437
  property :P100_was_death_of,
436
- comment: "This property property links an E69 Death event to the E21 Person that died.".freeze,
437
- domain: "http://www.cidoc-crm.org/cidoc-crm/E69_Death".freeze,
438
- label: "was death of".freeze,
439
- range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
440
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93_took_out_of_existence".freeze,
441
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
438
+ comment: {en: "This property property links an E69 Death event to the E21 Person that died."},
439
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E69_Death",
440
+ label: {en: "was death of", cn: "灭亡了", de: "Tod von", el: "ήταν θάνατος του/της", fr: "a été la mort de", pt: "foi a morte para ", ru: "был смертью для"},
441
+ range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
442
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93_took_out_of_existence",
443
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
442
444
  property :P100i_died_in,
443
- domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
444
- label: "died in".freeze,
445
- range: "http://www.cidoc-crm.org/cidoc-crm/E69_Death".freeze,
446
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93i_was_taken_out_of_existence_by".freeze,
447
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
445
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
446
+ label: {en: "died in", cn: "死亡於", de: "starb in", el: "πέθανε σε", fr: "est mort par", pt: "morreu em", ru: "умер в"},
447
+ range: "http://www.cidoc-crm.org/cidoc-crm/E69_Death",
448
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93i_was_taken_out_of_existence_by",
449
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
448
450
  property :P101_had_as_general_use,
449
- comment: "This property links an instance of E70 Thing to an E55 Type of usage.\nIt allows the relationship between particular things, both physical and immaterial, and general methods and techniques of use to be documented. Thus it can be asserted that a baseball bat had a general use for sport and a specific use for threatening people during the Great Train Robbery.\n".freeze,
450
- domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
451
- label: "had as general use".freeze,
452
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
453
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
451
+ comment: {en: "This property links an instance of E70 Thing to an E55 Type of usage.\nIt allows the relationship between particular things, both physical and immaterial, and general methods and techniques of use to be documented. Thus it can be asserted that a baseball bat had a general use for sport and a specific use for threatening people during the Great Train Robbery.\n"},
452
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
453
+ label: {en: "had as general use", cn: "被惯用於", de: "hatte die allgemeine Verwendung", el: "είχε ως γενική χρήση", fr: "avait comme utilisation générale", pt: "tem como uso geral", ru: "имел основное применение"},
454
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
455
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
454
456
  property :P101i_was_use_of,
455
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
456
- label: "was use of".freeze,
457
- range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
458
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
457
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
458
+ label: {en: "was use of", cn: "可使用", de: "war die Verwendung von", el: "ήταν χρήση του/της", fr: "était l’utilisation de", pt: "foi uso de", ru: "был применением для"},
459
+ range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
460
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
459
461
  property :P102_has_title,
460
- comment: "This property describes the E35 Title applied to an instance of E71 Man-Made Thing. The E55 Type of Title is assigned in a sub property.\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 man-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.\n".freeze,
461
- domain: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing".freeze,
462
- label: "has title".freeze,
463
- range: "http://www.cidoc-crm.org/cidoc-crm/E35_Title".freeze,
464
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by".freeze,
465
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
462
+ comment: {en: "This property describes the E35 Title applied to an instance of E71 Man-Made Thing. The E55 Type of Title is assigned in a sub property.\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 man-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.\n"},
463
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing",
464
+ label: {en: "has title", cn: "有标题", de: "trägt den Titel", el: "έχει τίτλο", fr: "a pour titre", pt: "tem título", ru: "имеет заголовок"},
465
+ range: "http://www.cidoc-crm.org/cidoc-crm/E35_Title",
466
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
467
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
466
468
  property :P102i_is_title_of,
467
- domain: "http://www.cidoc-crm.org/cidoc-crm/E35_Title".freeze,
468
- label: "is title of".freeze,
469
- range: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing".freeze,
470
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies".freeze,
471
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
469
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E35_Title",
470
+ label: {en: "is title of", cn: "被用为标题来称呼", de: "ist der Titel von", el: "είναι τίτλος του/της", fr: "est le titre de", pt: "é título de", ru: "является заголовком для"},
471
+ range: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing",
472
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
473
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
472
474
  property :P103_was_intended_for,
473
- comment: "This property links an instance of E71 Man-Made Thing to an E55 Type of usage. \nIt creates a property between specific man-made things, both physical and immaterial, to Types of intended methods and techniques of use. Note: A link between specific man-made things and a specific use activity should be expressed using P19 was intended use of (was made for).".freeze,
474
- domain: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing".freeze,
475
- label: "was intended for".freeze,
476
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
477
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
475
+ comment: {en: "This property links an instance of E71 Man-Made Thing to an E55 Type of usage. \nIt creates a property between specific man-made things, both physical and immaterial, to Types of intended methods and techniques of use. Note: A link between specific man-made things and a specific use activity should be expressed using P19 was intended use of (was made for)."},
476
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing",
477
+ label: {en: "was intended for", cn: "被制作来用於", de: "bestimmt für", el: "προοριζόταν για", fr: "était destiné à", pt: "era destinado à", ru: "был задуман для"},
478
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
479
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
478
480
  property :P103i_was_intention_of,
479
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
480
- label: "was intention of".freeze,
481
- range: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing".freeze,
482
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
481
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
482
+ label: {en: "was intention of", de: "war Bestimmung von", el: "ήταν προορισμός του", fr: "était la raison d'être de", pt: "era a destinação de", ru: "был интенцией для"},
483
+ range: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing",
484
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
483
485
  property :P104_is_subject_to,
484
- comment: "This property links a particular 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).\n".freeze,
485
- domain: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object".freeze,
486
- label: "is subject to".freeze,
487
- range: "http://www.cidoc-crm.org/cidoc-crm/E30_Right".freeze,
488
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
486
+ comment: {en: "This property links a particular 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).\n"},
487
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object",
488
+ label: {en: "is subject to", cn: "受制於", de: "Gegenstand von", el: "υπόκειται σε", fr: "est sujet à", pt: "está sujeito à", ru: "является объектом для"},
489
+ range: "http://www.cidoc-crm.org/cidoc-crm/E30_Right",
490
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
489
491
  property :P104i_applies_to,
490
- domain: "http://www.cidoc-crm.org/cidoc-crm/E30_Right".freeze,
491
- label: "applies to".freeze,
492
- range: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object".freeze,
493
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
492
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E30_Right",
493
+ label: {en: "applies to", cn: "被应用於", de: "findet Anwendung auf", el: "ισχύει για", fr: "s’applique à", pt: "se aplicam à", ru: "применяется к"},
494
+ range: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object",
495
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
494
496
  property :P105_right_held_by,
495
- comment: "This property identifies the E39 Actor who holds the instances of E30 Right to an E72 Legal Object.\n\tIt is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.\nP105 right held by (has right on) is a shortcut of the fully developed path from E72 Legal Object through P104 is subject to (applies to), E30 Right, P75 possesses (is possessed by) to E39 Actor.\n".freeze,
496
- domain: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object".freeze,
497
- label: "right held by".freeze,
498
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
499
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
497
+ comment: {en: "This property identifies the E39 Actor who holds the instances of E30 Right to an E72 Legal Object.\n\tIt is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.\nP105 right held by (has right on) is a shortcut of the fully developed path from E72 Legal Object through P104 is subject to (applies to), E30 Right, P75 possesses (is possessed by) to E39 Actor.\n"},
498
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object",
499
+ label: {en: "right held by", cn: "有权限持有者", de: "Rechte stehen zu", el: "δικαίωμα κατέχεται από", fr: "droit détenu par", pt: "são direitos de ", ru: "право принадлежит"},
500
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
501
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
500
502
  property :P105i_has_right_on,
501
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
502
- label: "has right on".freeze,
503
- range: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object".freeze,
504
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
503
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
504
+ label: {en: "has right on", cn: "持有权限来管制", de: "hat Rechte an", el: "έχει δικαίωμα σε", fr: "détient un droit sur", pt: "possui direitos sobre", ru: "владеет правом на"},
505
+ range: "http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object",
506
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
505
507
  property :P106_is_composed_of,
506
- 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.\n".freeze,
507
- domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
508
- label: "is composed of".freeze,
509
- range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
510
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
508
+ comment: {en: "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.\n"},
509
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
510
+ label: {en: "is composed of", cn: "有组成元素", de: " ist zusammengesetzt aus", el: "αποτελείται από", fr: "est composé de", pt: "é composto de", ru: "составлен из"},
511
+ range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
512
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
511
513
  property :P106i_forms_part_of,
512
- domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
513
- label: "forms part of".freeze,
514
- range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
515
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
514
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
515
+ label: {en: "forms part of", cn: "组成了", de: "bildet Teil von", el: "αποτελεί μέρος του/της", fr: "fait partie de", pt: "faz parte de", ru: "формирует часть"},
516
+ range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
517
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
516
518
  property :P107_has_current_or_former_member,
517
- comment: "This property relates an E39 Actor to the E74 Group of which that E39 Actor is a member.\nGroups, Legal Bodies and Persons, may all be members of Groups. A Group necessarily consists of more than one member.\nThis property is a shortcut of the more fully developed path from E74 Group through P144 joined with (gained member by), E85 Joining, P143 joined (was joined by) 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. \n".freeze,
518
- domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
519
- label: "has current or former member".freeze,
520
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
521
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
519
+ comment: {en: "This property relates an E39 Actor to the E74 Group of which that E39 Actor is a member.\nGroups, Legal Bodies and Persons, may all be members of Groups. A Group necessarily consists of more than one member.\nThis property is a shortcut of the more fully developed path from E74 Group through P144 joined with (gained member by), E85 Joining, P143 joined (was joined by) 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. \n"},
520
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
521
+ label: {en: "has current or former member", cn: "有现任或前任成员", de: "hat derzeitiges oder früheres Mitglied", el: "έχει ή είχε μέλος", fr: "a pour membre actuel ou ancien", pt: "tem ou teve membro", ru: "имеет действующего или бывшего члена"},
522
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
523
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
522
524
  property :P107i_is_current_or_former_member_of,
523
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
524
- label: "is current or former member of".freeze,
525
- range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
526
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
525
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
526
+ label: {en: "is current or former member of", cn: "目前或曾经加入群组", de: "ist derzeitiges oder früheres Mitglied von", el: "είναι ή ήταν μέλος του/της", fr: "est actuel ou ancien membre de", pt: "é ou foi membro de", ru: "является действующим или бывшим членом"},
527
+ range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
528
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
527
529
  property :P108_has_produced,
528
- comment: "This property identifies the E24 Physical Man-Made Thing that came into existence as a result of an E12 Production.\nThe identity of an instance of E24 Physical Man-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 Man-Made Thing.\n".freeze,
529
- domain: "http://www.cidoc-crm.org/cidoc-crm/E12_Production".freeze,
530
- label: "has produced".freeze,
531
- range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
532
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P31_has_modified".freeze, "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence".freeze],
533
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
530
+ comment: {en: "This property identifies the E24 Physical Man-Made Thing that came into existence as a result of an E12 Production.\nThe identity of an instance of E24 Physical Man-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 Man-Made Thing.\n"},
531
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E12_Production",
532
+ label: {en: "has produced", cn: "有产出物", de: "hat hergestellt", el: "παρήγαγε", fr: "a produit", pt: "produziu", ru: "произвел"},
533
+ range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
534
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P31_has_modified", "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence"],
535
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
534
536
  property :P108i_was_produced_by,
535
- domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
536
- label: "was produced by".freeze,
537
- range: "http://www.cidoc-crm.org/cidoc-crm/E12_Production".freeze,
538
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P31i_was_modified_by".freeze, "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by".freeze],
539
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
537
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
538
+ label: {en: "was produced by", cn: "被制作於", de: "wurde hergestellt durch", el: "παρήχθη από", fr: "a été produit par", pt: "foi produzido por", ru: "был произведен посредством"},
539
+ range: "http://www.cidoc-crm.org/cidoc-crm/E12_Production",
540
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P31i_was_modified_by", "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by"],
541
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
540
542
  property :P109_has_current_or_former_curator,
541
- comment: "This property identifies the E39 Actor or Actors who assume or have assumed overall curatorial responsibility for an E78 Collection.\nThis property is effectively a short-cut. It does not allow a history of curation to be recorded. This would require use of an Event assigning responsibility for a Collection to a curator.\n".freeze,
542
- domain: "http://www.cidoc-crm.org/cidoc-crm/E78_Collection".freeze,
543
- label: "has current or former curator".freeze,
544
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
545
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P49_has_former_or_current_keeper".freeze,
546
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
543
+ comment: {en: "This property identifies the E39 Actor or Actors who assume or have assumed overall curatorial responsibility for an E78 Collection.\nThis property is effectively a short-cut. It does not allow a history of curation to be recorded. This would require use of an Event assigning responsibility for a Collection to a curator.\n"},
544
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E78_Collection",
545
+ label: {en: "has current or former curator", cn: "有现任或前任典藏管理员", de: "hat derzeitigen oder früheren Kurator", el: "έχει ή είχε επιμελητή", fr: "a pour conservateur actuel ou ancien", pt: "tem ou teve curador", ru: "имеет действующего или бывшего хранителя"},
546
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
547
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P49_has_former_or_current_keeper",
548
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
547
549
  property :P109i_is_current_or_former_curator_of,
548
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
549
- label: "is current or former curator of".freeze,
550
- range: "http://www.cidoc-crm.org/cidoc-crm/E78_Collection".freeze,
551
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P49i_is_former_or_current_keeper_of".freeze,
552
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
550
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
551
+ label: {en: "is current or former curator of", cn: "目前或曾经典藏管理", de: "ist derzeitiger oder früherer Kurator von", el: "είναι ή ήταν επιμελητής του/της", fr: "est ou a été le conservateur de", pt: "é ou foi curador de", ru: "является действующим или бывшим хранителем"},
552
+ range: "http://www.cidoc-crm.org/cidoc-crm/E78_Collection",
553
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P49i_is_former_or_current_keeper_of",
554
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
553
555
  property :P10_falls_within,
554
- comment: "This property describes an instance of E4 Period, which falls within the E53 Place and E52 Time-Span of another. \nThe difference with P9 consists of (forms part of) is subtle. Unlike P9 consists of (forms part of), P10 falls within (contains) does not imply any logical connection between the two periods and it may refer to a period of a completely different type.\n".freeze,
555
- domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
556
- label: "falls within".freeze,
557
- range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
558
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
556
+ comment: {en: "This property describes an instance of E4 Period, which falls within the E53 Place and E52 Time-Span of another. \nThe difference with P9 consists of (forms part of) is subtle. Unlike P9 consists of (forms part of), P10 falls within (contains) does not imply any logical connection between the two periods and it may refer to a period of a completely different type.\n"},
557
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
558
+ label: {en: "falls within", cn: "发生时间涵盖於", de: "fällt in", el: "εμπίπτει", fr: "s’insère dans le cours de", pt: "está contido em", ru: "находится в пределах"},
559
+ range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
560
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
559
561
  property :P10i_contains,
560
- domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
561
- label: "contains".freeze,
562
- range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
563
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
562
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
563
+ label: {en: "contains", cn: "时间上涵盖", de: "enthält", el: "περιλαμβάνει", fr: "contient", pt: "contém", ru: "содержит"},
564
+ range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
565
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
564
566
  property :P110_augmented,
565
- comment: "This property identifies the E24 Physical Man-Made Thing that is added to (augmented) in an E79 Part Addition.\nAlthough a Part Addition event normally concerns only one item of Physical Man-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.\n".freeze,
566
- domain: "http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition".freeze,
567
- label: "augmented".freeze,
568
- range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
569
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P31_has_modified".freeze,
570
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
567
+ comment: {en: "This property identifies the E24 Physical Man-Made Thing that is added to (augmented) in an E79 Part Addition.\nAlthough a Part Addition event normally concerns only one item of Physical Man-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.\n"},
568
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition",
569
+ label: {en: "augmented", cn: "扩增了", de: "erweiterte", el: "επαύξησε", fr: "a augmenté", pt: "aumentou", ru: "увеличил"},
570
+ range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
571
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P31_has_modified",
572
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
571
573
  property :P110i_was_augmented_by,
572
- domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
573
- label: "was augmented by".freeze,
574
- range: "http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition".freeze,
575
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P31i_was_modified_by".freeze,
576
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
574
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
575
+ label: {en: "was augmented by", cn: "被扩增於", de: "wurde erweitert durch", el: "επαυξήθηκε από", fr: "a été augmenté par", pt: "foi aumentada por", ru: "был увеличен посредством"},
576
+ range: "http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition",
577
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P31i_was_modified_by",
578
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
577
579
  property :P111_added,
578
- comment: "This property identifies the E18 Physical Thing that is added during an E79 Part Addition activity\n".freeze,
579
- domain: "http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition".freeze,
580
- label: "added".freeze,
581
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
582
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of".freeze, "http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object".freeze],
583
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
580
+ comment: {en: "This property identifies the E18 Physical Thing that is added during an E79 Part Addition activity\n"},
581
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition",
582
+ label: {en: "added", cn: "附加上部件", de: "fügte hinzu", el: "προσέθεσε", fr: "a ajouté", pt: "adicionou", ru: "добавил"},
583
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
584
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of", "http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object"],
585
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
584
586
  property :P111i_was_added_by,
585
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
586
- label: "was added by".freeze,
587
- range: "http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition".freeze,
588
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at".freeze, "http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for".freeze],
589
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
587
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
588
+ label: {en: "was added by", cn: "被附加於", de: "wurde hinzugefügt durch", el: "προστέθηκε από", fr: "a été ajouté par", pt: "foi adicionado por", ru: "был добавлен посредством"},
589
+ range: "http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition",
590
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at", "http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for"],
591
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
590
592
  property :P112_diminished,
591
- comment: "This property identifies the E24 Physical Man-Made Thing that was diminished by E80 Part Removal.\nAlthough a Part removal activity normally concerns only one item of Physical Man-Made Thing, it is possible to imagine circumstances under which more than one item might be diminished by a single Part Removal activity. \n".freeze,
592
- domain: "http://www.cidoc-crm.org/cidoc-crm/E80_Part_Removal".freeze,
593
- label: "diminished".freeze,
594
- range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
595
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P31_has_modified".freeze,
596
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
593
+ comment: {en: "This property identifies the E24 Physical Man-Made Thing that was diminished by E80 Part Removal.\nAlthough a Part removal activity normally concerns only one item of Physical Man-Made Thing, it is possible to imagine circumstances under which more than one item might be diminished by a single Part Removal activity. \n"},
594
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E80_Part_Removal",
595
+ label: {en: "diminished", cn: "缩减了", de: "verminderte", el: "εξάλειψε", fr: "a diminué", pt: "diminuiu", ru: "уменьшил"},
596
+ range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
597
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P31_has_modified",
598
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
597
599
  property :P112i_was_diminished_by,
598
- domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
599
- label: "was diminished by".freeze,
600
- range: "http://www.cidoc-crm.org/cidoc-crm/E80_Part_Removal".freeze,
601
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P31i_was_modified_by".freeze,
602
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
600
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
601
+ label: {en: "was diminished by", cn: "被缩减於", de: "wurde vermindert durch", el: "εξαλείφθηκε από", fr: "a été diminué par", pt: "foi diminuído por", ru: "был уменьшен посредством"},
602
+ range: "http://www.cidoc-crm.org/cidoc-crm/E80_Part_Removal",
603
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P31i_was_modified_by",
604
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
603
605
  property :P113_removed,
604
- comment: "This property identifies the E18 Physical Thing that is removed during an E80 Part Removal activity.".freeze,
605
- domain: "http://www.cidoc-crm.org/cidoc-crm/E80_Part_Removal".freeze,
606
- label: "removed".freeze,
607
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
608
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of".freeze,
609
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
606
+ comment: {en: "This property identifies the E18 Physical Thing that is removed during an E80 Part Removal activity."},
607
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E80_Part_Removal",
608
+ label: {en: "removed", cn: "移除了", de: "entfernte", el: "αφαίρεσε", fr: "a enlevé", pt: "removeu", ru: "удален"},
609
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
610
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of",
611
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
610
612
  property :P113i_was_removed_by,
611
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
612
- label: "was removed by".freeze,
613
- range: "http://www.cidoc-crm.org/cidoc-crm/E80_Part_Removal".freeze,
614
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at".freeze,
615
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
613
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
614
+ label: {en: "was removed by", cn: "被移除於", de: "wurde entfernt durch", el: "αφαιρέθηκε από", fr: "a été enlevée par", pt: "foi removido por", ru: "был удален посредством"},
615
+ range: "http://www.cidoc-crm.org/cidoc-crm/E80_Part_Removal",
616
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at",
617
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
616
618
  property :P114_is_equal_in_time_to,
617
- comment: "This symmetric property allows the instances of E2 Temporal Entity with the same E52 Time-Span to be equated. \nThis property is only necessary if the time span is unknown (otherwise the equivalence can be calculated).\nThis property is the same as the \"equal\" relationship of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n".freeze,
618
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
619
- label: "is equal in time to".freeze,
620
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
621
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
619
+ comment: {en: "This symmetric property allows the instances of E2 Temporal Entity with the same E52 Time-Span to be equated. \nThis property is only necessary if the time span is unknown (otherwise the equivalence can be calculated).\nThis property is the same as the \"equal\" relationship of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n"},
620
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
621
+ label: {en: "is equal in time to", cn: "时段相同於", de: "zeitgleich zu", el: "συμπίπτει χρονικά με", fr: "est temporellement égale à", pt: "é temporalmente igual a", ru: "равен по времени"},
622
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
623
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
622
624
  property :P115_finishes,
623
- comment: "This property allows the ending point for a E2 Temporal Entity to be situated by reference to the ending point of another temporal entity of longer duration. \nThis property is only necessary if the time span is unknown (otherwise the relationship can be calculated). This property is the same as the \"finishes / finished-by\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n".freeze,
624
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
625
- label: "finishes".freeze,
626
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
627
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
625
+ comment: {en: "This property allows the ending point for a E2 Temporal Entity to be situated by reference to the ending point of another temporal entity of longer duration. \nThis property is only necessary if the time span is unknown (otherwise the relationship can be calculated). This property is the same as the \"finishes / finished-by\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n"},
626
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
627
+ label: {en: "finishes", cn: "结束了", de: "beendet", el: "περατώνει", fr: "termine", pt: "finaliza", ru: "заканчивает"},
628
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
629
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
628
630
  property :P115i_is_finished_by,
629
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
630
- label: "is finished by".freeze,
631
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
632
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
631
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
632
+ label: {en: "is finished by", cn: "被结束于", de: "wurde beendet mit", el: "περατώνεται με", fr: "est terminée par", pt: "é finalizada por", ru: "заканчивается"},
633
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
634
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
633
635
  property :P116_starts,
634
- comment: "This property allows the starting point for a E2 Temporal Entity to be situated by reference to the starting point of another temporal entity of longer duration. \nThis property is only necessary if the time span is unknown (otherwise the relationship can be calculated). This property is the same as the \"starts / started-by\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n".freeze,
635
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
636
- label: "starts".freeze,
637
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
638
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
636
+ comment: {en: "This property allows the starting point for a E2 Temporal Entity to be situated by reference to the starting point of another temporal entity of longer duration. \nThis property is only necessary if the time span is unknown (otherwise the relationship can be calculated). This property is the same as the \"starts / started-by\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n"},
637
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
638
+ label: {en: "starts", cn: "开始了", de: "beginnt", el: "αρχίζει", fr: "commence", pt: "inicia", ru: "начинает"},
639
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
640
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
639
641
  property :P116i_is_started_by,
640
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
641
- label: "is started by".freeze,
642
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
643
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
642
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
643
+ label: {en: "is started by", cn: "被开始于", de: "wurde begonnen mit", el: "αρχίζει με", fr: "est commencée par", pt: "é iniciada por", ru: "начинается"},
644
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
645
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
644
646
  property :P117_occurs_during,
645
- comment: "This property allows the entire E52 Time-Span of an E2 Temporal Entity to be situated within the Time-Span of another temporal entity that starts before and ends after the included temporal entity. \nThis property is only necessary if the time span is unknown (otherwise the relationship can be calculated). This property is the same as the \"during / includes\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n".freeze,
646
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
647
- label: "occurs during".freeze,
648
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
649
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
647
+ comment: {en: "This property allows the entire E52 Time-Span of an E2 Temporal Entity to be situated within the Time-Span of another temporal entity that starts before and ends after the included temporal entity. \nThis property is only necessary if the time span is unknown (otherwise the relationship can be calculated). This property is the same as the \"during / includes\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n"},
648
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
649
+ label: {en: "occurs during", cn: "时段被涵盖於", de: "fällt in", el: "εμφανίζεται κατά τη διάρκεια", fr: "a lieu pendant", pt: "ocorre durante", ru: "появляется во течение"},
650
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
651
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
650
652
  property :P117i_includes,
651
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
652
- label: "includes".freeze,
653
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
654
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
653
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
654
+ label: {en: "includes", cn: "时段涵盖了", de: "beinhaltet", el: "περιλαμβάνει", fr: "comporte", pt: "inclui", ru: "включает"},
655
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
656
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
655
657
  property :P118_overlaps_in_time_with,
656
- comment: "This property identifies an overlap between the instances of E52 Time-Span of two instances of E2 Temporal Entity. \nIt implies a temporal order between the two entities: if A overlaps in time B, then A must start before B, and B must end after A. This property is only necessary if the relevant time spans are unknown (otherwise the relationship can be calculated).\nThis property is the same as the \"overlaps / overlapped-by\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n".freeze,
657
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
658
- label: "overlaps in time with".freeze,
659
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
660
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
658
+ comment: {en: "This property identifies an overlap between the instances of E52 Time-Span of two instances of E2 Temporal Entity. \nIt implies a temporal order between the two entities: if A overlaps in time B, then A must start before B, and B must end after A. This property is only necessary if the relevant time spans are unknown (otherwise the relationship can be calculated).\nThis property is the same as the \"overlaps / overlapped-by\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n"},
659
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
660
+ label: {en: "overlaps in time with", cn: "时段重叠了", de: "überlappt zeitlich mit", el: "προηγείται μερικώς επικαλύπτοντας", fr: "est partiellement recouverte dans le temps par", pt: "sobrepõe temporalmente", ru: "перекрывает во времени"},
661
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
662
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
661
663
  property :P118i_is_overlapped_in_time_by,
662
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
663
- label: "is overlapped in time by".freeze,
664
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
665
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
664
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
665
+ label: {en: "is overlapped in time by", cn: "时段被重叠于", de: "wird zeitlich überlappt von", el: "έπεται μερικώς επικαλυπτόμενο", fr: "recouvre partiellement dans le temps", pt: "é sobreposto temporalmente por", ru: "перекрывается во времени"},
666
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
667
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
666
668
  property :P119_meets_in_time_with,
667
- comment: "This property indicates that one E2 Temporal Entity immediately follows another. \nIt implies a particular order between the two entities: if A meets in time with B, then A must precede B. This property is only necessary if the relevant time spans are unknown (otherwise the relationship can be calculated). \nThis property is the same as the \"meets / met-by\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n".freeze,
668
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
669
- label: "meets in time with".freeze,
670
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
671
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
669
+ comment: {en: "This property indicates that one E2 Temporal Entity immediately follows another. \nIt implies a particular order between the two entities: if A meets in time with B, then A must precede B. This property is only necessary if the relevant time spans are unknown (otherwise the relationship can be calculated). \nThis property is the same as the \"meets / met-by\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n"},
670
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
671
+ label: {en: "meets in time with", cn: "紧接续了", de: "trifft zeitlich auf", el: "προηγείται", fr: "est temporellement contiguë avec", pt: "é temporalmente contíguo com", ru: "следует во времени за"},
672
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
673
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
672
674
  property :P119i_is_met_in_time_by,
673
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
674
- label: "is met in time by".freeze,
675
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
676
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
675
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
676
+ label: {en: "is met in time by", cn: "紧接续於", de: "wird zeitlich getroffen von", el: "έπεται", fr: "est immédiatement précédé par", pt: "é imediatamente precedido por", ru: "предшествует во времени"},
677
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
678
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
677
679
  property :P11_had_participant,
678
- comment: "This property describes the active or passive participation of instances of E39 Actors in an E5 Event. \nIt connects the life-line of the related E39 Actor with the E53 Place and E50 Date of the event. The property implies that the Actor was involved in the event but does not imply any causal relationship. The subject of a portrait can be said to have participated in the creation of the portrait.\n".freeze,
679
- domain: "http://www.cidoc-crm.org/cidoc-crm/E5_Event".freeze,
680
- label: "had participant".freeze,
681
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
682
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of".freeze,
683
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
680
+ comment: {en: "This property describes the active or passive participation of instances of E39 Actors in an E5 Event. \nIt connects the life-line of the related E39 Actor with the E53 Place and E50 Date of the event. The property implies that the Actor was involved in the event but does not imply any causal relationship. The subject of a portrait can be said to have participated in the creation of the portrait.\n"},
681
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
682
+ label: {en: "had participant", cn: "有参与者", de: "hatte Teilnehmer", el: "είχε συμμέτοχο", fr: "a eu pour participant", pt: "tem participante", ru: "имел участника"},
683
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
684
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of",
685
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
684
686
  property :P11i_participated_in,
685
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
686
- label: "participated in".freeze,
687
- range: "http://www.cidoc-crm.org/cidoc-crm/E5_Event".freeze,
688
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at".freeze,
689
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
687
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
688
+ label: {en: "participated in", cn: "参与了", de: "nahm Teil an", el: "συμμετείχε σε", fr: "a participé à", pt: "participa em", ru: "участвовал в"},
689
+ range: "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
690
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at",
691
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
690
692
  property :P120_occurs_before,
691
- comment: "This property identifies the relative chronological sequence of two temporal entities. \nIt implies that a temporal gap exists between the end of A and the start of B. This property is only necessary if the relevant time spans are unknown (otherwise the relationship can be calculated).\nThis property is the same as the \"before / after\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n".freeze,
692
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
693
- label: "occurs before".freeze,
694
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
695
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
693
+ comment: {en: "This property identifies the relative chronological sequence of two temporal entities. \nIt implies that a temporal gap exists between the end of A and the start of B. This property is only necessary if the relevant time spans are unknown (otherwise the relationship can be calculated).\nThis property is the same as the \"before / after\" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).\n"},
694
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
695
+ label: {en: "occurs before", cn: "发生时段先於", de: "kommt vor", el: "εμφανίζεται πριν", fr: "a lieu avant", pt: "ocorre antes", ru: "появляется до"},
696
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
697
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
696
698
  property :P120i_occurs_after,
697
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
698
- label: "occurs after".freeze,
699
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
700
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
699
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
700
+ label: {en: "occurs after", cn: "发生时段后於", de: "kommt nach", el: "εμφανίζεται μετά", fr: "a lieu après", pt: "ocorre depois", ru: "появляется после"},
701
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
702
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
701
703
  property :P121_overlaps_with,
702
- comment: "This symmetric property allows the instances of E53 Place with overlapping geometric extents to be associated with each other. \nIt does not specify anything about the shared area. This property is purely spatial, in contrast to Allen operators, which are purely temporal.\n".freeze,
703
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
704
- label: "overlaps with".freeze,
705
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
706
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
704
+ comment: {en: "This symmetric property allows the instances of E53 Place with overlapping geometric extents to be associated with each other. \nIt does not specify anything about the shared area. This property is purely spatial, in contrast to Allen operators, which are purely temporal.\n"},
705
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
706
+ label: {en: "overlaps with", cn: "空间重叠于", de: "überlappt mit", el: "επικαλύπτεται με", fr: "chevauche", pt: "sobrepõe com", ru: "пересекается с"},
707
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
708
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
707
709
  property :P122_borders_with,
708
- comment: "This symmetric property allows the instances of E53 Place which share common borders to be related as such. \nThis property is purely spatial, in contrast to Allen operators, which are purely temporal.\n".freeze,
709
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
710
- label: "borders with".freeze,
711
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
712
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
710
+ comment: {en: "This symmetric property allows the instances of E53 Place which share common borders to be related as such. \nThis property is purely spatial, in contrast to Allen operators, which are purely temporal.\n"},
711
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
712
+ label: {en: "borders with", cn: "接壤于", de: "grenzt an", el: "συνορεύει με", fr: "jouxte", pt: "fronteira com", ru: "граничит с"},
713
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
714
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
713
715
  property :P123_resulted_in,
714
- comment: "This property identifies the E77 Persistent Item or items that are the result of an E81 Transformation. \nNew 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 link to the common Transformation.\n".freeze,
715
- domain: "http://www.cidoc-crm.org/cidoc-crm/E81_Transformation".freeze,
716
- label: "resulted in".freeze,
717
- range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
718
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence".freeze,
719
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
716
+ comment: {en: "This property identifies the E77 Persistent Item or items that are the result of an E81 Transformation. \nNew 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 link to the common Transformation.\n"},
717
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E81_Transformation",
718
+ label: {en: "resulted in", cn: "转变出", de: "ergab", el: "είχε ως αποτέλεσμα", fr: "a eu pour résultat", pt: "resultou em", ru: "повлек появление"},
719
+ range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
720
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence",
721
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
720
722
  property :P123i_resulted_from,
721
- domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
722
- label: "resulted from".freeze,
723
- range: "http://www.cidoc-crm.org/cidoc-crm/E81_Transformation".freeze,
724
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by".freeze,
725
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
723
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
724
+ label: {en: "resulted from", cn: "肇因於", de: "ergab sich aus", el: "προέκυψε από", fr: "est le résultat de", pt: "resultado de", ru: "был результатом"},
725
+ range: "http://www.cidoc-crm.org/cidoc-crm/E81_Transformation",
726
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by",
727
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
726
728
  property :P124_transformed,
727
- comment: "This property identifies the E77 Persistent Item or items that cease to exist due to a E81 Transformation. \nIt is replaced by the result of the Transformation, which becomes a new unit of documentation. The continuity between both items, the new and the old, is expressed by the link to the common Transformation.\n".freeze,
728
- domain: "http://www.cidoc-crm.org/cidoc-crm/E81_Transformation".freeze,
729
- label: "transformed".freeze,
730
- range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
731
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93_took_out_of_existence".freeze,
732
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
729
+ comment: {en: "This property identifies the E77 Persistent Item or items that cease to exist due to a E81 Transformation. \nIt is replaced by the result of the Transformation, which becomes a new unit of documentation. The continuity between both items, the new and the old, is expressed by the link to the common Transformation.\n"},
730
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E81_Transformation",
731
+ label: {en: "transformed", cn: "转变了", de: "wandelte um", el: "μετέτρεψε", fr: "a transformé", pt: "transformou", ru: "трансформировал"},
732
+ range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
733
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93_took_out_of_existence",
734
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
733
735
  property :P124i_was_transformed_by,
734
- domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
735
- label: "was transformed by".freeze,
736
- range: "http://www.cidoc-crm.org/cidoc-crm/E81_Transformation".freeze,
737
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93i_was_taken_out_of_existence_by".freeze,
738
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
736
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
737
+ label: {en: "was transformed by", cn: "被转变於", de: "wurde umgewandelt durch", el: "μετατράπηκε από", fr: "a été transformé par", pt: "foi transformado por", ru: "был трансформирован посредством"},
738
+ range: "http://www.cidoc-crm.org/cidoc-crm/E81_Transformation",
739
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93i_was_taken_out_of_existence_by",
740
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
739
741
  property :P125_used_object_of_type,
740
- comment: "This property defines the kind of objects used in an E7 Activity, when the specific instance is either unknown or not of interest, such as use of \"a hammer\".\n".freeze,
741
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
742
- label: "used object of type".freeze,
743
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
744
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
742
+ comment: {en: "This property defines the kind of objects used in an E7 Activity, when the specific instance is either unknown or not of interest, such as use of \"a hammer\".\n"},
743
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
744
+ label: {en: "used object of type", cn: "有使用物件类型", de: "benutzte Objekt des Typus", el: "χρησιμοποίησε αντικείμενο τύπου", fr: "a employé un objet du type", pt: "usou objeto do tipo", ru: "использовал объект типа"},
745
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
746
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
745
747
  property :P125i_was_type_of_object_used_in,
746
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
747
- label: "was type of object used in".freeze,
748
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
749
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
748
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
749
+ label: {en: "was type of object used in", cn: "被使用於", de: "Objekt des Typus ... wurde benutzt in", el: "ήταν o τύπος αντικείμενου που χρησιμοποιήθηκε σε", fr: "était le type d’objet employé par", pt: "foi tipo do objeto usado em", ru: "был типом объекта использованного в"},
750
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
751
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
750
752
  property :P126_employed,
751
- comment: "This property identifies E57 Material employed in an E11 Modification.\nThe E57 Material used during the E11 Modification does not necessarily become incorporated into the E24 Physical Man-Made Thing that forms the subject of the E11 Modification.\n".freeze,
752
- domain: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification".freeze,
753
- label: "employed".freeze,
754
- range: "http://www.cidoc-crm.org/cidoc-crm/E57_Material".freeze,
755
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
753
+ comment: {en: "This property identifies E57 Material employed in an E11 Modification.\nThe E57 Material used during the E11 Modification does not necessarily become incorporated into the E24 Physical Man-Made Thing that forms the subject of the E11 Modification.\n"},
754
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification",
755
+ label: {en: "employed", cn: "采用了材料", de: "verwendete", el: "χρησιμοποίησε", fr: "a employé", pt: "empregou", ru: "использовал"},
756
+ range: "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
757
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
756
758
  property :P126i_was_employed_in,
757
- domain: "http://www.cidoc-crm.org/cidoc-crm/E57_Material".freeze,
758
- label: "was employed in".freeze,
759
- range: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification".freeze,
760
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
759
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
760
+ label: {en: "was employed in", cn: "被使用於", de: "wurde verwendet bei", el: "χρησιμοποιήθηκε σε", fr: "a été employé dans", pt: "foi empregado em", ru: "использовался в"},
761
+ range: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification",
762
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
761
763
  property :P127_has_broader_term,
762
- comment: "This property identifies a super-Type to which an E55 Type is related. \n\t\tIt allows Types to be organised into hierarchies. This is the sense of \"broader term generic \t\t(BTG)\" as defined in ISO 2788\n".freeze,
763
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
764
- label: "has broader term".freeze,
765
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
766
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
764
+ comment: {en: "This property identifies a super-Type to which an E55 Type is related. \n\t\tIt allows Types to be organised into hierarchies. This is the sense of \"broader term generic \t\t(BTG)\" as defined in ISO 2788\n"},
765
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
766
+ label: {en: "has broader term", cn: "有广义术语", de: "hat den Oberbegriff", el: "έχει ευρύτερο όρο", fr: "a pour terme générique", pt: "tem termo genérico", ru: "имеет вышестоящий термин"},
767
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
768
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
767
769
  property :P127i_has_narrower_term,
768
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
769
- label: "has narrower term".freeze,
770
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
771
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
770
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
771
+ label: {en: "has narrower term", cn: "有狭义术语", de: "hat den Unterbegriff", el: "έχει στενότερο όρο", fr: "a pour terme spécifique", pt: "tem termo específico"},
772
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
773
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
772
774
  property :P128_carries,
773
- comment: "This property identifies an E90 Symbolic Object carried by an instance of E18 Physical Thing.\n".freeze,
774
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
775
- label: "carries".freeze,
776
- range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
777
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P130_shows_features_of".freeze,
778
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
775
+ comment: {en: "This property identifies an E90 Symbolic Object carried by an instance of E18 Physical Thing.\n"},
776
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
777
+ label: {en: "carries", cn: "承载信息", de: "trägt", el: "φέρει", fr: "est le support de", pt: "é o suporte de", ru: "несет"},
778
+ range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
779
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P130_shows_features_of",
780
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
779
781
  property :P128i_is_carried_by,
780
- domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
781
- label: "is carried by".freeze,
782
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
783
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P130i_features_are_also_found_on".freeze,
784
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
782
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
783
+ label: {en: "is carried by", cn: "被承载于", de: "wird getragen von", el: "φέρεται από", fr: "a pour support", pt: "é suportado por", ru: "переносится посредством"},
784
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
785
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P130i_features_are_also_found_on",
786
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
785
787
  property :P129_is_about,
786
- comment: "This property documents that an E89 Propositional Object has as subject an instance of E1 CRM Entity. \n".freeze,
787
- domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
788
- label: "is about".freeze,
789
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
790
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to".freeze,
791
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
788
+ comment: {en: "This property documents that an E89 Propositional Object has as subject an instance of E1 CRM Entity. \n"},
789
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
790
+ label: {en: "is about", cn: "陈述关於", de: "handelt über", el: "έχει ως θέμα", fr: "est au sujet de", pt: "é sobre", ru: "касается"},
791
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
792
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to",
793
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
792
794
  property :P129i_is_subject_of,
793
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
794
- label: "is subject of".freeze,
795
- range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
796
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by".freeze,
797
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
795
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
796
+ label: {en: "is subject of", cn: "被陈述於", de: "wird behandelt in", el: "είναι θέμα του/της", fr: "est le sujet de", pt: "é assunto de", ru: "является предметом для"},
797
+ range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
798
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by",
799
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
798
800
  property :P12_occurred_in_the_presence_of,
799
- comment: "This property describes the active or passive presence of an E77 Persistent Item in an E5 Event without implying any specific role. \nIt connects the history of a thing with the E53 Place and E50 Date of an event. For example, an object may be the desk, now in a museum on which a treaty was signed. The presence of an immaterial thing implies the presence of at least one of its carriers.\n".freeze,
800
- domain: "http://www.cidoc-crm.org/cidoc-crm/E5_Event".freeze,
801
- label: "occurred in the presence of".freeze,
802
- range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
803
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
801
+ comment: {en: "This property describes the active or passive presence of an E77 Persistent Item in an E5 Event without implying any specific role. \nIt connects the history of a thing with the E53 Place and E50 Date of an event. For example, an object may be the desk, now in a museum on which a treaty was signed. The presence of an immaterial thing implies the presence of at least one of its carriers.\n"},
802
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
803
+ label: {en: "occurred in the presence of", cn: "发生现场存在", de: "fand statt im Beisein von", el: "συνέβη παρουσία του/της", fr: "est arrivé en présence de", pt: "ocorreu na presença de", ru: "появился в присутствии"},
804
+ range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
805
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
804
806
  property :P12i_was_present_at,
805
- domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
806
- label: "was present at".freeze,
807
- range: "http://www.cidoc-crm.org/cidoc-crm/E5_Event".freeze,
808
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
807
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
808
+ label: {en: "was present at", cn: "当时在场於", de: "war anwesend bei", el: "ήταν παρών/παρούσα/παρόν σε", fr: "était présent à", pt: "estava presente no", ru: "присутствовал при"},
809
+ range: "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
810
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
809
811
  property :P130_shows_features_of,
810
- comment: "This property generalises the notions of \"copy of\" and \"similar to\" into a dynamic, asymmetric relationship, where the domain expresses the derivative, if such a direction can be established.\nOtherwise, the relationship is symmetric. It is a short-cut of P15 was influenced by (influenced) in a creation or production, if such a reason for the similarity can be verified. Moreover it expresses similarity in cases that can be stated between two objects only, without historical knowledge about its reasons.\n".freeze,
811
- domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
812
- label: "shows features of".freeze,
813
- range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
814
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P73i_is_translation_of".freeze,
815
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
812
+ comment: {en: "This property generalises the notions of \"copy of\" and \"similar to\" into a dynamic, asymmetric relationship, where the domain expresses the derivative, if such a direction can be established.\nOtherwise, the relationship is symmetric. It is a short-cut of P15 was influenced by (influenced) in a creation or production, if such a reason for the similarity can be verified. Moreover it expresses similarity in cases that can be stated between two objects only, without historical knowledge about its reasons.\n"},
813
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
814
+ label: {en: "shows features of", cn: "外观特征原出现於", de: "zeigt Merkmale von", el: "παρουσιάζει χαρακτηριστικά του/της", fr: "présente des caractéristiques de", pt: "apresenta características de", ru: "демонстрирует признаки"},
815
+ range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
816
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P73i_is_translation_of",
817
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
816
818
  property :P130i_features_are_also_found_on,
817
- domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
818
- label: "features are also found on".freeze,
819
- range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
820
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
819
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
820
+ label: {en: "features are also found on", cn: "外观特征被复制於", de: "Merkmale auch auf", el: "χαρακτηριστικά του βρίσκονται επίσης σε", fr: "a des caractéristiques se trouvant aussi sur", pt: "características são também encontradas em", ru: "признаки также найдены на"},
821
+ range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
822
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
821
823
  property :P131_is_identified_by,
822
- comment: "This property identifies a name used specifically to identify an E39 Actor. \nThis property is a specialisation of P1 is identified by (identifies) is identified by.\n".freeze,
823
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
824
- label: "is identified by".freeze,
825
- range: "http://www.cidoc-crm.org/cidoc-crm/E82_Actor_Appellation".freeze,
826
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by".freeze,
827
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
824
+ comment: {en: "This property identifies a name used specifically to identify an E39 Actor. \nThis property is a specialisation of P1 is identified by (identifies) is identified by.\n"},
825
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
826
+ label: {en: "is identified by", cn: "有称号", de: "wird identifziert durch", el: "αναγνωρίζεται ως", fr: "est identifié par", pt: "é identificado por", ru: "идентифицируется посредством"},
827
+ range: "http://www.cidoc-crm.org/cidoc-crm/E82_Actor_Appellation",
828
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
829
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
828
830
  property :P131i_identifies,
829
- domain: "http://www.cidoc-crm.org/cidoc-crm/E82_Actor_Appellation".freeze,
830
- label: "identifies".freeze,
831
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
832
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies".freeze,
833
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
831
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E82_Actor_Appellation",
832
+ label: {en: "identifies", cn: "被用来识别", de: "identifiziert", el: "είναι αναγνωριστικό", fr: "identifie", pt: "identifica", ru: "идентифицирует"},
833
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
834
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
835
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
834
836
  property :P132_overlaps_with,
835
- comment: "This symmetric property allows instances of E4 Period that overlap both temporally and spatially to be related, i,e. they share some spatio-temporal extent.\nThis property does not imply any ordering or sequence between the two periods, either spatial or temporal.\n".freeze,
836
- domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
837
- label: "overlaps with".freeze,
838
- range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
839
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
837
+ comment: {en: "This symmetric property allows instances of E4 Period that overlap both temporally and spatially to be related, i,e. they share some spatio-temporal extent.\nThis property does not imply any ordering or sequence between the two periods, either spatial or temporal.\n"},
838
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
839
+ label: {en: "overlaps with", cn: "时空重叠于", de: "überlappt mit", el: "επικαλύπτεται με", fr: "chevauche", pt: "sobrepõe", ru: "пересекается с"},
840
+ range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
841
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
840
842
  property :P133_is_separated_from,
841
- comment: "This symmetric property allows instances of E4 Period that do not overlap both temporally and spatially, to be related i,e. they do not share any spatio-temporal extent.\nThis property does not imply any ordering or sequence between the two periods either spatial or temporal.\n".freeze,
842
- domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
843
- label: "is separated from".freeze,
844
- range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
845
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
843
+ comment: {en: "This symmetric property allows instances of E4 Period that do not overlap both temporally and spatially, to be related i,e. they do not share any spatio-temporal extent.\nThis property does not imply any ordering or sequence between the two periods either spatial or temporal.\n"},
844
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
845
+ label: {en: "is separated from", cn: "时空不重叠于", de: "getrennt von", el: "διαχωρίζεται από", fr: "est séparée de", pt: "é separado de", ru: "отделен от"},
846
+ range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
847
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
846
848
  property :P134_continued,
847
- 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.\n".freeze,
848
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
849
- label: "continued".freeze,
850
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
851
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by".freeze,
852
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
849
+ comment: {en: "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.\n"},
850
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
851
+ label: {en: "continued", cn: "延续了", de: "setzte sich fort in", el: "συνέχισε", fr: "est la suite de", pt: "continuou", ru: "продолжил"},
852
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
853
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by",
854
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
853
855
  property :P134i_was_continued_by,
854
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
855
- label: "was continued by".freeze,
856
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
857
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15i_influenced".freeze,
858
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
856
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
857
+ label: {en: "was continued by", cn: "有延续活动", de: "wurde fortgesetzt durch", el: "συνεχίστηκε από", fr: "a été continuée par", pt: "foi continuada por", ru: "был продолжен"},
858
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
859
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15i_influenced",
860
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
859
861
  property :P135_created_type,
860
- comment: "This property identifies the E55 Type, which is created in an E83Type Creation activity.".freeze,
861
- domain: "http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation".freeze,
862
- label: "created type".freeze,
863
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
864
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P94_has_created".freeze,
865
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
862
+ comment: {en: "This property identifies the E55 Type, which is created in an E83Type Creation activity."},
863
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation",
864
+ label: {en: "created type", cn: "创造了类型", de: "erschuf Typus", el: "δημιούργησε τύπο", fr: "a créé le type", pt: "criou tipo", ru: "создал тип"},
865
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
866
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P94_has_created",
867
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
866
868
  property :P135i_was_created_by,
867
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
868
- label: "was created by".freeze,
869
- range: "http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation".freeze,
870
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P94i_was_created_by".freeze,
871
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
869
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
870
+ label: {en: "was created by", cn: "被创造於", de: "wurde geschaffen durch", el: "δημιουργήθηκε από", fr: "a été créé par", pt: "foi criado por", ru: "был создан посредством"},
871
+ range: "http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation",
872
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P94i_was_created_by",
873
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
872
874
  property :P136_was_based_on,
873
- comment: "This property identifies one or more items that were used as evidence to declare a new 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\".\n".freeze,
874
- domain: "http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation".freeze,
875
- label: "was based on".freeze,
876
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
877
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by".freeze,
878
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
875
+ comment: {en: "This property identifies one or more items that were used as evidence to declare a new 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\".\n"},
876
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation",
877
+ label: {en: "was based on", cn: "根据了", de: "stützte sich auf", el: "βασίστηκε σε", fr: "s’est fondée sur", pt: "foi baseado em", ru: "был основан на"},
878
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
879
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by",
880
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
879
881
  property :P136i_supported_type_creation,
880
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
881
- label: "supported type creation".freeze,
882
- range: "http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation".freeze,
883
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15i_influenced".freeze,
884
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
882
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
883
+ label: {en: "supported type creation", cn: "提供證據给类型创造", de: "belegte", el: "υποστήριξε τη δημιουργία τύπου", fr: "a justifié la création de type", pt: "suportou a criação de tipo", ru: "поддержал создание типа"},
884
+ range: "http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation",
885
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15i_influenced",
886
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
885
887
  property :P137_exemplifies,
886
- comment: "This property allows an item to be declared as a particular example of an E55 Type or taxon\n\tThe 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 Type Creation (E83) itself, but selected in a later phase.\n".freeze,
887
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
888
- label: "exemplifies".freeze,
889
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
890
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P2_has_type".freeze,
891
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
888
+ comment: {en: "This property allows an item to be declared as a particular example of an E55 Type or taxon\n\tThe 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 Type Creation (E83) itself, but selected in a later phase.\n"},
889
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
890
+ label: {en: "exemplifies", cn: "例示了", de: "erläutert", el: "δειγματίζει", fr: "exemplifie", pt: "é exemplificado por", ru: "поясняет"},
891
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
892
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
893
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
892
894
  property :P137i_is_exemplified_by,
893
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
894
- label: "is exemplified by".freeze,
895
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
896
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of".freeze,
897
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
895
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
896
+ label: {en: "is exemplified by", cn: "有例示", de: "erläutert durch Beispiel", el: "δειγματίζεται από", fr: "est exemplifié par", pt: "exemplifica", ru: "поясняется посредством"},
897
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
898
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of",
899
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
898
900
  property :P138_represents,
899
- comment: "This property establishes the relationship between an E36 Visual Item and the entity that it visually represents.\nAny entity may be represented visually. This property is part of the fully developed path from E24 Physical Man-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 P62depicts (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.\n".freeze,
900
- domain: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item".freeze,
901
- label: "represents".freeze,
902
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
903
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to".freeze,
904
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
901
+ comment: {en: "This property establishes the relationship between an E36 Visual Item and the entity that it visually represents.\nAny entity may be represented visually. This property is part of the fully developed path from E24 Physical Man-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 P62depicts (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.\n"},
902
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item",
903
+ label: {en: "represents", cn: "描绘了", de: "stellt dar", el: "παριστάνει", fr: "représente", pt: "representa", ru: "представляет"},
904
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
905
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to",
906
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
905
907
  property :P138i_has_representation,
906
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
907
- label: "has representation".freeze,
908
- range: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item".freeze,
909
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by".freeze,
910
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
908
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
909
+ label: {en: "has representation", cn: "有图像描绘", de: "wird dargestellt durch", el: "παριστάνεται από", fr: "est représentée par", pt: "tem representação", ru: "имеет представление"},
910
+ range: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item",
911
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by",
912
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
911
913
  property :P139_has_alternative_form,
912
- comment: "This property establishes a relationship of equivalence between two instances of E41 Appellation independent from any item identified by them. It is a dynamic 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.\nThe equivalence applies to all cases of use of an instance of E41 Appellation. Multiple names assigned to an object, which are not equivalent for all things identified with a specific instance of E41 Appellation, should be modelled as repeated values of P1 is identified by (identifies). \nP139.1 has type allows the type of derivation, such as “transliteration from Latin 1 to ASCII” be refined..\n".freeze,
913
- domain: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
914
- label: "has alternative form".freeze,
915
- range: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
916
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
914
+ comment: {en: "This property establishes a relationship of equivalence between two instances of E41 Appellation independent from any item identified by them. It is a dynamic 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.\nThe equivalence applies to all cases of use of an instance of E41 Appellation. Multiple names assigned to an object, which are not equivalent for all things identified with a specific instance of E41 Appellation, should be modelled as repeated values of P1 is identified by (identifies). \nP139.1 has type allows the type of derivation, such as “transliteration from Latin 1 to ASCII” be refined..\n"},
915
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
916
+ label: {en: "has alternative form", cn: "有替代称号", de: "hat alternative Form", el: "έχει εναλλακτική μορφή", fr: "a pour autre forme", pt: "tem forma alternativa", ru: "имеет альтернативную форму"},
917
+ range: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
918
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
917
919
  property :P13_destroyed,
918
- comment: "This property allows specific instances of E18 Physical Thing that have been destroyed to be related to a destruction event. \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. A destruction event may be contiguous with a Production that brings into existence a derived object composed partly of matter from the destroyed object.\n".freeze,
919
- domain: "http://www.cidoc-crm.org/cidoc-crm/E6_Destruction".freeze,
920
- label: "destroyed".freeze,
921
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
922
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93_took_out_of_existence".freeze,
923
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
920
+ comment: {en: "This property allows specific instances of E18 Physical Thing that have been destroyed to be related to a destruction event. \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. A destruction event may be contiguous with a Production that brings into existence a derived object composed partly of matter from the destroyed object.\n"},
921
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E6_Destruction",
922
+ label: {en: "destroyed", cn: "毁灭了", de: "zerstörte", el: "κατέστρεψε", fr: "a détruit", pt: "destruiu", ru: "уничтожил"},
923
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
924
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93_took_out_of_existence",
925
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
924
926
  property :P13i_was_destroyed_by,
925
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
926
- label: "was destroyed by".freeze,
927
- range: "http://www.cidoc-crm.org/cidoc-crm/E6_Destruction".freeze,
928
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93i_was_taken_out_of_existence_by".freeze,
929
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
927
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
928
+ label: {en: "was destroyed by", cn: "被毁灭於", de: "wurde zerstört durch", el: "καταστράφηκε από", fr: "a été détruite par", pt: "foi destruído por", ru: "был уничтожен посредством"},
929
+ range: "http://www.cidoc-crm.org/cidoc-crm/E6_Destruction",
930
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P93i_was_taken_out_of_existence_by",
931
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
930
932
  property :P140_assigned_attribute_to,
931
- comment: "This property indicates the item to which an attribute or relation is assigned. ".freeze,
932
- domain: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment".freeze,
933
- label: "assigned attribute to".freeze,
934
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
935
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
933
+ comment: {en: "This property indicates the item to which an attribute or relation is assigned. "},
934
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
935
+ label: {en: "assigned attribute to", cn: "指定属性给", de: "wies Merkmal zu", el: "απέδωσε ιδιότητα σε", fr: "a affecté un attribut à", pt: "atribuiu atributo para", ru: "присвоил атрибут для"},
936
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
937
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
936
938
  property :P140i_was_attributed_by,
937
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
938
- label: "was attributed by".freeze,
939
- range: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment".freeze,
940
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
939
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
940
+ label: {en: "was attributed by", cn: "被指定属性於", de: "bekam Merkmal zugewiesen durch", el: "χαρακτηρίστηκε από", fr: "a reçu un attribut par", pt: "foi atribuído por", ru: "получил атрибут посредством"},
941
+ range: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
942
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
941
943
  property :P141_assigned,
942
- comment: "This property indicates the attribute that was assigned or the item that was related to the item denoted by a property P140 assigned attribute to in an Attribute assignment action.\n".freeze,
943
- domain: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment".freeze,
944
- label: "assigned".freeze,
945
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
946
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
944
+ comment: {en: "This property indicates the attribute that was assigned or the item that was related to the item denoted by a property P140 assigned attribute to in an Attribute assignment action.\n"},
945
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
946
+ label: {en: "assigned", cn: "指定了属性值", de: "wies zu", el: "απέδωσε", fr: "a attribué", pt: "atribuiu", ru: "присвоил"},
947
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
948
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
947
949
  property :P141i_was_assigned_by,
948
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
949
- label: "was assigned by".freeze,
950
- range: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment".freeze,
951
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
950
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
951
+ label: {en: "was assigned by", cn: "被指定了属性值於", de: "wurde zugewiesen durch", el: "αποδόθηκε από", fr: "a été attribué par", pt: "foi atribuído por", ru: "был присвоен посредством"},
952
+ range: "http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment",
953
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
952
954
  property :P142_used_constituent,
953
- comment: "This property associates the event of assigning an instance of E42 Identifier to an entity, with the instances of E41 Appellation that were used as elements of the identifier.\n".freeze,
954
- domain: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment".freeze,
955
- label: "used constituent".freeze,
956
- range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
957
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object".freeze,
958
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
955
+ comment: {en: "This property associates the event of assigning an instance of E42 Identifier to an entity, with the instances of E41 Appellation that were used as elements of the identifier.\n"},
956
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment",
957
+ label: {en: "used constituent", cn: "使用称号构成部分", de: "benutzte Bestandteil"},
958
+ range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
959
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object",
960
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
959
961
  property :P142i_was_used_in,
960
- domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
961
- label: "was used in".freeze,
962
- range: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment".freeze,
963
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for".freeze,
964
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
962
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
963
+ label: {en: "was used in", cn: "被用来构成称号於", de: "wurde benutzt in"},
964
+ range: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment",
965
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for",
966
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
965
967
  property :P143_joined,
966
- comment: "This property identifies the instance of E39 Actor that becomes member of a E74 Group in an E85 Joining.\n \tJoining events allow for describing people becoming members of a group with a more detailed path from E74 Group through P144 joined with (gained member by), E85 Joining, P143 joined (was joined by) to E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).\n".freeze,
967
- domain: "http://www.cidoc-crm.org/cidoc-crm/E85_Joining".freeze,
968
- label: "joined".freeze,
969
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
970
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant".freeze,
971
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
968
+ comment: {en: "This property identifies the instance of E39 Actor that becomes member of a E74 Group in an E85 Joining.\n \tJoining events allow for describing people becoming members of a group with a more detailed path from E74 Group through P144 joined with (gained member by), E85 Joining, P143 joined (was joined by) to E39 Actor, compared to the shortcut offered by P107 has current or former member (is current or former member of).\n"},
969
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E85_Joining",
970
+ label: {en: "joined", cn: "加入了成员", de: "verband"},
971
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
972
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant",
973
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
972
974
  property :P143i_was_joined_by,
973
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
974
- label: "was joined by".freeze,
975
- range: "http://www.cidoc-crm.org/cidoc-crm/E85_Joining".freeze,
976
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in".freeze,
977
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
975
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
976
+ label: {en: "was joined by", cn: "被加入为成员於", de: "wurde verbunden durch"},
977
+ range: "http://www.cidoc-crm.org/cidoc-crm/E85_Joining",
978
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
979
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
978
980
  property :P144_joined_with,
979
- 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 P144 joined with (gained member by), E85 Joining, P143 joined (was joined by) to 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. \n".freeze,
980
- domain: "http://www.cidoc-crm.org/cidoc-crm/E85_Joining".freeze,
981
- label: "joined with".freeze,
982
- range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
983
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant".freeze,
984
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
981
+ comment: {en: "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 P144 joined with (gained member by), E85 Joining, P143 joined (was joined by) to 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. \n"},
982
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E85_Joining",
983
+ label: {en: "joined with", cn: "加入成员到", de: "verband mit"},
984
+ range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
985
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant",
986
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
985
987
  property :P144i_gained_member_by,
986
- domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
987
- label: "gained member by".freeze,
988
- range: "http://www.cidoc-crm.org/cidoc-crm/E85_Joining".freeze,
989
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in".freeze,
990
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
988
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
989
+ label: {en: "gained member by", cn: "获得成员於", de: "erwarb Mitglied durch"},
990
+ range: "http://www.cidoc-crm.org/cidoc-crm/E85_Joining",
991
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
992
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
991
993
  property :P145_separated,
992
- comment: "This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving.".freeze,
993
- domain: "http://www.cidoc-crm.org/cidoc-crm/E86_Leaving".freeze,
994
- label: "separated".freeze,
995
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
996
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant".freeze,
997
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
994
+ comment: {en: "This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving."},
995
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E86_Leaving",
996
+ label: {en: "separated", cn: "分离了成员", de: "entließ"},
997
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
998
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant",
999
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
998
1000
  property :P145i_left_by,
999
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1000
- label: "left by".freeze,
1001
- range: "http://www.cidoc-crm.org/cidoc-crm/E86_Leaving".freeze,
1002
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in".freeze,
1003
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1001
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1002
+ label: {en: "left by", cn: "脱离群组於", de: "wurde entlassen durch"},
1003
+ range: "http://www.cidoc-crm.org/cidoc-crm/E86_Leaving",
1004
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
1005
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1004
1006
  property :P146_separated_from,
1005
- 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.\n".freeze,
1006
- domain: "http://www.cidoc-crm.org/cidoc-crm/E86_Leaving".freeze,
1007
- label: "separated from".freeze,
1008
- range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
1009
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant".freeze,
1010
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1007
+ comment: {en: "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.\n"},
1008
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E86_Leaving",
1009
+ label: {en: "separated from", cn: "脱离了群组", de: "entließ von"},
1010
+ range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
1011
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant",
1012
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1011
1013
  property :P146i_lost_member_by,
1012
- domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
1013
- label: "lost member by".freeze,
1014
- range: "http://www.cidoc-crm.org/cidoc-crm/E86_Leaving".freeze,
1015
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in".freeze,
1016
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1014
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
1015
+ label: {en: "lost member by", cn: "失去成员於", de: "verlor Mitglied durch"},
1016
+ range: "http://www.cidoc-crm.org/cidoc-crm/E86_Leaving",
1017
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
1018
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1017
1019
  property :P147_curated,
1018
- comment: "This property associates an instance of E87 Curation Activity with the instance of E78 Collection that is subject of that curation activity.\n".freeze,
1019
- domain: "http://www.cidoc-crm.org/cidoc-crm/E87_Curation_Activity".freeze,
1020
- label: "curated".freeze,
1021
- range: "http://www.cidoc-crm.org/cidoc-crm/E78_Collection".freeze,
1022
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1020
+ comment: {en: "This property associates an instance of E87 Curation Activity with the instance of E78 Collection that is subject of that curation activity.\n"},
1021
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E87_Curation_Activity",
1022
+ label: {en: "curated", cn: "典藏管理了", de: "betreute kuratorisch"},
1023
+ range: "http://www.cidoc-crm.org/cidoc-crm/E78_Collection",
1024
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1023
1025
  property :P147i_was_curated_by,
1024
- domain: "http://www.cidoc-crm.org/cidoc-crm/E78_Collection".freeze,
1025
- label: "was curated by".freeze,
1026
- range: "http://www.cidoc-crm.org/cidoc-crm/E87_Curation_Activity".freeze,
1027
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1026
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E78_Collection",
1027
+ label: {en: "was curated by", cn: "被典藏管理於", de: "wurde kuratorisch betreut durch"},
1028
+ range: "http://www.cidoc-crm.org/cidoc-crm/E87_Curation_Activity",
1029
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1028
1030
  property :P148_has_component,
1029
- 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.".freeze,
1030
- domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1031
- label: "has component".freeze,
1032
- range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1033
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1031
+ comment: {en: "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."},
1032
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1033
+ label: {en: "has component", cn: "有组件", de: "hat Bestandteil"},
1034
+ range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1035
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1034
1036
  property :P148i_is_component_of,
1035
- domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1036
- label: "is component of".freeze,
1037
- range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1038
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1037
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1038
+ label: {en: "is component of", cn: "被用来组成", de: "ist Bestandteil von"},
1039
+ range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1040
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1039
1041
  property :P149_is_identified_by,
1040
- comment: "This property identifies an instance of E28 Conceptual Object using an instance of E75 Conceptual Object Appellation.".freeze,
1041
- domain: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object".freeze,
1042
- label: "is identified by".freeze,
1043
- range: "http://www.cidoc-crm.org/cidoc-crm/E75_Conceptual_Object_Appellation".freeze,
1044
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by".freeze,
1045
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1042
+ comment: {en: "This property identifies an instance of E28 Conceptual Object using an instance of E75 Conceptual Object Appellation."},
1043
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object",
1044
+ label: {en: "is identified by"},
1045
+ range: "http://www.cidoc-crm.org/cidoc-crm/E75_Conceptual_Object_Appellation",
1046
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
1047
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1046
1048
  property :P149i_identifies,
1047
- domain: "http://www.cidoc-crm.org/cidoc-crm/E75_Conceptual_Object_Appellation".freeze,
1048
- label: "identifies".freeze,
1049
- range: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object".freeze,
1050
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies".freeze,
1051
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1049
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E75_Conceptual_Object_Appellation",
1050
+ label: {en: "identifies"},
1051
+ range: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object",
1052
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
1053
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1052
1054
  property :P14_carried_out_by,
1053
- comment: "This property describes the active participation of an E39 Actor in an E7 Activity. \nIt implies causal or legal responsibility. The P14.1 in the role of property of the property allows the nature of an Actor’s participation to be specified.\n".freeze,
1054
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1055
- label: "carried out by".freeze,
1056
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1057
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant".freeze,
1058
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1055
+ comment: {en: "This property describes the active participation of an E39 Actor in an E7 Activity. \nIt implies causal or legal responsibility. The P14.1 in the role of property of the property allows the nature of an Actor’s participation to be specified.\n"},
1056
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1057
+ label: {en: "carried out by", cn: "有执行者", de: "wurde ausgeführt von", el: "πραγματοποιήθηκε από", fr: "réalisée par", pt: "realizada por", ru: "выполнялся"},
1058
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1059
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant",
1060
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1059
1061
  property :P14i_performed,
1060
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1061
- label: "performed".freeze,
1062
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1063
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in".freeze,
1064
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1062
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1063
+ label: {en: "performed", cn: "执行了", de: "führte aus", el: "πραγματοποίησε", fr: "a exécuté", pt: "executou", ru: "выполнял"},
1064
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1065
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
1066
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1065
1067
  property :P150_defines_typical_parts_of,
1066
- comment: "The property \"broaderPartitive\" 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. This is the sense of \"broader term partitive (BTP)\" as defined in ISO 2788 and “broaderPartitive” in SKOS.\n".freeze,
1067
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1068
- label: "defines typical parts of".freeze,
1069
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1070
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1068
+ comment: {en: "The property \"broaderPartitive\" 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. This is the sense of \"broader term partitive (BTP)\" as defined in ISO 2788 and “broaderPartitive” in SKOS.\n"},
1069
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1070
+ label: {en: "defines typical parts of"},
1071
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1072
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1071
1073
  property :P150i_defines_typical_wholes_for,
1072
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1073
- label: "defines typical wholes for".freeze,
1074
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1075
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1074
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1075
+ label: {en: "defines typical wholes for"},
1076
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1077
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1076
1078
  property :P151_was_formed_from,
1077
- 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.\n\t".freeze,
1078
- domain: "http://www.cidoc-crm.org/cidoc-crm/E66_Formation".freeze,
1079
- label: "was formed from".freeze,
1080
- range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
1081
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant".freeze,
1082
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1079
+ comment: {en: "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.\n\t"},
1080
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E66_Formation",
1081
+ label: {en: "was formed from"},
1082
+ range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
1083
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant",
1084
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1083
1085
  property :P151i_participated_in,
1084
- domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
1085
- label: "participated in".freeze,
1086
- range: "http://www.cidoc-crm.org/cidoc-crm/E66_Formation".freeze,
1087
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in".freeze,
1088
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1086
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
1087
+ label: {en: "participated in"},
1088
+ range: "http://www.cidoc-crm.org/cidoc-crm/E66_Formation",
1089
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
1090
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1089
1091
  property :P152_has_parent,
1090
- 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. \n\tThis property is, among others, a shortcut of the fully developed paths from ‘E21Person’ through ‘P98i was born’, ‘E67 Birth’, ‘P96 by mother’ to ‘E21 Person’, and from ‘E21Person’ through ‘P98i was born’, ‘E67 Birth’, ‘P97 from father’ to ‘E21 Person’.\n\t".freeze,
1091
- domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
1092
- label: "has parent".freeze,
1093
- range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
1094
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1092
+ comment: {en: "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. \n\tThis property is, among others, a shortcut of the fully developed paths from ‘E21Person’ through ‘P98i was born’, ‘E67 Birth’, ‘P96 by mother’ to ‘E21 Person’, and from ‘E21Person’ through ‘P98i was born’, ‘E67 Birth’, ‘P97 from father’ to ‘E21 Person’.\n\t"},
1093
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
1094
+ label: {en: "has parent"},
1095
+ range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
1096
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1095
1097
  property :P152i_is_parent_of,
1096
- domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
1097
- label: "is parent of".freeze,
1098
- range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
1099
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1098
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
1099
+ label: {en: "is parent of"},
1100
+ range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
1101
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1100
1102
  property :"P153_assigned_co-reference_to",
1101
- comment: "This property connects an E91 Co-Reference Assignment to one of the propositional objects co-referring to the co-reference target\n\t".freeze,
1102
- domain: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment".freeze,
1103
- label: "assigned co-reference to".freeze,
1104
- range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1105
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to".freeze,
1106
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1103
+ comment: {en: "This property connects an E91 Co-Reference Assignment to one of the propositional objects co-referring to the co-reference target\n\t"},
1104
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment",
1105
+ label: {en: "assigned co-reference to"},
1106
+ range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1107
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to",
1108
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1107
1109
  property :"P153i_was_regarded_to_co-refer_by",
1108
- domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1109
- label: "was regarded to co-refer by".freeze,
1110
- range: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment".freeze,
1111
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by".freeze,
1112
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1110
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1111
+ label: {en: "was regarded to co-refer by"},
1112
+ range: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment",
1113
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by",
1114
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1113
1115
  property :"P154_assigned_non_co-reference_to",
1114
- comment: "This property connects an E91 Co-Reference Assignment to one of the propositional objects not co-referring to the co-reference target\n\t".freeze,
1115
- domain: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment".freeze,
1116
- label: "assigned non co-reference to".freeze,
1117
- range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1118
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to".freeze,
1119
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1116
+ comment: {en: "This property connects an E91 Co-Reference Assignment to one of the propositional objects not co-referring to the co-reference target\n\t"},
1117
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment",
1118
+ label: {en: "assigned non co-reference to"},
1119
+ range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1120
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to",
1121
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1120
1122
  property :"P154i_was_regarded_not_to_co-refer_by",
1121
- domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1122
- label: "was regarded not to co-refer by".freeze,
1123
- range: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment".freeze,
1124
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by".freeze,
1125
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1123
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1124
+ label: {en: "was regarded not to co-refer by"},
1125
+ range: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment",
1126
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by",
1127
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1126
1128
  property :"P155_has_co-reference_target",
1127
- comment: "This property connects an E91 Co-Reference Assignment to the target of the references that are regarded as co-referring.\n\t".freeze,
1128
- domain: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment".freeze,
1129
- label: "has co-reference target".freeze,
1130
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1131
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned".freeze,
1132
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1129
+ comment: {en: "This property connects an E91 Co-Reference Assignment to the target of the references that are regarded as co-referring.\n\t"},
1130
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment",
1131
+ label: {en: "has co-reference target"},
1132
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1133
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned",
1134
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1133
1135
  property :"P155i_is_co-reference_target_of",
1134
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1135
- label: "is co-reference target of".freeze,
1136
- range: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment".freeze,
1137
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by".freeze,
1138
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1136
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1137
+ label: {en: "is co-reference target of"},
1138
+ range: "http://www.cidoc-crm.org/cidoc-crm/E91_Co-Reference_Assignment",
1139
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by",
1140
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1139
1141
  property :P156_occupies,
1140
- comment: "This property describes the maximal real volume in space that an instance of E18 Physical Thing has occupied during its lifetime with respect to a reference space relative to which the thing is at rest. In other words, it is the volume that contains all the points which the thing has covered at some time during its existence. In the case of an E26 Physical Feature the default reference space is the one in which the object that bears the feature or at least the surrounding matter of the feature is at rest. In this case there is a 1:1 relation of E26 Feature and E53 Place. For simplicity of implementation multiple inheritance (E26 Feature IsA E53 Place) may be a practical approach.\nFor instances of E19 Physical Objects the default reference space is the one which is at rest to the object itself, i.e. which moves together with the object. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces. \nThis property is a shortcut of the fully developed path from ‘E18 Physical Thing’ through ‘P157 occupied’, ‘E92 Spacetime Volume’, ‘P159 has spatial projection’ to ‘E53 Place’. For some instances of E18 Physical Object the relative stability of form may not be sufficient to define a useful local reference space, for instance for an amoeba. In such cases the fully developed path to an external reference space and using a temporal validity component may be adequate to determine the place they have occupied.\nIn contrast to P156 occupies, the property P53 has former or current location identifies an instance of E53 Place at which a thing is or has been for some unspecified time span. Further it does not constrain this reference space of the referred instance of P53 Place.\n\t".freeze,
1141
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1142
- label: "occupies".freeze,
1143
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1144
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1142
+ comment: {en: "This property describes the maximal real volume in space that an instance of E18 Physical Thing has occupied during its lifetime with respect to a reference space relative to which the thing is at rest. In other words, it is the volume that contains all the points which the thing has covered at some time during its existence. In the case of an E26 Physical Feature the default reference space is the one in which the object that bears the feature or at least the surrounding matter of the feature is at rest. In this case there is a 1:1 relation of E26 Feature and E53 Place. For simplicity of implementation multiple inheritance (E26 Feature IsA E53 Place) may be a practical approach.\nFor instances of E19 Physical Objects the default reference space is the one which is at rest to the object itself, i.e. which moves together with the object. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces. \nThis property is a shortcut of the fully developed path from ‘E18 Physical Thing’ through ‘P157 occupied’, ‘E92 Spacetime Volume’, ‘P159 has spatial projection’ to ‘E53 Place’. For some instances of E18 Physical Object the relative stability of form may not be sufficient to define a useful local reference space, for instance for an amoeba. In such cases the fully developed path to an external reference space and using a temporal validity component may be adequate to determine the place they have occupied.\nIn contrast to P156 occupies, the property P53 has former or current location identifies an instance of E53 Place at which a thing is or has been for some unspecified time span. Further it does not constrain this reference space of the referred instance of P53 Place.\n\t"},
1143
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1144
+ label: {en: "occupies"},
1145
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1146
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1145
1147
  property :P157_is_at_rest_relative_to,
1146
- comment: "This property associates an instance of P53 Place with the instance of E18 Physical Thing that determines a reference space for this instance of P53 Place by being at rest with respect to this reference space. The relative stability of form of an 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.\n\t".freeze,
1147
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1148
- label: "is at rest relative to".freeze,
1149
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1150
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P59i_is_located_on_or_within".freeze,
1151
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1148
+ comment: {en: "This property associates an instance of P53 Place with the instance of E18 Physical Thing that determines a reference space for this instance of P53 Place by being at rest with respect to this reference space. The relative stability of form of an 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.\n\t"},
1149
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1150
+ label: {en: "is at rest relative to"},
1151
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1152
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P59i_is_located_on_or_within",
1153
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1152
1154
  property :P157i_provides_reference_space_for,
1153
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1154
- label: "provides reference space for".freeze,
1155
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1156
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P59_has_section".freeze,
1157
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1155
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1156
+ label: {en: "provides reference space for"},
1157
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1158
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P59_has_section",
1159
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1158
1160
  property :P158_occupied,
1159
- comment: "This property associates an instance of E4 Period with the real that is phenomenal, 4 dimensional point set or volume in spacetime that it has occupied. The associated instance of E92 Spacetime Volume includes the trajectories of the participating physical things during their participation in the instance of E4 Period. This consists of the open spaces via which they have interacted and the spaces by which they had the potential to interact during that period or event.\nSuch interactions took place in the way defined by the type of the respective period or event, such as the air in a meeting room transferring the voices. Another example are the areas controlled by some military power. In case of phenomena spreading out over islands or other separated areas, the trajectories necessary for participants to travel between these areas are not regarded as part of the occupied spacetime volumes. Such instances of E4 Period occupy each a limited number of contiguous spacetime volumes, however there must not be a discontinuity in the total timespan covered by these spacetime volumes. The real spacetime volumes occupied by an instance of E4 Period must not be confused with declarations of spacetime approximating the real extent. In general, instances of E4 Period have fuzzy boundaries in spacetime.\nTherefore it cannot be verified, if two different instances of E4 Period occupy exactly the same spacetime volume. We therefore determine that a spacetime volume may only be occupied by one instance of E4 Period.\n\t".freeze,
1160
- domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
1161
- label: "occupied".freeze,
1162
- range: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume".freeze,
1163
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1161
+ comment: {en: "This property associates an instance of E4 Period with the real that is phenomenal, 4 dimensional point set or volume in spacetime that it has occupied. The associated instance of E92 Spacetime Volume includes the trajectories of the participating physical things during their participation in the instance of E4 Period. This consists of the open spaces via which they have interacted and the spaces by which they had the potential to interact during that period or event.\nSuch interactions took place in the way defined by the type of the respective period or event, such as the air in a meeting room transferring the voices. Another example are the areas controlled by some military power. In case of phenomena spreading out over islands or other separated areas, the trajectories necessary for participants to travel between these areas are not regarded as part of the occupied spacetime volumes. Such instances of E4 Period occupy each a limited number of contiguous spacetime volumes, however there must not be a discontinuity in the total timespan covered by these spacetime volumes. The real spacetime volumes occupied by an instance of E4 Period must not be confused with declarations of spacetime approximating the real extent. In general, instances of E4 Period have fuzzy boundaries in spacetime.\nTherefore it cannot be verified, if two different instances of E4 Period occupy exactly the same spacetime volume. We therefore determine that a spacetime volume may only be occupied by one instance of E4 Period.\n\t"},
1162
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
1163
+ label: {en: "occupied"},
1164
+ range: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume",
1165
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1164
1166
  property :P159_occupied,
1165
- comment: "This property describes the real that is (phenomenal), 4 dimensional point sets or volumes in spacetime that the trajectory of an instance of E18 Physical Thing occupies in the course of its existence. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces. Physical things consisting of aggregations of physically unconnected objects, such as a set of chessmen, occupy a number of individually contiguous spacetime volumes equal to the number of unconnected objects that constitute them.\n\t".freeze,
1166
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1167
- label: "occupied".freeze,
1168
- range: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume".freeze,
1169
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1167
+ comment: {en: "This property describes the real that is (phenomenal), 4 dimensional point sets or volumes in spacetime that the trajectory of an instance of E18 Physical Thing occupies in the course of its existence. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces. Physical things consisting of aggregations of physically unconnected objects, such as a set of chessmen, occupy a number of individually contiguous spacetime volumes equal to the number of unconnected objects that constitute them.\n\t"},
1168
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1169
+ label: {en: "occupied"},
1170
+ range: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume",
1171
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1170
1172
  property :P15_was_influenced_by,
1171
- comment: "This is a high level property, which captures the relationship between an E7 Activity and anything that may have had some bearing upon it.\nThe property has more specific sub properties.\n".freeze,
1172
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1173
- label: "was influenced by".freeze,
1174
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1175
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1173
+ comment: {en: "This is a high level property, which captures the relationship between an E7 Activity and anything that may have had some bearing upon it.\nThe property has more specific sub properties.\n"},
1174
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1175
+ label: {en: "was influenced by", cn: "有影响事物", de: "wurde beeinflußt durch", el: "επηρεάστηκε από", fr: "a été influencée par", pt: "foi influenciado por ", ru: "находился под влиянием"},
1176
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1177
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1176
1178
  property :P15i_influenced,
1177
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1178
- label: "influenced".freeze,
1179
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1180
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1179
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1180
+ label: {en: "influenced", cn: "影响了", de: "beeinflußte", el: "επηρέασε", fr: "a influencé", pt: "influenciou", ru: "оказал влияние на"},
1181
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1182
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1181
1183
  property :P160_has_temporal_projection,
1182
- comment: "This property describes the temporal projection of an instance of an E92 Spacetime Volume. The property P4 has time-span is a shortcut of the more fully developed path from E4 Period through P158 occupied, E92 Spacetime Volume P160 has temporal projection to E52 Time Span.\n\t".freeze,
1183
- domain: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume".freeze,
1184
- label: "has temporal projection".freeze,
1185
- range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1186
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1184
+ comment: {en: "This property describes the temporal projection of an instance of an E92 Spacetime Volume. The property P4 has time-span is a shortcut of the more fully developed path from E4 Period through P158 occupied, E92 Spacetime Volume P160 has temporal projection to E52 Time Span.\n\t"},
1185
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume",
1186
+ label: {en: "has temporal projection"},
1187
+ range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1188
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1187
1189
  property :P161_has_spatial_projection,
1188
- comment: "This property associates an instance of a E92 Spacetime Volume with an instance of E53 Place that is the result of the spatial projection of the instance of a E92 Spacetime Volume on a reference space. In general there can be more than one useful reference space to describe the spatial projection of a spacetime volume, such as that of a battle ship versus that of the seafloor. Therefore the projection is not unique.\nThe property P7 took place at is a shortcut of the more fully developed path from E4 Period through P158 occupied, E92 Spacetime Volume P161 has spatial projection to E53 Place.\n\t".freeze,
1189
- domain: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume".freeze,
1190
- label: "has spatial projection".freeze,
1191
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1192
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1190
+ comment: {en: "This property associates an instance of a E92 Spacetime Volume with an instance of E53 Place that is the result of the spatial projection of the instance of a E92 Spacetime Volume on a reference space. In general there can be more than one useful reference space to describe the spatial projection of a spacetime volume, such as that of a battle ship versus that of the seafloor. Therefore the projection is not unique.\nThe property P7 took place at is a shortcut of the more fully developed path from E4 Period through P158 occupied, E92 Spacetime Volume P161 has spatial projection to E53 Place.\n\t"},
1191
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume",
1192
+ label: {en: "has spatial projection"},
1193
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1194
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1193
1195
  property :P164_is_restricted_by,
1194
- comment: "This property relates an E93 Spacetime Snapshot with an arbitrary E52 Time-Span that restricts the extent of the former to a volume within these time limits.\n\t".freeze,
1195
- domain: "http://www.cidoc-crm.org/cidoc-crm/E93_Spacetime_Snapshot".freeze,
1196
- label: "is restricted by".freeze,
1197
- range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1198
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1196
+ comment: {en: "This property relates an E93 Spacetime Snapshot with an arbitrary E52 Time-Span that restricts the extent of the former to a volume within these time limits.\n\t"},
1197
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E93_Spacetime_Snapshot",
1198
+ label: {en: "is restricted by"},
1199
+ range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1200
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1199
1201
  property :P165_incorporates,
1200
- 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. This property makes it possible to recognise the autonomous status of the incorporated signs, which were created in a distinct context, and can be incorporated in many distinct self-contained expressions, and to highlight the difference between structural and accidental whole-part relationships between conceptual entities. It accounts for many cultural facts that are quite frequent and significant: the inclusion of a poem in an anthology, the re-use of an operatic aria in a new opera, the use of a reproduction of a painting for a book cover or a CD booklet, the integration of textual quotations, the presence of lyrics in a song that sets those lyrics to music, the presence of the text of a play in a movie based on that play, etc.\n\t".freeze,
1201
- domain: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object".freeze,
1202
- label: "incorporates".freeze,
1203
- range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
1204
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P106_is_composed_of".freeze,
1205
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1202
+ comment: {en: "This property associates an instance of E73 Information Object with an instance of E90 Symbolic Object (or any of its subclasses) that was included in it. This property makes it possible to recognise the autonomous status of the incorporated signs, which were created in a distinct context, and can be incorporated in many distinct self-contained expressions, and to highlight the difference between structural and accidental whole-part relationships between conceptual entities. It accounts for many cultural facts that are quite frequent and significant: the inclusion of a poem in an anthology, the re-use of an operatic aria in a new opera, the use of a reproduction of a painting for a book cover or a CD booklet, the integration of textual quotations, the presence of lyrics in a song that sets those lyrics to music, the presence of the text of a play in a movie based on that play, etc.\n\t"},
1203
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object",
1204
+ label: {en: "incorporates"},
1205
+ range: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
1206
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P106_is_composed_of",
1207
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1206
1208
  property :P165i_is_incorporated_in,
1207
- domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object".freeze,
1208
- label: "is incorporated in".freeze,
1209
- range: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object".freeze,
1210
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P106i_forms_part_of".freeze,
1211
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1209
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object",
1210
+ label: {en: "is incorporated in"},
1211
+ range: "http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object",
1212
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P106i_forms_part_of",
1213
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1212
1214
  property :P16_used_specific_object,
1213
- comment: "This property describes the use of material or immaterial things in a way essential to the performance or the outcome of an 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.\n".freeze,
1214
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1215
- label: "used specific object".freeze,
1216
- range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
1217
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of".freeze, "http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by".freeze],
1218
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1215
+ comment: {en: "This property describes the use of material or immaterial things in a way essential to the performance or the outcome of an 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.\n"},
1216
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1217
+ label: {en: "used specific object", cn: "使用特定物", de: "benutzte das bestimmte Objekt", el: "χρησιμοποίησε αντικείμενο", fr: "a utilisé l'objet spécifique", pt: "usou objeto específico", ru: "использовал особый объект"},
1218
+ range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
1219
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of", "http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by"],
1220
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1219
1221
  property :P16i_was_used_for,
1220
- domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
1221
- label: "was used for".freeze,
1222
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1223
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at".freeze, "http://www.cidoc-crm.org/cidoc-crm/P15i_influenced".freeze],
1224
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1222
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
1223
+ label: {en: "was used for", cn: "被用於", de: "wurde benutzt für", el: "χρησιμοποιήθηκε για", fr: "a été utilisé pour", pt: "foi usado por", ru: "был использован для"},
1224
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1225
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at", "http://www.cidoc-crm.org/cidoc-crm/P15i_influenced"],
1226
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1225
1227
  property :P17_was_motivated_by,
1226
- comment: "This property describes an item or items that are regarded as a reason for carrying out the E7 Activity. \nFor example, the discovery of a large hoard of treasure may call for a celebration, an order from head quarters can start a military manoeuvre. \n".freeze,
1227
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1228
- label: "was motivated by".freeze,
1229
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1230
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by".freeze,
1231
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1228
+ comment: {en: "This property describes an item or items that are regarded as a reason for carrying out the E7 Activity. \nFor example, the discovery of a large hoard of treasure may call for a celebration, an order from head quarters can start a military manoeuvre. \n"},
1229
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1230
+ label: {en: "was motivated by", cn: "有促动事物", de: "wurde angeregt durch", el: "είχε ως αφορμή", fr: "a été motivée par", pt: "foi motivado por", ru: "был обусловлен посредством"},
1231
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1232
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by",
1233
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1232
1234
  property :P17i_motivated,
1233
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1234
- label: "motivated".freeze,
1235
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1236
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15i_influenced".freeze,
1237
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1235
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1236
+ label: {en: "motivated", cn: "促动了", de: "regte an", el: "ήταν αφορμή", fr: "a motivé", pt: "motivou", ru: "обусловил"},
1237
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1238
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P15i_influenced",
1239
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1238
1240
  property :P19_was_intended_use_of,
1239
- comment: "This property relates an E7 Activity with objects 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)).".freeze,
1240
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1241
- label: "was intended use of".freeze,
1242
- range: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing".freeze,
1243
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1241
+ comment: {en: "This property relates an E7 Activity with objects 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))."},
1242
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1243
+ label: {en: "was intended use of", cn: "特别使用了", de: "war beabsichtigteter Gebrauch von ", el: "ήταν προορισμένη χρήση του", fr: "était l'utilisation prévue de", pt: "era prevista a utilização de", ru: "был предполагаемым использованием для"},
1244
+ range: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing",
1245
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1244
1246
  property :P19i_was_made_for,
1245
- domain: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing".freeze,
1246
- label: "was made for".freeze,
1247
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1248
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1247
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing",
1248
+ label: {en: "was made for", cn: "被制造来用於", de: "wurde hergestellt für", el: "έγινε για", fr: "a été fabriquée pour", pt: "foi feito para", ru: "был создан для"},
1249
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1250
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1249
1251
  property :P1_is_identified_by,
1250
- 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.\n".freeze,
1251
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1252
- label: "is identified by".freeze,
1253
- range: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
1254
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1252
+ comment: {en: "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.\n"},
1253
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1254
+ label: {en: "is identified by", cn: "有识别称号", de: "wird bezeichnet als", el: "αναγνωρίζεται ως", fr: "est identifiée par", pt: "é identificado por", ru: "идентифицируется посредством"},
1255
+ range: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
1256
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1255
1257
  property :P1i_identifies,
1256
- domain: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation".freeze,
1257
- label: "identifies".freeze,
1258
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1259
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1258
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E41_Appellation",
1259
+ label: {en: "identifies", cn: "被用来识别", de: "bezeichnet", el: "είναι αναγνωριστικό", fr: "identifie", pt: "identifica", ru: "идентифицирует"},
1260
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1261
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1260
1262
  property :P20_had_specific_purpose,
1261
- comment: "This property identifies the relationship between a preparatory activity and the 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.".freeze,
1262
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1263
- label: "had specific purpose".freeze,
1264
- range: "http://www.cidoc-crm.org/cidoc-crm/E5_Event".freeze,
1265
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1263
+ comment: {en: "This property identifies the relationship between a preparatory activity and the 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."},
1264
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1265
+ label: {en: "had specific purpose", cn: "有特定目地", de: "hatte den bestimmten Zweck", el: "είχε συγκεκριμένο σκοπό", fr: "avait pour but spécifique", pt: "tinha propósito específico", ru: "имел конкретную цель"},
1266
+ range: "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
1267
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1266
1268
  property :P20i_was_purpose_of,
1267
- domain: "http://www.cidoc-crm.org/cidoc-crm/E5_Event".freeze,
1268
- label: "was purpose of".freeze,
1269
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1270
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1269
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E5_Event",
1270
+ label: {en: "was purpose of", cn: "之準備活動是", de: "war Zweck von", el: "ήταν σκοπός του/της", fr: "était le but de", pt: "era o propósito de", ru: "был целью для"},
1271
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1272
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1271
1273
  property :P21_had_general_purpose,
1272
- comment: "This property describes an intentional relationship between an E7 Activity and some general goal or purpose. \nThis may involve activities intended as preparation for some type of activity or event. P21had 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. \n".freeze,
1273
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1274
- label: "had general purpose".freeze,
1275
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1276
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1274
+ comment: {en: "This property describes an intentional relationship between an E7 Activity and some general goal or purpose. \nThis may involve activities intended as preparation for some type of activity or event. P21had 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. \n"},
1275
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1276
+ label: {en: "had general purpose", cn: "有通用目地", de: "hatte den allgemeinen Zweck", el: "είχε γενικό σκοπό", fr: "avait pour but général", pt: "tinha propósito geral", ru: "имел общую цель"},
1277
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1278
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1277
1279
  property :P21i_was_purpose_of,
1278
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1279
- label: "was purpose of".freeze,
1280
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1281
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1280
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1281
+ label: {en: "was purpose of", cn: "可利用", de: "war Zweck von", el: "ήταν σκοπός του/της", fr: "était le but de", pt: "era o propósito de", ru: "был целью для"},
1282
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1283
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1282
1284
  property :P22_transferred_title_to,
1283
- comment: "This property identifies the E39 Actor that acquires the legal ownership of an object as a result of an 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.\n".freeze,
1284
- domain: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition".freeze,
1285
- label: "transferred title to".freeze,
1286
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1287
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by".freeze,
1288
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1285
+ comment: {en: "This property identifies the E39 Actor that acquires the legal ownership of an object as a result of an 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.\n"},
1286
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition",
1287
+ label: {en: "transferred title to", cn: "转交所有权给", de: "übertrug Besitztitel auf", el: "μετεβίβασε τον τίτλο σε", fr: "a fait passer le droit de propriété à", pt: "transferiu os direitos de propriedade para", ru: "передал право собственности"},
1288
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1289
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by",
1290
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1289
1291
  property :P22i_acquired_title_through,
1290
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1291
- label: "acquired title through".freeze,
1292
- range: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition".freeze,
1293
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14i_performed".freeze,
1294
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1292
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1293
+ label: {en: "acquired title through", cn: "获取所有权於", de: "erwarb Besitztitel durch", el: "απέκτησε τον τίτλο μέσω", fr: "a acquis le droit de propriété du fait de", pt: "adquiriu os direitos de propriedade por meio da", ru: "получил право собственности через"},
1294
+ range: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition",
1295
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14i_performed",
1296
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1295
1297
  property :P23_transferred_title_from,
1296
- comment: "This property identifies the E39 Actor or Actors who relinquish legal ownership as the result of an 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.\n".freeze,
1297
- domain: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition".freeze,
1298
- label: "transferred title from".freeze,
1299
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1300
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by".freeze,
1301
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1298
+ comment: {en: "This property identifies the E39 Actor or Actors who relinquish legal ownership as the result of an 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.\n"},
1299
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition",
1300
+ label: {en: "transferred title from", cn: "原所有权者是", de: "übertrug Besitztitel von", el: "μετεβίβασε τον τίτλο από", fr: "a fait passer le droit de propriété de", pt: "transferiu os direitos de propriedade de", ru: "передал право собственности от"},
1301
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1302
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by",
1303
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1302
1304
  property :P23i_surrendered_title_through,
1303
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1304
- label: "surrendered title through".freeze,
1305
- range: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition".freeze,
1306
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14i_performed".freeze,
1307
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1305
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1306
+ label: {en: "surrendered title through", cn: "交出所有权於", de: "trat Besitztitel ab in", el: "παρέδωσε τον τίτλο μέσω", fr: "a perdu le droit de propriété du fait de", pt: "perdeu os direitos de propriedade por meio da", ru: "право собственности отдано через"},
1307
+ range: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition",
1308
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14i_performed",
1309
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1308
1310
  property :P24_transferred_title_of,
1309
- comment: "This property identifies the E18 Physical Thing or things involved in an E8 Acquisition. \nIn reality, an acquisition must refer to at least one transferred item.\n".freeze,
1310
- domain: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition".freeze,
1311
- label: "transferred title of".freeze,
1312
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1313
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1311
+ comment: {en: "This property identifies the E18 Physical Thing or things involved in an E8 Acquisition. \nIn reality, an acquisition must refer to at least one transferred item.\n"},
1312
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition",
1313
+ label: {en: "transferred title of", cn: "转移所有权的标的物是", de: "übertrug Besitz über", el: "μετεβίβασε τον τίτλο του/της", fr: "a fait passer le droit de propriété sur", pt: "transferiu os direitos de propriedade sobre o", ru: "передал право собственности на"},
1314
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1315
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1314
1316
  property :P24i_changed_ownership_through,
1315
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1316
- label: "changed ownership through".freeze,
1317
- range: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition".freeze,
1318
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1317
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1318
+ label: {en: "changed ownership through", cn: "转移了所有权於", de: "ging über in Besitz durch", el: "άλλαξε ιδιοκτησία μέσω", fr: "a changé de mains du fait de", pt: "mudou de proprietário por meio de", ru: "сменил владельца через"},
1319
+ range: "http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition",
1320
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1319
1321
  property :P25_moved,
1320
- comment: "This property identifies the E19 Physical Object that is moved during a move event. \nThe property implies the object’s passive participation. For example, Monet’s painting “Impression sunrise” was moved for the first Impressionist exhibition in 1874. \nIn reality, a move must concern at least one object.\n".freeze,
1321
- domain: "http://www.cidoc-crm.org/cidoc-crm/E9_Move".freeze,
1322
- label: "moved".freeze,
1323
- range: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
1324
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of".freeze,
1325
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1322
+ comment: {en: "This property identifies the E19 Physical Object that is moved during a move event. \nThe property implies the object’s passive participation. For example, Monet’s painting “Impression sunrise” was moved for the first Impressionist exhibition in 1874. \nIn reality, a move must concern at least one object.\n"},
1323
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E9_Move",
1324
+ label: {en: "moved", cn: "移动了", de: "bewegte", el: "μετεκίνησε", fr: "a déplacé", pt: "locomoveu", ru: "переместил"},
1325
+ range: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
1326
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of",
1327
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1326
1328
  property :P25i_moved_by,
1327
- domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
1328
- label: "moved by".freeze,
1329
- range: "http://www.cidoc-crm.org/cidoc-crm/E9_Move".freeze,
1330
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at".freeze,
1331
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1329
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
1330
+ label: {en: "moved by", cn: "被移动於", de: "wurde bewegt durch", el: "μετακινήθηκε από", fr: "a été déplacé par", pt: "foi locomovido por", ru: "перемещен посредством"},
1331
+ range: "http://www.cidoc-crm.org/cidoc-crm/E9_Move",
1332
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at",
1333
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1332
1334
  property :P26_moved_to,
1333
- comment: "This property identifies the destination of a E9 Move. \nA move will be linked to a destination, such as the move of an artefact from storage to display. A move may be linked to many terminal instances of E53 Places. In this case the move describes a distribution of a set of objects. The area of the move includes the origin, route and destination.\n".freeze,
1334
- domain: "http://www.cidoc-crm.org/cidoc-crm/E9_Move".freeze,
1335
- label: "moved to".freeze,
1336
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1337
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at".freeze,
1338
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1335
+ comment: {en: "This property identifies the destination of a E9 Move. \nA move will be linked to a destination, such as the move of an artefact from storage to display. A move may be linked to many terminal instances of E53 Places. In this case the move describes a distribution of a set of objects. The area of the move includes the origin, route and destination.\n"},
1336
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E9_Move",
1337
+ label: {en: "moved to", cn: "移入物件至", de: "bewegte bis zu", el: "μετακινήθηκε προς", fr: "a déplacé vers", pt: "locomoveu para", ru: "перемещен в"},
1338
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1339
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at",
1340
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1339
1341
  property :P26i_was_destination_of,
1340
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1341
- label: "was destination of".freeze,
1342
- range: "http://www.cidoc-crm.org/cidoc-crm/E9_Move".freeze,
1343
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P7i_witnessed".freeze,
1344
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1342
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1343
+ label: {en: "was destination of", cn: "被作为移入地於", de: "war Zielort von", el: "ήταν προορισμός του/της", fr: "a été la destination de", pt: "era destinação de", ru: "был пунктом назначения для"},
1344
+ range: "http://www.cidoc-crm.org/cidoc-crm/E9_Move",
1345
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P7i_witnessed",
1346
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1345
1347
  property :P27_moved_from,
1346
- comment: "This property identifies the starting E53 Place of an E9 Move.\nA move will be linked to an origin, such as the move of an artefact from storage to display. A move may be linked to many origins. In this case the move describes the picking up of a set of objects. The area of the move includes the origin, route and destination.\n".freeze,
1347
- domain: "http://www.cidoc-crm.org/cidoc-crm/E9_Move".freeze,
1348
- label: "moved from".freeze,
1349
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1350
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at".freeze,
1351
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1348
+ comment: {en: "This property identifies the starting E53 Place of an E9 Move.\nA move will be linked to an origin, such as the move of an artefact from storage to display. A move may be linked to many origins. In this case the move describes the picking up of a set of objects. The area of the move includes the origin, route and destination.\n"},
1349
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E9_Move",
1350
+ label: {en: "moved from", cn: "有移出地", de: "bewegte weg von", el: "μετακινήθηκε από", fr: "a retiré de", pt: "locomoveu de", ru: "перемещен из"},
1351
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1352
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at",
1353
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1352
1354
  property :P27i_was_origin_of,
1353
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1354
- label: "was origin of".freeze,
1355
- range: "http://www.cidoc-crm.org/cidoc-crm/E9_Move".freeze,
1356
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P7i_witnessed".freeze,
1357
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1355
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1356
+ label: {en: "was origin of", cn: "被作为移出地於", de: "war Ausgangsort von", el: "ήταν αφετηρία του/της", fr: "a été l'origine de", pt: "era origem de", ru: "был исходной точкой для"},
1357
+ range: "http://www.cidoc-crm.org/cidoc-crm/E9_Move",
1358
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P7i_witnessed",
1359
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1358
1360
  property :P28_custody_surrendered_by,
1359
- comment: "This property identifies the E39 Actor or Actors who surrender custody of an instance of E18 Physical Thing in an E10 Transfer of Custody activity. \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.\n".freeze,
1360
- domain: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody".freeze,
1361
- label: "custody surrendered by".freeze,
1362
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1363
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by".freeze,
1364
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1361
+ comment: {en: "This property identifies the E39 Actor or Actors who surrender custody of an instance of E18 Physical Thing in an E10 Transfer of Custody activity. \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.\n"},
1362
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody",
1363
+ label: {en: "custody surrendered by", cn: "有原保管人", de: "übergab Gewahrsam an", el: "μετεβίβασε κατοχή από", fr: "changement de détenteur au détriment de", pt: "custódia concedida por", ru: "опека отдана"},
1364
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1365
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by",
1366
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1365
1367
  property :P28i_surrendered_custody_through,
1366
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1367
- label: "surrendered custody through".freeze,
1368
- range: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody".freeze,
1369
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14i_performed".freeze,
1370
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1368
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1369
+ label: {en: "surrendered custody through", cn: "交出保管作业於", de: "wurde Gewahrsam übergeben durch", el: "παρέδωσε κατοχή μέσω", fr: "a cessé d’être détenteur à cause de", pt: "final da custódia por meio de", ru: "опека отдана через"},
1370
+ range: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody",
1371
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14i_performed",
1372
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1371
1373
  property :P29_custody_received_by,
1372
- comment: "This property identifies the E39 Actor or Actors who receive custody of an instance of E18 Physical Thing in an E10 Transfer of Custody activity. \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.\n".freeze,
1373
- domain: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody".freeze,
1374
- label: "custody received by".freeze,
1375
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1376
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by".freeze,
1377
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1374
+ comment: {en: "This property identifies the E39 Actor or Actors who receive custody of an instance of E18 Physical Thing in an E10 Transfer of Custody activity. \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.\n"},
1375
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody",
1376
+ label: {en: "custody received by", cn: "移转保管作业给", de: "übertrug Gewahrsam auf", el: "μετεβίβασε κατοχή σε", fr: "changement de détenteur au profit de", pt: "custódia recebida por", ru: "опека получена"},
1377
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1378
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by",
1379
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1378
1380
  property :P29i_received_custody_through,
1379
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1380
- label: "received custody through".freeze,
1381
- range: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody".freeze,
1382
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14i_performed".freeze,
1383
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1381
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1382
+ label: {en: "received custody through", cn: "取得保管作业於", de: "erhielt Gewahrsam durch", el: "παρέλαβε κατοχή μέσω", fr: "est devenu détenteur grâce à", pt: "início da custódia por meio de", ru: "получил опеку через"},
1383
+ range: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody",
1384
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P14i_performed",
1385
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1384
1386
  property :P2_has_type,
1385
- comment: "This property allows sub typing of CRM entities - a form of specialisation – through the use of a terminological hierarchy, or thesaurus. \nThe 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 CRM may by specialised into any number of sub entities, which can be defined in the E55 Type hierarchy. E51 Contact Point, for example, may be specialised into “e-mail address”, “telephone number”, “post office box”, “URL” etc. none of which figures explicitly in the CRM hierarchy. Sub typing obviously requires consistency between the meaning of the terms assigned and the more general intent of the CRM entity in question.\n".freeze,
1386
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1387
- label: "has type".freeze,
1388
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1389
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1387
+ comment: {en: "This property allows sub typing of CRM entities - a form of specialisation – through the use of a terminological hierarchy, or thesaurus. \nThe 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 CRM may by specialised into any number of sub entities, which can be defined in the E55 Type hierarchy. E51 Contact Point, for example, may be specialised into “e-mail address”, “telephone number”, “post office box”, “URL” etc. none of which figures explicitly in the CRM hierarchy. Sub typing obviously requires consistency between the meaning of the terms assigned and the more general intent of the CRM entity in question.\n"},
1388
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1389
+ label: {en: "has type", cn: "有类型", de: "hat den Typus", el: "έχει τύπο", fr: "est de type", pt: "é do tipo", ru: "имеет тип"},
1390
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1391
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1390
1392
  property :P2i_is_type_of,
1391
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1392
- label: "is type of".freeze,
1393
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1394
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1393
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1394
+ label: {en: "is type of", cn: "被用来分类", de: "ist Typus von", el: "είναι ο τύπος του/της", fr: "est le type de", pt: "é o tipo de", ru: "является типом для"},
1395
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1396
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1395
1397
  property :P30_transferred_custody_of,
1396
- comment: "This property identifies an item or items of E18 Physical Thing concerned in an E10 Transfer of Custody activity. \nThe property will typically describe the object that is handed over by an E39 Actor to another Actor’s custody. On occasion, physical custody may be transferred involuntarily or illegally – through accident, unsolicited donation, or theft.\n".freeze,
1397
- domain: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody".freeze,
1398
- label: "transferred custody of".freeze,
1399
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1400
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1398
+ comment: {en: "This property identifies an item or items of E18 Physical Thing concerned in an E10 Transfer of Custody activity. \nThe property will typically describe the object that is handed over by an E39 Actor to another Actor’s custody. On occasion, physical custody may be transferred involuntarily or illegally – through accident, unsolicited donation, or theft.\n"},
1399
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody",
1400
+ label: {en: "transferred custody of", cn: "有保管标的物", de: "übertrug Gewahrsam über", el: "μετεβίβασε κατοχή του/της/των", fr: "changement de détenteur concernant", pt: "transferida custódia de", ru: "передало опеку на"},
1401
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1402
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1401
1403
  property :P30i_custody_transferred_through,
1402
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1403
- label: "custody transferred through".freeze,
1404
- range: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody".freeze,
1405
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1404
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1405
+ label: {en: "custody transferred through", cn: "被移转了保管作业於", de: "wechselte Gewahrsam durch", el: "άλλαξε κατοχή μέσω", fr: "a changé de détenteur du fait de", pt: "custódia transferida por meio de", ru: "опека передана через"},
1406
+ range: "http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody",
1407
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1406
1408
  property :P31_has_modified,
1407
- comment: "This property identifies the E24 Physical Man-Made Thing modified in an E11 Modification.\nIf a modification is applied to a non-man-made object, it is regarded as an E22 Man-Made Object from that time onwards. \n".freeze,
1408
- domain: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification".freeze,
1409
- label: "has modified".freeze,
1410
- range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
1411
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of".freeze,
1412
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1409
+ comment: {en: "This property identifies the E24 Physical Man-Made Thing modified in an E11 Modification.\nIf a modification is applied to a non-man-made object, it is regarded as an E22 Man-Made Object from that time onwards. \n"},
1410
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification",
1411
+ label: {en: "has modified", cn: "修改了", de: "veränderte", el: "τροποποίησε", fr: "a modifié", pt: "modificou", ru: "изменил"},
1412
+ range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
1413
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of",
1414
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1413
1415
  property :P31i_was_modified_by,
1414
- domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
1415
- label: "was modified by".freeze,
1416
- range: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification".freeze,
1417
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at".freeze,
1418
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1416
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
1417
+ label: {en: "was modified by", cn: "被修改於", de: "wurde verändert durch", el: "τροποποιήθηκε από", fr: "a été modifié par", pt: "foi modificada por", ru: "был изменен посредством"},
1418
+ range: "http://www.cidoc-crm.org/cidoc-crm/E11_Modification",
1419
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at",
1420
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1419
1421
  property :P32_used_general_technique,
1420
- comment: "This property identifies the technique or method that was employed in an 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. This property identifies the technique that was employed in an act of modification.\n".freeze,
1421
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1422
- label: "used general technique".freeze,
1423
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1424
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P125_used_object_of_type".freeze,
1425
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1422
+ comment: {en: "This property identifies the technique or method that was employed in an 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. This property identifies the technique that was employed in an act of modification.\n"},
1423
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1424
+ label: {en: "used general technique", cn: "使用通用技术", de: "benutzte das allgemeine Verfahren", el: "χρησιμοποίησε γενική τεχνική", fr: "a employé comme technique générique", pt: "usou técnica geral", ru: "использовал общую технику"},
1425
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1426
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P125_used_object_of_type",
1427
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1426
1428
  property :P32i_was_technique_of,
1427
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1428
- label: "was technique of".freeze,
1429
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1430
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P125i_was_type_of_object_used_in".freeze,
1431
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1429
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1430
+ label: {en: "was technique of", cn: "被使用於", de: "war Verfahren von", el: "ήταν τεχνική του/της", fr: "a été la technique mise en œuvre dans", pt: "foi técnica da", ru: "был техникой для"},
1431
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1432
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P125i_was_type_of_object_used_in",
1433
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1432
1434
  property :P33_used_specific_technique,
1433
- 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.\n".freeze,
1434
- domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1435
- label: "used specific technique".freeze,
1436
- range: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure".freeze,
1437
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object".freeze,
1438
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1435
+ comment: {en: "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.\n"},
1436
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1437
+ label: {en: "used specific technique", cn: "使用特定技术", de: "benutzte das bestimmte Verfahren", el: "χρησιμοποίησε συγκεκριμένη τεχνική", fr: "a employé comme technique spécifique", pt: "usou técnica específica", ru: "использовал особую технику"},
1438
+ range: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure",
1439
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object",
1440
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1439
1441
  property :P33i_was_used_by,
1440
- domain: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure".freeze,
1441
- label: "was used by".freeze,
1442
- range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity".freeze,
1443
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for".freeze,
1444
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1442
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure",
1443
+ label: {en: "was used by", cn: "被特别使用於", de: "wurde benutzt von", el: "χρησιμοποιήθηκε για", fr: "a été employée par", pt: "foi usada por", ru: "был использован посредством"},
1444
+ range: "http://www.cidoc-crm.org/cidoc-crm/E7_Activity",
1445
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for",
1446
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1445
1447
  property :P34_concerned,
1446
- comment: "This property identifies the E18 Physical Thing that was assessed during an E14 Condition Assessment activity. \nConditions may be assessed either by direct observation or using recorded evidence. In the latter case the E18 Physical Thing does not need to be present or extant.\n".freeze,
1447
- domain: "http://www.cidoc-crm.org/cidoc-crm/E14_Condition_Assessment".freeze,
1448
- label: "concerned".freeze,
1449
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1450
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to".freeze,
1451
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1448
+ comment: {en: "This property identifies the E18 Physical Thing that was assessed during an E14 Condition Assessment activity. \nConditions may be assessed either by direct observation or using recorded evidence. In the latter case the E18 Physical Thing does not need to be present or extant.\n"},
1449
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E14_Condition_Assessment",
1450
+ label: {en: "concerned", cn: "评估了", de: "betraf", el: "αφορούσε σε", fr: "a concerné", pt: "interessada", ru: "имел дело с"},
1451
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1452
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to",
1453
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1452
1454
  property :P34i_was_assessed_by,
1453
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1454
- label: "was assessed by".freeze,
1455
- range: "http://www.cidoc-crm.org/cidoc-crm/E14_Condition_Assessment".freeze,
1456
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by".freeze,
1457
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1455
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1456
+ label: {en: "was assessed by", cn: "被评估於", de: "wurde beurteilt durch", el: "εκτιμήθηκε από", fr: "expertisé par le biais de", pt: "foi avaliada por", ru: "был оценен посредством"},
1457
+ range: "http://www.cidoc-crm.org/cidoc-crm/E14_Condition_Assessment",
1458
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by",
1459
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1458
1460
  property :P35_has_identified,
1459
- comment: "This property identifies the E3 Condition State that was observed in an E14 Condition Assessment activity.".freeze,
1460
- domain: "http://www.cidoc-crm.org/cidoc-crm/E14_Condition_Assessment".freeze,
1461
- label: "has identified".freeze,
1462
- range: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State".freeze,
1463
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned".freeze,
1464
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1461
+ comment: {en: "This property identifies the E3 Condition State that was observed in an E14 Condition Assessment activity."},
1462
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E14_Condition_Assessment",
1463
+ label: {en: "has identified", cn: "评估认定了", de: "hat identifiziert", el: "έχει διαπιστώσει", fr: "a identifié", pt: "identificou", ru: "идентифицировал"},
1464
+ range: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
1465
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned",
1466
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1465
1467
  property :P35i_was_identified_by,
1466
- domain: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State".freeze,
1467
- label: "was identified by".freeze,
1468
- range: "http://www.cidoc-crm.org/cidoc-crm/E14_Condition_Assessment".freeze,
1469
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by".freeze,
1470
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1468
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
1469
+ label: {en: "was identified by", cn: "被评估认定於", de: "wurde identifiziert durch", el: "έχει διαπιστωθεί από", fr: "est identifié par", pt: "foi identificado por", ru: "идентифицирован посредством"},
1470
+ range: "http://www.cidoc-crm.org/cidoc-crm/E14_Condition_Assessment",
1471
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by",
1472
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1471
1473
  property :P37_assigned,
1472
- comment: "This property records the identifier that was assigned to an item in an Identifier Assignment activity.\nThe same identifier may be assigned on more than one occasion.\nAn Identifier might be created prior to an assignment.\n".freeze,
1473
- domain: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment".freeze,
1474
- label: "assigned".freeze,
1475
- range: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier".freeze,
1476
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned".freeze,
1477
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1474
+ comment: {en: "This property records the identifier that was assigned to an item in an Identifier Assignment activity.\nThe same identifier may be assigned on more than one occasion.\nAn Identifier might be created prior to an assignment.\n"},
1475
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment",
1476
+ label: {en: "assigned", cn: "指定标识符为", de: "wies zu", el: "απέδωσε", fr: "a attribué", pt: "atribuiu", ru: "назначил"},
1477
+ range: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier",
1478
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned",
1479
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1478
1480
  property :P37i_was_assigned_by,
1479
- domain: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier".freeze,
1480
- label: "was assigned by".freeze,
1481
- range: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment".freeze,
1482
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by".freeze,
1483
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1481
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier",
1482
+ label: {en: "was assigned by", cn: "被指定为标识符於", de: "wurde zugewiesen durch", el: "αποδόθηκε ως ιδιότητα από", fr: "a été attribuée par", pt: "foi atribuído por", ru: "был присвоен посредством"},
1483
+ range: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment",
1484
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by",
1485
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1484
1486
  property :P38_deassigned,
1485
- comment: "This property records the identifier that was deassigned from an instance of E1 CRM Entity.\nDeassignment 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.\n".freeze,
1486
- domain: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment".freeze,
1487
- label: "deassigned".freeze,
1488
- range: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier".freeze,
1489
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned".freeze,
1490
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1487
+ comment: {en: "This property records the identifier that was deassigned from an instance of E1 CRM Entity.\nDeassignment 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.\n"},
1488
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment",
1489
+ label: {en: "deassigned", cn: "取消标识符", de: " hob Zuweisung auf von", el: "ακύρωσε", fr: "a désattribué", pt: "retirou a atribuição do", ru: "отменил назначение"},
1490
+ range: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier",
1491
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned",
1492
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1491
1493
  property :P38i_was_deassigned_by,
1492
- domain: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier".freeze,
1493
- label: "was deassigned by".freeze,
1494
- range: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment".freeze,
1495
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by".freeze,
1496
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1494
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier",
1495
+ label: {en: "was deassigned by", cn: "被取消标识符於", de: "wurde aufgehoben durch", el: "ακυρώθηκε από", fr: "a été désattribué par", pt: "foi retirada a atribuição por", ru: "был отменен посредством"},
1496
+ range: "http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment",
1497
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by",
1498
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1497
1499
  property :P39_measured,
1498
- comment: "This property associates an instance of E16 Measurement with the instance of E1 CRM Entity to which it applied. An instance of E1 CRM Entity may be measured more than once. Material and immaterial things and processes may be measured, e.g. the number of words in a text, or the duration of an event.\n".freeze,
1499
- domain: "http://www.cidoc-crm.org/cidoc-crm/E16_Measurement".freeze,
1500
- label: "measured".freeze,
1501
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1502
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to".freeze,
1503
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1500
+ comment: {en: "This property associates an instance of E16 Measurement with the instance of E1 CRM Entity to which it applied. An instance of E1 CRM Entity may be measured more than once. Material and immaterial things and processes may be measured, e.g. the number of words in a text, or the duration of an event.\n"},
1501
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E16_Measurement",
1502
+ label: {en: "measured", cn: "测量了", de: "vermaß", el: "μέτρησε", fr: "a mesuré", pt: "mediu", ru: "измерил"},
1503
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1504
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to",
1505
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1504
1506
  property :P39i_was_measured_by,
1505
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1506
- label: "was measured by".freeze,
1507
- range: "http://www.cidoc-crm.org/cidoc-crm/E16_Measurement".freeze,
1508
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by".freeze,
1509
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1507
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1508
+ label: {en: "was measured by", cn: "被测量於", de: "wurde vermessen durch", el: "μετρήθηκε από", fr: "a été mesuré par", pt: "foi medida por", ru: "был измерен посредством"},
1509
+ range: "http://www.cidoc-crm.org/cidoc-crm/E16_Measurement",
1510
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by",
1511
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1510
1512
  property :P3_has_note,
1511
- comment: "This property is a container for all informal descriptions about an object that have not been expressed in terms of 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 CRM. The aim is not to capture, in a structured form, everything that can be said about an item; indeed, the 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.\n".freeze,
1512
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1513
- label: "has note".freeze,
1514
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1515
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1513
+ comment: {en: "This property is a container for all informal descriptions about an object that have not been expressed in terms of 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 CRM. The aim is not to capture, in a structured form, everything that can be said about an item; indeed, the 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.\n"},
1514
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1515
+ label: {en: "has note", cn: "有说明", de: "hat Anmerkung", el: "έχει επεξήγηση", fr: "a pour note", pt: "tem nota", ru: "имеет примечание"},
1516
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1517
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1516
1518
  property :P40_observed_dimension,
1517
- 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.\n".freeze,
1518
- domain: "http://www.cidoc-crm.org/cidoc-crm/E16_Measurement".freeze,
1519
- label: "observed dimension".freeze,
1520
- range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
1521
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned".freeze,
1522
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1519
+ comment: {en: "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.\n"},
1520
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E16_Measurement",
1521
+ label: {en: "observed dimension", cn: "观察认定的规模是", de: "beobachtete Dimension", el: "παρατήρησε", fr: "a relevé comme dimension", pt: "verificou a dimensão", ru: "определил величину"},
1522
+ range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
1523
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned",
1524
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1523
1525
  property :P40i_was_observed_in,
1524
- domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
1525
- label: "was observed in".freeze,
1526
- range: "http://www.cidoc-crm.org/cidoc-crm/E16_Measurement".freeze,
1527
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by".freeze,
1528
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1526
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
1527
+ label: {en: "was observed in", cn: "被观察认定於", de: "wurde beobachtet in", el: "παρατηρήθηκε από", fr: "a été relevée au cours de", pt: "foi verificada durante", ru: "наблюдался в"},
1528
+ range: "http://www.cidoc-crm.org/cidoc-crm/E16_Measurement",
1529
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by",
1530
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1529
1531
  property :P41_classified,
1530
- comment: "This property records the item to which a type was assigned in an E17 Type Assignment activity.\nAny instance of a CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41 classified (was classified), E17 Type Assignment, P42 assigned (was assigned by) to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).\n".freeze,
1531
- domain: "http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment".freeze,
1532
- label: "classified".freeze,
1533
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1534
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to".freeze,
1535
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1532
+ comment: {en: "This property records the item to which a type was assigned in an E17 Type Assignment activity.\nAny instance of a CRM entity may be assigned a type through type assignment. Type assignment events allow a more detailed path from E1 CRM Entity through P41 classified (was classified), E17 Type Assignment, P42 assigned (was assigned by) to E55 Type for assigning types to objects compared to the shortcut offered by P2 has type (is type of).\n"},
1533
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment",
1534
+ label: {en: "classified", cn: "分类了", de: "klassifizierte", el: "χαρακτήρισε", fr: "a classifié", pt: "classificou", ru: "классифицировал"},
1535
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1536
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to",
1537
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1536
1538
  property :P41i_was_classified_by,
1537
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1538
- label: "was classified by".freeze,
1539
- range: "http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment".freeze,
1540
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by".freeze,
1541
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1539
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1540
+ label: {en: "was classified by", cn: "被分类於", de: "wurde klassifiziert durch", el: "χαρακτηρίσθηκε από", fr: "a été classifiée par le biais de", pt: "foi classificada por", ru: "был классифицирован посредством"},
1541
+ range: "http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment",
1542
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by",
1543
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1542
1544
  property :P42_assigned,
1543
- 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 P41 classified (was classified by), E17 Type Assignment, P42 assigned (was assigned by) 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.\n".freeze,
1544
- domain: "http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment".freeze,
1545
- label: "assigned".freeze,
1546
- range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1547
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned".freeze,
1548
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1545
+ comment: {en: "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 P41 classified (was classified by), E17 Type Assignment, P42 assigned (was assigned by) 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.\n"},
1546
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment",
1547
+ label: {en: "assigned", cn: "指定类型为", de: "wies zu", el: "απέδωσε ως ιδιότητα", fr: "a attribué", pt: "atribuiu", ru: "назначил"},
1548
+ range: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1549
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141_assigned",
1550
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1549
1551
  property :P42i_was_assigned_by,
1550
- domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type".freeze,
1551
- label: "was assigned by".freeze,
1552
- range: "http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment".freeze,
1553
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by".freeze,
1554
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1552
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E55_Type",
1553
+ label: {en: "was assigned by", cn: "被指定类型於", de: "wurde zugewiesen durch", el: "αποδόθηκε από", fr: "a été attribué par", pt: "foi atribuído por", ru: "был присвоен посредством"},
1554
+ range: "http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment",
1555
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by",
1556
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1555
1557
  property :P43_has_dimension,
1556
- comment: "This property records a E54 Dimension of some E70 Thing.\nIt is a shortcut of the more fully developed path from E70 Thing through P39 measured (was measured by), E16 Measurement P40 observed dimension (was observed in) to E54 Dimension. It offers no information about how and when an E54 Dimension was established, nor by whom.\nAn instance of E54 Dimension is specific to an instance of E70 Thing.\n".freeze,
1557
- domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
1558
- label: "has dimension".freeze,
1559
- range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
1560
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1558
+ comment: {en: "This property records a E54 Dimension of some E70 Thing.\nIt is a shortcut of the more fully developed path from E70 Thing through P39 measured (was measured by), E16 Measurement P40 observed dimension (was observed in) to E54 Dimension. It offers no information about how and when an E54 Dimension was established, nor by whom.\nAn instance of E54 Dimension is specific to an instance of E70 Thing.\n"},
1559
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
1560
+ label: {en: "has dimension", cn: "有规模数量", de: "hat Dimension", el: "έχει μέγεθος", fr: "a pour dimension", pt: "tem dimensão", ru: "имеет величину"},
1561
+ range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
1562
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1561
1563
  property :P43i_is_dimension_of,
1562
- domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
1563
- label: "is dimension of".freeze,
1564
- range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing".freeze,
1565
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1564
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
1565
+ label: {en: "is dimension of", cn: "估量的标的物是", de: "ist Dimension von", el: "είναι μέγεθος του", fr: "est dimension de", pt: "é dimensão de", ru: "является величиной для"},
1566
+ range: "http://www.cidoc-crm.org/cidoc-crm/E70_Thing",
1567
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1566
1568
  property :P44_has_condition,
1567
- comment: "This property records an E3 Condition State for some E18 Physical Thing.\nIt is a shortcut of the more fully developed path from E18 Physical Thing through P34 concerned (was assessed by), E14 Condition Assessment P35 has identified (was identified by) 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 Physical Thing.\n".freeze,
1568
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1569
- label: "has condition".freeze,
1570
- range: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State".freeze,
1571
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1569
+ comment: {en: "This property records an E3 Condition State for some E18 Physical Thing.\nIt is a shortcut of the more fully developed path from E18 Physical Thing through P34 concerned (was assessed by), E14 Condition Assessment P35 has identified (was identified by) 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 Physical Thing.\n"},
1570
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1571
+ label: {en: "has condition", cn: "有状态", de: "hat Zustand", el: "έχει κατάσταση", fr: "a pour état matériel", pt: "tem estado material ", ru: "имеет условие"},
1572
+ range: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
1573
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1572
1574
  property :P44i_is_condition_of,
1573
- domain: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State".freeze,
1574
- label: "is condition of".freeze,
1575
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1576
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1575
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
1576
+ label: {en: "is condition of", cn: "描述的标的物是", de: "ist Zustand von", el: "είναι κατάσταση του", fr: "état matériel de", pt: "estado material de", ru: "является условием для"},
1577
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1578
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1577
1579
  property :P45_consists_of,
1578
- 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".freeze,
1579
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1580
- label: "consists of".freeze,
1581
- range: "http://www.cidoc-crm.org/cidoc-crm/E57_Material".freeze,
1582
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1580
+ comment: {en: "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"},
1581
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1582
+ label: {en: "consists of", cn: "有构成材料", de: "besteht aus", el: "αποτελείται από", fr: "consiste en", pt: "consiste de", ru: "составлен из"},
1583
+ range: "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
1584
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1583
1585
  property :P45i_is_incorporated_in,
1584
- domain: "http://www.cidoc-crm.org/cidoc-crm/E57_Material".freeze,
1585
- label: "is incorporated in".freeze,
1586
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1587
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1586
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
1587
+ label: {en: "is incorporated in", cn: "被用来构成", de: "ist enthalten in", el: "είναι ενσωματωμένος/η/ο σε", fr: "est présent dans", pt: "está presente em", ru: "входит в состав"},
1588
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1589
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1588
1590
  property :P46_is_composed_of,
1589
- comment: "This property allows instances of E18 Physical Thing to be analysed into component elements.\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.\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 Materials of which an item of E18 Physical Thing is composed should be documented using P45 consists of (is incorporated in).\n".freeze,
1590
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1591
- label: "is composed of".freeze,
1592
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1593
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1591
+ comment: {en: "This property allows instances of E18 Physical Thing to be analysed into component elements.\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.\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 Materials of which an item of E18 Physical Thing is composed should be documented using P45 consists of (is incorporated in).\n"},
1592
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1593
+ label: {en: "is composed of", cn: "有组件", de: "ist zusammengesetzt aus", el: "αποτελείται από", fr: "est composée de", pt: "é composto de", ru: "составлен из"},
1594
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1595
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1594
1596
  property :P46i_forms_part_of,
1595
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1596
- label: "forms part of".freeze,
1597
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1598
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1597
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1598
+ label: {en: "forms part of", cn: "被用来组成", de: "bildet Teil von", el: "αποτελεί μέρος του/της", fr: "fait partie de", pt: "faz parte de", ru: "формирует часть"},
1599
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1600
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1599
1601
  property :P48_has_preferred_identifier,
1600
- comment: "This property records the preferred 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 CRM instance.\nP48 has preferred identifier (is preferred identifier of), is a shortcut for the path from E1 CRM Entity through P140 assigned attribute to (was attributed by), E15 Identifier Assignment, P37 assigned (was assigned by) to E42 Identifier. The fact that an identifier is a preferred one for an organisation can be better expressed in a context independent form by assigning a suitable E55 Type to the respective instance of E15 Identifier Assignment using the P2 has type property.\n".freeze,
1601
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1602
- label: "has preferred identifier".freeze,
1603
- range: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier".freeze,
1604
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by".freeze,
1605
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1602
+ comment: {en: "This property records the preferred 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 CRM instance.\nP48 has preferred identifier (is preferred identifier of), is a shortcut for the path from E1 CRM Entity through P140 assigned attribute to (was attributed by), E15 Identifier Assignment, P37 assigned (was assigned by) to E42 Identifier. The fact that an identifier is a preferred one for an organisation can be better expressed in a context independent form by assigning a suitable E55 Type to the respective instance of E15 Identifier Assignment using the P2 has type property.\n"},
1603
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1604
+ label: {en: "has preferred identifier", cn: "有首选标识符", de: "hat bevorzugtes Kennzeichen", el: "έχει προτιμώμενο αναγνωριστικό", fr: "a pour identificateur retenu", pt: "tem identificador preferido", ru: "имеет предпочтительный идентификатор"},
1605
+ range: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier",
1606
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
1607
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1606
1608
  property :P48i_is_preferred_identifier_of,
1607
- domain: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier".freeze,
1608
- label: "is preferred identifier of".freeze,
1609
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1610
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies".freeze,
1611
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1609
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E42_Identifier",
1610
+ label: {en: "is preferred identifier of", cn: "首选标识符的标的物是", de: "ist bevorzugtes Kennzeichen für", el: "είναι προτιμώμενο αναγνωριστικό", fr: "est l’identificateur retenu de", pt: "é o identificador preferido de", ru: "является предпочтительным идентификатором для"},
1611
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1612
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
1613
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1612
1614
  property :P49_has_former_or_current_keeper,
1613
- comment: "This property identifies the E39 Actor or Actors who have or have had custody of an instance of E18 Physical Thing at some time. \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. \nP49 has former or current keeper (is former or current keeper of) is a shortcut for the more detailed path from E18 Physical Thing through P30 transferred custody of (custody transferred through), E10 Transfer of Custody, P28 custody surrendered by (surrendered custody through) or P29 custody received by (received custody through) to E39 Actor.\n".freeze,
1614
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1615
- label: "has former or current keeper".freeze,
1616
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1617
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1615
+ comment: {en: "This property identifies the E39 Actor or Actors who have or have had custody of an instance of E18 Physical Thing at some time. \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. \nP49 has former or current keeper (is former or current keeper of) is a shortcut for the more detailed path from E18 Physical Thing through P30 transferred custody of (custody transferred through), E10 Transfer of Custody, P28 custody surrendered by (surrendered custody through) or P29 custody received by (received custody through) to E39 Actor.\n"},
1616
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1617
+ label: {en: "has former or current keeper", cn: "有前任或现任保管者", de: "hat früheren oder derzeitigen Betreuer", el: "είναι ή ήταν στην κατοχή του", fr: "est ou a été détenu par", pt: "é ou foi guardada por", ru: "имеет бывшего или текущего смотрителя"},
1618
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1619
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1618
1620
  property :P49i_is_former_or_current_keeper_of,
1619
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1620
- label: "is former or current keeper of".freeze,
1621
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1622
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1621
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1622
+ label: {en: "is former or current keeper of", cn: "目前或曾经保管", de: "ist früherer oder derzeitiger Betreuer von", el: "κατέχει ή κατείχε", fr: "est ou a été détenteur de", pt: "é ou foi guardador de", ru: "является бывшим или текущим смотрителем для"},
1623
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1624
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1623
1625
  property :"P4_has_time-span",
1624
- comment: "This property describes the temporal confinement of an instance of an E2 Temporal Entity.\nThe related E52 Time-Span is understood as the real Time-Span during which the phenomena were active, which make up the temporal entity instance. It does not convey any other meaning than a positioning on the “time-line” of chronology. The Time-Span in turn is approximated by a set of dates (E61 Time Primitive). A temporal entity can have in reality only one Time-Span, but there may exist alternative opinions about it, which we would express by assigning multiple Time-Spans. Related temporal entities may share a Time-Span. Time-Spans may have completely unknown dates but other descriptions by which we can infer knowledge.\n".freeze,
1625
- domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
1626
- label: "has time-span".freeze,
1627
- range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1628
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1626
+ comment: {en: "This property describes the temporal confinement of an instance of an E2 Temporal Entity.\nThe related E52 Time-Span is understood as the real Time-Span during which the phenomena were active, which make up the temporal entity instance. It does not convey any other meaning than a positioning on the “time-line” of chronology. The Time-Span in turn is approximated by a set of dates (E61 Time Primitive). A temporal entity can have in reality only one Time-Span, but there may exist alternative opinions about it, which we would express by assigning multiple Time-Spans. Related temporal entities may share a Time-Span. Time-Spans may have completely unknown dates but other descriptions by which we can infer knowledge.\n"},
1627
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
1628
+ label: {en: "has time-span", cn: "发生时段是", de: "hat Zeitspanne", el: "βρισκόταν σε εξέλιξη", fr: "a pour durée", pt: "tem período de tempo", ru: "имеет временной отрезок"},
1629
+ range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1630
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1629
1631
  property :"P4i_is_time-span_of",
1630
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1631
- label: "is time-span of".freeze,
1632
- range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity".freeze,
1633
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1632
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1633
+ label: {en: "is time-span of", cn: "开始并完成了", de: "ist Zeitspanne von", el: "είναι χρονικό διάστημα του/της", fr: "est la durée de", pt: "é o período de tempo de", ru: "является временным отрезком для"},
1634
+ range: "http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity",
1635
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1634
1636
  property :P50_has_current_keeper,
1635
- comment: "This property identifies the E39 Actor or Actors who 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.\n\tP50 has current keeper (is current keeper of) is a shortcut for the more detailed path from E18 Physical Thing through P30 transferred custody of (custody transferred through), E10 Transfer of Custody, P29 custody received by (received custody through) to E39 Actor.\n".freeze,
1636
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1637
- label: "has current keeper".freeze,
1638
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1639
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P49_has_former_or_current_keeper".freeze,
1640
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1637
+ comment: {en: "This property identifies the E39 Actor or Actors who 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.\n\tP50 has current keeper (is current keeper of) is a shortcut for the more detailed path from E18 Physical Thing through P30 transferred custody of (custody transferred through), E10 Transfer of Custody, P29 custody received by (received custody through) to E39 Actor.\n"},
1638
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1639
+ label: {en: "has current keeper", cn: "有现任保管者", de: "hat derzeitigen Betreuer", el: "είναι στην κατοχή του", fr: "est actuellement détenu par", pt: "é guardada por", ru: "имеет текущего смотрителя"},
1640
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1641
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P49_has_former_or_current_keeper",
1642
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1641
1643
  property :P50i_is_current_keeper_of,
1642
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1643
- label: "is current keeper of".freeze,
1644
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1645
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P49i_is_former_or_current_keeper_of".freeze,
1646
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1644
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1645
+ label: {en: "is current keeper of", cn: "目前保管", de: "ist derzeitiger Betreuer von", el: "κατέχει", fr: "est actuel détenteur de", pt: "é guardador de", ru: "является текущим смотрителем для"},
1646
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1647
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P49i_is_former_or_current_keeper_of",
1648
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1647
1649
  property :P51_has_former_or_current_owner,
1648
- comment: "This property identifies the E39 Actor that is or has 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. P51 has former or current owner (is former or current owner of) is a shortcut for the more detailed path from E18 Physical Thing through P24 transferred title of (changed ownership through), E8 Acquisition, P23 transferred title from (surrendered title through), or P22 transferred title to (acquired title through) to E39 Actor.\n".freeze,
1649
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1650
- label: "has former or current owner".freeze,
1651
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1652
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1650
+ comment: {en: "This property identifies the E39 Actor that is or has 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. P51 has former or current owner (is former or current owner of) is a shortcut for the more detailed path from E18 Physical Thing through P24 transferred title of (changed ownership through), E8 Acquisition, P23 transferred title from (surrendered title through), or P22 transferred title to (acquired title through) to E39 Actor.\n"},
1651
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1652
+ label: {en: "has former or current owner", cn: "有前任或现任物主", de: "hat früheren oder derzeitigen Besitzer ", el: "έχει ή είχε ιδιοκτήτη", fr: "est ou a été possédée par", pt: "é ou foi propriedade de", ru: "имеет бывшего или текущего владельца"},
1653
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1654
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1653
1655
  property :P51i_is_former_or_current_owner_of,
1654
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1655
- label: "is former or current owner of".freeze,
1656
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1657
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1656
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1657
+ label: {en: "is former or current owner of", cn: "目前或曾经拥有", de: "ist früherer oder derzeitiger Besitzer von", el: "είναι ή ήταν ιδιοκτήτης του/της", fr: "est ou a été propriétaire de", pt: "é ou foi proprietário de", ru: "является бывшим или текущим владельцем для"},
1658
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1659
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1658
1660
  property :P52_has_current_owner,
1659
- comment: "This property identifies the E21 Person, E74 Group or E40 Legal Body 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.\nP52 has current owner (is current owner of) is a shortcut for the more detailed path from E18 Physical Thing through P24 transferred title of (changed ownership through), E8 Acquisition, P22 transferred title to (acquired title through) to E39 Actor, if and only if this acquisition event is the most recent.\n".freeze,
1660
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1661
- label: "has current owner".freeze,
1662
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1663
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P105_right_held_by".freeze, "http://www.cidoc-crm.org/cidoc-crm/P51_has_former_or_current_owner".freeze],
1664
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1661
+ comment: {en: "This property identifies the E21 Person, E74 Group or E40 Legal Body 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.\nP52 has current owner (is current owner of) is a shortcut for the more detailed path from E18 Physical Thing through P24 transferred title of (changed ownership through), E8 Acquisition, P22 transferred title to (acquired title through) to E39 Actor, if and only if this acquisition event is the most recent.\n"},
1662
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1663
+ label: {en: "has current owner", cn: "有现任物主", de: "hat derzeitigen Besitzer", el: "έχει ιδιοκτήτη", fr: "est actuellement possédée par", pt: "é propriedade de", ru: "имеет текущего владельца"},
1664
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1665
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P105_right_held_by", "http://www.cidoc-crm.org/cidoc-crm/P51_has_former_or_current_owner"],
1666
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1665
1667
  property :P52i_is_current_owner_of,
1666
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1667
- label: "is current owner of".freeze,
1668
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1669
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P105i_has_right_on".freeze, "http://www.cidoc-crm.org/cidoc-crm/P51i_is_former_or_current_owner_of".freeze],
1670
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1668
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1669
+ label: {en: "is current owner of", cn: "目前拥有", de: "ist derzeitiger Besitzer von", el: "είναι ιδιοκτήτης του", fr: "est le propriétaire actuel de", pt: "é proprietário de", ru: "является текущим владельцем для"},
1670
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1671
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P105i_has_right_on", "http://www.cidoc-crm.org/cidoc-crm/P51i_is_former_or_current_owner_of"],
1672
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1671
1673
  property :P53_has_former_or_current_location,
1672
- comment: "This property allows an instance of E53 Place to be associated as the former or current location of an instance of E18 Physical Thing.\nIn the case of E19 Physical Objects, the property does not allow any indication of the Time-Span during which the Physical Object was located at this Place, nor if this is the current location.\nIn the case of immobile objects, the Place would normally correspond to the Place of creation.\nP53 has former or current location (is former or current location of) is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path from E19 Physical Object through P25 moved (moved by), E9 Move, P26 moved to (was destination of) or P27 moved from (was origin of) to E53 Place.\n".freeze,
1673
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1674
- label: "has former or current location".freeze,
1675
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1676
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1674
+ comment: {en: "This property allows an instance of E53 Place to be associated as the former or current location of an instance of E18 Physical Thing.\nIn the case of E19 Physical Objects, the property does not allow any indication of the Time-Span during which the Physical Object was located at this Place, nor if this is the current location.\nIn the case of immobile objects, the Place would normally correspond to the Place of creation.\nP53 has former or current location (is former or current location of) is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path from E19 Physical Object through P25 moved (moved by), E9 Move, P26 moved to (was destination of) or P27 moved from (was origin of) to E53 Place.\n"},
1675
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1676
+ label: {en: "has former or current location", cn: "目前或曾经被置放於", de: "hat früheren oder derzeitigen Standort", el: "βρίσκεται ή βρισκόταν σε", fr: "a ou a eu pour localisation", pt: "é ou foi localizada em", ru: "имеет текущее или бывшее местоположение"},
1677
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1678
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1677
1679
  property :P53i_is_former_or_current_location_of,
1678
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1679
- label: "is former or current location of".freeze,
1680
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1681
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1680
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1681
+ label: {en: "is former or current location of", cn: "目前或曾经被置放了", de: "ist früherer oder derzeitiger Standort von", el: "είναι ή ήταν θέση του", fr: "est ou a été localisation de", pt: "é ou foi localização de", ru: "является текущим или бывшим местоположением для"},
1682
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1683
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1682
1684
  property :P54_has_current_permanent_location,
1683
- 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.\n".freeze,
1684
- domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
1685
- label: "has current permanent location".freeze,
1686
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1687
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1685
+ comment: {en: "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.\n"},
1686
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
1687
+ label: {en: "has current permanent location", cn: "目前的永久位置位於", de: "hat derzeitigen permanenten Standort", el: "έχει μόνιμη θέση", fr: "a actuellement pour localisation à demeure", pt: "é localizado permanentemente em", ru: "имеет текущее постоянное местоположение"},
1688
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1689
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1688
1690
  property :P54i_is_current_permanent_location_of,
1689
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1690
- label: "is current permanent location of".freeze,
1691
- range: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
1692
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1691
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1692
+ label: {en: "is current permanent location of", cn: "目前被用来永久置放", de: "ist derzeitiger permanenter Standort von", el: "είναι μόνιμη θέση του/της", fr: "est actuellement localisation à demeure de", pt: "é localização permanente de", ru: "является текущим постоянным местоположением для"},
1693
+ range: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
1694
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1693
1695
  property :P55_has_current_location,
1694
- comment: "This property records the location of an E19 Physical Object at the time of validity of the record or database containing the statement that uses this property. \n\tThis property is a specialisation of P53 has former or current location (is former or current location of). It indicates that the E53 Place associated with the 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. \nP55 has current location (currently holds) is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path from E19 Physical Object through P25 moved (moved by), E9 Move P26 moved to (was destination of) to E53 Place if and only if this Move is the most recent.\n".freeze,
1695
- domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
1696
- label: "has current location".freeze,
1697
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1698
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P53_has_former_or_current_location".freeze,
1699
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1696
+ comment: {en: "This property records the location of an E19 Physical Object at the time of validity of the record or database containing the statement that uses this property. \n\tThis property is a specialisation of P53 has former or current location (is former or current location of). It indicates that the E53 Place associated with the 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. \nP55 has current location (currently holds) is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path from E19 Physical Object through P25 moved (moved by), E9 Move P26 moved to (was destination of) to E53 Place if and only if this Move is the most recent.\n"},
1697
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
1698
+ label: {en: "has current location", cn: "目前被置放於", de: "hat derzeitigen Standort", el: "βρίσκεται σε", fr: "a pour localisation actuelle", pt: "é localizado em", ru: "в данный момент находится в"},
1699
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1700
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P53_has_former_or_current_location",
1701
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1700
1702
  property :P55i_currently_holds,
1701
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1702
- label: "currently holds".freeze,
1703
- range: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
1704
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P53i_is_former_or_current_location_of".freeze,
1705
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1703
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1704
+ label: {en: "currently holds", cn: "目前置放了", de: "hält derzeitig", el: "είναι θέση του", fr: "est localisation actuelle de", pt: "é localização atual de", ru: "в данный момент содержит"},
1705
+ range: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
1706
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P53i_is_former_or_current_location_of",
1707
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1706
1708
  property :P56_bears_feature,
1707
- comment: "This property links an instance of E19 Physical Object to an instance of E26 Physical Feature that it bears.\nAn E26 Physical Feature can only exist on one object. One object may bear more than one E26 Physical Feature. An E27 Site should be considered as an 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 found on the same E19 Physical Object as A.\nP56 bears feature (is found on) is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path from E19 Physical Object through P59 has section (is located on or\nDefinition of the CIDOC Conceptual Reference Model 149 within), E53 Place, P53 has former or current location (is former or current location of) to E26 Physical Feature.\n".freeze,
1708
- domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
1709
- label: "bears feature".freeze,
1710
- range: "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature".freeze,
1711
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of".freeze,
1712
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1709
+ comment: {en: "This property links an instance of E19 Physical Object to an instance of E26 Physical Feature that it bears.\nAn E26 Physical Feature can only exist on one object. One object may bear more than one E26 Physical Feature. An E27 Site should be considered as an 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 found on the same E19 Physical Object as A.\nP56 bears feature (is found on) is a shortcut. A more detailed representation can make use of the fully developed (i.e. indirect) path from E19 Physical Object through P59 has section (is located on or\nDefinition of the CIDOC Conceptual Reference Model 149 within), E53 Place, P53 has former or current location (is former or current location of) to E26 Physical Feature.\n"},
1710
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
1711
+ label: {en: "bears feature", cn: "有外貌表征", de: "trägt Merkmal", el: "φέρει μόρφωμα", fr: "présente pour caractéristique", pt: "possui característica", ru: "несет признак"},
1712
+ range: "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature",
1713
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of",
1714
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1713
1715
  property :P56i_is_found_on,
1714
- domain: "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature".freeze,
1715
- label: "is found on".freeze,
1716
- range: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
1717
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P46i_forms_part_of".freeze,
1718
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1716
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature",
1717
+ label: {en: "is found on", cn: "被见於", de: "wird gefunden auf", el: "βρίσκεται σε", fr: "se trouve sur", pt: "é encontrada em", ru: "найден на"},
1718
+ range: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
1719
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P46i_forms_part_of",
1720
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1719
1721
  property :P57_has_number_of_parts,
1720
- comment: "This property documents the E60 Number of parts 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.\n".freeze,
1721
- domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object".freeze,
1722
- label: "has number of parts".freeze,
1723
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1724
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1722
+ comment: {en: "This property documents the E60 Number of parts 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.\n"},
1723
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object",
1724
+ label: {en: "has number of parts", cn: "有组件数目", de: "hat Anzahl Teile", el: "έχει αριθμό μερών", fr: "a pour nombre de parties", pt: "tem número de partes", ru: "имеет число частей"},
1725
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1726
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1725
1727
  property :P58_has_section_definition,
1726
- comment: "This property links an area (section) named by a E46 Section Definition to the instance of E18 Physical Thing upon which it is found.\nThe CRM handles sections as locations (instances of E53 Place) within or on E18 Physical Thing that are identified by E46 Section Definitions. Sections need not be discrete and separable components or parts of an object.\nThis is part of a more developed path from E18 Physical Thing through P58, E46 Section Definition, P87 is identified by (identifies) that allows a more precise definition of a location found on an object than the shortcut P59 has section (is located on or within).\nA particular instance of a Section Definition only applies to one instance of Physical Thing.".freeze,
1727
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1728
- label: "has section definition".freeze,
1729
- range: "http://www.cidoc-crm.org/cidoc-crm/E46_Section_Definition".freeze,
1730
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1728
+ comment: {en: "This property links an area (section) named by a E46 Section Definition to the instance of E18 Physical Thing upon which it is found.\nThe CRM handles sections as locations (instances of E53 Place) within or on E18 Physical Thing that are identified by E46 Section Definitions. Sections need not be discrete and separable components or parts of an object.\nThis is part of a more developed path from E18 Physical Thing through P58, E46 Section Definition, P87 is identified by (identifies) that allows a more precise definition of a location found on an object than the shortcut P59 has section (is located on or within).\nA particular instance of a Section Definition only applies to one instance of Physical Thing."},
1729
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1730
+ label: {en: "has section definition", cn: "有区域定义", de: "hat Abschittsdefinition", el: "έχει ορισμό τμήματος", fr: "a pour désignation de section", pt: "tem designação de seção", ru: "имеет определение района"},
1731
+ range: "http://www.cidoc-crm.org/cidoc-crm/E46_Section_Definition",
1732
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1731
1733
  property :P58i_defines_section,
1732
- domain: "http://www.cidoc-crm.org/cidoc-crm/E46_Section_Definition".freeze,
1733
- label: "defines section".freeze,
1734
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1735
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1734
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E46_Section_Definition",
1735
+ label: {en: "defines section", cn: "界定了区域於", de: "definiert Abschitt auf oder von", el: "ορίζει τμήμα σε", fr: "définit une section de", pt: "define uma seção de", ru: "определяет район"},
1736
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1737
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1736
1738
  property :P59_has_section,
1737
- comment: "This property links an area to the instance of E18 Physical Thing upon which it is found.\nIt is typically used when a named E46 Section Definition is not appropriate.\nE18 Physical Thing may be subdivided into arbitrary regions. \nP59 has section (is located on or within) is a shortcut. If the E53 Place is identified by a Section Definition, a more detailed representation can make use of the fully developed (i.e. indirect) path from E18 Physical Thing through P58 has section definition (defines section), E46 Section Definition, P87 is identified by (identifies) to E53 Place. A Place can only be located on or within one Physical Object.\n".freeze,
1738
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1739
- label: "has section".freeze,
1740
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1741
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1739
+ comment: {en: "This property links an area to the instance of E18 Physical Thing upon which it is found.\nIt is typically used when a named E46 Section Definition is not appropriate.\nE18 Physical Thing may be subdivided into arbitrary regions. \nP59 has section (is located on or within) is a shortcut. If the E53 Place is identified by a Section Definition, a more detailed representation can make use of the fully developed (i.e. indirect) path from E18 Physical Thing through P58 has section definition (defines section), E46 Section Definition, P87 is identified by (identifies) to E53 Place. A Place can only be located on or within one Physical Object.\n"},
1740
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1741
+ label: {en: "has section", cn: "有区域", de: "hat Bereich", el: "έχει τομέα", fr: "a pour section", pt: "tem seção", ru: "имеет район"},
1742
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1743
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1742
1744
  property :P59i_is_located_on_or_within,
1743
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1744
- label: "is located on or within".freeze,
1745
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
1746
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1745
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1746
+ label: {en: "is located on or within", cn: "位於", de: "befindet sich auf oder in", el: "βρίσκεται σε ή εντός", fr: "se situe sur ou dans", pt: "está localizada sobre ou dentro de", ru: "находится на или внутри"},
1747
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
1748
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1747
1749
  property :P5_consists_of,
1748
- comment: "This property describes the decomposition of an 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".freeze,
1749
- domain: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State".freeze,
1750
- label: "consists of".freeze,
1751
- range: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State".freeze,
1752
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1750
+ comment: {en: "This property describes the decomposition of an 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"},
1751
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
1752
+ label: {en: "consists of", cn: "包含", de: "besteht aus", el: "αποτελείται από", fr: "consiste en", pt: "consiste de", ru: "состоит из"},
1753
+ range: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
1754
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1753
1755
  property :P5i_forms_part_of,
1754
- domain: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State".freeze,
1755
- label: "forms part of".freeze,
1756
- range: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State".freeze,
1757
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1756
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
1757
+ label: {en: "forms part of", cn: "组成了", de: "bildet Teil von", el: "αποτελεί μέρος του/της", fr: "fait partie de", pt: "faz parte de", ru: "формирует часть"},
1758
+ range: "http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State",
1759
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1758
1760
  property :P62_depicts,
1759
- comment: "This property identifies something that is depicted by an instance of E24 Physical Man-Made Thing.\nThis property is a shortcut of the more fully developed path from E24 Physical Man-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1CRM Entity. P62.1 mode of depiction allows the nature of the depiction to be refined.\n".freeze,
1760
- domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
1761
- label: "depicts".freeze,
1762
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1763
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1761
+ comment: {en: "This property identifies something that is depicted by an instance of E24 Physical Man-Made Thing.\nThis property is a shortcut of the more fully developed path from E24 Physical Man-Made Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has representation) to E1CRM Entity. P62.1 mode of depiction allows the nature of the depiction to be refined.\n"},
1762
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
1763
+ label: {en: "depicts", cn: "描绘", de: "bildet ab", el: "απεικονίζει", fr: "figure", pt: "retrata", ru: "описывает"},
1764
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1765
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1764
1766
  property :P62i_is_depicted_by,
1765
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1766
- label: "is depicted by".freeze,
1767
- range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
1768
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1767
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1768
+ label: {en: "is depicted by", cn: "被描绘於", de: "wird abgebildet durch", el: "απεικονίζεται σε", fr: "est figurée sur", pt: "é retratada por", ru: "описан посредством"},
1769
+ range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
1770
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1769
1771
  property :P65_shows_visual_item,
1770
- comment: "This property documents an E36 Visual Item shown by an instance of E24 Physical Man-Made Thing.\nThis property is similar to P62 depicts (is depicted by) in that it associates an item of E24 Physical Man-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 E36 Visual Item is deemed to represent. 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 from E24 Physical Man-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).\n".freeze,
1771
- domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
1772
- label: "shows visual item".freeze,
1773
- range: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item".freeze,
1774
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P128_carries".freeze,
1775
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1772
+ comment: {en: "This property documents an E36 Visual Item shown by an instance of E24 Physical Man-Made Thing.\nThis property is similar to P62 depicts (is depicted by) in that it associates an item of E24 Physical Man-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 E36 Visual Item is deemed to represent. 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 from E24 Physical Man-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).\n"},
1773
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
1774
+ label: {en: "shows visual item", cn: "显示视觉项目", de: "zeigt Bildliches", el: "εμφανίζει οπτικό στοιχείο", fr: "présente l'item visuel", pt: "apresenta item visual", ru: "показывает визуальный предмет"},
1775
+ range: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item",
1776
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P128_carries",
1777
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1776
1778
  property :P65i_is_shown_by,
1777
- domain: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item".freeze,
1778
- label: "is shown by".freeze,
1779
- range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing".freeze,
1780
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P128i_is_carried_by".freeze,
1781
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1779
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item",
1780
+ label: {en: "is shown by", cn: "被显示於", de: "wird gezeigt durch", el: "εμφανίζεται σε", fr: "est présenté par", pt: "é apresentado por", ru: "показан посредством"},
1781
+ range: "http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing",
1782
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P128i_is_carried_by",
1783
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1782
1784
  property :P67_refers_to,
1783
- comment: "This property documents that an 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 E89 Propositional Object.\n".freeze,
1784
- domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1785
- label: "refers to".freeze,
1786
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1787
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1785
+ comment: {en: "This property documents that an 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 E89 Propositional Object.\n"},
1786
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1787
+ label: {en: "refers to", cn: "论及", de: "verweist auf", el: "αναφέρεται σε", fr: "fait référence à", pt: "referencia", ru: "ссылается на"},
1788
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1789
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1788
1790
  property :P67i_is_referred_to_by,
1789
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1790
- label: "is referred to by".freeze,
1791
- range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object".freeze,
1792
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1791
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1792
+ label: {en: "is referred to by", cn: "被论及於", de: "wird angeführt von", el: "αναφέρεται από", fr: "est référencé par", pt: "é referenciado por", ru: "имеет ссылку на себя от"},
1793
+ range: "http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object",
1794
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1793
1795
  property :P68_foresees_use_of,
1794
- comment: "This property identifies an E57 Material foreseeen to be used by an E29 Design or Procedure. \nE29 Designs and procedures commonly foresee the use of particular E57 Materials. 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 E57 Materials that were used on a particular occasion when an instance of E29 Design or Procedure was executed.\n".freeze,
1795
- domain: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure".freeze,
1796
- label: "foresees use of".freeze,
1797
- range: "http://www.cidoc-crm.org/cidoc-crm/E57_Material".freeze,
1798
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to".freeze,
1799
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1796
+ comment: {en: "This property identifies an E57 Material foreseeen to be used by an E29 Design or Procedure. \nE29 Designs and procedures commonly foresee the use of particular E57 Materials. 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 E57 Materials that were used on a particular occasion when an instance of E29 Design or Procedure was executed.\n"},
1797
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure",
1798
+ label: {en: "foresees use of", cn: "指定使用材料", de: " sieht den Gebrauch vor von", el: "συνήθως χρησιμοποιεί", fr: "utilise habituellement", pt: "normalmente emprega", ru: "обычно применяет"},
1799
+ range: "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
1800
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to",
1801
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1800
1802
  property :P68i_use_foreseen_by,
1801
- domain: "http://www.cidoc-crm.org/cidoc-crm/E57_Material".freeze,
1802
- label: "use foreseen by".freeze,
1803
- range: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure".freeze,
1804
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by".freeze,
1805
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1803
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E57_Material",
1804
+ label: {en: "use foreseen by", cn: "被指定使用於", de: "vorgesehen für Gebrauch durch defined", el: "συνήθως χρησιμοποιείται από", fr: "est habituellement utilisé par", pt: "é empregado por", ru: "обычно используется посредством"},
1805
+ range: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure",
1806
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by",
1807
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1806
1808
  property :P69_is_associated_with,
1807
- 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.\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.\n".freeze,
1808
- domain: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure".freeze,
1809
- label: "is associated with".freeze,
1810
- range: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure".freeze,
1811
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1809
+ comment: {en: "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.\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.\n"},
1810
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure",
1811
+ label: {en: "is associated with", cn: "相关於", de: "ist verbunden mit", el: "σχετίζεται με", fr: "est associée à", pt: "é associado com", ru: "ассоциирован с"},
1812
+ range: "http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure",
1813
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1812
1814
  property :P70_documents,
1813
- comment: "This property describes the CRM Entities documented by instances of E31 Document.\nDocuments may describe any conceivable entity, hence the link to the highest-level entity in the CRM hierarchy. This property is intended for cases where a reference is regarded as being of a documentary character, in the scholarly or scientific sense.\n".freeze,
1814
- domain: "http://www.cidoc-crm.org/cidoc-crm/E31_Document".freeze,
1815
- label: "documents".freeze,
1816
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1817
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to".freeze,
1818
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1815
+ comment: {en: "This property describes the CRM Entities documented by instances of E31 Document.\nDocuments may describe any conceivable entity, hence the link to the highest-level entity in the CRM hierarchy. This property is intended for cases where a reference is regarded as being of a documentary character, in the scholarly or scientific sense.\n"},
1816
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E31_Document",
1817
+ label: {en: "documents", cn: "记录了", de: "belegt", el: "τεκμηριώνει", fr: "mentionne", pt: "documenta", ru: "документирует"},
1818
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1819
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to",
1820
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1819
1821
  property :P70i_is_documented_in,
1820
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1821
- label: "is documented in".freeze,
1822
- range: "http://www.cidoc-crm.org/cidoc-crm/E31_Document".freeze,
1823
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by".freeze,
1824
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1822
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1823
+ label: {en: "is documented in", cn: "被记录於", de: "wird belegt in", el: "τεκμηριώνεται σε", fr: "est mentionnée dans", pt: "é documentado em", ru: "документирован в"},
1824
+ range: "http://www.cidoc-crm.org/cidoc-crm/E31_Document",
1825
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by",
1826
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1825
1827
  property :P71_lists,
1826
- comment: "This property documents a source E32 Authority Document for an instance of an E1 CRM Entity.\n".freeze,
1827
- domain: "http://www.cidoc-crm.org/cidoc-crm/E32_Authority_Document".freeze,
1828
- label: "lists".freeze,
1829
- range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1830
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to".freeze,
1831
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1828
+ comment: {en: "This property documents a source E32 Authority Document for an instance of an E1 CRM Entity.\n"},
1829
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E32_Authority_Document",
1830
+ label: {en: "lists", cn: "条列出", de: "listet", el: "περιλαμβάνει", fr: "définit", pt: "define", ru: "перечисляет"},
1831
+ range: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1832
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67_refers_to",
1833
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1832
1834
  property :P71i_is_listed_in,
1833
- domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity".freeze,
1834
- label: "is listed in".freeze,
1835
- range: "http://www.cidoc-crm.org/cidoc-crm/E32_Authority_Document".freeze,
1836
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by".freeze,
1837
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1835
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity",
1836
+ label: {en: "is listed in", cn: "被条列於", de: "wird aufgelistet in", el: "περιλαμβάνεται σε", fr: "est défini par", pt: "é definido por", ru: "перечислен в"},
1837
+ range: "http://www.cidoc-crm.org/cidoc-crm/E32_Authority_Document",
1838
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by",
1839
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1838
1840
  property :P72_has_language,
1839
- comment: "This property describes the E56 Language of an E33 Linguistic Object. \nLinguistic Objects are composed in one or more human Languages. This property allows these languages to be documented.\n".freeze,
1840
- domain: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object".freeze,
1841
- label: "has language".freeze,
1842
- range: "http://www.cidoc-crm.org/cidoc-crm/E56_Language".freeze,
1843
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1841
+ comment: {en: "This property describes the E56 Language of an E33 Linguistic Object. \nLinguistic Objects are composed in one or more human Languages. This property allows these languages to be documented.\n"},
1842
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object",
1843
+ label: {en: "has language", cn: "使用语言", de: "hat Sprache", el: "έχει γλώσσα", fr: "est en langue", pt: "é da língua ", ru: "имеет язык"},
1844
+ range: "http://www.cidoc-crm.org/cidoc-crm/E56_Language",
1845
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1844
1846
  property :P72i_is_language_of,
1845
- domain: "http://www.cidoc-crm.org/cidoc-crm/E56_Language".freeze,
1846
- label: "is language of".freeze,
1847
- range: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object".freeze,
1848
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1847
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E56_Language",
1848
+ label: {en: "is language of", cn: "被用来撰写", de: "ist Sprache von", el: "είναι γλώσσα του/της", fr: "est la langue de", pt: "é a língua de", ru: "является языком для"},
1849
+ range: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object",
1850
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1849
1851
  property :P73_has_translation,
1850
- comment: "This property describes the source and target of instances of E33Linguistic Object involved in a translation.\nWhen a Linguistic Object is translated into a new language it becomes a new Linguistic Object, despite being conceptually similar to the source object.\n".freeze,
1851
- domain: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object".freeze,
1852
- label: "has translation".freeze,
1853
- range: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object".freeze,
1854
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P130_shows_features_of".freeze,
1855
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1852
+ comment: {en: "This property describes the source and target of instances of E33Linguistic Object involved in a translation.\nWhen a Linguistic Object is translated into a new language it becomes a new Linguistic Object, despite being conceptually similar to the source object.\n"},
1853
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object",
1854
+ label: {en: "has translation", cn: "有译文", de: "hat Übersetzung", el: "έχει μετάφραση", fr: "a pour traduction", pt: "tem tradução", ru: "имеет перевод"},
1855
+ range: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object",
1856
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P130_shows_features_of",
1857
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1856
1858
  property :P73i_is_translation_of,
1857
- domain: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object".freeze,
1858
- label: "is translation of".freeze,
1859
- range: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object".freeze,
1860
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P130i_features_are_also_found_on".freeze,
1861
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1859
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object",
1860
+ label: {en: "is translation of", cn: "翻译自", de: "ist Übersetzung von", el: "είναι μετάφραση του/της", fr: "est la traduction de", pt: "é tradução de", ru: "является переводом"},
1861
+ range: "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object",
1862
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P130i_features_are_also_found_on",
1863
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1862
1864
  property :P74_has_current_or_former_residence,
1863
- comment: "This property describes the current or former E53 Place of residence of an E39 Actor. \nThe residence may be either the Place where the Actor resides, or a legally registered address of any kind.\n".freeze,
1864
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1865
- label: "has current or former residence".freeze,
1866
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1867
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1865
+ comment: {en: "This property describes the current or former E53 Place of residence of an E39 Actor. \nThe residence may be either the Place where the Actor resides, or a legally registered address of any kind.\n"},
1866
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1867
+ label: {en: "has current or former residence", cn: "目前或曾经居住於", de: "hat derzeitigen oder früheren Sitz", el: "έχει ή είχε κατοικία", fr: "réside ou a résidé à", pt: "reside ou residiu em", ru: "имеет текущее или бывшее местожительства"},
1868
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1869
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1868
1870
  property :P74i_is_current_or_former_residence_of,
1869
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1870
- label: "is current or former residence of".freeze,
1871
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1872
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1871
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1872
+ label: {en: "is current or former residence of", cn: "历年来的居住者包括", de: "ist derzeitiger oder früherer Sitz von", el: "είναι ή ήταν κατοικία του/της", fr: "est ou a été la résidence de", pt: "é ou foi residência de", ru: "является текущим или бывшим местом жительства для"},
1873
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1874
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1873
1875
  property :P75_possesses,
1874
- comment: "This property identifies former or current instances of E30 Rights held by an E39 Actor.".freeze,
1875
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1876
- label: "possesses".freeze,
1877
- range: "http://www.cidoc-crm.org/cidoc-crm/E30_Right".freeze,
1878
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1876
+ comment: {en: "This property identifies former or current instances of E30 Rights held by an E39 Actor."},
1877
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1878
+ label: {en: "possesses", cn: "拥有", de: "besitzt", el: "κατέχει", fr: "est détenteur de", pt: "é detentor de", ru: "владеет"},
1879
+ range: "http://www.cidoc-crm.org/cidoc-crm/E30_Right",
1880
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1879
1881
  property :P75i_is_possessed_by,
1880
- domain: "http://www.cidoc-crm.org/cidoc-crm/E30_Right".freeze,
1881
- label: "is possessed by".freeze,
1882
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1883
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1882
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E30_Right",
1883
+ label: {en: "is possessed by", cn: "有拥有者", de: "sind im Besitz von", el: "κατέχεται από", fr: "est détenu par", pt: "são detidos por", ru: "принадлежит"},
1884
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1885
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1884
1886
  property :P76_has_contact_point,
1885
- comment: "This property identifies an E51 Contact Point of any type that provides access to an E39 Actor by any communication method, such as e-mail or fax.\n".freeze,
1886
- domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1887
- label: "has contact point".freeze,
1888
- range: "http://www.cidoc-crm.org/cidoc-crm/E51_Contact_Point".freeze,
1889
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1887
+ comment: {en: "This property identifies an E51 Contact Point of any type that provides access to an E39 Actor by any communication method, such as e-mail or fax.\n"},
1888
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1889
+ label: {en: "has contact point", cn: "有联系方式", de: "hat Kontaktpunkt", el: "έχει σημείο επικοινωνίας", fr: "a pour coordonnées individuelles", pt: "possui ponto de contato", ru: "имеет контакт"},
1890
+ range: "http://www.cidoc-crm.org/cidoc-crm/E51_Contact_Point",
1891
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1890
1892
  property :P76i_provides_access_to,
1891
- domain: "http://www.cidoc-crm.org/cidoc-crm/E51_Contact_Point".freeze,
1892
- label: "provides access to".freeze,
1893
- range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor".freeze,
1894
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1893
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E51_Contact_Point",
1894
+ label: {en: "provides access to", cn: "被用来联系", de: "bietet Zugang zu", el: "παρέχει πρόσβαση σε", fr: "permettent de contacter", pt: "é ponto de contado de", ru: "предоставляет доступ к"},
1895
+ range: "http://www.cidoc-crm.org/cidoc-crm/E39_Actor",
1896
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1895
1897
  property :P78_is_identified_by,
1896
- comment: "This property identifies an E52 Time-Span using an E49Time Appellation.".freeze,
1897
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1898
- label: "is identified by".freeze,
1899
- range: "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation".freeze,
1900
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by".freeze,
1901
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1898
+ comment: {en: "This property identifies an E52 Time-Span using an E49Time Appellation."},
1899
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1900
+ label: {en: "is identified by", cn: "有识别称号", de: "wird bezeichnet als", el: "αναγνωρίζεται ως", fr: "est identifiée par", pt: "é identificado por ", ru: "идентифицируется посредством"},
1901
+ range: "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation",
1902
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
1903
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1902
1904
  property :P78i_identifies,
1903
- domain: "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation".freeze,
1904
- label: "identifies".freeze,
1905
- range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1906
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies".freeze,
1907
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1905
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation",
1906
+ label: {en: "identifies", cn: "被用来识别", de: "bezeichnet", el: "είναι αναγνωριστικό", fr: "identifie", pt: "identifica", ru: "идентифицирует"},
1907
+ range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1908
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
1909
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1908
1910
  property :P79_beginning_is_qualified_by,
1909
- comment: "This property qualifies the beginning of an E52 Time-Span in some way. \nThe nature of the qualification may be certainty, precision, source etc.\n".freeze,
1910
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1911
- label: "beginning is qualified by".freeze,
1912
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1913
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P3_has_note".freeze,
1914
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1911
+ comment: {en: "This property qualifies the beginning of an E52 Time-Span in some way. \nThe nature of the qualification may be certainty, precision, source etc.\n"},
1912
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1913
+ label: {en: "beginning is qualified by", cn: "起点认定的性质是", de: "hat Anfangsbegründung", el: "αρχή προσδιορίζεται από", fr: "début est qualifié par", pt: "início é qualificado por", ru: "начало ограничено"},
1914
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1915
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
1916
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1915
1917
  property :P7_took_place_at,
1916
- comment: "This property describes the spatial location of an instance of E4 Period. \nThe related E53 Place should be seen as an approximation of the geographical area within which the phenomena that characterise the period in question occurred. P7took place at (witnessed) does not convey any meaning other than spatial positioning (generally on the surface of the earth). For example, the period “R?volution fran?aise” can be said to have taken place in “France”, the “Victorian” period, may be said to have taken place in “Britain” and its colonies, as well as other parts of Europe and north America.\nA period can take place at multiple locations.\n".freeze,
1917
- domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
1918
- label: "took place at".freeze,
1919
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1920
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1918
+ comment: {en: "This property describes the spatial location of an instance of E4 Period. \nThe related E53 Place should be seen as an approximation of the geographical area within which the phenomena that characterise the period in question occurred. P7took place at (witnessed) does not convey any meaning other than spatial positioning (generally on the surface of the earth). For example, the period “R?volution fran?aise” can be said to have taken place in “France”, the “Victorian” period, may be said to have taken place in “Britain” and its colonies, as well as other parts of Europe and north America.\nA period can take place at multiple locations.\n"},
1919
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
1920
+ label: {en: "took place at", cn: "发生地在", de: "fand statt in", el: "έλαβε χώρα σε", fr: "a eu lieu dans", pt: "ocorreu em", ru: "совершался на"},
1921
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1922
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1921
1923
  property :P7i_witnessed,
1922
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
1923
- label: "witnessed".freeze,
1924
- range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
1925
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1924
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
1925
+ label: {en: "witnessed", cn: "发生过", de: "bezeugte", el: "υπήρξε τόπος του", fr: "a été témoin de", pt: "testemunhou", ru: "был местом совершения"},
1926
+ range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
1927
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1926
1928
  property :P80_end_is_qualified_by,
1927
- comment: "This property qualifies the end of an E52 Time-Span in some way. \nThe nature of the qualification may be certainty, precision, source etc.\n".freeze,
1928
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1929
- label: "end is qualified by".freeze,
1930
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1931
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P3_has_note".freeze,
1932
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1929
+ comment: {en: "This property qualifies the end of an E52 Time-Span in some way. \nThe nature of the qualification may be certainty, precision, source etc.\n"},
1930
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1931
+ label: {en: "end is qualified by", cn: "终点认定的性质是", de: "hat Begründung des Endes", el: "τέλος προσδιορίζεται από", fr: "fin est qualifiée par", pt: "final é qualificado por", ru: "конец ограничен"},
1932
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1933
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P3_has_note",
1934
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1933
1935
  property :P81_ongoing_throughout,
1934
- comment: "This property describes the minimum period of time covered by an E52 Time-Span.\nSince Time-Spans may not have precisely known temporal extents, the 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 CRM as application or system specific date intervals, and are not further analysed.\n".freeze,
1935
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1936
- label: "ongoing throughout".freeze,
1937
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1938
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1936
+ comment: {en: "This property describes the minimum period of time covered by an E52 Time-Span.\nSince Time-Spans may not have precisely known temporal extents, the 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 CRM as application or system specific date intervals, and are not further analysed.\n"},
1937
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1938
+ label: {en: "ongoing throughout", cn: "时段的数值至少涵盖", de: "andauernd während", el: "καθόλη τη διάρκεια του/της", fr: "couvre au moins", pt: "abrange no mínimo", ru: "длится в течение"},
1939
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1940
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1939
1941
  property :P81a_end_of_the_begin,
1940
- comment: "This is defined as the first boundary of the property P81".freeze,
1941
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1942
- label: "end of the begin".freeze,
1943
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
1944
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P81_ongoing_throughout".freeze,
1945
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1942
+ comment: {en: "This is defined as the first boundary of the property P81"},
1943
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1944
+ label: {en: "end of the begin", de: "Ende des Anfangs", el: "τέλος της αρχής", fr: "fin du début", pt: "fim do início", ru: "конец начала"},
1945
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
1946
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P81_ongoing_throughout",
1947
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1946
1948
  property :P81b_begin_of_the_end,
1947
- comment: "This is defined as the second boundary of the property P81".freeze,
1948
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1949
- label: "begin of the end".freeze,
1950
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
1951
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P81_ongoing_throughout".freeze,
1952
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1949
+ comment: {en: "This is defined as the second boundary of the property P81"},
1950
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1951
+ label: {en: "begin of the end", de: "Anfang vom Ende", el: "αρχή του τέλους", fr: "début de la fin", pt: "começar do fim", ru: "начать в конце"},
1952
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
1953
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P81_ongoing_throughout",
1954
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1953
1955
  property :P82_at_some_time_within,
1954
- comment: "This property describes the maximum period of time within which an E52 Time-Span falls.\nSince Time-Spans may not have precisely known temporal extents, the 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 CRM as application or system specific date intervals, and are not further analysed.\n".freeze,
1955
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1956
- label: "at some time within".freeze,
1957
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
1958
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1956
+ comment: {en: "This property describes the maximum period of time within which an E52 Time-Span falls.\nSince Time-Spans may not have precisely known temporal extents, the 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 CRM as application or system specific date intervals, and are not further analysed.\n"},
1957
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1958
+ label: {en: "at some time within", cn: "时段的数值不会超越", de: "irgendwann innerhalb von", el: "κάποτε εντός", fr: "couvre au plus", pt: "abrange no máximo", ru: "некоторое время в течение"},
1959
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1960
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1959
1961
  property :P82a_begin_of_the_begin,
1960
- comment: "This is defined as the first boundary of the property P82".freeze,
1961
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1962
- label: "begin of the begin".freeze,
1963
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
1964
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P82_at_some_time_within".freeze,
1965
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1962
+ comment: {en: "This is defined as the first boundary of the property P82"},
1963
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1964
+ label: {en: "begin of the begin", de: "Anfang des Anfangs", el: "αρχή της αρχής", fr: "début du début", pt: "começar do início", ru: "начать с начала"},
1965
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
1966
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P82_at_some_time_within",
1967
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1966
1968
  property :P82b_end_of_the_end,
1967
- comment: "This is defined as the second boundary of the property P82".freeze,
1968
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1969
- label: "end of the end".freeze,
1970
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
1971
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P82_at_some_time_within".freeze,
1972
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1969
+ comment: {en: "This is defined as the second boundary of the property P82"},
1970
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1971
+ label: {en: "end of the end", de: "Ende vom Ende", el: "τέλος του τέλους", fr: "fin de la fin", pt: "fim do fim", ru: "конец конец"},
1972
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
1973
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P82_at_some_time_within",
1974
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1973
1975
  property :P83_had_at_least_duration,
1974
- comment: "This property describes the minimum length of time covered by an E52 Time-Span. \nIt allows an E52 Time-Span to be associated with an E54 Dimension representing it’s minimum duration (i.e. it’s inner boundary) independent from the actual beginning and end.\n".freeze,
1975
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1976
- label: "had at least duration".freeze,
1977
- range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
1978
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1976
+ comment: {en: "This property describes the minimum length of time covered by an E52 Time-Span. \nIt allows an E52 Time-Span to be associated with an E54 Dimension representing it’s minimum duration (i.e. it’s inner boundary) independent from the actual beginning and end.\n"},
1977
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1978
+ label: {en: "had at least duration", cn: "时间最少持续了", de: "hatte Mindestdauer", el: "είχε ελάχιστη διάρκεια", fr: "a duré au moins", pt: "durou no mínimo", ru: "имеет длительность по крайней мере больше чем"},
1979
+ range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
1980
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1979
1981
  property :P83i_was_minimum_duration_of,
1980
- domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
1981
- label: "was minimum duration of".freeze,
1982
- range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1983
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1982
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
1983
+ label: {en: "was minimum duration of", de: "war Mindestdauer von", el: "είναι ελάχιστη διάρκεια του/της", fr: "a été la durée minimum de", pt: "foi a duração mínima de", ru: "был минимальной длительностью для"},
1984
+ range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1985
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1984
1986
  property :P84_had_at_most_duration,
1985
- comment: "This property describes the maximum length of time covered by an E52 Time-Span. \nIt allows an E52 Time-Span to be associated with an E54 Dimension representing it’s maximum duration (i.e. it’s outer boundary) independent from the actual beginning and end.\n".freeze,
1986
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1987
- label: "had at most duration".freeze,
1988
- range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
1989
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1987
+ comment: {en: "This property describes the maximum length of time covered by an E52 Time-Span. \nIt allows an E52 Time-Span to be associated with an E54 Dimension representing it’s maximum duration (i.e. it’s outer boundary) independent from the actual beginning and end.\n"},
1988
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1989
+ label: {en: "had at most duration", cn: "时间最多持续了", de: "hatte Höchstdauer", el: "είχε μέγιστη διάρκεια", fr: "a duré au plus", pt: "durou no máximo", ru: "имеет длительность меньше чем"},
1990
+ range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
1991
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1990
1992
  property :P84i_was_maximum_duration_of,
1991
- domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
1992
- label: ["".freeze, "was maximum duration of".freeze],
1993
- range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1994
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1993
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
1994
+ label: {en: "", de: "war längste Dauer von", el: "είναι μέγιστη διάρκεια του/της", fr: "a été la durée maximum de", pt: "foi a duração máxima de", ru: "был максимальной длительностью для"},
1995
+ range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
1996
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
1995
1997
  property :P86_falls_within,
1996
- comment: "This property describes the inclusion relationship between two instances of E52 Time-Span.\nThis property supports the notion that a Time-Span’s temporal extent falls within the temporal extent of another Time-Span. It addresses temporal containment only, and no contextual link between the two instances of Time-Span is implied.\n".freeze,
1997
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
1998
- label: "falls within".freeze,
1999
- range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
2000
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
1998
+ comment: {en: "This property describes the inclusion relationship between two instances of E52 Time-Span.\nThis property supports the notion that a Time-Span’s temporal extent falls within the temporal extent of another Time-Span. It addresses temporal containment only, and no contextual link between the two instances of Time-Span is implied.\n"},
1999
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
2000
+ label: {en: "falls within", cn: "时间上被涵盖於", de: "fällt in", el: "περιέχεται σε", fr: "s’insère dans", pt: "está contido em", ru: "содержится в"},
2001
+ range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
2002
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2001
2003
  property :P86i_contains,
2002
- domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
2003
- label: "contains".freeze,
2004
- range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span".freeze,
2005
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2004
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
2005
+ label: {en: "contains", cn: "时间上涵盖了", de: "enthält", el: "περιέχει", fr: "inclut", pt: "contém", ru: "содержит"},
2006
+ range: "http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span",
2007
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2006
2008
  property :P87_is_identified_by,
2007
- comment: "This property identifies an E53 Place using an E44 Place Appellation. \nExamples of Place Appellations used to identify Places include instances of E48 Place Name, addresses, E47 Spatial Coordinates etc.\n".freeze,
2008
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
2009
- label: "is identified by".freeze,
2010
- range: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation".freeze,
2011
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by".freeze,
2012
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2009
+ comment: {en: "This property identifies an E53 Place using an E44 Place Appellation. \nExamples of Place Appellations used to identify Places include instances of E48 Place Name, addresses, E47 Spatial Coordinates etc.\n"},
2010
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
2011
+ label: {en: "is identified by", cn: "有辨认码", de: "wird bezeichnet als", el: "αναγνωρίζεται ως", fr: "est identifié par", pt: "é identificado por", ru: "идентифицируется посредством"},
2012
+ range: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation",
2013
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by",
2014
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2013
2015
  property :P87i_identifies,
2014
- domain: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation".freeze,
2015
- label: "identifies".freeze,
2016
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
2017
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies".freeze,
2018
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2016
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation",
2017
+ label: {en: "identifies", cn: "被用来辨认", de: "bezeichnet", el: "είναι αναγνωριστικό", fr: "identifie", pt: "identifica", ru: "идентифицирует"},
2018
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
2019
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P1i_identifies",
2020
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2019
2021
  property :P89_falls_within,
2020
- comment: "This property identifies an instance of E53 Place that falls wholly within the extent of another E53 Place.\nIt addresses spatial containment only, and does not imply any relationship between things or phenomena occupying these places.\n".freeze,
2021
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
2022
- label: "falls within".freeze,
2023
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
2024
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2022
+ comment: {en: "This property identifies an instance of E53 Place that falls wholly within the extent of another E53 Place.\nIt addresses spatial containment only, and does not imply any relationship between things or phenomena occupying these places.\n"},
2023
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
2024
+ label: {en: "falls within", cn: "空间上被包围於", de: "fällt in", el: "περιέχεται σε", fr: "s’insère dans", pt: "está contido em", ru: "содержится в"},
2025
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
2026
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2025
2027
  property :P89i_contains,
2026
- domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
2027
- label: "contains".freeze,
2028
- range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place".freeze,
2029
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2028
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
2029
+ label: {en: "contains", cn: "空间上包含了", de: "enthält", el: "περιέχει", fr: "inclut", pt: "contém", ru: "содержит"},
2030
+ range: "http://www.cidoc-crm.org/cidoc-crm/E53_Place",
2031
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2030
2032
  property :P8_took_place_on_or_within,
2031
- comment: "This property describes the location of an instance of E4 Period with respect to an E18 Physical Thing.\nP8 took place on or within (witnessed) is a short-cut of a path defining a E53 Place with respect to the geometry of an object. cf. E46 Section Definition.\nThis property is in effect a special case of P7 took place at. It describes a period that can be located with respect to the space defined by an E18 Physical Thing 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.\n".freeze,
2032
- domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
2033
- label: "took place on or within".freeze,
2034
- range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
2035
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2033
+ comment: {en: "This property describes the location of an instance of E4 Period with respect to an E18 Physical Thing.\nP8 took place on or within (witnessed) is a short-cut of a path defining a E53 Place with respect to the geometry of an object. cf. E46 Section Definition.\nThis property is in effect a special case of P7 took place at. It describes a period that can be located with respect to the space defined by an E18 Physical Thing 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.\n"},
2034
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
2035
+ label: {en: "took place on or within", cn: "发生所在物件是", de: "fand statt auf oder innerhalb von ", el: "έλαβε χώρα σε ή εντός", fr: "a eu lieu sur ou dans", pt: "ocorreu em ou dentro", ru: "имел место на или в"},
2036
+ range: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
2037
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2036
2038
  property :P8i_witnessed,
2037
- domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing".freeze,
2038
- label: "witnessed".freeze,
2039
- range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
2040
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2039
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing",
2040
+ label: {en: "witnessed", cn: "发生过", de: "bezeugte", el: "υπήρξε τόπος του", fr: "a été témoin de", pt: "testemunhou", ru: "являлся местом для"},
2041
+ range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
2042
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2041
2043
  property :P90_has_value,
2042
- comment: "This property allows an E54 Dimension to be approximated by an E60 Number primitive.".freeze,
2043
- domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
2044
- label: "has value".freeze,
2045
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
2046
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2044
+ comment: {en: "This property allows an E54 Dimension to be approximated by an E60 Number primitive."},
2045
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
2046
+ label: {en: "has value", cn: "有数值", de: "hat Wert", el: "έχει τιμή", fr: "a la valeur", pt: "tem valor", ru: "имеет значение"},
2047
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2048
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2047
2049
  property :P91_has_unit,
2048
- comment: "This property shows the type of unit an E54 Dimension was expressed in.".freeze,
2049
- domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
2050
- label: "has unit".freeze,
2051
- range: "http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit".freeze,
2052
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2050
+ comment: {en: "This property shows the type of unit an E54 Dimension was expressed in."},
2051
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
2052
+ label: {en: "has unit", cn: "有单位", de: "hat Einheit", el: "έχει μονάδα μέτρησης", fr: "a pour unité", pt: "tem unidade", ru: "имеет единицу"},
2053
+ range: "http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit",
2054
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2053
2055
  property :P91i_is_unit_of,
2054
- domain: "http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit".freeze,
2055
- label: "is unit of".freeze,
2056
- range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension".freeze,
2057
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2056
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit",
2057
+ label: {en: "is unit of", cn: "被当做单位来表示", de: "ist Einheit von", el: "αποτελεί μονάδα μέτρησης του/της", fr: "est l'unité de", pt: "é unidade de", ru: "является единицей для"},
2058
+ range: "http://www.cidoc-crm.org/cidoc-crm/E54_Dimension",
2059
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2058
2060
  property :P92_brought_into_existence,
2059
- comment: "This property allows an E63 Beginning of Existence event to be linked to the E77 Persistent Item brought into existence by it.\nIt allows a “start” to be attached to any Persistent Item being documented i.e. E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation, E51 Contact Point and E55 Type".freeze,
2060
- domain: "http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence".freeze,
2061
- label: "brought into existence".freeze,
2062
- range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
2063
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of".freeze,
2064
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2061
+ comment: {en: "This property allows an E63 Beginning of Existence event to be linked to the E77 Persistent Item brought into existence by it.\nIt allows a “start” to be attached to any Persistent Item being documented i.e. E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation, E51 Contact Point and E55 Type"},
2062
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence",
2063
+ label: {en: "brought into existence", cn: "开始了", de: "brachte in Existenz", el: "γέννησε", fr: "a fait exister", pt: "trouxe à existência", ru: "создал"},
2064
+ range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
2065
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of",
2066
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2065
2067
  property :P92i_was_brought_into_existence_by,
2066
- domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
2067
- label: "was brought into existence by".freeze,
2068
- range: "http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence".freeze,
2069
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at".freeze,
2070
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2068
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
2069
+ label: {en: "was brought into existence by", cn: "被开始於", de: "wurde in Existenz gebracht durch", el: "γεννήθηκε από", fr: "a commencé à exister du fait de", pt: "passou a existir por", ru: "был создан посредством"},
2070
+ range: "http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence",
2071
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at",
2072
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2071
2073
  property :P93_took_out_of_existence,
2072
- comment: "This property allows an E64 End of Existence event to be linked to the E77 Persistent Item taken out of existence by it.\nIn the case of immaterial things, the 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 Persistent Item being documented i.e. E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation, E51 Contact Point and E55 Type. For many Persistent Items we know the maximum life-span and can infer, that they must have ended to exist. We assume in that case an End of Existence, which may be as unnoticeable as forgetting the secret knowledge by the last representative of some indigenous nation.\n".freeze,
2073
- domain: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence".freeze,
2074
- label: "took out of existence".freeze,
2075
- range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
2076
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of".freeze,
2077
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2074
+ comment: {en: "This property allows an E64 End of Existence event to be linked to the E77 Persistent Item taken out of existence by it.\nIn the case of immaterial things, the 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 Persistent Item being documented i.e. E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation, E51 Contact Point and E55 Type. For many Persistent Items we know the maximum life-span and can infer, that they must have ended to exist. We assume in that case an End of Existence, which may be as unnoticeable as forgetting the secret knowledge by the last representative of some indigenous nation.\n"},
2075
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence",
2076
+ label: {en: "took out of existence", cn: "结束了", de: "beendete die Existenz von", el: "αναίρεσε", fr: "a fait cesser d’exister", pt: "cessou a existência de", ru: "положил конец существованию"},
2077
+ range: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
2078
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of",
2079
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2078
2080
  property :P93i_was_taken_out_of_existence_by,
2079
- domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item".freeze,
2080
- label: "was taken out of existence by".freeze,
2081
- range: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence".freeze,
2082
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at".freeze,
2083
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2081
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item",
2082
+ label: {en: "was taken out of existence by", cn: "被结束於", de: "wurde seiner Existenz beraubt durch", el: "αναιρέθηκε από", fr: "a cessé d’exister du fait de", pt: "deixou de existir", ru: "прекратил существование посредством"},
2083
+ range: "http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence",
2084
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at",
2085
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2084
2086
  property :P94_has_created,
2085
- comment: "This property allows a conceptual E65 Creation to be linked to the E28 Conceptual Object created by it. \nIt represents the act of conceiving the intellectual content of the E28 Conceptual Object. It does not represent the act of creating the first physical carrier of the E28 Conceptual Object. As an example, this is the composition of a poem, not its commitment to paper.\n".freeze,
2086
- domain: "http://www.cidoc-crm.org/cidoc-crm/E65_Creation".freeze,
2087
- label: "has created".freeze,
2088
- range: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object".freeze,
2089
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence".freeze,
2090
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2087
+ comment: {en: "This property allows a conceptual E65 Creation to be linked to the E28 Conceptual Object created by it. \nIt represents the act of conceiving the intellectual content of the E28 Conceptual Object. It does not represent the act of creating the first physical carrier of the E28 Conceptual Object. As an example, this is the composition of a poem, not its commitment to paper.\n"},
2088
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E65_Creation",
2089
+ label: {en: "has created", cn: "创造了", de: "hat erschaffen", el: "δημιούργησε", fr: "a créé", pt: "criou", ru: "создал"},
2090
+ range: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object",
2091
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence",
2092
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2091
2093
  property :P94i_was_created_by,
2092
- domain: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object".freeze,
2093
- label: "was created by".freeze,
2094
- range: "http://www.cidoc-crm.org/cidoc-crm/E65_Creation".freeze,
2095
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by".freeze,
2096
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2094
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object",
2095
+ label: {en: "was created by", cn: "被创造於", de: "wurde erschaffen durch", el: "δημιουργήθηκε από", fr: "a été créé par", pt: "foi criado por", ru: "был создан посредством"},
2096
+ range: "http://www.cidoc-crm.org/cidoc-crm/E65_Creation",
2097
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by",
2098
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2097
2099
  property :P95_has_formed,
2098
- comment: "This property links the founding or E66 Formation for an E74 Group with the Group itself.".freeze,
2099
- domain: "http://www.cidoc-crm.org/cidoc-crm/E66_Formation".freeze,
2100
- label: "has formed".freeze,
2101
- range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
2102
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence".freeze,
2103
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2100
+ comment: {en: "This property links the founding or E66 Formation for an E74 Group with the Group itself."},
2101
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E66_Formation",
2102
+ label: {en: "has formed", cn: "组成了", de: "hat gebildet", el: "σχημάτισε", fr: "a fondé", pt: "formou", ru: "сформировал"},
2103
+ range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
2104
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence",
2105
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2104
2106
  property :P95i_was_formed_by,
2105
- domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
2106
- label: "was formed by".freeze,
2107
- range: "http://www.cidoc-crm.org/cidoc-crm/E66_Formation".freeze,
2108
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by".freeze,
2109
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2107
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
2108
+ label: {en: "was formed by", cn: "被组成於", de: "wurde gebildet von", el: "σχηματίστηκε από", fr: "a été fondé par", pt: "foi formado por", ru: "была сформирована посредством"},
2109
+ range: "http://www.cidoc-crm.org/cidoc-crm/E66_Formation",
2110
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by",
2111
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2110
2112
  property :P96_by_mother,
2111
- comment: "This property links an E67 Birth event to an E21 Person as a participant in the role of birth-giving mother.\n\nNote that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The Person being born is linked to the Birth with the property P98 brought into life (was born). This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions. This is a sub-property of P11 had participant (participated in).\n".freeze,
2112
- domain: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth".freeze,
2113
- label: "by mother".freeze,
2114
- range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
2115
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant".freeze,
2116
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2113
+ comment: {en: "This property links an E67 Birth event to an E21 Person as a participant in the role of birth-giving mother.\n\nNote that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The Person being born is linked to the Birth with the property P98 brought into life (was born). This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions. This is a sub-property of P11 had participant (participated in).\n"},
2114
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth",
2115
+ label: {en: "by mother", cn: "来自生母", de: "durch Mutter", el: "είχε μητέρα", fr: "de mère", pt: "pela mãe", ru: "посредством матери"},
2116
+ range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
2117
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11_had_participant",
2118
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2117
2119
  property :P96i_gave_birth,
2118
- domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
2119
- label: "gave birth".freeze,
2120
- range: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth".freeze,
2121
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in".freeze,
2122
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2120
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
2121
+ label: {en: "gave birth", cn: "成为生母於", de: "gebar", el: "ήταν μητέρα του/της", fr: "a donné naissance à", pt: "deu nascimento", ru: "дал рождение"},
2122
+ range: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth",
2123
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in",
2124
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2123
2125
  property :P97_from_father,
2124
- comment: "This property links an E67 Birth event to an 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. \nA Birth event is normally (but not always) associated with one biological father.\n".freeze,
2125
- domain: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth".freeze,
2126
- label: "from father".freeze,
2127
- range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
2128
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2126
+ comment: {en: "This property links an E67 Birth event to an 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. \nA Birth event is normally (but not always) associated with one biological father.\n"},
2127
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth",
2128
+ label: {en: "from father", cn: "来自父亲", de: "gab Vaterschaft", el: "είχε πατέρα", fr: "de père", pt: "pelo pai", ru: "от отца"},
2129
+ range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
2130
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2129
2131
  property :P97i_was_father_for,
2130
- domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
2131
- label: "was father for".freeze,
2132
- range: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth".freeze,
2133
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2132
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
2133
+ label: {en: "was father for", cn: "成为生父於", de: "war Vater für", el: "ήταν πατέρας του/της", fr: "a été père dans", pt: "foi pai para", ru: "был отцом для"},
2134
+ range: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth",
2135
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2134
2136
  property :P98_brought_into_life,
2135
- comment: "This property links an E67Birth event to an E21 Person in the role of offspring.\nTwins, triplets etc. are brought into life by the same Birth event. 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.\n".freeze,
2136
- domain: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth".freeze,
2137
- label: "brought into life".freeze,
2138
- range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
2139
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence".freeze,
2140
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2137
+ comment: {en: "This property links an E67Birth event to an E21 Person in the role of offspring.\nTwins, triplets etc. are brought into life by the same Birth event. 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.\n"},
2138
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth",
2139
+ label: {en: "brought into life", cn: "诞生了", de: "brachte zur Welt", el: "έφερε στη ζωή", fr: "a donné vie à", pt: "trouxe à vida", ru: "породил"},
2140
+ range: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
2141
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence",
2142
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2141
2143
  property :P98i_was_born,
2142
- domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person".freeze,
2143
- label: "was born".freeze,
2144
- range: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth".freeze,
2145
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by".freeze,
2146
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2144
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E21_Person",
2145
+ label: {en: "was born", cn: "诞生於", de: "wurde geboren durch", el: "γεννήθηκε", fr: "est né", pt: "veio à vida pelo", ru: "был рожден"},
2146
+ range: "http://www.cidoc-crm.org/cidoc-crm/E67_Birth",
2147
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by",
2148
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2147
2149
  property :P99_dissolved,
2148
- comment: "This property links the disbanding or E68 Dissolution of an E74 Group to the Group itself.".freeze,
2149
- domain: "http://www.cidoc-crm.org/cidoc-crm/E68_Dissolution".freeze,
2150
- label: "dissolved".freeze,
2151
- range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
2152
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P11_had_participant".freeze, "http://www.cidoc-crm.org/cidoc-crm/P93_took_out_of_existence".freeze],
2153
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2150
+ comment: {en: "This property links the disbanding or E68 Dissolution of an E74 Group to the Group itself."},
2151
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E68_Dissolution",
2152
+ label: {en: "dissolved", cn: "解散了", de: "löste auf", el: "διέλυσε", fr: "a dissous", pt: "dissolveu", ru: "распустил"},
2153
+ range: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
2154
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P11_had_participant", "http://www.cidoc-crm.org/cidoc-crm/P93_took_out_of_existence"],
2155
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2154
2156
  property :P99i_was_dissolved_by,
2155
- domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group".freeze,
2156
- label: "was dissolved by".freeze,
2157
- range: "http://www.cidoc-crm.org/cidoc-crm/E68_Dissolution".freeze,
2158
- subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in".freeze, "http://www.cidoc-crm.org/cidoc-crm/P93i_was_taken_out_of_existence_by".freeze],
2159
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2157
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E74_Group",
2158
+ label: {en: "was dissolved by", cn: "被解散於", de: "wurde aufgelöst durch", el: "διαλύθηκε από", fr: "a été dissous par", pt: "foi dissolvido por", ru: "был распущен посредством"},
2159
+ range: "http://www.cidoc-crm.org/cidoc-crm/E68_Dissolution",
2160
+ subPropertyOf: ["http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in", "http://www.cidoc-crm.org/cidoc-crm/P93i_was_taken_out_of_existence_by"],
2161
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2160
2162
  property :P9_consists_of,
2161
- comment: "This property associates an instance of E4 Period with another instance of E4 Period that falls within the spacetime volumes occupied by the former and which is defined by phenomena that form part of or are refinements of the phenomena that define the former.\n".freeze,
2162
- domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
2163
- label: "consists of".freeze,
2164
- range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
2165
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P10i_contains".freeze,
2166
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2163
+ comment: {en: "This property associates an instance of E4 Period with another instance of E4 Period that falls within the spacetime volumes occupied by the former and which is defined by phenomena that form part of or are refinements of the phenomena that define the former.\n"},
2164
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
2165
+ label: {en: "consists of", cn: "包含子时期", de: "setzt sich zusammen aus", el: "αποτελείται από", fr: "consiste en", pt: "consiste de", ru: "состоит из"},
2166
+ range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
2167
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P10i_contains",
2168
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2167
2169
  property :P9i_forms_part_of,
2168
- domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
2169
- label: "forms part of".freeze,
2170
- range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period".freeze,
2171
- subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P10_falls_within".freeze,
2172
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
2170
+ domain: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
2171
+ label: {en: "forms part of", cn: "附属於", de: "bildet Teil von", el: "αποτελεί μέρος του/της", fr: "fait partie de", pt: "faz parte de", ru: "формирует часть"},
2172
+ range: "http://www.cidoc-crm.org/cidoc-crm/E4_Period",
2173
+ subPropertyOf: "http://www.cidoc-crm.org/cidoc-crm/P10_falls_within",
2174
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
2173
2175
  end
2174
2176
  end