Tore Christiansen

Corrected labels

...@@ -131,27 +131,27 @@ ILAP:CalendarFreePeriod ...@@ -131,27 +131,27 @@ ILAP:CalendarFreePeriod
131 131
132 ILAP:CalendarFreePeriodWeekRepeat 132 ILAP:CalendarFreePeriodWeekRepeat
133 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 133 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
134 - rdfs:label "Free day"^^xsd:string ; 134 + rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
135 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 135 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
136 136
137 ILAP:CalendarHour 137 ILAP:CalendarHour
138 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 138 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
139 - rdfs:label "calendar Hour"^^xsd:string ; 139 + rdfs:label "Calendar Hour"^^xsd:string ;
140 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing , <http://posccaesar.org/rdl/RDS1326734> . 140 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> .
141 141
142 ILAP:CalendarPeriod 142 ILAP:CalendarPeriod
143 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 143 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
144 - rdfs:label "Calendar Priod"^^xsd:string ; 144 + rdfs:label "Calendar Period"^^xsd:string ;
145 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 145 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
146 rdfs:subClassOf 146 rdfs:subClassOf
147 [ rdf:type owl:Restriction ; 147 [ rdf:type owl:Restriction ;
148 - owl:allValuesFrom ILAP:CalendarDay ; 148 + owl:allValuesFrom ILAP:CalendarHour ;
149 - owl:onProperty ILAP:hasCalendarPeriodDay 149 + owl:onProperty ILAP:hasCalendarPeriodHour
150 ] ; 150 ] ;
151 rdfs:subClassOf 151 rdfs:subClassOf
152 [ rdf:type owl:Restriction ; 152 [ rdf:type owl:Restriction ;
153 - owl:allValuesFrom ILAP:CalendarHour ; 153 + owl:allValuesFrom ILAP:CalendarDay ;
154 - owl:onProperty ILAP:hasCalendarPeriodHour 154 + owl:onProperty ILAP:hasCalendarPeriodDay
155 ] . 155 ] .
156 156
157 ILAP:Category 157 ILAP:Category
......
...@@ -603,9 +603,9 @@ ILAP:Smartplant_Foundation ...@@ -603,9 +603,9 @@ ILAP:Smartplant_Foundation
603 603
604 ILAP:StandardFreeWeekendPeriod 604 ILAP:StandardFreeWeekendPeriod
605 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 605 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
606 - rdfs:label "Standard free weekend period"^^xsd:string ; 606 + rdfs:label "Standard Free Weekend Period"^^xsd:string ;
607 ILAP:hasCalendarPeriodFreeDay 607 ILAP:hasCalendarPeriodFreeDay
608 - ILAP:Sunday , ILAP:Saturday . 608 + ILAP:Saturday , ILAP:Sunday .
609 609
610 ILAP:StandardWorkWeekdayPeriod 610 ILAP:StandardWorkWeekdayPeriod
611 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 611 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......