Semqc schema
A data model for describing semantic quality control metrics plus the results of evaluating these metrics on a set of sources. This can be used to drive a dashboard. We incorporate aspects of PROV into this
Classes
- Activity - a provence-generating activity
- Agent - a provence-generating agent
- KnowledgeSource - An ontology or KG or similar artefact
- Message - A piece of information communicated by an agent evaluating a metric on a source
- Metric - An operational criteria on which a KG or ontology can be evaluated.
- MetricCollection - A collection of metrics, e.g OBO principles
- MetricResult - Result of executing a metric on a KS
- MetricResultCollection - A collection of metric results
- Problem - An object representing an error or problem encountered
- Registry - A collection of knowledge sources
Mixins
Slots
Types
Built in
- Bool
- ElementIdentifier
- NCName
- NodeIdentifier
- URI
- URIorCURIE
- XSDDate
- XSDDateTime
- XSDTime
- float
- int
- str
Defined
- Boolean (Bool) - A binary (true or false) value
- Date (XSDDate) - a date (year, month and day) in an idealized calendar
- Datetime (XSDDateTime) - The combination of a date and time
- Double (float) - A real number that conforms to the xsd:double specification
- Float (float) - A real number that conforms to the xsd:float specification
- Integer (int) - An integer
- Ncname (NCName) - Prefix part of CURIE
- Nodeidentifier (NodeIdentifier) - A URI, CURIE or BNODE that represents a node in a model.
- Objectidentifier (ElementIdentifier) - A URI or CURIE that represents an object in the model.
- PythonClass (String)
- String (str) - A character string
- Time (XSDTime) - A time object represents a (local) time of day, independent of any particular day
- Uri (URI) - a complete URI
- Uriorcurie (URIorCURIE) - a URI or a CURIE
- UrlType (Uriorcurie)