Unverified Commit 05896571 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

hasActivationDelayMax isn't defined

parent 6c419de6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -157,7 +157,6 @@
  
Throughout this example we give several ways to model the duration or time, such that we can consider the pros and cons of the various options: include Time ontology or directly use the xsd:decimal datatype.""" ;
  rdfs:label "Slot 5 maximum activation delay" ;
  s4ener:hasActivationDelayMax "PT10M"^^xsd:duration ;
  s4ener:slotNumber "5"^^xsd:unsignedInt ;
.
:Slot_6
@@ -173,7 +172,6 @@ Throughout this example we give several ways to model the duration or time, such
:Slot_8
  a s4ener:Slot ;
  rdfs:label "Slot 8" ;
  s4ener:hasActivationDelayMax "PT5M"^^xsd:duration ;
  s4ener:slotNumber "8"^^xsd:unsignedInt ;
.
:Slot_9