From aab0139d1caf4a6a4100ddb7825f463607e5c19d Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Fri, 3 Jun 2022 11:37:48 +0300 Subject: [PATCH] Update sssom.yaml (#177) --- sssom_schema/src/linkml/sssom_schema.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/sssom_schema/src/linkml/sssom_schema.yaml b/sssom_schema/src/linkml/sssom_schema.yaml index 0dcf57c0..7e046d47 100644 --- a/sssom_schema/src/linkml/sssom_schema.yaml +++ b/sssom_schema/src/linkml/sssom_schema.yaml @@ -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 @@ -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