Håvard M. Ottestad

more cleanup after namespace changes

......@@ -6,9 +6,7 @@
@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://data.posccaesar.org/ilap/Activity>
rdf:type owl:Class ;
.
:
rdf:type owl:Ontology ;
rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows.
......
......@@ -4469,38 +4469,30 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
SCCS:COR_K
rdf:type :Discipline ;
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_KA
rdf:type :Discipline ;
.
SCCS:COR_KAA
rdf:type :Discipline ;
rdfs:subClassOf SCCS:COR_KA ;
.
SCCS:COR_KAB
rdf:type :Discipline ;
rdfs:subClassOf SCCS:COR_KA ;
.
SCCS:COR_KAC
rdf:type :Discipline ;
rdfs:subClassOf SCCS:COR_KA ;
.
SCCS:COR_KAD
rdf:type :Discipline ;
rdfs:subClassOf SCCS:COR_KA ;
.
SCCS:COR_KAE
rdf:type :Discipline ;
rdfs:subClassOf SCCS:COR_KA ;
.
SCCS:COR_KAF
rdf:type :Discipline ;
rdfs:subClassOf SCCS:COR_KA ;
.
SCCS:COR_KAG
rdf:type :Discipline ;
rdfs:subClassOf SCCS:COR_KA ;
.
SCCS:COR_KB
rdf:type :Discipline ;
......