Tore Christiansen

Added a few missing UserField properties

......@@ -18,7 +18,7 @@
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasContractor2 ;
owl:onProperty :hasContractor ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -358,6 +358,12 @@
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasContractor ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasCostPhaseCode ;
] ;
rdfs:subClassOf [
......@@ -466,7 +472,7 @@
:hasContractType
rdf:type owl:ObjectProperty ;
.
:hasContractor2
:hasContractor
rdf:type owl:ObjectProperty ;
.
:hasCostPhaseCode
......@@ -655,7 +661,7 @@
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasContractor2 ;
owl:onProperty :hasContractor ;
] ;
].
[
......