Skip to content

Commit

Permalink
Rename 'composed entity' to 'composed entity expression'.
Browse files Browse the repository at this point in the history
It is believed that 'composed entity expression' better conveys the idea
that the entity being referred to is a composite entity, compared to
'composed entity' alone.
  • Loading branch information
gouttegd committed Dec 5, 2024
1 parent f4358b5 commit 8c10cda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Next

- Add `composed entity` as a new value in the `EntityType` enumeration ([issue](https://github.com/mapping-commons/sssom/issues/402)).
- Add `composed entity expression` as a new value in the `EntityType` enumeration ([issue](https://github.com/mapping-commons/sssom/issues/402)).
- TBD

## SSSOM version 1.0.0
Expand Down
6 changes: 3 additions & 3 deletions examples/schema/composite-entities.sssom.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
#license: https://creativecommons.org/publicdomain/zero/1.0/
#comment: This is an example file for the SSSOM for illustration only. Its contents are entirely fabricated.
subject_id predicate_id object_id mapping_justification subject_type
SCHEMA:0001/(disease:'MONDO:0005148',phenotype:'HP:0009124') skos:exactMatch MP:0000003 semapv:ManualMappingCuration composed entity
SCHEMA:0001/(disease:'MONDO:0005149',phenotype:'HP:0008551') skos:exactMatch MP:0000018 semapv:ManualMappingCuration composed entity
SCHEMA:0001/(disease:'MONDO:0005150',phenotype:'HP:0000411') skos:exactMatch MP:0000018 semapv:ManualMappingCuration composed entity
SCHEMA:0001/(disease:'MONDO:0005148',phenotype:'HP:0009124') skos:exactMatch MP:0000003 semapv:ManualMappingCuration composed entity expression
SCHEMA:0001/(disease:'MONDO:0005149',phenotype:'HP:0008551') skos:exactMatch MP:0000018 semapv:ManualMappingCuration composed entity expression
SCHEMA:0001/(disease:'MONDO:0005150',phenotype:'HP:0000411') skos:exactMatch MP:0000018 semapv:ManualMappingCuration composed entity expression
2 changes: 1 addition & 1 deletion src/sssom_schema/schema/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enums:
meaning: rdfs:Datatype
rdf property:
meaning: rdf:Property
composed entity:
composed entity expression:
description: This value indicates that the entity ID does not represent a single entity, but a composite involving several individual entities. This value MUST NOT be used in the predicate_type slot. This specifications does not prescribe how an ID representing a composite entity should be interpreted; this is left at the discretion of applications.
see_also:
- https://github.com/mapping-commons/sssom/issues/402
Expand Down

0 comments on commit 8c10cda

Please sign in to comment.