Tore Christiansen

fixed annotation for ref and anyuri

This diff is collapsed. Click to expand it.
...@@ -206,7 +206,6 @@ ...@@ -206,7 +206,6 @@
206 . 206 .
207 :Activity_1 207 :Activity_1
208 rdf:type :Activity ; 208 rdf:type :Activity ;
209 - :hasSpecifiedUserField userfield:SpecifiedUserField_1 ;
210 rdfs:label "Activity 1"^^xsd:string ; 209 rdfs:label "Activity 1"^^xsd:string ;
211 . 210 .
212 :AfterShutdown 211 :AfterShutdown
...@@ -3280,9 +3279,6 @@ userfield:SourceSpecifiedUserField ...@@ -3280,9 +3279,6 @@ userfield:SourceSpecifiedUserField
3280 userfield:SpecifiedUserField 3279 userfield:SpecifiedUserField
3281 rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ; 3280 rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ;
3282 . 3281 .
3283 -userfield:SpecifiedUserField_1
3284 - userfield:hasWBSpart2 :FreeFieldValue_1 ;
3285 -.
3286 userfield:hasFreeFieldForSpecifiedUserField 3282 userfield:hasFreeFieldForSpecifiedUserField
3287 rdf:type owl:ObjectProperty ; 3283 rdf:type owl:ObjectProperty ;
3288 . 3284 .
......