Skip to content

Commit

Permalink
Update sssom.yaml (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn authored Jun 3, 2022
1 parent 2596b4e commit aab0139
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions sssom_schema/src/linkml/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,12 @@ slots:
slot_uri: dcterms:license
subject_source:
description: URI of ontology source for the subject.
range: uri
range: EntityReference
examples:
- value: http://purl.obolibrary.org/obo/mondo.owl
description: (A persistent IRI pointing to the latest version of the Mondo ontology.)
- value: obo:mondo.owl
description: A persistent OBO CURIE pointing to the latest version of the Mondo ontology.
- value: wikidata:Q7876491
description: A Wikidata identifier for the Uberon ontology resource.
subject_source_version:
description: Version IRI or version string of the source of the subject term.
range: string
Expand All @@ -276,10 +278,12 @@ slots:
description: (A persistent Version IRI pointing to the Mondo version '2021-01-30')
object_source:
description: IRI of ontology source for the object. Version IRI preferred.
range: uri
range: EntityReference
examples:
- value: http://purl.obolibrary.org/obo/mondo.owl
description: (A persistent IRI pointing to the latest version of the Mondo ontology.)
- value: obo:mondo.owl
description: A persistent OBO CURIE pointing to the latest version of the Mondo ontology.
- value: wikidata:Q7876491
description: A Wikidata identifier for the Uberon ontology resource.
object_source_version:
description: Version IRI or version string of the source of the object term.
range: string
Expand Down

0 comments on commit aab0139

Please sign in to comment.