Tore Christiansen

Changed 4 SAP userfields from object property to datatype property

...@@ -42,8 +42,8 @@ ilap:ShutdownPlanVersion1 ...@@ -42,8 +42,8 @@ ilap:ShutdownPlanVersion1
42 ilap:hasParentPlan :Plan1Version2forProjectP ; 42 ilap:hasParentPlan :Plan1Version2forProjectP ;
43 . 43 .
44 ilap:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP 44 ilap:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP
45 - userfield:hasActualPercentComplete :FreeField3Value8 ;
46 userfield:hasMainActivity :Activity102inPlanVersion2forProjectP ; 45 userfield:hasMainActivity :Activity102inPlanVersion2forProjectP ;
46 + userfield:hasSAPActualPercentComplete :FreeField3Value8 ;
47 userfield:hasStatusType :FreeField3Value6 ; 47 userfield:hasStatusType :FreeField3Value6 ;
48 userfield:hasSystemStatus :FreeField3Value7 ; 48 userfield:hasSystemStatus :FreeField3Value7 ;
49 userfield:hasVessel :FreeField1Value1 ; 49 userfield:hasVessel :FreeField1Value1 ;
......
...@@ -182,6 +182,20 @@ ilap:shouldUseAnyUri ...@@ -182,6 +182,20 @@ ilap:shouldUseAnyUri
182 ilap:shouldUseRef "true"^^xsd:boolean ; 182 ilap:shouldUseRef "true"^^xsd:boolean ;
183 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 183 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
184 owl:onClass ilap:FreeFieldValue ; 184 owl:onClass ilap:FreeFieldValue ;
185 + owl:onProperty :hasABCindicator ;
186 + ] ;
187 + rdfs:subClassOf [
188 + rdf:type owl:Restriction ;
189 + ilap:shouldUseRef "true"^^xsd:boolean ;
190 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
191 + owl:onClass ilap:FreeFieldValue ;
192 + owl:onProperty :hasActivityNetwork ;
193 + ] ;
194 + rdfs:subClassOf [
195 + rdf:type owl:Restriction ;
196 + ilap:shouldUseRef "true"^^xsd:boolean ;
197 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
198 + owl:onClass ilap:FreeFieldValue ;
185 owl:onProperty :hasActivityProgress ; 199 owl:onProperty :hasActivityProgress ;
186 ] ; 200 ] ;
187 rdfs:subClassOf [ 201 rdfs:subClassOf [
...@@ -573,42 +587,6 @@ ilap:shouldUseAnyUri ...@@ -573,42 +587,6 @@ ilap:shouldUseAnyUri
573 rdf:type owl:Restriction ; 587 rdf:type owl:Restriction ;
574 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 588 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
575 owl:onClass ilap:FreeFieldValue ; 589 owl:onClass ilap:FreeFieldValue ;
576 - owl:onProperty :hasABCindicator ;
577 - ] ;
578 - rdfs:subClassOf [
579 - rdf:type owl:Restriction ;
580 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
581 - owl:onClass ilap:FreeFieldValue ;
582 - owl:onProperty :hasActivityNetwork ;
583 - ] ;
584 - rdfs:subClassOf [
585 - rdf:type owl:Restriction ;
586 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
587 - owl:onClass ilap:FreeFieldValue ;
588 - owl:onProperty :hasActualFinishDate ;
589 - ] ;
590 - rdfs:subClassOf [
591 - rdf:type owl:Restriction ;
592 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
593 - owl:onClass ilap:FreeFieldValue ;
594 - owl:onProperty :hasActualManHours ;
595 - ] ;
596 - rdfs:subClassOf [
597 - rdf:type owl:Restriction ;
598 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
599 - owl:onClass ilap:FreeFieldValue ;
600 - owl:onProperty :hasActualPercentComplete ;
601 - ] ;
602 - rdfs:subClassOf [
603 - rdf:type owl:Restriction ;
604 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
605 - owl:onClass ilap:FreeFieldValue ;
606 - owl:onProperty :hasActualStartDate ;
607 - ] ;
608 - rdfs:subClassOf [
609 - rdf:type owl:Restriction ;
610 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
611 - owl:onClass ilap:FreeFieldValue ;
612 owl:onProperty :hasAssignmentOwner ; 590 owl:onProperty :hasAssignmentOwner ;
613 ] ; 591 ] ;
614 rdfs:subClassOf [ 592 rdfs:subClassOf [
...@@ -899,6 +877,30 @@ ilap:shouldUseAnyUri ...@@ -899,6 +877,30 @@ ilap:shouldUseAnyUri
899 owl:onClass ilap:MainWorkCenter ; 877 owl:onClass ilap:MainWorkCenter ;
900 owl:onProperty :hasMainWorkCenter ; 878 owl:onProperty :hasMainWorkCenter ;
901 ] ; 879 ] ;
880 + rdfs:subClassOf [
881 + rdf:type owl:Restriction ;
882 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
883 + owl:onDataRange ilap:FreeFieldValue ;
884 + owl:onProperty :hasSAPActualPercentComplete ;
885 + ] ;
886 + rdfs:subClassOf [
887 + rdf:type owl:Restriction ;
888 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
889 + owl:onDataRange xsd:dateTime ;
890 + owl:onProperty :hasSAPActualFinishDate ;
891 + ] ;
892 + rdfs:subClassOf [
893 + rdf:type owl:Restriction ;
894 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
895 + owl:onDataRange xsd:dateTime ;
896 + owl:onProperty :hasSAPActualStartDate ;
897 + ] ;
898 + rdfs:subClassOf [
899 + rdf:type owl:Restriction ;
900 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
901 + owl:onDataRange xsd:integer ;
902 + owl:onProperty :hasSAPActualManHours ;
903 + ] ;
902 . 904 .
903 :hasABCindicator 905 :hasABCindicator
904 rdf:type owl:ObjectProperty ; 906 rdf:type owl:ObjectProperty ;
...@@ -915,26 +917,6 @@ ilap:shouldUseAnyUri ...@@ -915,26 +917,6 @@ ilap:shouldUseAnyUri
915 rdfs:comment "A relationship between an instance of SpecifiedUserField and the instance of ilap:FreeField that holds the name and value of user defined planning data through instances of the ilap:hasFieldName property and ilap:hasFieldValue relationship."^^xsd:string ; 917 rdfs:comment "A relationship between an instance of SpecifiedUserField and the instance of ilap:FreeField that holds the name and value of user defined planning data through instances of the ilap:hasFieldName property and ilap:hasFieldValue relationship."^^xsd:string ;
916 rdfs:label "has Activity Progress"^^xsd:string ; 918 rdfs:label "has Activity Progress"^^xsd:string ;
917 . 919 .
918 -:hasActualFinishDate
919 - rdf:type owl:ObjectProperty ;
920 - rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the name and value of user defined SAP data."^^xsd:string ;
921 - rdfs:label "has Actual Finish Date"^^xsd:string ;
922 -.
923 -:hasActualManHours
924 - rdf:type owl:ObjectProperty ;
925 - rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the name and value of user defined SAP data."^^xsd:string ;
926 - rdfs:label "has Actual Man Hours"^^xsd:string ;
927 -.
928 -:hasActualPercentComplete
929 - rdf:type owl:ObjectProperty ;
930 - rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the name and value of user defined SAP data."^^xsd:string ;
931 - rdfs:label "has Actual Percent Complete"^^xsd:string ;
932 -.
933 -:hasActualStartDate
934 - rdf:type owl:ObjectProperty ;
935 - rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the name and value of user defined SAP data."^^xsd:string ;
936 - rdfs:label "has Actual Start Date"^^xsd:string ;
937 -.
938 :hasAreaOnFacility 920 :hasAreaOnFacility
939 rdf:type owl:ObjectProperty ; 921 rdf:type owl:ObjectProperty ;
940 rdfs:comment "A relationship between an instance of SpecifiedUserField and the instance of ilap:FreeField that holds the name and value of user defined planning data through instances of the ilap:hasFieldName property and ilap:hasFieldValue relationship."^^xsd:string ; 922 rdfs:comment "A relationship between an instance of SpecifiedUserField and the instance of ilap:FreeField that holds the name and value of user defined planning data through instances of the ilap:hasFieldName property and ilap:hasFieldValue relationship."^^xsd:string ;
...@@ -1390,6 +1372,26 @@ ilap:shouldUseAnyUri ...@@ -1390,6 +1372,26 @@ ilap:shouldUseAnyUri
1390 rdfs:comment "A relationship between an instance of Specified User Field and the instance of Risk Factor that holds the (user defined) name and value this application-specific risk factor variable."^^xsd:string ; 1372 rdfs:comment "A relationship between an instance of Specified User Field and the instance of Risk Factor that holds the (user defined) name and value this application-specific risk factor variable."^^xsd:string ;
1391 rdfs:label "has Risk Factor"^^xsd:string ; 1373 rdfs:label "has Risk Factor"^^xsd:string ;
1392 . 1374 .
1375 +:hasSAPActualFinishDate
1376 + rdf:type owl:DatatypeProperty ;
1377 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the name and value of user defined SAP data."^^xsd:string ;
1378 + rdfs:label "has SAP Actual Finish Date"^^xsd:string ;
1379 +.
1380 +:hasSAPActualManHours
1381 + rdf:type owl:DatatypeProperty ;
1382 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the name and value of user defined SAP data."^^xsd:string ;
1383 + rdfs:label "has SAP Actual Man Hours"^^xsd:string ;
1384 +.
1385 +:hasSAPActualPercentComplete
1386 + rdf:type owl:DatatypeProperty ;
1387 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the name and value of user defined SAP data."^^xsd:string ;
1388 + rdfs:label "has SAP Actual Percent Complete"^^xsd:string ;
1389 +.
1390 +:hasSAPActualStartDate
1391 + rdf:type owl:DatatypeProperty ;
1392 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the name and value of user defined SAP data."^^xsd:string ;
1393 + rdfs:label "has SAP Actual Start Date"^^xsd:string ;
1394 +.
1393 :hasScopeType 1395 :hasScopeType
1394 rdf:type owl:ObjectProperty ; 1396 rdf:type owl:ObjectProperty ;
1395 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 scope type variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 1397 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 scope type variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
......