Tore Christiansen

Corrected stupid error of moving free field under data, etc.

...@@ -483,7 +483,7 @@ ...@@ -483,7 +483,7 @@
483 rdf:type owl:Class ; 483 rdf:type owl:Class ;
484 rdfs:comment "A Data Field defined by the user that holds free text values."^^xsd:string ; 484 rdfs:comment "A Data Field defined by the user that holds free text values."^^xsd:string ;
485 rdfs:label "Completely Free Field"^^xsd:string ; 485 rdfs:label "Completely Free Field"^^xsd:string ;
486 - rdfs:subClassOf :DataField ; 486 + rdfs:subClassOf owl:Thing ;
487 rdfs:subClassOf [ 487 rdfs:subClassOf [
488 rdf:type owl:Restriction ; 488 rdf:type owl:Restriction ;
489 owl:onDataRange xsd:anyType ; 489 owl:onDataRange xsd:anyType ;
...@@ -622,10 +622,10 @@ ...@@ -622,10 +622,10 @@
622 rdfs:label "Daily Repeat Period"^^xsd:string ; 622 rdfs:label "Daily Repeat Period"^^xsd:string ;
623 rdfs:subClassOf :Period ; 623 rdfs:subClassOf :Period ;
624 . 624 .
625 -:DataField 625 +:Data
626 rdf:type owl:Class ; 626 rdf:type owl:Class ;
627 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 ; 627 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 ;
628 - rdfs:label "Data Field"^^xsd:string ; 628 + rdfs:label "Data"^^xsd:string ;
629 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ; 629 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
630 rdfs:subClassOf owl:Thing ; 630 rdfs:subClassOf owl:Thing ;
631 rdfs:subClassOf [ 631 rdfs:subClassOf [
...@@ -843,7 +843,7 @@ ...@@ -843,7 +843,7 @@
843 rdf:type owl:Class ; 843 rdf:type owl:Class ;
844 rdfs:comment "A Data Field defined by the user that holds FreeFieldValues."^^xsd:string ; 844 rdfs:comment "A Data Field defined by the user that holds FreeFieldValues."^^xsd:string ;
845 rdfs:label "Free Field"^^xsd:string ; 845 rdfs:label "Free Field"^^xsd:string ;
846 - rdfs:subClassOf :DataField ; 846 + rdfs:subClassOf owl:Thing ;
847 rdfs:subClassOf [ 847 rdfs:subClassOf [
848 rdf:type owl:Restriction ; 848 rdf:type owl:Restriction ;
849 :shouldHaveID "true"^^xsd:boolean ; 849 :shouldHaveID "true"^^xsd:boolean ;
...@@ -862,7 +862,7 @@ ...@@ -862,7 +862,7 @@
862 rdf:type owl:Class ; 862 rdf:type owl:Class ;
863 rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ; 863 rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ;
864 rdfs:label "Free Field Set"^^xsd:string ; 864 rdfs:label "Free Field Set"^^xsd:string ;
865 - rdfs:subClassOf :DataField ; 865 + rdfs:subClassOf owl:Thing ;
866 rdfs:subClassOf [ 866 rdfs:subClassOf [
867 rdf:type owl:Restriction ; 867 rdf:type owl:Restriction ;
868 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 868 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
......