Skip to content

Commit

Permalink
Merge pull request #180 from thegetty/add_support_to_linked_art_conte…
Browse files Browse the repository at this point in the history
…xt_for_attribute_assignment_multiplicity_DEV-10291

Add Support to CROM for AttributeAssignment Multiplicity – DEV-10291
  • Loading branch information
bluebinary authored Oct 14, 2021
2 parents 6abddef + 473b9b6 commit 90ff239
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cromulent/data/crm-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"P13i_was_destroyed_by": [1,0],
"P140_assigned_attribute_to": [1,0],
"P140i_was_attributed_by": [1,1],
"P141_assigned": [1,0],
"P141_assigned": [1,1],
"P141i_was_assigned_by": [1,1],
"P142_used_constituent": [0,1],
"P142i_was_used_in": [0,1],
Expand Down
2 changes: 1 addition & 1 deletion cromulent/data/crm_vocab.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ P138i_has_representation property representation has representation P67i_is_ref
P139_has_alternative_form property alternative has alternative form 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.. E41_Appellation E41_Appellation 10000 1 1
P140_assigned_attribute_to property assigned_to assigned attribute to This property indicates the item to which an attribute or relation is assigned. E13_Attribute_Assignment E1_CRM_Entity P140i_was_attributed_by 10000 1 0
P140i_was_attributed_by property attributed_by was attributed by E1_CRM_Entity E13_Attribute_Assignment P140_assigned_attribute_to 10000 1 1
P141_assigned property assigned assigned 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. E13_Attribute_Assignment E1_CRM_Entity P141i_was_assigned_by 10000 1 0
P141_assigned property assigned assigned 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. E13_Attribute_Assignment E1_CRM_Entity P141i_was_assigned_by 10000 1 1
P141i_was_assigned_by property assigned_by was assigned by E1_CRM_Entity E13_Attribute_Assignment P141_assigned 39 1 1
P142_used_constituent property used_constituent used constituent 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. P16_used_specific_object E15_Identifier_Assignment E90_Symbolic_Object P142i_was_used_in 10000 0 1
P142i_was_used_in property used_in was used in P16i_was_used_for E90_Symbolic_Object E15_Identifier_Assignment P142_used_constituent 10000 0 1
Expand Down
3 changes: 2 additions & 1 deletion cromulent/data/linked-art.json
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,8 @@
},
"assigned": {
"@id": "crm:P141_assigned",
"@type": "@id"
"@type": "@id",
"@container": "@set"
},
"assigned_by": {
"@id": "crm:P141i_was_assigned_by",
Expand Down

0 comments on commit 90ff239

Please sign in to comment.