Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -481,7 +481,7 @@ | ... | @@ -481,7 +481,7 @@ |
481 | :CompletelyFreeField | 481 | :CompletelyFreeField |
482 | rdf:type owl:Class ; | 482 | rdf:type owl:Class ; |
483 | rdfs:comment "A Data Field defined by the user that holds free text values."^^xsd:string ; | 483 | rdfs:comment "A Data Field defined by the user that holds free text values."^^xsd:string ; |
484 | - rdfs:label "Completely free field"^^xsd:string ; | 484 | + rdfs:label "Completely Free Field"^^xsd:string ; |
485 | rdfs:subClassOf :DataField ; | 485 | rdfs:subClassOf :DataField ; |
486 | rdfs:subClassOf [ | 486 | rdfs:subClassOf [ |
487 | rdf:type owl:Restriction ; | 487 | rdf:type owl:Restriction ; |
... | @@ -624,7 +624,7 @@ | ... | @@ -624,7 +624,7 @@ |
624 | :DataField | 624 | :DataField |
625 | rdf:type owl:Class ; | 625 | rdf:type owl:Class ; |
626 | 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 ; | 626 | 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:label "Data"^^xsd:string ; | 627 | + rdfs:label "Data Field"^^xsd:string ; |
628 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ; | 628 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ; |
629 | rdfs:subClassOf owl:Thing ; | 629 | rdfs:subClassOf owl:Thing ; |
630 | rdfs:subClassOf [ | 630 | rdfs:subClassOf [ |
... | @@ -669,7 +669,7 @@ | ... | @@ -669,7 +669,7 @@ |
669 | :DataValue | 669 | :DataValue |
670 | rdf:type owl:Class ; | 670 | rdf:type owl:Class ; |
671 | 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 ; | 671 | 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 ; |
672 | - rdfs:label "Value"^^xsd:string ; | 672 | + rdfs:label "Data Value"^^xsd:string ; |
673 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; | 673 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; |
674 | rdfs:subClassOf owl:Thing ; | 674 | rdfs:subClassOf owl:Thing ; |
675 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945844> ; | 675 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945844> ; | ... | ... |
-
Please register or login to post a comment