The SEAS Evaluation ontology

IRI:
https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology
Version IRI:
https://ci.mines-stetienne.fr/seas/EvaluationOntology-1.0
Current version :
v1.0
Authors :
http://www.maxime-lefrancois.info/me#
Imported Ontologies :
https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology (visualise it with LODE )
Other visualisation :
Ontology source - WebVowl

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Named Individuals
  5. Annotation Properties
  6. Namespace Declarations

Classes

Average Evaluationc back to ToC or Class ToC

IRI: https://ci.mines-stetienne.fr/seas/AverageEvaluation

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Average Evaluation is an Evaluation wich evaluate the sum of a list of evaluations divided by the number of evalautions in the list.
has super-classes
Evaluationc

Evaluationc back to ToC or Class ToC

IRI: https://ci.mines-stetienne.fr/seas/Evaluation

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Evaluations qualify the link [`seas:value`](https://w3id.org/seas/value). In particular, they may hold metadata about: 1. the type of evaluation; 2. the context of validity of the evaluation; 3. provenance information or any other data.
has sub-classes
Average Evaluationc, Maximum Evaluationc, Minimum Evaluationc
is in domain of
evaluated simple valuedp, evaluated valueop, evaluation ofop
is in range of
evaluationop
is disjoint with
feature of interest, property

Maximum Evaluationc back to ToC or Class ToC

IRI: https://ci.mines-stetienne.fr/seas/MaximumEvaluation

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Maximum Evaluation is an Evaluation which is the maximum value that the evaluation can take for the evaluated property.
has super-classes
Evaluationc

Minimum Evaluationc back to ToC or Class ToC

IRI: https://ci.mines-stetienne.fr/seas/MinimumEvaluation

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Minimum Evaluation is an Evaluation which is the minimum value that the evaluation can take for the evaluated property.
has super-classes
Evaluationc

Object Properties

evaluated valueop back to ToC or Object Property ToC

IRI: https://ci.mines-stetienne.fr/seas/evaluatedValue

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Links an evaluation to the literal that qualifies some aspect of the property, modeled as a RDF IRI or blank node.
has domain
Evaluationc

evaluationop back to ToC or Object Property ToC

IRI: https://ci.mines-stetienne.fr/seas/evaluation

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Links a property to one of its evaluations.

has characteristics : inverse functional

has domain
property
has range
Evaluationc
is inverse of
evaluation ofop

evaluation ofop back to ToC or Object Property ToC

IRI: https://ci.mines-stetienne.fr/seas/evaluationOf

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Links an evaluation to the one and only property it evaluates.

has characteristics : functional

has domain
Evaluationc
has range
property
is inverse of
evaluationop

has spatial contextop back to ToC or Object Property ToC

IRI: https://ci.mines-stetienne.fr/seas/hasSpatialContext

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Links an evaluation to its spatial validity context, a [geo:SpatialThing](http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing).

has characteristics : functional

has super-properties
has validity contextop
has range
spatial thingc

has temporal contextop back to ToC or Object Property ToC

IRI: https://ci.mines-stetienne.fr/seas/hasTemporalContext

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Links an evaluation to its temporal validity context, a [time:TemporalEntity](http://www.w3.org/2006/time#TemporalEntity).

has characteristics : functional

has super-properties
has validity contextop
has range
temporal entityc

has validity contextop back to ToC or Object Property ToC

IRI: https://ci.mines-stetienne.fr/seas/hasValidityContext

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Links some object to one of its validity contexts. A validity context is described using functional sub properties of [seas:hasValidityContext](https://w3id.org/seas/hasValidityContext). There are two such properties defined: - [seas:hasTemporalContext](https://w3id.org/seas/hasTemporalContext) links an entity to its temporal validity context, a [time:TemporalEntity](http://www.w3.org/2006/time#TemporalEntity); - [seas:hasSpatialContext](https://w3id.org/seas/hasSpatialContext) links an entity to its spatial validity context, a [geo:SpatialThing](http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing).

valueop back to ToC or Object Property ToC

IRI: https://ci.mines-stetienne.fr/seas/value

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Links a property to a unique, constant, quality or quantity value for that property, modeled as a RDF IRI or blank node. For example, the exact length of `<car/1>` is 4.27 m, and this is true in the validity context of the RDF graph. ``` <car/1/length> a seas:Property ; seas:value [ a qudt:QuantityValue ; qudt:numericalValue 4.27 ; qudt:unit qudt-unit:meter ] . ``` This property is a shortcut for an exact evaluation with all context being the most generic contexts (although this notion is not planned to be formalized).
has domain
property

Data Properties

evaluated simple valuedp back to ToC or Data Property ToC

IRI: https://ci.mines-stetienne.fr/seas/evaluatedSimpleValue

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Links an evaluation to the literal that qualifies some aspect of the property, modeled as a RDF Literal.

has characteristics : functional

has domain
Evaluationc

simple valuedp back to ToC or Data Property ToC

IRI: https://ci.mines-stetienne.fr/seas/simpleValue

is defined by
https://ci.mines-stetienne.fr/seas/EvaluationOntology
Links a property to a unique, constant, quality or quantity value for that property, modeled as a RDF Literal. For example, the exact length of `<car/1>` is 4.27 m, and this is true in the validity context of the RDF graph. ``` <car/1/length> a seas:Property ; seas:simpleValue "4.27 m"^^cdt:ucum . ``` This property is a shortcut for an exact evaluation with all context being the most generic contexts (although this notion is not planned to be formalized).
has domain
property

Named Individuals

evaluation ontologyni back to ToC or Named Individual ToC

IRI: https://ci.mines-stetienne.fr/seas/EvaluationOntology

belongs to
vocabularyc

Annotation Properties

contributorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/contributor

creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/creator

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/description

issuedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/issued

licenseap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/license

modifiedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/modified

preferred namespace prefixap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespacePrefix

preferred namespace uriap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespaceUri

term statusap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/title

Namespace Declarations back to ToC

default namespace
https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology#
0-1
http://xmlns.com/foaf/0.1/
licenses
https://www.apache.org/licenses/
ns
http://www.w3.org/2003/06/sw-vocab-status/ns#
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
seas
https://ci.mines-stetienne.fr/seas/
terms
http://purl.org/dc/terms/
time
http://www.w3.org/2006/time#
vann
http://purl.org/vocab/vann/
voaf
http://purl.org/vocommons/voaf#
wgs84-pos
http://www.w3.org/2003/01/geo/wgs84_pos#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .