Tore Christiansen

Removed hasSource and SourceSpecifiedUserField

...@@ -462,13 +462,6 @@ ilap:shouldUseAnyUri ...@@ -462,13 +462,6 @@ ilap:shouldUseAnyUri
462 ilap:shouldUseRef "true"^^xsd:boolean ; 462 ilap:shouldUseRef "true"^^xsd:boolean ;
463 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 463 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
464 owl:onClass ilap:FreeFieldValue ; 464 owl:onClass ilap:FreeFieldValue ;
465 - owl:onProperty :hasSource ;
466 - ] ;
467 - rdfs:subClassOf [
468 - rdf:type owl:Restriction ;
469 - ilap:shouldUseRef "true"^^xsd:boolean ;
470 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
471 - owl:onClass ilap:FreeFieldValue ;
472 owl:onProperty :hasSupplierATS ; 465 owl:onProperty :hasSupplierATS ;
473 ] ; 466 ] ;
474 rdfs:subClassOf [ 467 rdfs:subClassOf [
...@@ -1434,11 +1427,6 @@ ilap:shouldUseAnyUri ...@@ -1434,11 +1427,6 @@ ilap:shouldUseAnyUri
1434 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 ; 1427 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 ;
1435 rdfs:label "has Slot ID"^^xsd:string ; 1428 rdfs:label "has Slot ID"^^xsd:string ;
1436 . 1429 .
1437 -:hasSource
1438 - rdf:type owl:ObjectProperty ;
1439 - 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 ;
1440 - rdfs:label "has Source"^^xsd:string ;
1441 -.
1442 :hasStatus 1430 :hasStatus
1443 rdf:type owl:ObjectProperty ; 1431 rdf:type owl:ObjectProperty ;
1444 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 ; 1432 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 ...@@ -2537,7 +2537,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2537 :SpecifiedUserfield1forActivity101inPlanVersion2forProjectP 2537 :SpecifiedUserfield1forActivity101inPlanVersion2forProjectP
2538 rdf:type userfield:SpecifiedUserField ; 2538 rdf:type userfield:SpecifiedUserField ;
2539 userfield:hasContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ; 2539 userfield:hasContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ;
2540 - userfield:hasSource <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ;
2541 userfield:hasVessel :FreeField1Value1 ; 2540 userfield:hasVessel :FreeField1Value1 ;
2542 rdfs:label "Specified User Field 1 for Activity 101 in Plan Version 2 for Project P"^^xsd:string ; 2541 rdfs:label "Specified User Field 1 for Activity 101 in Plan Version 2 for Project P"^^xsd:string ;
2543 . 2542 .
......