Skip to content

Commit

Permalink
Add see_also statement to EntityReference
Browse files Browse the repository at this point in the history
Adding a see_also link to the TSV docs in the spec to the data model and removing the serialisation specific comments
  • Loading branch information
matentzn authored Apr 12, 2024
1 parent 629f302 commit 4a2121a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sssom_schema/schema/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ types:
typeof: uriorcurie
description: |
A reference to an entity involved in the mapping.
In the JSON and TSV serialisation, an entity reference MUST be a CURIE.
In the RDF-based serialisations, an entity reference MUST be an IRI/URI.
base: str
uri: rdfs:Resource
see_also:
- https://mapping-commons.github.io/sssom/spec/#tsv

slots:
mirror_from:
Expand Down

0 comments on commit 4a2121a

Please sign in to comment.