Time Ontology

IRI:
https://w3id.org/MON/time.owl
Imported Ontologies :
http://www.ontologydesignpatterns.org/ont/dul/DUL.owl (visualise it with LODE )
Other visualisation :
Ontology source - WebVowl

Table of Content

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

Introduction

This ontology provides a vocabulary for expressing time. It is a simplified version of the W3C's Time Ontology. <b>Example Of Usage</b> Representing a day, e.g. April 23 2015, as an interval. <pre> @prefix time: &#60;https://w3id.org/MON/time.owl#&#62; :April23015Beg a time:Instant ; time:inXSDDateTime "2015-04-23T00:00:00+02:00" . :April23015End a time:Instant ; time:inXSDDateTime "2015-04-23T23:59:00+02:00" . :April23015 a time:Interval ; time:hasBeginning :April23015Beg ; time:hasEnd :April23015End . </pre> <b>References</b> - W3C's Time Ontology https://www.w3.org/TR/owl-time/

Classes

Instantc back to ToC or Class ToC

IRI: https://w3id.org/MON/time.owl#Instant

A very short segment of time.
has super-classes
Intervalc
in XSD date timedp some date time
is in domain of
in XSD date timedp
is in range of
has beginningop, has endop

Intervalc back to ToC or Class ToC

IRI: https://w3id.org/MON/time.owl#Interval

A segment of time.
has super-classes
Temporal entityc
has beginningop some Instantc
has endop some Instantc
has sub-classes
Instantc
is in domain of
has beginningop, has endop

Temporal entityc back to ToC or Class ToC

IRI: https://w3id.org/MON/time.owl#TemporalEntity

This class represents any entity describing a time period.
has super-classes
time interval
has sub-classes
Intervalc
is in range of
at timeop

Object Properties

at timeop back to ToC or Object Property ToC

IRI: https://w3id.org/MON/time.owl#atTime

It associates something with a temporal entity (for any reason).
has super-properties
has region
has range
Temporal entityc

has beginningop back to ToC or Object Property ToC

IRI: https://w3id.org/MON/time.owl#hasBeginning

It associates an Interval with the Instant when it begins.

has characteristics : functional

has super-properties
has region
has domain
Intervalc
has range
Instantc

has endop back to ToC or Object Property ToC

IRI: https://w3id.org/MON/time.owl#hasEnd

It associates an Interval with the Instant when it ends.

has characteristics : functional

has super-properties
has region
has domain
Intervalc
has range
Instantc

Data Properties

in XSD date timedp back to ToC or Data Property ToC

IRI: https://w3id.org/MON/time.owl#inXSDDateTime

has characteristics : functional

has super-properties
has region data value
has domain
Instantc
has range
date time

Annotation Properties

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/description

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

Namespace Declarations back to ToC

default namespace
https://w3id.org/MON/time.owl#
dc
http://purl.org/dc/elements/1.1/
dul
http://www.ontologydesignpatterns.org/ont/dul/
dul-owl
http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#
mon
https://w3id.org/MON/
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#
src
https://raw.githubusercontent.com/luigi-asprino/MON/main/src/
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 .