Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 95 additions & 0 deletions src/sssom_schema/schema/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ prefixes:
pav: http://purl.org/pav/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
xsd: http://www.w3.org/2001/XMLSchema#
semapv: https://w3id.org/semapv/vocab/
see_also:
- https://github.com/mapping-commons/sssom
Expand Down Expand Up @@ -121,6 +122,26 @@ slots:
examples:
- value: HP:0009894
description: The CURIE denoting the Human Phenotype Ontology concept of 'Thickened ears'
literal:
description: The literal being mapped
range: string
required: true
mappings:
- owl:annotatedSource
slot_uri: owl:annotatedSource
examples:
- value: "Alzheimer"
description: A string referring to some thing.
literal_datatype:
description: The datatype of the literal being mapped
range: uri
required: false
mappings:
- rdf:datatype
slot_uri: rdf:datatype
examples:
- value: xsd:string
description: A string referring to some thing.
subject_label:
description: The label of subject of the mapping
range: string
Expand Down Expand Up @@ -350,6 +371,20 @@ slots:
examples:
- value: http://purl.obolibrary.org/obo/mondo/releases/2021-01-30/mondo.owl
description: (A persistent Version IRI pointing to the Mondo version '2021-01-30')
literal_source:
description: URI of ontology source for the literal.
range: EntityReference
examples:
- 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.
literal_source_version:
description: Version IRI or version string of the source of the literal.
range: string
examples:
- value: http://purl.obolibrary.org/obo/mondo/releases/2021-01-30/mondo.owl
description: (A persistent Version IRI pointing to the Mondo version '2021-01-30')
object_source:
description: URI of vocabulary or identifier source for the object.
range: EntityReference
Expand Down Expand Up @@ -444,6 +479,13 @@ slots:
examples:
- value: semapv:Stemming
- value: semapv:StopWordRemoval
literal_preprocessing:
description: Method of preprocessing applied to the literal.
range: EntityReference
multivalued: true
examples:
- value: semapv:Stemming
- value: semapv:StopWordRemoval
curation_rule:
description: A curation rule is a (potentially) complex condition executed by an agent that led to the establishment of a mapping.
Curation rules often involve complex domain-specific considerations, which are hard to capture in an automated fashion. The curation
Expand Down Expand Up @@ -479,6 +521,18 @@ slots:
examples:
- value: https://www.wikidata.org/wiki/Q865360
description: (the Wikidata identifier for the Jaccard index measure).
similarity_score:
description: A score between 0 and 1 to denote the similarity, where
1 denotes equivalence.
range: double
similarity_measure:
description: The measure used for computing the the similarity score.
To make processing this field as unambiguous as possible, we recommend using
wikidata identifiers, but wikipedia pages could also be acceptable.
range: string
examples:
- value: https://www.wikidata.org/wiki/Q865360
description: (the Wikidata identifier for the Jaccard index measure).
see_also:
description: A URL specific for the mapping instance. E.g. for kboom we have a
per-mapping image that shows surrounding axioms that drive probability. Could
Expand Down Expand Up @@ -576,6 +630,47 @@ classes:
- other
- comment
class_uri: owl:Axiom
literal mapping:
description: Represents an individual mapping between a a literal and an entity.
slots:
- literal
- literal_datatype
- predicate_id
- predicate_label
- predicate_modifier
- object_id
- object_label
- object_category
- mapping_justification
- author_id
- author_label
- reviewer_id
- reviewer_label
- creator_id
- creator_label
- license
- literal_source
- literal_source_version
- object_type
- object_source
- object_source_version
- mapping_provider
- mapping_source
- mapping_cardinality
- mapping_tool
- mapping_tool_version
- mapping_date
- confidence
- object_match_field
- match_string
- literal_preprocessing
- object_preprocessing
- similarity_score
- similarity_measure
- see_also
- other
- comment
class_uri: owl:Axiom
mapping registry:
description: A registry for managing mapping sets. It holds a set of
mapping set references, and can import other registries.
Expand Down