Tore Christiansen

Updated SCCS structures and associated classes

......@@ -20,7 +20,67 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NCS: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/epcis/> , ILAP: , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ccu/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/brreg/> .
owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/epcis/> .
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 NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "Cor class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
NCS:IndividualInCorClass
rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
rdfs:label "Individual in cor class"^^xsd:string ;
rdfs:subClassOf NCS:IndividualInNorsokClass .
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:PbsClass
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "PbsClass"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
NCS:PossibleIndividual
rdf:type owl:Class ;
rdfs:label "Possible individual"^^xsd:string ;
rdfs:subClassOf owl:Thing .
NCS:SabClass
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "Sab class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
ILAP:
rdf:type owl:Ontology ;
......@@ -250,7 +310,9 @@ ILAP:Scheduled
ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string .
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Sunday , ILAP:Saturday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......@@ -304,40 +366,64 @@ ILAP:hasTimeNow
rdfs:range xsd:date .
COR:A
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:B
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:C
rdfs:subClassOf COR:CORelement .
COR:CORelement
rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:E
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:H
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:K
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:L
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:M
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:Q
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:R
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:S
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
COR:X
rdfs:subClassOf COR:CORelement .
rdfs:subClassOf NCS:IndividualInCorClass .
<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
rdfs:subClassOf NCS:IndividualInPBSClass .
<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B>
rdfs:subClassOf NCS:IndividualInPBSClass .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
rdfs:subClassOf NCS:IndividualInSABClass .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
rdfs:subClassOf NCS:IndividualInSABClass .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
rdfs:subClassOf NCS:IndividualInSABClass .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
rdfs:subClassOf NCS:IndividualInSABClass .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
rdfs:subClassOf NCS:IndividualInSABClass .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
rdfs:subClassOf NCS:IndividualInSABClass .
<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
rdfs:subClassOf NCS:IndividualInSABClass .
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.