Tore Christiansen

Removed hasSource and SourceSpecifiedUserField

......@@ -462,13 +462,6 @@ ilap:shouldUseAnyUri
ilap:shouldUseRef "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:FreeFieldValue ;
owl:onProperty :hasSource ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
ilap:shouldUseRef "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:FreeFieldValue ;
owl:onProperty :hasSupplierATS ;
] ;
rdfs:subClassOf [
......@@ -1434,11 +1427,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 slot ID variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
rdfs:label "has Slot ID"^^xsd:string ;
.
:hasSource
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 slot ID variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
rdfs:label "has Source"^^xsd:string ;
.
:hasStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between an instance of Specified User Field and the instance of Status that holds the (user defined) name and value this application-specific status variable."^^xsd:string ;
......
......@@ -2537,7 +2537,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP
rdf:type userfield:SpecifiedUserField ;
userfield:hasContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ;
userfield:hasSource <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ;
userfield:hasVessel :FreeField1Value1 ;
rdfs:label "Specified User Field 1 for Activity 101 in Plan Version 2 for Project P"^^xsd:string ;
.
......