Tore Christiansen

fixed use of ref for free field

...@@ -1599,3 +1599,6 @@ ilap:shouldUseAnyUri ...@@ -1599,3 +1599,6 @@ ilap:shouldUseAnyUri
1599 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 requires work order type variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 1599 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 requires work order type variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
1600 rdfs:label "requires Work Order Type"^^xsd:string ; 1600 rdfs:label "requires Work Order Type"^^xsd:string ;
1601 . 1601 .
1602 +[
1603 + ilap:shouldUseRef "true"^^xsd:boolean ;
1604 +].
......