Tore Christiansen

Corrected labels

......@@ -131,27 +131,27 @@ ILAP:CalendarFreePeriod
ILAP:CalendarFreePeriodWeekRepeat
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
ILAP:CalendarHour
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "calendar Hour"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing , <http://posccaesar.org/rdl/RDS1326734> .
rdfs:label "Calendar Hour"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> .
ILAP:CalendarPeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
rdfs:label "Calendar Priod"^^xsd:string ;
rdfs:label "Calendar Period"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] .
ILAP:Category
......
......@@ -603,9 +603,9 @@ ILAP:Smartplant_Foundation
ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
rdfs:label "Standard Free Weekend Period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Sunday , ILAP:Saturday .
ILAP:Saturday , ILAP:Sunday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......