Tore Christiansen

Updated subclass and type for all ILAP Core classes

This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
# baseURI: http://data.posccaesar.org/brreg/
# imports: file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc
# imports: http://topbraid.org/spin/skoscleaner
# imports: http://topbraid.org/spin/skosspin
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://www.w3.org/2008/05/skos-xl
@prefix : <http://data.posccaesar.org/brreg/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
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> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# c14n-version: 3
@prefix : <http://data.posccaesar.org/brreg/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
:BakerHughes
rdf:type :Contractor ;
rdfs:label "Baker hughes"^^xsd:string ;
.
rdf:type :Contractor ;
rdfs:label "Baker hughes"^^xsd:string .
:ConocoPhillips
rdf:type :OilCompany ;
rdfs:label "Conoco phillips"^^xsd:string ;
.
rdf:type :OilCompany ;
rdfs:label "Conoco phillips"^^xsd:string .
:Contractor
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type owl:Class ;
rdfs:label "Contractor"^^xsd:string ;
rdfs:subClassOf :LegalEntity ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:label "Contractor"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> , :LegalEntity .
:EniNorge
rdf:type :OilCompany ;
rdfs:label "Eni norge"^^xsd:string ;
.
rdf:type :OilCompany ;
rdfs:label "Eni norge"^^xsd:string .
:LegalEntity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type owl:Class ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass :Location ;
owl:onProperty :hasLegalEntityLocation ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Source> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass :Location ;
owl:onProperty :hasLegalEntityLocation ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
:Location
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdf:type owl:Class ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ;
rdfs:subClassOf owl:Thing ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Location> .
:Lundin
rdf:type :OilCompany ;
rdfs:label "Lundin"^^xsd:string ;
.
:NEA
rdf:type :Regulator ;
rdfs:label "NEA"^^xsd:string ;
.
:NPD
rdf:type :Regulator ;
rdfs:label "NPD"^^xsd:string ;
.
:NTA
rdf:type :Regulator ;
rdfs:label "NTA"^^xsd:string ;
.
rdf:type :OilCompany ;
rdfs:label "Lundin"^^xsd:string .
:NEA rdf:type :Regulator ;
rdfs:label "NEA"^^xsd:string .
:NPD rdf:type :Regulator ;
rdfs:label "NPD"^^xsd:string .
:NTA rdf:type :Regulator ;
rdfs:label "NTA"^^xsd:string .
:OilCompany
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type owl:Class ;
rdfs:label "Oil Company"^^xsd:string ;
rdfs:subClassOf :LegalEntity ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:label "Oil Company"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> , :LegalEntity .
:Regulator
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type owl:Class ;
rdfs:label "Regulator"^^xsd:string ;
rdfs:subClassOf :LegalEntity ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:label "Regulator"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> , :LegalEntity .
:Schlumberger
rdf:type :Contractor ;
rdfs:label "Schlumberger"^^xsd:string ;
.
rdf:type :Contractor ;
rdfs:label "Schlumberger"^^xsd:string .
:Sevan
rdf:type :Contractor ;
rdfs:label "Sevan"^^xsd:string ;
.
rdf:type :Contractor ;
rdfs:label "Sevan"^^xsd:string .
:Statoil
rdf:type :OilCompany ;
rdfs:label "Statoil"^^xsd:string ;
.
rdf:type :OilCompany ;
rdfs:label "Statoil"^^xsd:string .
:Subsea7
rdf:type :Contractor ;
rdfs:label "Subsea7"^^xsd:string ;
.
rdf:type :Contractor ;
rdfs:label "Subsea7"^^xsd:string .
:SumitomoMetal
rdf:type :Contractor ;
rdfs:label "Sumitomo metal"^^xsd:string ;
.
rdf:type :Contractor ;
rdfs:label "Sumitomo metal"^^xsd:string .
:Tananger
rdf:type :Location ;
rdfs:label "Tananger"^^xsd:string ;
.
rdf:type :Location ;
rdfs:label "Tananger"^^xsd:string .
:Technip
rdf:type :Contractor ;
rdfs:label "Technip"^^xsd:string ;
.
rdf:type :Contractor ;
rdfs:label "Technip"^^xsd:string .
:hasLegalEntityLocation
rdf:type owl:ObjectProperty ;
rdfs:domain :LegalEntity ;
rdfs:label "has legal entity location"^^xsd:string ;
rdfs:range :Location ;
.
rdf:type owl:ObjectProperty ;
rdfs:domain :LegalEntity ;
rdfs:label "has legal entity location"^^xsd:string ;
rdfs:range :Location .
......
# baseURI: http://data.posccaesar.org/Data/UC2/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@prefix : <http://data.posccaesar.org/Data/UC2/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
......@@ -9,7 +10,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC2: rdf:type owl:Ontology .
UC2: rdf:type owl:Ontology ;
owl:imports NCS_PLANNING: .
ILAP:ActivityInPlan_1
rdf:type ILAP:PlannedActivity ;
......@@ -168,7 +170,7 @@ ILAP:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
ILAP:hasContractorWBSelement
"Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
"Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string .
ILAP:ExternalReference_1
rdf:type ILAP:ExternalReference ;
......