Showing
4 changed files
with
91 additions
and
99 deletions
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 | # baseURI: http://data.posccaesar.org/brreg/ | 1 | # baseURI: http://data.posccaesar.org/brreg/ |
2 | +# imports: file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc | ||
3 | +# imports: http://topbraid.org/spin/skoscleaner | ||
4 | +# imports: http://topbraid.org/spin/skosspin | ||
5 | +# imports: http://www.w3.org/2004/02/skos/core | ||
6 | +# imports: http://www.w3.org/2008/05/skos-xl | ||
7 | + | ||
8 | +@prefix : <http://data.posccaesar.org/brreg/> . | ||
9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
12 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
13 | + | ||
14 | +: rdf:type owl:Ontology ; | ||
15 | + owl:imports <http://topbraid.org/spin/skosspin> , <http://topbraid.org/spin/skoscleaner> , <http://www.w3.org/2008/05/skos-xl> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2004/02/skos/core> ; | ||
16 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
2 | 17 | ||
3 | -# c14n-version: 3 | ||
4 | -@prefix : <http://data.posccaesar.org/brreg/> . | ||
5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
6 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
9 | -: | ||
10 | - rdf:type owl:Ontology ; | ||
11 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
12 | -. | ||
13 | :BakerHughes | 18 | :BakerHughes |
14 | - rdf:type :Contractor ; | 19 | + rdf:type :Contractor ; |
15 | - rdfs:label "Baker hughes"^^xsd:string ; | 20 | + rdfs:label "Baker hughes"^^xsd:string . |
16 | -. | 21 | + |
17 | :ConocoPhillips | 22 | :ConocoPhillips |
18 | - rdf:type :OilCompany ; | 23 | + rdf:type :OilCompany ; |
19 | - rdfs:label "Conoco phillips"^^xsd:string ; | 24 | + rdfs:label "Conoco phillips"^^xsd:string . |
20 | -. | 25 | + |
21 | :Contractor | 26 | :Contractor |
22 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 27 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
23 | - rdf:type owl:Class ; | 28 | + rdfs:label "Contractor"^^xsd:string ; |
24 | - rdfs:label "Contractor"^^xsd:string ; | 29 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> , :LegalEntity . |
25 | - rdfs:subClassOf :LegalEntity ; | 30 | + |
26 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ; | ||
27 | -. | ||
28 | :EniNorge | 31 | :EniNorge |
29 | - rdf:type :OilCompany ; | 32 | + rdf:type :OilCompany ; |
30 | - rdfs:label "Eni norge"^^xsd:string ; | 33 | + rdfs:label "Eni norge"^^xsd:string . |
31 | -. | 34 | + |
32 | :LegalEntity | 35 | :LegalEntity |
33 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 36 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
34 | - rdf:type owl:Class ; | 37 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Source> ; |
35 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ; | 38 | + rdfs:subClassOf |
36 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | 39 | + [ rdf:type owl:Restriction ; |
37 | - rdfs:subClassOf owl:Thing ; | 40 | + owl:onClass :Location ; |
38 | - rdfs:subClassOf [ | 41 | + owl:onProperty :hasLegalEntityLocation ; |
39 | - rdf:type owl:Restriction ; | 42 | + owl:qualifiedCardinality |
40 | - owl:onClass :Location ; | 43 | + "1"^^xsd:nonNegativeInteger |
41 | - owl:onProperty :hasLegalEntityLocation ; | 44 | + ] . |
42 | - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 45 | + |
43 | - ] ; | ||
44 | -. | ||
45 | :Location | 46 | :Location |
46 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 47 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; |
47 | - rdf:type owl:Class ; | 48 | + rdfs:label "Location"^^xsd:string ; |
48 | - rdfs:label "Location"^^xsd:string ; | 49 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Location> . |
49 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ; | 50 | + |
50 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
51 | - rdfs:subClassOf owl:Thing ; | ||
52 | -. | ||
53 | :Lundin | 51 | :Lundin |
54 | - rdf:type :OilCompany ; | 52 | + rdf:type :OilCompany ; |
55 | - rdfs:label "Lundin"^^xsd:string ; | 53 | + rdfs:label "Lundin"^^xsd:string . |
56 | -. | 54 | + |
57 | -:NEA | 55 | +:NEA rdf:type :Regulator ; |
58 | - rdf:type :Regulator ; | 56 | + rdfs:label "NEA"^^xsd:string . |
59 | - rdfs:label "NEA"^^xsd:string ; | 57 | + |
60 | -. | 58 | +:NPD rdf:type :Regulator ; |
61 | -:NPD | 59 | + rdfs:label "NPD"^^xsd:string . |
62 | - rdf:type :Regulator ; | 60 | + |
63 | - rdfs:label "NPD"^^xsd:string ; | 61 | +:NTA rdf:type :Regulator ; |
64 | -. | 62 | + rdfs:label "NTA"^^xsd:string . |
65 | -:NTA | 63 | + |
66 | - rdf:type :Regulator ; | ||
67 | - rdfs:label "NTA"^^xsd:string ; | ||
68 | -. | ||
69 | :OilCompany | 64 | :OilCompany |
70 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 65 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
71 | - rdf:type owl:Class ; | 66 | + rdfs:label "Oil Company"^^xsd:string ; |
72 | - rdfs:label "Oil Company"^^xsd:string ; | 67 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> , :LegalEntity . |
73 | - rdfs:subClassOf :LegalEntity ; | 68 | + |
74 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ; | ||
75 | -. | ||
76 | :Regulator | 69 | :Regulator |
77 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 70 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
78 | - rdf:type owl:Class ; | 71 | + rdfs:label "Regulator"^^xsd:string ; |
79 | - rdfs:label "Regulator"^^xsd:string ; | 72 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> , :LegalEntity . |
80 | - rdfs:subClassOf :LegalEntity ; | 73 | + |
81 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ; | ||
82 | -. | ||
83 | :Schlumberger | 74 | :Schlumberger |
84 | - rdf:type :Contractor ; | 75 | + rdf:type :Contractor ; |
85 | - rdfs:label "Schlumberger"^^xsd:string ; | 76 | + rdfs:label "Schlumberger"^^xsd:string . |
86 | -. | 77 | + |
87 | :Sevan | 78 | :Sevan |
88 | - rdf:type :Contractor ; | 79 | + rdf:type :Contractor ; |
89 | - rdfs:label "Sevan"^^xsd:string ; | 80 | + rdfs:label "Sevan"^^xsd:string . |
90 | -. | 81 | + |
91 | :Statoil | 82 | :Statoil |
92 | - rdf:type :OilCompany ; | 83 | + rdf:type :OilCompany ; |
93 | - rdfs:label "Statoil"^^xsd:string ; | 84 | + rdfs:label "Statoil"^^xsd:string . |
94 | -. | 85 | + |
95 | :Subsea7 | 86 | :Subsea7 |
96 | - rdf:type :Contractor ; | 87 | + rdf:type :Contractor ; |
97 | - rdfs:label "Subsea7"^^xsd:string ; | 88 | + rdfs:label "Subsea7"^^xsd:string . |
98 | -. | 89 | + |
99 | :SumitomoMetal | 90 | :SumitomoMetal |
100 | - rdf:type :Contractor ; | 91 | + rdf:type :Contractor ; |
101 | - rdfs:label "Sumitomo metal"^^xsd:string ; | 92 | + rdfs:label "Sumitomo metal"^^xsd:string . |
102 | -. | 93 | + |
103 | :Tananger | 94 | :Tananger |
104 | - rdf:type :Location ; | 95 | + rdf:type :Location ; |
105 | - rdfs:label "Tananger"^^xsd:string ; | 96 | + rdfs:label "Tananger"^^xsd:string . |
106 | -. | 97 | + |
107 | :Technip | 98 | :Technip |
108 | - rdf:type :Contractor ; | 99 | + rdf:type :Contractor ; |
109 | - rdfs:label "Technip"^^xsd:string ; | 100 | + rdfs:label "Technip"^^xsd:string . |
110 | -. | 101 | + |
111 | :hasLegalEntityLocation | 102 | :hasLegalEntityLocation |
112 | - rdf:type owl:ObjectProperty ; | 103 | + rdf:type owl:ObjectProperty ; |
113 | - rdfs:domain :LegalEntity ; | 104 | + rdfs:domain :LegalEntity ; |
114 | - rdfs:label "has legal entity location"^^xsd:string ; | 105 | + rdfs:label "has legal entity location"^^xsd:string ; |
115 | - rdfs:range :Location ; | 106 | + rdfs:range :Location . |
116 | -. | ... | ... |
1 | # baseURI: http://data.posccaesar.org/Data/UC2/ | 1 | # baseURI: http://data.posccaesar.org/Data/UC2/ |
2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
2 | 3 | ||
3 | @prefix : <http://data.posccaesar.org/Data/UC2/> . | 4 | @prefix : <http://data.posccaesar.org/Data/UC2/> . |
4 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 5 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
... | @@ -9,7 +10,8 @@ | ... | @@ -9,7 +10,8 @@ |
9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
11 | 12 | ||
12 | -UC2: rdf:type owl:Ontology . | 13 | +UC2: rdf:type owl:Ontology ; |
14 | + owl:imports NCS_PLANNING: . | ||
13 | 15 | ||
14 | ILAP:ActivityInPlan_1 | 16 | ILAP:ActivityInPlan_1 |
15 | rdf:type ILAP:PlannedActivity ; | 17 | rdf:type ILAP:PlannedActivity ; |
... | @@ -168,7 +170,7 @@ ILAP:ContractorWBS_1 | ... | @@ -168,7 +170,7 @@ ILAP:ContractorWBS_1 |
168 | rdf:type ILAP:ContractorWBS ; | 170 | rdf:type ILAP:ContractorWBS ; |
169 | rdfs:label "Contractor WBS 1"^^xsd:string ; | 171 | rdfs:label "Contractor WBS 1"^^xsd:string ; |
170 | ILAP:hasContractorWBSelement | 172 | ILAP:hasContractorWBSelement |
171 | - "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string . | 173 | + "Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string . |
172 | 174 | ||
173 | ILAP:ExternalReference_1 | 175 | ILAP:ExternalReference_1 |
174 | rdf:type ILAP:ExternalReference ; | 176 | rdf:type ILAP:ExternalReference ; | ... | ... |
-
Please register or login to post a comment