Tore Christiansen

Misc updates of standard data and values - cleaning up v.1.5

......@@ -14,6 +14,7 @@
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix NPD: <http://data.posccaesar.org/npd/> .
@prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> .
@prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
......@@ -25,32 +26,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NCS: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: .
NCS:ClassInNorsok
rdf:type owl:Class ;
rdfs:label "Class in norsok"^^xsd:string ;
rdfs:subClassOf NCS:ClassOfIndividual .
NCS:ClassOfClassOfIndividual
rdf:type owl:Class ;
rdfs:label "Class of class of individual"^^xsd:string ;
rdfs:subClassOf owl:Class .
NCS:ClassOfIndividual
rdf:type owl:Class ;
rdfs:label "Class of individual"^^xsd:string ;
rdfs:subClassOf owl:Class .
NCS:ClassificationStructureForNorsok
rdf:type owl:Class ;
rdfs:label "Classification structure for Norsok"^^xsd:string ;
rdfs:subClassOf NCS:ClassOfClassOfIndividual .
NCS:CorClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdfs:label "Cor class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , NPD: , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: .
NCS:Development
rdf:type ILAP:PlanPhase ;
......@@ -68,26 +44,6 @@ NCS:HighPriority
rdf:type StandardData:Priority ;
rdfs:label "High priority"^^xsd:string .
NCS:IndividualInCorClass
rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ;
rdfs:label "Individual in cor class"^^xsd:string ;
rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline .
NCS:IndividualInNorsokClass
rdf:type owl:Class ;
rdfs:label "Individual in norsok class"^^xsd:string ;
rdfs:subClassOf NCS:PossibleIndividual .
NCS:IndividualInPBSClass
rdf:type owl:Class ;
rdfs:label "Individual in PBSClass"^^xsd:string ;
rdfs:subClassOf NCS:IndividualInNorsokClass .
NCS:IndividualInSABClass
rdf:type owl:Class ;
rdfs:label "Individual in SABClass"^^xsd:string ;
rdfs:subClassOf NCS:IndividualInNorsokClass .
NCS:LowCriticality
rdf:type StandardData:Criticality ;
rdfs:label "Low criticality"^^xsd:string .
......@@ -96,6 +52,10 @@ NCS:LowPriority
rdf:type StandardData:Priority ;
rdfs:label "Low priority"^^xsd:string .
NCS:NPDelement_1
rdf:type NPD:NPDelement ;
rdfs:label "NPDelement 1"^^xsd:string .
NCS:NormalCriticality
rdf:type StandardData:Criticality ;
rdfs:label "Normal criticality"^^xsd:string .
......@@ -108,11 +68,6 @@ NCS:Operation
rdf:type ILAP:PlanPhase ;
rdfs:label "Operation"^^xsd:string .
NCS:PbsClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdfs:label "PbsClass"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
NCS:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
......@@ -123,20 +78,10 @@ NCS:Planning
rdf:type ILAP:PlanPhase ;
rdfs:label "Planning"^^xsd:string .
NCS:PossibleIndividual
rdf:type owl:Class ;
rdfs:label "Possible individual"^^xsd:string ;
rdfs:subClassOf owl:Thing .
NCS:Removal
rdf:type ILAP:PlanPhase ;
rdfs:label "Removal"^^xsd:string .
NCS:SabClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdfs:label "Sab class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
NCS:ShutdownAndDecommisioning
rdf:type ILAP:PlanPhase ;
rdfs:label "Shutdown and decommisioning"^^xsd:string .
......@@ -413,7 +358,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Saturday , ILAP:Sunday .
ILAP:Sunday , ILAP:Saturday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......@@ -458,6 +403,9 @@ ILAP:Wellbore
ILAP:hasActivityBaselineSchedule
rdfs:range ILAP:Schedule .
ILAP:hasActivityPhase
rdfs:range ILAP:Phase .
ILAP:hasActivityResource
rdfs:domain ILAP:Activity ;
rdfs:range ILAP:Resource .
......@@ -465,9 +413,20 @@ ILAP:hasActivityResource
ILAP:hasActivityResourceProfile
rdfs:domain ILAP:Activity .
ILAP:hasActivityShutdown
rdfs:range ILAP:Shutdown .
ILAP:hasActivityWBSelement
rdfs:range ILAP:ActivityWBS .
ILAP:hasActivityWeight
rdfs:domain ILAP:Activity ;
rdfs:range xsd:float .
ILAP:hasCalendarDate
rdfs:domain ILAP:Calendar ;
rdfs:range xsd:date .
ILAP:hasCalendarPeriodDay
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarDay .
......@@ -476,13 +435,15 @@ ILAP:hasCalendarPeriodHour
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarHour .
ILAP:hasCalendarTime
rdfs:domain ILAP:Calendar ;
rdfs:range xsd:dateTime .
ILAP:hasPlanAsset
rdfs:range <http://data.posccaesar.org/diskos/Asset> .
ILAP:hasTimeNow
rdf:type owl:DatatypeProperty ;
rdfs:label "has time now"^^xsd:string ;
rdfs:range xsd:date .
ILAP:hasPlanResponsible
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasWBSResource
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> .
......@@ -493,6 +454,27 @@ ILAP:hasWBScomponent
ILAP:hasWBSphase
rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
riskfactor:hasRiskType
rdfs:domain ILAP:RiskFactor .
shutdown:hasShutdownContent
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownOperation
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownPeriod
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownPriority
rdfs:domain ILAP:Shutdown .
shutdown:hasShutdownType
rdfs:domain ILAP:Shutdown .
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
This diff is collapsed. Click to expand it.
......@@ -12,7 +12,7 @@
@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:imports <http://www.w3.org/2004/02/skos/core> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2008/05/skos-xl> , <http://topbraid.org/spin/skoscleaner> , <http://topbraid.org/spin/skosspin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:BakerHughes
......@@ -24,83 +24,23 @@
rdfs:label "Conoco phillips"^^xsd:string .
:Contractor
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Contractor"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> , :LegalEntity .
:EniNorge
rdf:type :OilCompany ;
rdfs:label "Eni norge"^^xsd:string .
rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648162> .
:LegalEntity
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 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 .
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> , <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
:NPD rdf:type :Regulator ;
rdfs:label "NPD"^^xsd:string .
:NTA rdf:type :Regulator ;
rdfs:label "NTA"^^xsd:string .
:OilCompany
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Oil Company"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> , :LegalEntity .
rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648100> .
:Regulator
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Regulator"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> , :LegalEntity .
:Schlumberger
rdf:type :Contractor ;
rdfs:label "Schlumberger"^^xsd:string .
:Sevan
rdf:type :Contractor ;
rdfs:label "Sevan"^^xsd:string .
:Statoil
rdf:type :OilCompany ;
rdfs:label "Statoil"^^xsd:string .
:Subsea7
rdf:type :Contractor ;
rdfs:label "Subsea7"^^xsd:string .
:SumitomoMetal
rdf:type :Contractor ;
rdfs:label "Sumitomo metal"^^xsd:string .
:Tananger
rdf:type :Location ;
rdfs:label "Tananger"^^xsd:string .
:Technip
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 .
rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS283544> .
......
# baseURI: http://data.posccaesar.org/ccu/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/ccu/> .
@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 ;
.
:CCU
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdf:type owl:Class ;
rdfs:label "CCU"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ;
rdfs:subClassOf owl:Thing ;
.
@prefix : <http://data.posccaesar.org/ccu/> .
@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 .
:CCU rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdfs:label "CCU"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS221644028150> .
:CCU123
rdf:type :CCU ;
rdfs:label "CCU 123"^^xsd:string ;
.
:CCU456
rdf:type :CCU ;
rdfs:label "CCU 456"^^xsd:string ;
.
rdf:type :CCU ;
rdfs:label "CCU 123"^^xsd:string .
......
# baseURI: http://data.posccaesar.org/diskos/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/diskos/> .
@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 ;
.
@prefix : <http://data.posccaesar.org/diskos/> .
@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 .
:Asset
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type owl:Class ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8645837> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:float ;
owl:onProperty :hasAssetValue ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8645837> .
:EkofiskField
rdf:type :Asset ;
:hasAssetValue "30"^^xsd:float ;
rdfs:label "Ekofisk field"^^xsd:string ;
.
:GoliatField
rdf:type :Asset ;
:hasAssetValue "50"^^xsd:float ;
rdfs:label "Goliat field"^^xsd:string ;
.
:StatfjordField
rdf:type :Asset ;
:hasAssetValue "40"^^xsd:float ;
rdfs:label "Statfjord field"^^xsd:string ;
.
:hasAssetValue
rdf:type owl:DatatypeProperty ;
rdfs:domain :Asset ;
rdfs:label "has asset value"^^xsd:string ;
rdfs:range xsd:float ;
.
rdf:type :Asset ;
rdfs:label "Ekofisk field"^^xsd:string .
......
......@@ -19,96 +19,7 @@
: rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Business area agreement"^^xsd:string ;
rdfs:subClassOf :NPDelement .
:BAA_1
rdf:type :BAA ;
rdfs:label "Business Area Arrangement 1"^^xsd:string .
:Ekofisk
rdf:type :Field ;
rdfs:label "Ekofisk"^^xsd:string .
:EldfiskC
rdf:type :SubsurfaceFacility ;
rdfs:label "Eldfisk C"^^xsd:string .
:Facility
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
rdfs:label "Facility"^^xsd:string ;
rdfs:subClassOf :NPDelement .
:Field
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdfs:label "Field"^^xsd:string ;
rdfs:subClassOf :NPDelement .
:Goliat
rdf:type :Field ;
rdfs:label "Goliat"^^xsd:string .
:GoliatFPSO
rdf:type :Facility ;
rdfs:label "Goliat FPSO"^^xsd:string .
:JohanSverdrup
rdf:type :Field ;
rdfs:label "Johan sverdrup"^^xsd:string .
:License_1
rdf:type :ProductionLicense ;
rdfs:label "License 1"^^xsd:string .
:NPDelement
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ;
rdfs:label "NPDelement"^^xsd:string , "Petroleum register element"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> , owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> .
:PipelineFacility
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
:ProductionLicense
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "License"^^xsd:string ;
rdfs:subClassOf :NPDelement .
:StafjordA
rdf:type :SurfaceFacility ;
rdfs:label "Statfjord A"^^xsd:string .
:StatPipe
rdf:type :PipelineFacility .
:Statfjord
rdf:type :Field ;
rdfs:label "Statfjord"^^xsd:string .
:StatfjordA
rdf:type owl:Class ;
rdfs:label "Statfjord a"^^xsd:string ;
rdfs:subClassOf :SurfaceFacility .
:StatfjordB
rdf:type :SurfaceFacility ;
rdfs:label "Statfjord B"^^xsd:string .
:StatfjordSatelliteA
rdf:type :SubsurfaceFacility .
:SubsurfaceFacility
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
:SurfaceFacility
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility .
:WellBore
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement .
:WellBore_1
rdf:type :WellBore .
rdfs:label "Petroleum register element"^^xsd:string , "NPDelement"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing , <http://data.posccaesar.org/ilap/Location> .
......
......@@ -9,9 +9,9 @@
: rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:HcSystemsWork
:HCsystemsWork
rdf:type :RiskType ;
rdfs:label "Hc systems work"^^xsd:string .
rdfs:label "HC systems work"^^xsd:string .
:HeightWork
rdf:type :RiskType ;
......@@ -33,11 +33,6 @@
rdf:type :RiskType ;
rdfs:label "Reservoir drilling operation"^^xsd:string .
:RiskFactor
rdf:type owl:Class ;
rdfs:label "Risk factor"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:RiskType
rdf:type owl:Class ;
rdfs:label "Risk type"^^xsd:string ;
......@@ -53,6 +48,5 @@
:hasRiskType
rdf:type owl:ObjectProperty ;
rdfs:domain :RiskFactor ;
rdfs:label "has risk type"^^xsd:string ;
rdfs:range :RiskType .
......
......@@ -101,11 +101,6 @@
rdf:type :ShutdownType ;
rdfs:label "Scheduled Shutdown"^^xsd:string .
:Shutdown
rdf:type owl:Class ;
rdfs:label "Shutdown"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:ShutdownContent
rdf:type owl:Class ;
rdfs:label "Shutdown content"^^xsd:string ;
......@@ -161,7 +156,6 @@
:hasShutdownContent
rdf:type owl:ObjectProperty ;
rdfs:domain :Shutdown ;
rdfs:label "has shutdown content"^^xsd:string ;
rdfs:range :ShutdownContent .
......@@ -171,27 +165,18 @@
rdfs:label "has shutdwn end"^^xsd:string ;
rdfs:range xsd:dateTime .
:hasShutdownName
rdf:type owl:DatatypeProperty ;
rdfs:domain :Shutdown ;
rdfs:label "has shutdown name"^^xsd:string ;
rdfs:range xsd:string .
:hasShutdownOperation
rdf:type owl:ObjectProperty ;
rdfs:domain :Shutdown ;
rdfs:label "has shutdown operation"^^xsd:string ;
rdfs:range :ShutdownOperation .
:hasShutdownPeriod
rdf:type owl:ObjectProperty ;
rdfs:domain :Shutdown ;
rdfs:label "has shutdown period"^^xsd:string ;
rdfs:range :ShutdownPeriod .
:hasShutdownPriority
rdf:type owl:ObjectProperty ;
rdfs:domain :Shutdown ;
rdfs:label "has shutdown priority"^^xsd:string ;
rdfs:range :ShutdownPriority .
......@@ -203,6 +188,5 @@
:hasShutdownType
rdf:type owl:ObjectProperty ;
rdfs:domain :Shutdown ;
rdfs:label "has shutdown type"^^xsd:string ;
rdfs:range :ShutdownType .
......