made by pyLODE 2.10.0

SAREF extension for environment

Metadata

URI
https://saref.etsi.org/saref4envi/
Publisher(s)
None
Creator(s)
None
Modified
2020-06-05
Issued
2020-06-05
Version Information
v1.1.2
Version URI
https://saref.etsi.org/saref4envi/v1.1.2/
License
https://forge.etsi.org/etsi-software-license
Source
https://saref.etsi.org/sources/saref4envi/
Ontology RDF
RDF (turtle)

Description

Information about changes compared to version 1.1.1: - Updated namespaces for compatibility with SAREF v3.

Table of Contents

  1. Classes
  2. Object Properties
  3. Functional Properties
  4. Datatype Properties
  5. Annotation Properties
  6. Named Individuals
  7. Namespaces
  8. Legend

Overview

Pictures say 1,000 words
Figure 1: Ontology overview

Classes

Pointc # Classes

URI http://www.w3.org/2003/01/geo/wgs84_pos#Point
Is Defined By http://www.w3.org/2003/01/geo/wgs84_pos#
Description

A point, typically described using a coordinate system relative to Earth, such as WGS84. Uniquely identified by lat/long/alt. i.e. spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT), at(P2, LAT), long(P2, LONG), alt(P2, ALT). sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).

Sub-classes Light pointc

Spatial thingc # Classes

URI http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing
Is Defined By http://www.w3.org/2003/01/geo/wgs84_pos#
Description

Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes.

Sub-classes Physical objectc

Temporal unitc # Classes

URI http://www.w3.org/2006/time#TemporalUnit
Is Defined By http://www.w3.org/2006/time#
Description

A temporal unit of measure, which provides a scale factor for a time quantity.

Super-classes saref:UnitOfMeasurec

Devicec # Classes

URI https://saref.etsi.org/core/Device
Is Defined By https://saref.etsi.org/core/
Description

A tangible object designed to accomplish a particular task in households, common public buildings or offices. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs the start and stop function.

Sub-classes Devicec
saref:Sensorc

Measurementc # Classes

URI https://saref.etsi.org/core/Measurement
Description

Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement.

Restrictions saref:hasTimestampfp only xsd:dateTimec
saref:relatesToPropertyop exactly 1 saref:Propertyc
saref:isMeasuredInop only saref:UnitOfMeasurec
saref:isMeasuredInop exactly 1 saref:UnitOfMeasurec
saref:relatesToPropertyop only saref:Propertyc
saref:hasValuedp only xsd:floatc
saref:hasValuedp exactly 1
Sub-classes Period measurementc
Frequency measurementc
Height measurementc

Propertyc # Classes

URI https://saref.etsi.org/core/Property
Description

An aspect of an entity that can be observable by a sensor.

Sub-classes Light propertyc
Members s4envi:Height
s4envi:Period
s4envi:Frequency

Sensorc # Classes

URI https://saref.etsi.org/core/Sensor
Is Defined By https://saref.etsi.org/core/
Description

A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. A device that has category saref:Sensor and performs a saref:SensingFunction.

Super-classes saref:Devicec
Restrictions saref:makesMeasurementop only saref:Measurementc
saref:measuresPropertyop only saref:Propertyc
Sub-classes Photometerc

Servicec # Classes

URI https://saref.etsi.org/core/Service
Is Defined By https://saref.etsi.org/core/
Description

A service is a representation of a function to a network that makes the function discoverable, registerable, remotely controllable by other devices in the network. A service can represent one or more functions. A Service is offered by a device that wants (a certain set of) its function(s) to be discoverable, registerable, remotely controllable by other devices in the network. A Service must specify the device that is offering the service, the function(s) to be represented, and the (input and output) parameters necessary to operate the service.

Unit of measurec # Classes

URI https://saref.etsi.org/core/UnitOfMeasure
Is Defined By https://saref.etsi.org/core/
Description

The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called "watt". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended.

Sub-classes Length unitc
Frequency unitc
time:TemporalUnitc

Actuatorc # Classes

URI https://saref.etsi.org/saref4envi/Actuator
Description

Device that can act over at least one property.

Super-classes Devicec
Restrictions affects propertyop only saref:Propertyc

Colorc # Classes

URI https://saref.etsi.org/saref4envi/Color
Description

Color of the emitted light. It might be indicated by named colors or using other type of color values like hexadecimal for RGB, color temperature, etc.

Communication interfacec # Classes

URI https://saref.etsi.org/saref4envi/CommunicationInterface
Description

An interface defines which primitive operations and services the lower layer makes available to the upper one, when referring to network layers. (Definition adapted from "Tanenbaum, A. S. (2003). Computer networks, 4-th edition. ed: Prentice Hall.")

Restrictions has versionfp max 1
has versionfp only xsd:stringc

Communication protocolc # Classes

URI https://saref.etsi.org/saref4envi/CommunicationProtocol
Description

A protocol is an agreement between the communicating parties on how communication is to proceed. (Definition taken from "Tanenbaum, A. S. (2003). Computer networks, 4-th edition. ed: Prentice Hall.")

Compass directionc # Classes

URI https://saref.etsi.org/saref4envi/CompassDirection
Description

The four cardinal directions or cardinal points are the directions of north, east, south, and west, commonly denoted by their initials: N, E, S, W. East and west are at right angles to north and south, with east being in the clockwise direction of rotation from north and west being directly opposite east. Intermediate points between the four cardinal directions form the points of the compass. (definition taken from https://en.wikipedia.org/wiki/Cardinal_direction)

Devicec # Classes

URI https://saref.etsi.org/saref4envi/Device
Description

A thing made or adapted for a particular purpose, especially a piece of mechanical or electronic equipment. For example ‘a measuring device’ (definition taken from https://en.oxforddictionaries.com/definition/device). In this ontology it refers to the devices for environmental purposes.

Super-classes Systemc
saref:Devicec
Restrictions has frequency measurementop only Frequency measurementc
has revision numberdp max 1
has versionfp max 1
has versionfp only xsd:stringc
saref:hasManufacturerdp only xsd:stringc
has revision numberdp only xsd:stringc
has transmission periodop only Period measurementc
is contained inop only Physical objectc
Sub-classes Lamppostc
Actuatorc

Digital representationc # Classes

URI https://saref.etsi.org/saref4envi/DigitalRepresentation
Description

A digital representation encapsulates a physical object accessible via Web services

Restrictions is accesible throughop only saref:Servicec
has identifierdp max 1
has identifierdp only xsd:stringc
has creation datefp max 1
saref:hasDescriptiondp only xsd:stringc
has creation datefp only xsd:dateTimec
encapsulatesop only Physical objectc
has tagdp only xsd:stringc

Frequency measurementc # Classes

URI https://saref.etsi.org/saref4envi/FrequencyMeasurement
Description

Represents the measured value made over a frequency property. It is also linked to the frequency unit of measure in which the value is expressed and the timestamp of the measurement.

Super-classes saref:Measurementc
Restrictions saref:relatesToPropertyop value s4envi:Frequencyc
saref:isMeasuredInop exactly 1 Frequency unitc

Frequency unitc # Classes

URI https://saref.etsi.org/saref4envi/FrequencyUnit
Description

Unit of measure for the quantity frequency.

Super-classes saref:UnitOfMeasurec
Members http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_year
http://www.wurvoc.org/vocabularies/om-1.8/hertz
http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_day
http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_second-time
http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_hour

Geometryc # Classes

URI https://saref.etsi.org/saref4envi/Geometry
Description

Represents the shape of the light emission. It might be instantiated by individuals like "spherical", "cylindrical", etc. even though it is open to more comples representation of geometries using other vocabularies.

Height measurementc # Classes

URI https://saref.etsi.org/saref4envi/HeightMeasurement
Description

Represents the measured value made over a height property. It is also linked to the height unit of measure in which the value is expressed and the timestamp of the measurement.

Super-classes saref:Measurementc
Restrictions saref:isMeasuredInop exactly 1 Length unitc
saref:relatesToPropertyop value s4envi:Heightc

Lamppostc # Classes

URI https://saref.etsi.org/saref4envi/Lamppost
Description

A tall pole with a light at the top.

Super-classes Devicec
Restrictions has light pointop only Light pointc
has shieldfp only xsd:booleanc
projects lightop only Lightc

Length unitc # Classes

URI https://saref.etsi.org/saref4envi/LengthUnit
Description

Unit of measure for the quantity lenght.

Super-classes saref:UnitOfMeasurec
Members http://www.wurvoc.org/vocabularies/om-1.8/kilometre
http://www.wurvoc.org/vocabularies/om-1.8/metre
http://www.wurvoc.org/vocabularies/om-1.8/decametre
http://www.wurvoc.org/vocabularies/om-1.8/millimetre
http://www.wurvoc.org/vocabularies/om-1.8/hectometre
http://www.wurvoc.org/vocabularies/om-1.8/centimetre
http://www.wurvoc.org/vocabularies/om-1.8/decimetre

Lightc # Classes

URI https://saref.etsi.org/saref4envi/Light
Description

A light source, which may be a lantern, a street light, a floodlight, a signal lamp or any other device whose primary purpose is the generation of light. (Definition taken from http://wiki.openstreetmap.org/wiki/Proposed_features/Key:light_source#Description)

Restrictions has projection anglefp only xsd:floatc
has geometryop only Geometryc
is projected from heightop only Height measurementc
is projected in directionop only Compass directionc
has colorop only Colorc
has flashfp only xsd:booleanc

Light pointc # Classes

URI https://saref.etsi.org/saref4envi/LightPoint
Description

An spatial point from where a light is projected. It might belong to a lamppost.

Super-classes geo:Pointc
Restrictions geo:locationop only geo:SpatialThingc
projects lightop only Lightc

Light propertyc # Classes

URI https://saref.etsi.org/saref4envi/LightProperty
Description

An aspect of light that can be observable by a sensor.

Super-classes saref:Propertyc
Members s4envi:Luminiscence
s4envi:ScatteringOfLight
s4envi:ReflectionOfLight
s4envi:Illuminance
s4envi:Irradiance
s4envi:Fluorescence
s4envi:LightMagnitude
s4envi:Phosphorescence
s4envi:LightAbsorption

Period measurementc # Classes

URI https://saref.etsi.org/saref4envi/PeriodMeasurement
Description

Represents the measured value over a period property. It is also linked to the period unit of measure in which the value is expressed and the timestamp of the measurement.

Super-classes saref:Measurementc
Restrictions saref:isMeasuredInop exactly 1 time:TemporalUnitc
saref:relatesToPropertyop value s4envi:Periodc

Photometerc # Classes

URI https://saref.etsi.org/saref4envi/Photometer
Description

A photometer, generally, is an instrument that measures light intensity or optical properties of solutions or surfaces.

Super-classes saref:Sensorc
Restrictions saref:measuresPropertyop some Light propertyc
Sub-classes TESS (Telescope Encoder and Sky Sensor)c

Physical objectc # Classes

URI https://saref.etsi.org/saref4envi/PhysicalObject
Description

Any Object that has a proper space region. (Definition extracted from DUL ontology)

Super-classes geo:SpatialThingc
Restrictions saref:hasDescriptiondp only xsd:stringc
is contained inop only Physical objectc
containsop only Physical objectc
has digital representationop only Digital representationc
geo:locationop only geo:SpatialThingc
Sub-classes Systemc

Systemc # Classes

URI https://saref.etsi.org/saref4envi/System
Description

A group of related hardware units or programs or both, especially when dedicated to a single application. (Definition taken from https://en.oxforddictionaries.com/definition/system)

Super-classes Physical objectc
Restrictions is component ofop only Systemc
is connected toop only Systemc
uses communication interfaceop only Communication interfacec
has componentop only Systemc
uses communication protocolop only Communication protocolc
Sub-classes Devicec

TESS (Telescope Encoder and Sky Sensor)c # Classes

URI https://saref.etsi.org/saref4envi/TESS
Description

The Telescope Encoder and Sky Sensor (TESS) is a Sky Brightness and Cloud detector developed as a device for a remote observatory. A TESS can observe the light magnitude and other properties as ambient temperature and sky temperature.

Super-classes Photometerc

Object Properties

locationop # OPs

URI http://www.w3.org/2003/01/geo/wgs84_pos#location
Is Defined By http://www.w3.org/2003/01/geo/wgs84_pos#
Description

The relation between something and the point, or other geometrical thing in space, where it is. For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping .

isMeasuredInop # OPs

URI https://saref.etsi.org/core/isMeasuredIn
Is Defined By https://saref.etsi.org/core/
Description

A relation between a measurement and the unit of measure in which the measurement value is expressed.

makes measurementop # OPs

URI https://saref.etsi.org/core/makesMeasurement
Is Defined By https://saref.etsi.org/core/
Description

A relation between a sensor and the measurements it makes. Such measurement will link together the valur of the measurement, its unit of measure and the property to which it relates.

measures propertyop # OPs

URI https://saref.etsi.org/core/measuresProperty
Is Defined By https://saref.etsi.org/core/
Description

A relation between a sensor and the property o properties it can take measurement about.

relates to propertyop # OPs

URI https://saref.etsi.org/core/relatesToProperty
Is Defined By https://saref.etsi.org/core/
Description

A relation between a measurement and the property such measurement is about.

affects propertyop # OPs

URI https://saref.etsi.org/saref4envi/affectsProperty
Description

A relation between an actuator with the property or properties it can act on

containsop # OPs

URI https://saref.etsi.org/saref4envi/contains
Description

A relation between a physical object and the physical objects that can be contained in it.

Inverse properties is contained inop

encapsulatesop # OPs

URI https://saref.etsi.org/saref4envi/encapsulates
Description

A relation between a digital representation and the physical objects it represents.

Inverse properties has digital representationop

has colorop # OPs

URI https://saref.etsi.org/saref4envi/hasColor
Description

A relation between a light emitted and its color.

has componentop # OPs

URI https://saref.etsi.org/saref4envi/hasComponent
Description

A relation between a system and the system in which it might be decomposed.

Inverse properties is component ofop

has digital representationop # OPs

URI https://saref.etsi.org/saref4envi/hasDigitalRepresentation
Description

A relation between a physical object and the digital representation in which it is encapsulated.

has frequency measurementop # OPs

URI https://saref.etsi.org/saref4envi/hasFrequencyMeasurement
Description

The relation between a device and the frequency in which it makes measurements.

has geometryop # OPs

URI https://saref.etsi.org/saref4envi/hasGeometry
Description

A relation between a light emitted and the shape it is projected in.

has light pointop # OPs

URI https://saref.etsi.org/saref4envi/hasLightPoint
Description

A relation between a lamppost and its light points

has transmission periodop # OPs

URI https://saref.etsi.org/saref4envi/hasTransmissionPeriod
Description

The relation between a device and the period in which it transmit information.

is accesible throughop # OPs

URI https://saref.etsi.org/saref4envi/isAccesibleThrough
Description

The relation between a digital representation and the service which it is accesible through.

is component ofop # OPs

URI https://saref.etsi.org/saref4envi/isComponentOf
Description

A relation between a system and the system it belongs to as a component.

is connected toop # OPs

URI https://saref.etsi.org/saref4envi/isConnectedTo
Description

A relation between a system and the system to which it is connected.

is contained inop # OPs

URI https://saref.etsi.org/saref4envi/isContainedIn
Description

A relation between a physical object and the physical object in which it might be contained.

is projected from heightop # OPs

URI https://saref.etsi.org/saref4envi/isProjectedFromHeight
Description

A relation between a light and the height measurement from which it is projected.

is projected in directionop # OPs

URI https://saref.etsi.org/saref4envi/isProjectedInDirection
Description

A relation between a light and the direction in which it is projected.

projects lightop # OPs

URI https://saref.etsi.org/saref4envi/projectsLight
Description

A relation between a lamppost or a light point and the light (or lights) they might project.

uses communication interfaceop # OPs

URI https://saref.etsi.org/saref4envi/usesCommunicationInterface
Description

A relation between a system and the communication interface it uses.

uses communication protocolop # OPs

URI https://saref.etsi.org/saref4envi/usesCommunicationProtocol
Description

A relation between a system and the communication protocol it uses.

Functional Properties

has timestampfp # FPs

URI https://saref.etsi.org/core/hasTimestamp
Is Defined By https://saref.etsi.org/core/
Description

A relationship stating the timestamp of an entity (e.g. a measurement).

Range(s) xsd:dateTimec

has creation datefp # FPs

URI https://saref.etsi.org/saref4envi/hasCreationDate
Description

A relationship defining the creation date of an entity (e.g., a digital representation).

Range(s) xsd:dateTimec

has flashfp # FPs

URI https://saref.etsi.org/saref4envi/hasFlash
Description

A relationship stating whether a light has flash.

Range(s) xsd:booleanc

has projection anglefp # FPs

URI https://saref.etsi.org/saref4envi/hasProjectionAngle
Description

A relationship defining the projection angle of an entity (e.g., a light).

Range(s) xsd:floatc

has shieldfp # FPs

URI https://saref.etsi.org/saref4envi/hasShield
Description

A relationship stating whether a lamppost has a shield.

Range(s) xsd:booleanc

has versionfp # FPs

URI https://saref.etsi.org/saref4envi/hasVersion
Description

A relationship defining the version of a certain entity (e.g., a device)

Range(s) xsd:stringc

Datatype Properties

has descriptiondp # DPs

URI https://saref.etsi.org/core/hasDescription
Is Defined By https://saref.etsi.org/core/
Description

A relationship providing a description of an entity (e.g., device)

has manufacturerdp # DPs

URI https://saref.etsi.org/core/hasManufacturer
Is Defined By https://saref.etsi.org/core/
Description

A relationship identifying the manufacturer of an entity (e.g., device)

has valuedp # DPs

URI https://saref.etsi.org/core/hasValue
Is Defined By https://saref.etsi.org/core/
Description

A relationship defining the value of a certain property, e.g., energy or power

has identifierdp # DPs

URI https://saref.etsi.org/saref4envi/hasIdentifier
Description

A relationship providing the identifier of an entity (e.g., digital representation)

Range(s) xsd:stringc

has revision numberdp # DPs

URI https://saref.etsi.org/saref4envi/hasRevisionNumber
Description

A relationship defining the revision number of a certain entity (e.g., a device)

Range(s) xsd:stringc

has tagdp # DPs

URI https://saref.etsi.org/saref4envi/hasTag
Description

A relationship stating the tags that can be assigned to an entity (e.g., a digital representation).

Range(s) xsd:stringc

Annotation Properties

creatorap # APs

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

descriptionap # APs

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

issuedap # APs

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

licenseap # APs

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

modifiedap # APs

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

publisherap # APs

URI http://purl.org/dc/terms/publisher

sourceap # APs

URI http://purl.org/dc/terms/source

titleap # APs

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

preferredNamespacePrefixap # APs

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

preferredNamespaceUriap # APs

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

Named Individuals

Centimetreni

Class(es)
s4envi:LengthUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/centimetre

Decametreni

Class(es)
s4envi:LengthUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/decametre

Decimetreni

Class(es)
s4envi:LengthUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/decimetre

Hectometreni

Class(es)
s4envi:LengthUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/hectometre

Hertzni

Class(es)
s4envi:FrequencyUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/hertz

Kilometreni

Class(es)
s4envi:LengthUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/kilometre

Metreni

Class(es)
s4envi:LengthUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/metre

Milimetreni

Class(es)
s4envi:LengthUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/millimetre

Reciprocal dayni

Class(es)
s4envi:FrequencyUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_day

Reciprocal hourni

Class(es)
s4envi:FrequencyUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_hour

Reciprocal secondni

Class(es)
s4envi:FrequencyUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_second-time

Reciprocal yearni

Class(es)
s4envi:FrequencyUnit
URI http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_year

Fluorescenceni

Class(es)
s4envi:LightProperty
URI https://saref.etsi.org/saref4envi/Fluorescence
Description An individual representing the light property fluorescence.

Frequencyni

Class(es)
saref:Property
URI https://saref.etsi.org/saref4envi/Frequency
Description An individual representing the property frequency.

Heightni

Class(es)
saref:Property
URI https://saref.etsi.org/saref4envi/Height
Description An individual representing the property height.

Illuminanceni

Class(es)
s4envi:LightProperty
URI https://saref.etsi.org/saref4envi/Illuminance
Description An individual representing the light property illuminance.

Irradianceni

Class(es)
s4envi:LightProperty
URI https://saref.etsi.org/saref4envi/Irradiance
Description An individual representing the light property irradiance.

Light absorptionni

Class(es)
s4envi:LightProperty
URI https://saref.etsi.org/saref4envi/LightAbsorption
Description An individual representing the light property light absorption.

Light magnitudeni

Class(es)
s4envi:LightProperty
URI https://saref.etsi.org/saref4envi/LightMagnitude
Description An individual representing the light property light magnitude.

Luminiscenceni

Class(es)
s4envi:LightProperty
URI https://saref.etsi.org/saref4envi/Luminiscence
Description An individual representing the light property luminiscence.

Periodni

Class(es)
saref:Property
URI https://saref.etsi.org/saref4envi/Period
Description An individual representing the property period.

Phosphorescenceni

Class(es)
s4envi:LightProperty
URI https://saref.etsi.org/saref4envi/Phosphorescence
Description An individual representing the light property phosphorescence.

Reflection of lightni

Class(es)
s4envi:LightProperty
URI https://saref.etsi.org/saref4envi/ReflectionOfLight
Description An individual representing the light property reflection of light.

Scattering of lightni

Class(es)
s4envi:LightProperty
URI https://saref.etsi.org/saref4envi/ScatteringOfLight
Description An individual representing the light property scattering of light.

Namespaces

default (s4envi)
https://saref.etsi.org/saref4envi/
dcterms
http://purl.org/dc/terms/
geo
http://www.w3.org/2003/01/geo/wgs84_pos#
owl
http://www.w3.org/2002/07/owl#
prov
http://www.w3.org/ns/prov#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
saref
https://saref.etsi.org/core/
sdo
https://schema.org/
skos
http://www.w3.org/2004/02/skos/core#
time
http://www.w3.org/2006/time#
vann
http://purl.org/vocab/vann/
xsd
http://www.w3.org/2001/XMLSchema#

Legend

cClasses
opObject Properties
fpFunctional Properties
dpData Properties
dpAnnotation Properties
pProperties
niNamed Individuals