Tore Christiansen

Updating after Easter

...@@ -786,53 +786,49 @@ ilap:shouldUseAnyUri ...@@ -786,53 +786,49 @@ ilap:shouldUseAnyUri
786 owl:onProperty :hasMainWorkCenter ; 786 owl:onProperty :hasMainWorkCenter ;
787 ] ; 787 ] ;
788 . 788 .
789 -:SpecifiedUserField_1
790 - rdf:type :SpecifiedUserField ;
791 - rdfs:label "Specified user field 1"^^xsd:string ;
792 -.
793 :hasActivityNetwork 789 :hasActivityNetwork
794 rdf:type owl:ObjectProperty ; 790 rdf:type owl:ObjectProperty ;
795 - 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 activity network variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 791 + 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 ;
796 rdfs:label "has Activity Network"^^xsd:string ; 792 rdfs:label "has Activity Network"^^xsd:string ;
797 . 793 .
798 :hasActivityProgress 794 :hasActivityProgress
799 rdf:type owl:ObjectProperty ; 795 rdf:type owl:ObjectProperty ;
800 - 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 activity progress variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 796 + 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 ;
801 rdfs:label "has Activity Progress"^^xsd:string ; 797 rdfs:label "has Activity Progress"^^xsd:string ;
802 . 798 .
803 :hasActualFinishDate 799 :hasActualFinishDate
804 rdf:type owl:ObjectProperty ; 800 rdf:type owl:ObjectProperty ;
805 - 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 ; 801 + 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 ;
806 rdfs:label "has Actual Finish Date"^^xsd:string ; 802 rdfs:label "has Actual Finish Date"^^xsd:string ;
807 . 803 .
808 :hasActualManHours 804 :hasActualManHours
809 rdf:type owl:ObjectProperty ; 805 rdf:type owl:ObjectProperty ;
810 - 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 ; 806 + 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 ;
811 rdfs:label "has Actual Man Hours"^^xsd:string ; 807 rdfs:label "has Actual Man Hours"^^xsd:string ;
812 . 808 .
813 :hasActualPercentComplete 809 :hasActualPercentComplete
814 rdf:type owl:ObjectProperty ; 810 rdf:type owl:ObjectProperty ;
815 - 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 ; 811 + 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 ;
816 rdfs:label "has Actual Percent Complete"^^xsd:string ; 812 rdfs:label "has Actual Percent Complete"^^xsd:string ;
817 . 813 .
818 :hasActualStartDate 814 :hasActualStartDate
819 rdf:type owl:ObjectProperty ; 815 rdf:type owl:ObjectProperty ;
820 - 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 ; 816 + 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 ;
821 rdfs:label "has Actual Start Date"^^xsd:string ; 817 rdfs:label "has Actual Start Date"^^xsd:string ;
822 . 818 .
823 :hasAreaOnFacility 819 :hasAreaOnFacility
824 rdf:type owl:ObjectProperty ; 820 rdf:type owl:ObjectProperty ;
825 - 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 area on facility variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 821 + 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 ;
826 rdfs:label "has Area on Facility"^^xsd:string ; 822 rdfs:label "has Area on Facility"^^xsd:string ;
827 . 823 .
828 :hasAssignment 824 :hasAssignment
829 rdf:type owl:ObjectProperty ; 825 rdf:type owl:ObjectProperty ;
830 - 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 assignment variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 826 + 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 ;
831 rdfs:label "has Assignment"^^xsd:string ; 827 rdfs:label "has Assignment"^^xsd:string ;
832 . 828 .
833 :hasBuildingBlock 829 :hasBuildingBlock
834 rdf:type owl:ObjectProperty ; 830 rdf:type owl:ObjectProperty ;
835 - 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 building block variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 831 + 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 ;
836 rdfs:label "has Building Block"^^xsd:string ; 832 rdfs:label "has Building Block"^^xsd:string ;
837 . 833 .
838 :hasCapacityNumber 834 :hasCapacityNumber
......
...@@ -121,6 +121,12 @@ ...@@ -121,6 +121,12 @@
121 rdfs:subClassOf [ 121 rdfs:subClassOf [
122 rdf:type owl:Restriction ; 122 rdf:type owl:Restriction ;
123 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 123 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
124 + owl:onClass :Phase ;
125 + owl:onProperty :partOfPhase ;
126 + ] ;
127 + rdfs:subClassOf [
128 + rdf:type owl:Restriction ;
129 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
124 owl:onClass :ResourceValue ; 130 owl:onClass :ResourceValue ;
125 owl:onProperty :hasResource ; 131 owl:onProperty :hasResource ;
126 ] ; 132 ] ;
...@@ -204,10 +210,6 @@ ...@@ -204,10 +210,6 @@
204 rdfs:label "Activity status"^^xsd:string ; 210 rdfs:label "Activity status"^^xsd:string ;
205 rdfs:subClassOf :Status ; 211 rdfs:subClassOf :Status ;
206 . 212 .
207 -:Activity_1
208 - rdf:type :Activity ;
209 - rdfs:label "Activity 1"^^xsd:string ;
210 -.
211 :AfterShutdown 213 :AfterShutdown
212 rdf:type :ShutdownPhase ; 214 rdf:type :ShutdownPhase ;
213 rdfs:label "After shutdown"^^xsd:string ; 215 rdfs:label "After shutdown"^^xsd:string ;
...@@ -985,11 +987,6 @@ ...@@ -985,11 +987,6 @@
985 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 987 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
986 ] ; 988 ] ;
987 . 989 .
988 -:FreeFieldValue_1
989 - rdf:type :FreeFieldValue ;
990 - :hasDescription "The value for WBS2"^^xsd:string ;
991 - rdfs:label "Free field value 1"^^xsd:string ;
992 -.
993 :Friday 990 :Friday
994 rdf:type :Weekday ; 991 rdf:type :Weekday ;
995 . 992 .
...@@ -1340,6 +1337,12 @@ ...@@ -1340,6 +1337,12 @@
1340 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS358019> ; 1337 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS358019> ;
1341 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ; 1338 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ;
1342 rdfs:subClassOf owl:Thing ; 1339 rdfs:subClassOf owl:Thing ;
1340 + rdfs:subClassOf [
1341 + rdf:type owl:Restriction ;
1342 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1343 + owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
1344 + owl:onProperty :hasPhaseType ;
1345 + ] ;
1343 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ; 1346 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ;
1344 . 1347 .
1345 :PhysicalLocation 1348 :PhysicalLocation
...@@ -1779,6 +1782,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1779,6 +1782,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1779 owl:onClass :CompletelyFreeField ; 1782 owl:onClass :CompletelyFreeField ;
1780 owl:onProperty :hasCompletelyFreeFieldDefinition ; 1783 owl:onProperty :hasCompletelyFreeFieldDefinition ;
1781 ] ; 1784 ] ;
1785 + rdfs:subClassOf [
1786 + rdf:type owl:Restriction ;
1787 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1788 + owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> ;
1789 + owl:onProperty :hasResourceType ;
1790 + ] ;
1782 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ; 1791 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
1783 . 1792 .
1784 :ResourceSet 1793 :ResourceSet
...@@ -1838,6 +1847,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1838,6 +1847,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1838 rdfs:label "Result"^^xsd:string ; 1847 rdfs:label "Result"^^xsd:string ;
1839 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ; 1848 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ;
1840 rdfs:subClassOf owl:Thing ; 1849 rdfs:subClassOf owl:Thing ;
1850 + rdfs:subClassOf [
1851 + rdf:type owl:Restriction ;
1852 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1853 + owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> ;
1854 + owl:onProperty :hasResultType ;
1855 + ] ;
1841 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43168516168> ; 1856 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43168516168> ;
1842 . 1857 .
1843 :RevisedScheduleForPlan 1858 :RevisedScheduleForPlan
...@@ -3235,6 +3250,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3235,6 +3250,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3235 rdfs:comment "This is not left untouched in Safran."^^xsd:string ; 3250 rdfs:comment "This is not left untouched in Safran."^^xsd:string ;
3236 rdfs:label "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ; 3251 rdfs:label "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
3237 . 3252 .
3253 +:partOfPhase
3254 + rdf:type owl:ObjectProperty ;
3255 + rdfs:comment "A relationship between an Actvivity and a Phase."^^xsd:string ;
3256 + rdfs:label "part Of Phase"^^xsd:string ;
3257 +.
3238 :partOfSchedule 3258 :partOfSchedule
3239 rdf:type owl:ObjectProperty ; 3259 rdf:type owl:ObjectProperty ;
3240 rdfs:comment "A relationship between a planning object and part of a schedule."^^xsd:string ; 3260 rdfs:comment "A relationship between a planning object and part of a schedule."^^xsd:string ;
...@@ -3247,6 +3267,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3247,6 +3267,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3247 rdfs:label "Time based 1"^^xsd:string ; 3267 rdfs:label "Time based 1"^^xsd:string ;
3248 rdfs:subClassOf :Category ; 3268 rdfs:subClassOf :Category ;
3249 rdfs:subClassOf :Discipline ; 3269 rdfs:subClassOf :Discipline ;
3270 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
3250 . 3271 .
3251 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 3272 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
3252 rdf:type owl:Class ; 3273 rdf:type owl:Class ;
......