Tore Christiansen

One more correction

...@@ -997,21 +997,6 @@ ...@@ -997,21 +997,6 @@
997 ] ; 997 ] ;
998 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS11708918> ; 998 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS11708918> ;
999 . 999 .
1000 -:DataSource
1001 - rdf:type owl:Class ;
1002 - rdfs:comment "A Functional Object that is the originator of information in data exchange , which may be a Planning Application or a Responsible Organization classified according to BRREG as a legal entity."^^xsd:string ;
1003 - rdfs:label "Data Source"^^xsd:string ;
1004 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ;
1005 - rdfs:subClassOf owl:Thing ;
1006 -.
1007 -:DataValue
1008 - rdf:type owl:Class ;
1009 - rdfs:comment "A Property that denotes the material or monetary worth of something relative to the price asked for it (from Oxforddictionaries.com)."^^xsd:string ;
1010 - rdfs:label "Data Value"^^xsd:string ;
1011 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
1012 - rdfs:subClassOf owl:Thing ;
1013 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945844> ;
1014 -.
1015 :DayOfWeek 1000 :DayOfWeek
1016 rdf:type owl:Class ; 1001 rdf:type owl:Class ;
1017 rdfs:comment "A Day Period that represents the period of time between sunrise and sunset. In planning, it is often used to designate a 24-hour period starting from midnight."^^xsd:string ; 1002 rdfs:comment "A Day Period that represents the period of time between sunrise and sunset. In planning, it is often used to designate a 24-hour period starting from midnight."^^xsd:string ;
...@@ -1263,7 +1248,7 @@ ...@@ -1263,7 +1248,7 @@
1263 :shouldHaveID "true" ; 1248 :shouldHaveID "true" ;
1264 rdfs:comment "A Data Value for a FreeField variable."^^xsd:string ; 1249 rdfs:comment "A Data Value for a FreeField variable."^^xsd:string ;
1265 rdfs:label "Free Field Value"^^xsd:string ; 1250 rdfs:label "Free Field Value"^^xsd:string ;
1266 - rdfs:subClassOf :DataValue ; 1251 + rdfs:subClassOf owl:Thing ;
1267 rdfs:subClassOf [ 1252 rdfs:subClassOf [
1268 rdf:type owl:Restriction ; 1253 rdf:type owl:Restriction ;
1269 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1254 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
......