Tore Christiansen

Added back an individual of UserSpecifiedField

...@@ -602,6 +602,10 @@ ilap:shouldUseAnyUri ...@@ -602,6 +602,10 @@ ilap:shouldUseAnyUri
602 owl:onProperty :requiresWorkOrderType ; 602 owl:onProperty :requiresWorkOrderType ;
603 ] ; 603 ] ;
604 . 604 .
605 +:SpecifiedUserField_1
606 + rdf:type :SpecifiedUserField ;
607 + rdfs:label "Specified user field 1"^^xsd:string ;
608 +.
605 :hasActivityNetwork 609 :hasActivityNetwork
606 rdf:type owl:ObjectProperty ; 610 rdf:type owl:ObjectProperty ;
607 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 ; 611 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 ;
......