removed duplicate speficied user fields, and fixed the ones that pointed to clas…
…ses that didn't exist.
Showing
1 changed file
with
4 additions
and
1 deletions
... | @@ -1246,8 +1246,8 @@ | ... | @@ -1246,8 +1246,8 @@ |
1246 | rdf:type owl:Class ; | 1246 | rdf:type owl:Class ; |
1247 | 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 ; | 1247 | 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 ; |
1248 | rdfs:label "Phase"^^xsd:string ; | 1248 | rdfs:label "Phase"^^xsd:string ; |
1249 | - rdfs:subClassOf :Period ; | ||
1250 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ; | 1249 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ; |
1250 | + rdfs:subClassOf owl:Thing ; | ||
1251 | . | 1251 | . |
1252 | :PhysicalLocation | 1252 | :PhysicalLocation |
1253 | rdf:type owl:Class ; | 1253 | rdf:type owl:Class ; |
... | @@ -2950,5 +2950,8 @@ xsd:time | ... | @@ -2950,5 +2950,8 @@ xsd:time |
2950 | rdf:type rdfs:Datatype ; | 2950 | rdf:type rdfs:Datatype ; |
2951 | . | 2951 | . |
2952 | [ | 2952 | [ |
2953 | + :shouldBeInternalAndExternalRef "true"^^xsd:boolean ; | ||
2954 | +]. | ||
2955 | +[ | ||
2953 | :shouldUseRef "true"^^xsd:boolean ; | 2956 | :shouldUseRef "true"^^xsd:boolean ; |
2954 | ]. | 2957 | ]. | ... | ... |
-
Please register or login to post a comment