Tore Christiansen

Dropped one superfluous user field object property

......@@ -1070,11 +1070,6 @@ ilap:shouldUseAnyUri
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 ;
rdfs:label "has Critical Path"^^xsd:string ;
.
:hasDescription
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "has Description"^^xsd:string ;
.
:hasDgPhase
rdf:type owl:ObjectProperty ;
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 ;
......