Tore Christiansen

Added the first comment to Userfields

...@@ -527,7 +527,7 @@ ...@@ -527,7 +527,7 @@
527 . 527 .
528 :hasActivityNetwork 528 :hasActivityNetwork
529 rdf:type owl:ObjectProperty ; 529 rdf:type owl:ObjectProperty ;
530 - rdfs:comment "A Relationship between an Activity (or Plan, or Project) and the Value of a Specified User Field (xsd:String which is linked via a hasValue DataTypeProperty)"^^xsd:string ; 530 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific activity network variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
531 . 531 .
532 :hasActivityProgress 532 :hasActivityProgress
533 rdf:type owl:ObjectProperty ; 533 rdf:type owl:ObjectProperty ;
......