Tore Christiansen

Updated a couple of Labels

......@@ -481,7 +481,7 @@
:CompletelyFreeField
rdf:type owl:Class ;
rdfs:comment "A Data Field defined by the user that holds free text values."^^xsd:string ;
rdfs:label "Completely free field"^^xsd:string ;
rdfs:label "Completely Free Field"^^xsd:string ;
rdfs:subClassOf :DataField ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -624,7 +624,7 @@
:DataField
rdf:type owl:Class ;
rdfs:comment "An Information Object that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
rdfs:label "Data"^^xsd:string ;
rdfs:label "Data Field"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
......@@ -669,7 +669,7 @@
:DataValue
rdf:type owl:Class ;
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 ;
rdfs:label "Value"^^xsd:string ;
rdfs:label "Data Value"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945844> ;
......