Tore Christiansen

removed duplicate speficied user fields, and fixed the ones that pointed to clas…

…ses that didn't exist.
......@@ -1246,8 +1246,8 @@
rdf:type owl:Class ;
rdfs:comment "A Period that divides the asset lifecycle into parts according to achievement of defined progress or results as basis for making decisions at Decision Gates."^^xsd:string ;
rdfs:label "Phase"^^xsd:string ;
rdfs:subClassOf :Period ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ;
rdfs:subClassOf owl:Thing ;
.
:PhysicalLocation
rdf:type owl:Class ;
......@@ -2950,5 +2950,8 @@ xsd:time
rdf:type rdfs:Datatype ;
.
[
:shouldBeInternalAndExternalRef "true"^^xsd:boolean ;
].
[
:shouldUseRef "true"^^xsd:boolean ;
].
......