Tore Christiansen

Dropped one superfluous user field object property

...@@ -1070,11 +1070,6 @@ ilap:shouldUseAnyUri ...@@ -1070,11 +1070,6 @@ ilap:shouldUseAnyUri
1070 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 critical path variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 1070 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 critical path variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
1071 rdfs:label "has Critical Path"^^xsd:string ; 1071 rdfs:label "has Critical Path"^^xsd:string ;
1072 . 1072 .
1073 -:hasDescription
1074 - rdf:type owl:ObjectProperty ;
1075 - rdfs:comment "A relationship between an instance of Specified User Field required for exchange of SAP data, and the instance of newRelationshipName that holds the (user defined) name and value this application-specific variable."^^xsd:string ;
1076 - rdfs:label "has Description"^^xsd:string ;
1077 -.
1078 :hasDgPhase 1073 :hasDgPhase
1079 rdf:type owl:ObjectProperty ; 1074 rdf:type owl:ObjectProperty ;
1080 rdfs:comment "A relationship between an instance of Specified User Field and the instance of Phase that holds the (user defined) name and value this application-specific DG phase variable."^^xsd:string ; 1075 rdfs:comment "A relationship between an instance of Specified User Field and the instance of Phase that holds the (user defined) name and value this application-specific DG phase variable."^^xsd:string ;
......