Tore Christiansen

Added back an individual of UserSpecifiedField

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