Tore Christiansen

Cleaned up non-working URIs

# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://ILAP_1.5_(git)/StandardData
# imports: http:///data.posccaesar.org/ilap/PLANNING_STANDARD
# imports: http://data.posccaesar.org/brreg/
# imports: http://data.posccaesar.org/ccu/
# imports: http://data.posccaesar.org/diskos/
......@@ -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 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#> .
@prefix p1: <http://example.org/file1#> .
......@@ -24,15 +25,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://ILAP_1.5_(git)/StandardData> , shutdown: .
NCS:ABEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "ABEX"^^xsd:string .
NCS:Active
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string .
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 ;
......@@ -55,7 +48,7 @@ NCS:ClassificationStructureForNorsok
rdfs:subClassOf NCS:ClassOfClassOfIndividual .
NCS:CorClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "Cor class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
......@@ -76,9 +69,9 @@ NCS:HighPriority
rdfs:label "High priority"^^xsd:string .
NCS:IndividualInCorClass
rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ;
rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
rdfs:label "Individual in cor class"^^xsd:string ;
rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline .
rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass .
NCS:IndividualInNorsokClass
rdf:type owl:Class ;
......@@ -116,14 +109,10 @@ NCS:Operation
rdfs:label "Operation"^^xsd:string .
NCS:PbsClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "PbsClass"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
NCS:Planned
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string .
NCS:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
......@@ -139,20 +128,12 @@ NCS:PossibleIndividual
rdfs:label "Possible individual"^^xsd:string ;
rdfs:subClassOf owl:Thing .
NCS:Released
rdf:type ILAP:Status ;
rdfs:label "Released"^^xsd:string .
NCS:Removal
rdf:type ILAP:PlanPhase ;
rdfs:label "Removal"^^xsd:string .
NCS:Revised
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string .
NCS:SabClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "Sab class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
......@@ -164,6 +145,14 @@ ILAP:
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:ABEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "ABEX"^^xsd:string .
ILAP:Active
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string .
ILAP:ActivityWBS_1
ILAP:hasWBSProjectType
ILAP:CAPEX ;
......@@ -344,6 +333,10 @@ ILAP:Pending
rdf:type ILAP:Status ;
rdfs:label "Pending"^^xsd:string .
ILAP:Planned
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string .
ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string .
......@@ -364,6 +357,10 @@ ILAP:Regular8To16WorkingDayCalendar
owl:onProperty ILAP:hasCalendarFreePeriod
] .
ILAP:Released
rdf:type ILAP:Status ;
rdfs:label "Released"^^xsd:string .
ILAP:Renewal
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Renew"^^xsd:string .
......@@ -372,6 +369,10 @@ ILAP:ResourceDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Resource driven"^^xsd:string .
ILAP:Revised
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string .
ILAP:SAP
rdf:type ILAP:Application ;
rdfs:label "SAP"^^xsd:string .
......@@ -396,7 +397,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 ;
......
This diff is collapsed. Click to expand it.
# baseURI: http://ILAP_1.5_(git)/StandardData
@prefix : <http://ILAP_1.5_(git)/StandardData#> .
@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#> .
<http://ILAP_1.5_(git)/StandardData>
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:Criticality
rdf:type owl:Class ;
rdfs:label "Criticality"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:Priority
rdf:type owl:Class ;
rdfs:label "Priority"^^xsd:string ;
rdfs:subClassOf owl:Thing .