From 9078da1920a7cab0d91a30674de011985c99f3f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= <maxime.lefrancois.86@gmail.com>
Date: Thu, 4 Jun 2020 18:12:08 +0200
Subject: [PATCH] closes #5

---
 examples/heatingsystem.ttl | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/examples/heatingsystem.ttl b/examples/heatingsystem.ttl
index 73e88bd..4b53c36 100644
--- a/examples/heatingsystem.ttl
+++ b/examples/heatingsystem.ttl
@@ -15,6 +15,13 @@
   dcterms:title "Example heatingsystem"@en ;
   dcterms:description "Example heatingsystem"@en .
 
+time:Instant a owl:Class .
+time:DateTimeInterval a owl:Class .
+time:inXSDDateTime a owl:DatatypeProperty .
+time:hasBeginning a owl:ObjectProperty .
+time:hasEnd a owl:ObjectProperty .
+time:hasDurationDescription a owl:ObjectProperty .
+
 time:Beginning_PowerProfile-1-HS0001
   rdf:type time:Instant ;
   rdfs:label "Beginning Power profile-1-HS0001"^^xsd:string ;
-- 
GitLab