Tore Christiansen

Added individuals to illustrate Visio Model

This diff is collapsed. Click to expand it.
...@@ -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 ;
...@@ -147,7 +147,7 @@ ILAP:DependentOnShutdown ...@@ -147,7 +147,7 @@ ILAP:DependentOnShutdown
147 147
148 ILAP:Development 148 ILAP:Development
149 rdf:type ILAP:PlanLifecycleStage ; 149 rdf:type ILAP:PlanLifecycleStage ;
150 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 150 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
151 151
152 ILAP:DisasterRecovery 152 ILAP:DisasterRecovery
153 rdf:type ILAP:PlanObjectiveType ; 153 rdf:type ILAP:PlanObjectiveType ;
...@@ -174,8 +174,8 @@ ILAP:DuringNormalOperation ...@@ -174,8 +174,8 @@ ILAP:DuringNormalOperation
174 rdfs:label "During Normal Operation"^^xsd:string . 174 rdfs:label "During Normal Operation"^^xsd:string .
175 175
176 ILAP:DuringShutdown 176 ILAP:DuringShutdown
177 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 177 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
178 - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . 178 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
179 179
180 ILAP:EIS 180 ILAP:EIS
181 rdf:type ILAP:Application ; 181 rdf:type ILAP:Application ;
...@@ -605,7 +605,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -605,7 +605,7 @@ ILAP:StandardFreeWeekendPeriod
605 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 605 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
606 rdfs:label "Standard free weekend period"^^xsd:string ; 606 rdfs:label "Standard free weekend period"^^xsd:string ;
607 ILAP:hasCalendarPeriodFreeDay 607 ILAP:hasCalendarPeriodFreeDay
608 - ILAP:Saturday , ILAP:Sunday . 608 + ILAP:Sunday , ILAP:Saturday .
609 609
610 ILAP:StandardWorkWeekdayPeriod 610 ILAP:StandardWorkWeekdayPeriod
611 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 611 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -768,7 +768,7 @@ ILAP:hasWorkTaskResponsible ...@@ -768,7 +768,7 @@ ILAP:hasWorkTaskResponsible
768 rdfs:range ILAP:ResponsiblePerson . 768 rdfs:range ILAP:ResponsiblePerson .
769 769
770 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 770 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
771 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 771 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
772 772
773 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 773 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
774 rdfs:subClassOf ILAP:Result . 774 rdfs:subClassOf ILAP:Result .
...@@ -781,57 +781,57 @@ USERFIELDS:UserField ...@@ -781,57 +781,57 @@ USERFIELDS:UserField
781 [ rdf:type owl:Restriction ; 781 [ rdf:type owl:Restriction ;
782 owl:maxQualifiedCardinality 782 owl:maxQualifiedCardinality
783 "1"^^xsd:nonNegativeInteger ; 783 "1"^^xsd:nonNegativeInteger ;
784 - owl:onClass ILAP:ShutdownType ; 784 + owl:onClass ILAP:Discipline ;
785 - owl:onProperty USERFIELDS:hasShutdownType 785 + owl:onProperty USERFIELDS:hasDiscipline
786 ] ; 786 ] ;
787 rdfs:subClassOf 787 rdfs:subClassOf
788 [ rdf:type owl:Restriction ; 788 [ rdf:type owl:Restriction ;
789 owl:maxQualifiedCardinality 789 owl:maxQualifiedCardinality
790 "1"^^xsd:nonNegativeInteger ; 790 "1"^^xsd:nonNegativeInteger ;
791 - owl:onClass ILAP:Result ; 791 + owl:onClass ILAP:MilestoneType ;
792 - owl:onProperty USERFIELDS:hasProduct 792 + owl:onProperty USERFIELDS:hasMilestone
793 ] ; 793 ] ;
794 rdfs:subClassOf 794 rdfs:subClassOf
795 [ rdf:type owl:Restriction ; 795 [ rdf:type owl:Restriction ;
796 owl:maxQualifiedCardinality 796 owl:maxQualifiedCardinality
797 "1"^^xsd:nonNegativeInteger ; 797 "1"^^xsd:nonNegativeInteger ;
798 - owl:onClass ILAP:Phase ; 798 + owl:onClass ILAP:Contractor ;
799 - owl:onProperty USERFIELDS:hasProjectPhase 799 + owl:onProperty USERFIELDS:hasContractor
800 ] ; 800 ] ;
801 rdfs:subClassOf 801 rdfs:subClassOf
802 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
803 owl:maxQualifiedCardinality 803 owl:maxQualifiedCardinality
804 "1"^^xsd:nonNegativeInteger ; 804 "1"^^xsd:nonNegativeInteger ;
805 - owl:onClass ILAP:Discipline ; 805 + owl:onClass ILAP:Facility ;
806 - owl:onProperty USERFIELDS:hasCategory 806 + owl:onProperty USERFIELDS:hasFacility
807 ] ; 807 ] ;
808 rdfs:subClassOf 808 rdfs:subClassOf
809 [ rdf:type owl:Restriction ; 809 [ rdf:type owl:Restriction ;
810 owl:maxQualifiedCardinality 810 owl:maxQualifiedCardinality
811 "1"^^xsd:nonNegativeInteger ; 811 "1"^^xsd:nonNegativeInteger ;
812 - owl:onClass ILAP:Facility ; 812 + owl:onClass ILAP:Discipline ;
813 - owl:onProperty USERFIELDS:hasFacility 813 + owl:onProperty USERFIELDS:hasCategory
814 ] ; 814 ] ;
815 rdfs:subClassOf 815 rdfs:subClassOf
816 [ rdf:type owl:Restriction ; 816 [ rdf:type owl:Restriction ;
817 owl:maxQualifiedCardinality 817 owl:maxQualifiedCardinality
818 "1"^^xsd:nonNegativeInteger ; 818 "1"^^xsd:nonNegativeInteger ;
819 - owl:onClass ILAP:Contractor ; 819 + owl:onClass ILAP:Phase ;
820 - owl:onProperty USERFIELDS:hasContractor 820 + owl:onProperty USERFIELDS:hasProjectPhase
821 ] ; 821 ] ;
822 rdfs:subClassOf 822 rdfs:subClassOf
823 [ rdf:type owl:Restriction ; 823 [ rdf:type owl:Restriction ;
824 owl:maxQualifiedCardinality 824 owl:maxQualifiedCardinality
825 "1"^^xsd:nonNegativeInteger ; 825 "1"^^xsd:nonNegativeInteger ;
826 - owl:onClass ILAP:MilestoneType ; 826 + owl:onClass ILAP:Result ;
827 - owl:onProperty USERFIELDS:hasMilestone 827 + owl:onProperty USERFIELDS:hasProduct
828 ] ; 828 ] ;
829 rdfs:subClassOf 829 rdfs:subClassOf
830 [ rdf:type owl:Restriction ; 830 [ rdf:type owl:Restriction ;
831 owl:maxQualifiedCardinality 831 owl:maxQualifiedCardinality
832 "1"^^xsd:nonNegativeInteger ; 832 "1"^^xsd:nonNegativeInteger ;
833 - owl:onClass ILAP:Discipline ; 833 + owl:onClass ILAP:ShutdownType ;
834 - owl:onProperty USERFIELDS:hasDiscipline 834 + owl:onProperty USERFIELDS:hasShutdownType
835 ] . 835 ] .
836 836
837 <http://data.posccaesar.org/npd/ontology/Licence> 837 <http://data.posccaesar.org/npd/ontology/Licence>
...@@ -867,7 +867,7 @@ USERFIELDS:UserField ...@@ -867,7 +867,7 @@ USERFIELDS:UserField
867 rdl:RDS282149 867 rdl:RDS282149
868 rdf:type owl:Class ; 868 rdf:type owl:Class ;
869 rdfs:label "RDS282149"^^xsd:string ; 869 rdfs:label "RDS282149"^^xsd:string ;
870 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 870 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
871 871
872 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 872 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
873 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 873 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
This diff is collapsed. Click to expand it.