Tore Christiansen

Various minor updates of ILAP 2.0

This diff could not be displayed because it is too large.
...@@ -613,18 +613,10 @@ ILAP:PlannedActivity ...@@ -613,18 +613,10 @@ ILAP:PlannedActivity
613 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 613 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
614 rdfs:subClassOf 614 rdfs:subClassOf
615 [ rdf:type owl:Restriction ; 615 [ rdf:type owl:Restriction ;
616 - owl:allValuesFrom ILAP:ActivityDependency ; 616 + owl:maxQualifiedCardinality
617 - owl:onProperty ILAP:hasActivitySuccessor 617 + "1"^^xsd:nonNegativeInteger ;
618 - ] ; 618 + owl:onClass ILAP:Facility ;
619 - rdfs:subClassOf 619 + owl:onProperty ILAP:hasActivityAsset
620 - [ rdf:type owl:Restriction ;
621 - owl:allValuesFrom ILAP:Calendar ;
622 - owl:onProperty ILAP:hasActivityCalendar
623 - ] ;
624 - rdfs:subClassOf
625 - [ rdf:type owl:Restriction ;
626 - owl:allValuesFrom ILAP:Location ;
627 - owl:onProperty ILAP:hasActivityLocation
628 ] ; 620 ] ;
629 rdfs:subClassOf 621 rdfs:subClassOf
630 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
...@@ -635,25 +627,28 @@ ILAP:PlannedActivity ...@@ -635,25 +627,28 @@ ILAP:PlannedActivity
635 ] ; 627 ] ;
636 rdfs:subClassOf 628 rdfs:subClassOf
637 [ rdf:type owl:Restriction ; 629 [ rdf:type owl:Restriction ;
638 - owl:allValuesFrom ILAP:ResourceProfile ; 630 + owl:allValuesFrom ILAP:Result ;
639 - owl:onProperty ILAP:hasActivityResourceProfile 631 + owl:onProperty ILAP:hasActivityResult
640 ] ; 632 ] ;
641 rdfs:subClassOf 633 rdfs:subClassOf
642 [ rdf:type owl:Restriction ; 634 [ rdf:type owl:Restriction ;
643 - owl:maxQualifiedCardinality 635 + owl:allValuesFrom ILAP:Location ;
644 - "1"^^xsd:nonNegativeInteger ; 636 + owl:onProperty ILAP:hasActivityLocation
645 - owl:onClass ILAP:Facility ;
646 - owl:onProperty ILAP:hasActivityFacility
647 ] ; 637 ] ;
648 rdfs:subClassOf 638 rdfs:subClassOf
649 [ rdf:type owl:Restriction ; 639 [ rdf:type owl:Restriction ;
650 - owl:allValuesFrom ILAP:ResponsiblePerson ; 640 + owl:allValuesFrom ILAP:ActivityDependency ;
651 - owl:onProperty ILAP:hasActivityResponsiblePerson 641 + owl:onProperty ILAP:hasActivitySuccessor
652 ] ; 642 ] ;
653 rdfs:subClassOf 643 rdfs:subClassOf
654 [ rdf:type owl:Restriction ; 644 [ rdf:type owl:Restriction ;
655 - owl:allValuesFrom ILAP:ActivityWBS ; 645 + owl:allValuesFrom ILAP:Calendar ;
656 - owl:onProperty ILAP:hasActivityWBSelement 646 + owl:onProperty ILAP:hasActivityCalendar
647 + ] ;
648 + rdfs:subClassOf
649 + [ rdf:type owl:Restriction ;
650 + owl:onProperty ILAP:hasActivityDiscipline ;
651 + owl:someValuesFrom ILAP:Discipline
657 ] ; 652 ] ;
658 rdfs:subClassOf 653 rdfs:subClassOf
659 [ rdf:type owl:Restriction ; 654 [ rdf:type owl:Restriction ;
...@@ -662,13 +657,18 @@ ILAP:PlannedActivity ...@@ -662,13 +657,18 @@ ILAP:PlannedActivity
662 ] ; 657 ] ;
663 rdfs:subClassOf 658 rdfs:subClassOf
664 [ rdf:type owl:Restriction ; 659 [ rdf:type owl:Restriction ;
665 - owl:allValuesFrom ILAP:Result ; 660 + owl:allValuesFrom ILAP:ResourceProfile ;
666 - owl:onProperty ILAP:hasActivityResult 661 + owl:onProperty ILAP:hasActivityResourceProfile
667 ] ; 662 ] ;
668 rdfs:subClassOf 663 rdfs:subClassOf
669 [ rdf:type owl:Restriction ; 664 [ rdf:type owl:Restriction ;
670 - owl:onProperty ILAP:hasActivityDiscipline ; 665 + owl:allValuesFrom ILAP:ActivityWBS ;
671 - owl:someValuesFrom ILAP:Discipline 666 + owl:onProperty ILAP:hasActivityWBSelement
667 + ] ;
668 + rdfs:subClassOf
669 + [ rdf:type owl:Restriction ;
670 + owl:allValuesFrom ILAP:ResponsiblePerson ;
671 + owl:onProperty ILAP:hasActivityResponsiblePerson
672 ] . 672 ] .
673 673
674 ILAP:PlannedMilestone 674 ILAP:PlannedMilestone
...@@ -746,20 +746,23 @@ ILAP:ProjectExecutionPlan ...@@ -746,20 +746,23 @@ ILAP:ProjectExecutionPlan
746 rdfs:subClassOf ILAP:Network ; 746 rdfs:subClassOf ILAP:Network ;
747 rdfs:subClassOf 747 rdfs:subClassOf
748 [ rdf:type owl:Restriction ; 748 [ rdf:type owl:Restriction ;
749 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
750 + owl:onProperty ILAP:hasPlanAsset
751 + ] ;
752 + rdfs:subClassOf
753 + [ rdf:type owl:Restriction ;
749 owl:onProperty ILAP:hasPlanLevel ; 754 owl:onProperty ILAP:hasPlanLevel ;
750 owl:someValuesFrom ILAP:PlanLevel 755 owl:someValuesFrom ILAP:PlanLevel
751 ] ; 756 ] ;
752 rdfs:subClassOf 757 rdfs:subClassOf
753 [ rdf:type owl:Restriction ; 758 [ rdf:type owl:Restriction ;
754 - owl:maxQualifiedCardinality 759 + owl:allValuesFrom ILAP:PlanContractType ;
755 - "1"^^xsd:nonNegativeInteger ; 760 + owl:onProperty ILAP:hasPlanContractType
756 - owl:onClass ILAP:Project ;
757 - owl:onProperty ILAP:hasPlanProject
758 ] ; 761 ] ;
759 rdfs:subClassOf 762 rdfs:subClassOf
760 [ rdf:type owl:Restriction ; 763 [ rdf:type owl:Restriction ;
761 - owl:allValuesFrom ILAP:PlanObjectiveType ; 764 + owl:onProperty ILAP:hasPlanContentType ;
762 - owl:onProperty ILAP:hasPlanObjectiveType 765 + owl:someValuesFrom ILAP:PlanContentType
763 ] ; 766 ] ;
764 rdfs:subClassOf 767 rdfs:subClassOf
765 [ rdf:type owl:Restriction ; 768 [ rdf:type owl:Restriction ;
...@@ -768,30 +771,32 @@ ILAP:ProjectExecutionPlan ...@@ -768,30 +771,32 @@ ILAP:ProjectExecutionPlan
768 ] ; 771 ] ;
769 rdfs:subClassOf 772 rdfs:subClassOf
770 [ rdf:type owl:Restriction ; 773 [ rdf:type owl:Restriction ;
771 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 774 + owl:onProperty ILAP:hasPlanProjectType ;
772 - owl:onProperty ILAP:hasPlanAsset 775 + owl:someValuesFrom ILAP:PlanProjectType
773 ] ; 776 ] ;
774 rdfs:subClassOf 777 rdfs:subClassOf
775 [ rdf:type owl:Restriction ; 778 [ rdf:type owl:Restriction ;
776 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 779 + owl:onProperty ILAP:hasPlanGeoArea ;
777 - owl:onProperty ILAP:hasPlanLifecycleStage 780 + owl:someValuesFrom ILAP:PlanGeoArea
778 ] ; 781 ] ;
779 rdfs:subClassOf 782 rdfs:subClassOf
780 [ rdf:type owl:Restriction ; 783 [ rdf:type owl:Restriction ;
781 owl:maxQualifiedCardinality 784 owl:maxQualifiedCardinality
782 "1"^^xsd:nonNegativeInteger ; 785 "1"^^xsd:nonNegativeInteger ;
783 - owl:onClass ILAP:PlanLevel ; 786 + owl:onClass ILAP:Project ;
784 - owl:onProperty ILAP:hasPlanLevel 787 + owl:onProperty ILAP:hasPlanProject
785 ] ; 788 ] ;
786 rdfs:subClassOf 789 rdfs:subClassOf
787 [ rdf:type owl:Restriction ; 790 [ rdf:type owl:Restriction ;
788 - owl:onProperty ILAP:hasPlanContentType ; 791 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
789 - owl:someValuesFrom ILAP:PlanContentType 792 + owl:onProperty ILAP:hasPlanLifecycleStage
790 ] ; 793 ] ;
791 rdfs:subClassOf 794 rdfs:subClassOf
792 [ rdf:type owl:Restriction ; 795 [ rdf:type owl:Restriction ;
793 - owl:allValuesFrom ILAP:PlanContractType ; 796 + owl:maxQualifiedCardinality
794 - owl:onProperty ILAP:hasPlanContractType 797 + "1"^^xsd:nonNegativeInteger ;
798 + owl:onClass ILAP:PlanLevel ;
799 + owl:onProperty ILAP:hasPlanLevel
795 ] ; 800 ] ;
796 rdfs:subClassOf 801 rdfs:subClassOf
797 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
...@@ -800,13 +805,8 @@ ILAP:ProjectExecutionPlan ...@@ -800,13 +805,8 @@ ILAP:ProjectExecutionPlan
800 ] ; 805 ] ;
801 rdfs:subClassOf 806 rdfs:subClassOf
802 [ rdf:type owl:Restriction ; 807 [ rdf:type owl:Restriction ;
803 - owl:onProperty ILAP:hasPlanProjectType ; 808 + owl:allValuesFrom ILAP:PlanObjectiveType ;
804 - owl:someValuesFrom ILAP:PlanProjectType 809 + owl:onProperty ILAP:hasPlanObjectiveType
805 - ] ;
806 - rdfs:subClassOf
807 - [ rdf:type owl:Restriction ;
808 - owl:onProperty ILAP:hasPlanGeoArea ;
809 - owl:someValuesFrom ILAP:PlanGeoArea
810 ] ; 810 ] ;
811 rdfs:subClassOf 811 rdfs:subClassOf
812 [ rdf:type owl:Restriction ; 812 [ rdf:type owl:Restriction ;
...@@ -1107,6 +1107,12 @@ ILAP:hasActivityActualWeight ...@@ -1107,6 +1107,12 @@ ILAP:hasActivityActualWeight
1107 rdfs:range xsd:float ; 1107 rdfs:range xsd:float ;
1108 rdfs:subPropertyOf ILAP:hasActivityWeight . 1108 rdfs:subPropertyOf ILAP:hasActivityWeight .
1109 1109
1110 +ILAP:hasActivityAsset
1111 + rdf:type owl:ObjectProperty ;
1112 + rdfs:comment "A Relationship between a Planned Activity and its Asset (Facility, Field, License - typically classified by NPD Facility)."^^xsd:string ;
1113 + rdfs:label "has Activity Asset"^^xsd:string ;
1114 + rdfs:range ILAP:Asset .
1115 +
1110 ILAP:hasActivityBaselineSchedule 1116 ILAP:hasActivityBaselineSchedule
1111 rdf:type owl:ObjectProperty ; 1117 rdf:type owl:ObjectProperty ;
1112 rdfs:comment "A Relationship between a Scheduled Activity and the Control Schedule that is the current Baseline."^^xsd:string ; 1118 rdfs:comment "A Relationship between a Scheduled Activity and the Control Schedule that is the current Baseline."^^xsd:string ;
...@@ -1148,12 +1154,6 @@ ILAP:hasActivityEstimatedWeight ...@@ -1148,12 +1154,6 @@ ILAP:hasActivityEstimatedWeight
1148 rdfs:range xsd:float ; 1154 rdfs:range xsd:float ;
1149 rdfs:subPropertyOf ILAP:hasActivityWeight . 1155 rdfs:subPropertyOf ILAP:hasActivityWeight .
1150 1156
1151 -ILAP:hasActivityFacility
1152 - rdf:type owl:ObjectProperty ;
1153 - rdfs:comment "A Relationship between a Planned Activity and its Facility (typically classified by NPD Facility)."^^xsd:string ;
1154 - rdfs:label "has Activity Facility"^^xsd:string ;
1155 - rdfs:range ILAP:Facility .
1156 -
1157 ILAP:hasActivityInScheduleActivityInPlan 1157 ILAP:hasActivityInScheduleActivityInPlan
1158 rdf:type owl:ObjectProperty ; 1158 rdf:type owl:ObjectProperty ;
1159 rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will typically have a set of Scheduled Activities)."^^xsd:string ; 1159 rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will typically have a set of Scheduled Activities)."^^xsd:string ;
...@@ -1222,7 +1222,7 @@ ILAP:hasActivityPlan ...@@ -1222,7 +1222,7 @@ ILAP:hasActivityPlan
1222 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ; 1222 rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ;
1223 rdfs:domain ILAP:PlannedActivity ; 1223 rdfs:domain ILAP:PlannedActivity ;
1224 rdfs:label "has Activity Plan"^^xsd:string ; 1224 rdfs:label "has Activity Plan"^^xsd:string ;
1225 - rdfs:range ILAP:ProjectExecutionPlan . 1225 + rdfs:range ILAP:ActivityPlan .
1226 1226
1227 ILAP:hasActivityPlannedProgressPercent 1227 ILAP:hasActivityPlannedProgressPercent
1228 rdf:type owl:DatatypeProperty ; 1228 rdf:type owl:DatatypeProperty ;
...@@ -1930,7 +1930,8 @@ ILAP:hasScheduleDate ...@@ -1930,7 +1930,8 @@ ILAP:hasScheduleDate
1930 rdf:type owl:DatatypeProperty ; 1930 rdf:type owl:DatatypeProperty ;
1931 rdfs:comment "A Property that holds a Date in a Schedule for an Activity."^^xsd:string ; 1931 rdfs:comment "A Property that holds a Date in a Schedule for an Activity."^^xsd:string ;
1932 rdfs:domain ILAP:ScheduledActivity ; 1932 rdfs:domain ILAP:ScheduledActivity ;
1933 - rdfs:label "has Schedule Date"^^xsd:string . 1933 + rdfs:label "has Schedule Date"^^xsd:string ;
1934 + rdfs:range xsd:date .
1934 1935
1935 ILAP:hasSchedulePlan 1936 ILAP:hasSchedulePlan
1936 rdf:type owl:ObjectProperty ; 1937 rdf:type owl:ObjectProperty ;
...@@ -2052,13 +2053,6 @@ ILAP:hasValueAsset ...@@ -2052,13 +2053,6 @@ ILAP:hasValueAsset
2052 rdfs:label "has Value Asset"^^xsd:string ; 2053 rdfs:label "has Value Asset"^^xsd:string ;
2053 rdfs:range ILAP:Asset . 2054 rdfs:range ILAP:Asset .
2054 2055
2055 -ILAP:hasWBScomponent
2056 - rdf:type owl:ObjectProperty ;
2057 - rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ;
2058 - rdfs:domain ILAP:ActivityWBS ;
2059 - rdfs:label "has WBS Component"^^xsd:string ;
2060 - rdfs:range ILAP:Result .
2061 -
2062 ILAP:hasWBSphase 2056 ILAP:hasWBSphase
2063 rdf:type owl:ObjectProperty ; 2057 rdf:type owl:ObjectProperty ;
2064 rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (and the associated SCCS:SAB_Thing)."^^xsd:string ; 2058 rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (and the associated SCCS:SAB_Thing)."^^xsd:string ;
...@@ -2079,6 +2073,13 @@ ILAP:hasWBSresource ...@@ -2079,6 +2073,13 @@ ILAP:hasWBSresource
2079 rdfs:label "has WBS Resource"^^xsd:string ; 2073 rdfs:label "has WBS Resource"^^xsd:string ;
2080 rdfs:range ILAP:Resource . 2074 rdfs:range ILAP:Resource .
2081 2075
2076 +ILAP:hasWBSresult
2077 + rdf:type owl:ObjectProperty ;
2078 + rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ;
2079 + rdfs:domain ILAP:ActivityWBS ;
2080 + rdfs:label "has WBS Result"^^xsd:string ;
2081 + rdfs:range ILAP:Result .
2082 +
2082 ILAP:hasWorkOrderOperation 2083 ILAP:hasWorkOrderOperation
2083 rdf:type owl:ObjectProperty ; 2084 rdf:type owl:ObjectProperty ;
2084 rdfs:comment "A Relationship between a WorkOrder (Network) and the Operations (WorkTasks) that are connected to it."^^xsd:string ; 2085 rdfs:comment "A Relationship between a WorkOrder (Network) and the Operations (WorkTasks) that are connected to it."^^xsd:string ;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 16
17 : rdf:type owl:Ontology ; 17 : rdf:type owl:Ontology ;
18 - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: . 18 + owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -209,8 +209,8 @@ ILAP:DuringNormalOperation ...@@ -209,8 +209,8 @@ ILAP:DuringNormalOperation
209 rdfs:label "During Normal Operation"^^xsd:string . 209 rdfs:label "During Normal Operation"^^xsd:string .
210 210
211 ILAP:DuringShutdown 211 ILAP:DuringShutdown
212 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 212 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
213 - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . 213 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
214 214
215 ILAP:EIS 215 ILAP:EIS
216 rdf:type ILAP:Application ; 216 rdf:type ILAP:Application ;
...@@ -680,7 +680,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -680,7 +680,7 @@ ILAP:StandardFreeWeekendPeriod
680 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 680 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
681 rdfs:label "Standard Free Weekend Period"^^xsd:string ; 681 rdfs:label "Standard Free Weekend Period"^^xsd:string ;
682 ILAP:hasCalendarPeriodFreeDay 682 ILAP:hasCalendarPeriodFreeDay
683 - ILAP:Sunday , ILAP:Saturday . 683 + ILAP:Saturday , ILAP:Sunday .
684 684
685 ILAP:StandardWorkWeekdayPeriod 685 ILAP:StandardWorkWeekdayPeriod
686 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 686 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -772,12 +772,12 @@ ILAP:WinFab ...@@ -772,12 +772,12 @@ ILAP:WinFab
772 rdf:type ILAP:Application ; 772 rdf:type ILAP:Application ;
773 rdfs:label "Win fab"^^xsd:string . 773 rdfs:label "Win fab"^^xsd:string .
774 774
775 +ILAP:hasActivityAsset
776 + rdfs:domain ILAP:PlannedActivity .
777 +
775 ILAP:hasActivityBaselineSchedule 778 ILAP:hasActivityBaselineSchedule
776 rdfs:range ILAP:Schedule . 779 rdfs:range ILAP:Schedule .
777 780
778 -ILAP:hasActivityFacility
779 - rdfs:domain ILAP:PlannedActivity .
780 -
781 ILAP:hasActivityPhase 781 ILAP:hasActivityPhase
782 rdfs:range ILAP:Phase . 782 rdfs:range ILAP:Phase .
783 783
...@@ -838,23 +838,23 @@ ILAP:hasPlanSupplier ...@@ -838,23 +838,23 @@ ILAP:hasPlanSupplier
838 ILAP:hasSourceUserField 838 ILAP:hasSourceUserField
839 rdfs:range USERFIELDS:UserField . 839 rdfs:range USERFIELDS:UserField .
840 840
841 -ILAP:hasWBScomponent
842 - rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
843 -
844 ILAP:hasWBSphase 841 ILAP:hasWBSphase
845 rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 842 rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
846 843
847 ILAP:hasWBSprojectExpenseType 844 ILAP:hasWBSprojectExpenseType
848 rdfs:range ILAP:PlanExpenseType . 845 rdfs:range ILAP:PlanExpenseType .
849 846
847 +ILAP:hasWBSresult
848 + rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> .
849 +
850 ILAP:hasWorkTaskResponsible 850 ILAP:hasWorkTaskResponsible
851 rdfs:range ILAP:ResponsiblePerson . 851 rdfs:range ILAP:ResponsiblePerson .
852 852
853 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 853 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
854 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 854 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
855 855
856 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 856 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
857 - rdfs:subClassOf ILAP:PlanContentType , ILAP:Result . 857 + rdfs:subClassOf ILAP:Result , ILAP:PlanContentType .
858 858
859 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 859 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
860 rdfs:subClassOf ILAP:ProjectPhase . 860 rdfs:subClassOf ILAP:ProjectPhase .
...@@ -864,57 +864,57 @@ USERFIELDS:UserField ...@@ -864,57 +864,57 @@ USERFIELDS:UserField
864 [ rdf:type owl:Restriction ; 864 [ rdf:type owl:Restriction ;
865 owl:maxQualifiedCardinality 865 owl:maxQualifiedCardinality
866 "1"^^xsd:nonNegativeInteger ; 866 "1"^^xsd:nonNegativeInteger ;
867 - owl:onClass ILAP:ShutdownType ; 867 + owl:onClass ILAP:Discipline ;
868 - owl:onProperty USERFIELDS:hasShutdownType 868 + owl:onProperty USERFIELDS:hasDiscipline
869 ] ; 869 ] ;
870 rdfs:subClassOf 870 rdfs:subClassOf
871 [ rdf:type owl:Restriction ; 871 [ rdf:type owl:Restriction ;
872 owl:maxQualifiedCardinality 872 owl:maxQualifiedCardinality
873 "1"^^xsd:nonNegativeInteger ; 873 "1"^^xsd:nonNegativeInteger ;
874 - owl:onClass ILAP:Result ; 874 + owl:onClass ILAP:MilestoneType ;
875 - owl:onProperty USERFIELDS:hasProduct 875 + owl:onProperty USERFIELDS:hasMilestoneType
876 ] ; 876 ] ;
877 rdfs:subClassOf 877 rdfs:subClassOf
878 [ rdf:type owl:Restriction ; 878 [ rdf:type owl:Restriction ;
879 owl:maxQualifiedCardinality 879 owl:maxQualifiedCardinality
880 "1"^^xsd:nonNegativeInteger ; 880 "1"^^xsd:nonNegativeInteger ;
881 - owl:onClass ILAP:Phase ; 881 + owl:onClass ILAP:Contractor ;
882 - owl:onProperty USERFIELDS:hasProjectPhaseType 882 + owl:onProperty USERFIELDS:hasContractor
883 ] ; 883 ] ;
884 rdfs:subClassOf 884 rdfs:subClassOf
885 [ rdf:type owl:Restriction ; 885 [ rdf:type owl:Restriction ;
886 owl:maxQualifiedCardinality 886 owl:maxQualifiedCardinality
887 "1"^^xsd:nonNegativeInteger ; 887 "1"^^xsd:nonNegativeInteger ;
888 - owl:onClass ILAP:Discipline ; 888 + owl:onClass ILAP:Facility ;
889 - owl:onProperty USERFIELDS:hasCategory 889 + owl:onProperty USERFIELDS:hasFacility
890 ] ; 890 ] ;
891 rdfs:subClassOf 891 rdfs:subClassOf
892 [ rdf:type owl:Restriction ; 892 [ rdf:type owl:Restriction ;
893 owl:maxQualifiedCardinality 893 owl:maxQualifiedCardinality
894 "1"^^xsd:nonNegativeInteger ; 894 "1"^^xsd:nonNegativeInteger ;
895 - owl:onClass ILAP:Facility ; 895 + owl:onClass ILAP:Discipline ;
896 - owl:onProperty USERFIELDS:hasFacility 896 + owl:onProperty USERFIELDS:hasCategory
897 ] ; 897 ] ;
898 rdfs:subClassOf 898 rdfs:subClassOf
899 [ rdf:type owl:Restriction ; 899 [ rdf:type owl:Restriction ;
900 owl:maxQualifiedCardinality 900 owl:maxQualifiedCardinality
901 "1"^^xsd:nonNegativeInteger ; 901 "1"^^xsd:nonNegativeInteger ;
902 - owl:onClass ILAP:Contractor ; 902 + owl:onClass ILAP:Phase ;
903 - owl:onProperty USERFIELDS:hasContractor 903 + owl:onProperty USERFIELDS:hasProjectPhaseType
904 ] ; 904 ] ;
905 rdfs:subClassOf 905 rdfs:subClassOf
906 [ rdf:type owl:Restriction ; 906 [ rdf:type owl:Restriction ;
907 owl:maxQualifiedCardinality 907 owl:maxQualifiedCardinality
908 "1"^^xsd:nonNegativeInteger ; 908 "1"^^xsd:nonNegativeInteger ;
909 - owl:onClass ILAP:MilestoneType ; 909 + owl:onClass ILAP:Result ;
910 - owl:onProperty USERFIELDS:hasMilestoneType 910 + owl:onProperty USERFIELDS:hasProduct
911 ] ; 911 ] ;
912 rdfs:subClassOf 912 rdfs:subClassOf
913 [ rdf:type owl:Restriction ; 913 [ rdf:type owl:Restriction ;
914 owl:maxQualifiedCardinality 914 owl:maxQualifiedCardinality
915 "1"^^xsd:nonNegativeInteger ; 915 "1"^^xsd:nonNegativeInteger ;
916 - owl:onClass ILAP:Discipline ; 916 + owl:onClass ILAP:ShutdownType ;
917 - owl:onProperty USERFIELDS:hasDiscipline 917 + owl:onProperty USERFIELDS:hasShutdownType
918 ] . 918 ] .
919 919
920 <http://data.posccaesar.org/npd/ontology/Licence> 920 <http://data.posccaesar.org/npd/ontology/Licence>
...@@ -950,7 +950,7 @@ USERFIELDS:UserField ...@@ -950,7 +950,7 @@ USERFIELDS:UserField
950 rdl:RDS282149 950 rdl:RDS282149
951 rdf:type owl:Class ; 951 rdf:type owl:Class ;
952 rdfs:label "RDS282149"^^xsd:string ; 952 rdfs:label "RDS282149"^^xsd:string ;
953 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 953 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
954 954
955 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 955 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
956 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 956 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
This diff is collapsed. Click to expand it.