The SEAS Feature of Interest ontology.

IRI:
https://w3id.org/seas/FeatureOfInterestOntology
Version IRI:
https://w3id.org/seas/FeatureOfInterestOntology-1.0
Current version:
v1.0
Authors:
http://www.maxime-lefrancois.info/me#
Other visualisation:
Ontology source

Table of Content

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

Classes

Feature of Interestc back to ToC or Class ToC

IRI: https://w3id.org/seas/FeatureOfInterest

is defined by
https://w3id.org/seas/FeatureOfInterestOntology
A feature of interest is an abstraction of a real world phenomena (thing, person, event, etc). A feature of interest is then defined in terms of its properties.
is in domain of
propertyop
is in range of
is property ofop

Percentage Propertyc back to ToC or Class ToC

IRI: https://w3id.org/seas/PercentageProperty

is defined by
https://w3id.org/seas/FeatureOfInterestOntology
The class of properties that are quantified using some percentage value.
has super-classes
Propertyc

Propertyc back to ToC or Class ToC

IRI: https://w3id.org/seas/Property

is defined by
https://w3id.org/seas/FeatureOfInterestOntology
An observable or operable Quality of an Event or Object. That is, not a quality of an abstract entity as is also allowed by DUL's Quality, but rather an aspect of an entity that is intrinsic to and cannot exist without the entity and is observable by a sensor, or operable by an actuator. On the other hand, a property may also itself be a feature of interest. For example if a fridge uses alternative current energy, then several aspects of its energy consumption property may be quantified. Examples of such aspects include: - the active power consumption; - the reactive power consumption; - the phase of voltage relative to current; - the frequency; - the minimal operating value of the frequency; - the number of occurences of unusual values. These are different properties of the same property: ``` ex:activePower a owl:ObjectProperty ; rdfs:subPropertyOf seas:hasProperty ; rdfs:domain seas:PowerProperty ; rdfs:range seas:PowerProperty . <fridge/1/consumption> a seas:FeatureOfInterest ; ex:activePower <fridge/1/consumption/activePower> . ```
has super-classes
is property ofop exactly 1
has sub-classes
Percentage Propertyc
is in domain of
derives fromop, is property ofop
is in range of
derives fromop, propertyop

Object Properties

derives fromop back to ToC or Object Property ToC

IRI: https://w3id.org/seas/derivesFrom

is defined by
https://w3id.org/seas/FeatureOfInterestOntology
Links a seas:Property of another seas:Property it derives from. For example, ``` <fridge/1/consumptionPower> seas:derivesFrom <fridge/1/consumedEnergy> . ``` This property is symmetric, and the derived property is also a property of the feature of interest: ``` seas:hasProperty < seas:hasProperty o seas:derivesFrom ```

has characteristics: symmetric

has domain
Propertyc
has range
Propertyc
is inverse of
derives fromop, derives fromop

is property ofop back to ToC or Object Property ToC

IRI: https://w3id.org/seas/isPropertyOf

is defined by
https://w3id.org/seas/FeatureOfInterestOntology
Links a seas:Property of its one and only seas:FeatureOfInterest. For example, ``` <fridge/1/consumption> seas:isPropertyOf <fridge/1> . ```

has characteristics: functional

has domain
Propertyc
has range
Feature of Interestc
is inverse of
propertyop

propertyop back to ToC or Object Property ToC

IRI: https://w3id.org/seas/hasProperty

is defined by
https://w3id.org/seas/FeatureOfInterestOntology
Links a seas:FeatureOfInterest to a seas:Property of that feature. In the first version of the SSN ontology, this concept was defined as a subproperty of dul:hasQuality. dul:hasQuality is a relation between entities and qualities, e.g. 'Dmitri's skin is yellowish'. For example, the following RDF graph describes that feature of interest `<fridge/1>` has property `<fridge/1/consumption>` . ``` <fridge/1> seas:hasProperty <fridge/1/consumption> . ```
has domain
Feature of Interestc
has range
Propertyc
is inverse of
is property ofop

Named Individuals

feature of interest ontologyni back to ToC or Named Individual ToC

IRI: https://w3id.org/seas/FeatureOfInterestOntology

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://w3id.org/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://w3id.org/seas/
terms
http://purl.org/dc/terms/
vann
http://purl.org/vocab/vann/
voaf
http://purl.org/vocommons/voaf#
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.