Showing
2 changed files
with
1 additions
and
11 deletions
| ... | @@ -6,9 +6,7 @@ | ... | @@ -6,9 +6,7 @@ |
| 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 9 | -<http://data.posccaesar.org/ilap/Activity> | 9 | + |
| 10 | - rdf:type owl:Class ; | ||
| 11 | -. | ||
| 12 | : | 10 | : |
| 13 | rdf:type owl:Ontology ; | 11 | rdf:type owl:Ontology ; |
| 14 | rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows. | 12 | 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 | ... | @@ -4469,38 +4469,30 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 4469 | . | 4469 | . |
| 4470 | SCCS:COR_K | 4470 | SCCS:COR_K |
| 4471 | rdf:type :Discipline ; | 4471 | rdf:type :Discipline ; |
| 4472 | - rdfs:subClassOf :SCCSresource ; | ||
| 4473 | . | 4472 | . |
| 4474 | SCCS:COR_KA | 4473 | SCCS:COR_KA |
| 4475 | rdf:type :Discipline ; | 4474 | rdf:type :Discipline ; |
| 4476 | . | 4475 | . |
| 4477 | SCCS:COR_KAA | 4476 | SCCS:COR_KAA |
| 4478 | rdf:type :Discipline ; | 4477 | rdf:type :Discipline ; |
| 4479 | - rdfs:subClassOf SCCS:COR_KA ; | ||
| 4480 | . | 4478 | . |
| 4481 | SCCS:COR_KAB | 4479 | SCCS:COR_KAB |
| 4482 | rdf:type :Discipline ; | 4480 | rdf:type :Discipline ; |
| 4483 | - rdfs:subClassOf SCCS:COR_KA ; | ||
| 4484 | . | 4481 | . |
| 4485 | SCCS:COR_KAC | 4482 | SCCS:COR_KAC |
| 4486 | rdf:type :Discipline ; | 4483 | rdf:type :Discipline ; |
| 4487 | - rdfs:subClassOf SCCS:COR_KA ; | ||
| 4488 | . | 4484 | . |
| 4489 | SCCS:COR_KAD | 4485 | SCCS:COR_KAD |
| 4490 | rdf:type :Discipline ; | 4486 | rdf:type :Discipline ; |
| 4491 | - rdfs:subClassOf SCCS:COR_KA ; | ||
| 4492 | . | 4487 | . |
| 4493 | SCCS:COR_KAE | 4488 | SCCS:COR_KAE |
| 4494 | rdf:type :Discipline ; | 4489 | rdf:type :Discipline ; |
| 4495 | - rdfs:subClassOf SCCS:COR_KA ; | ||
| 4496 | . | 4490 | . |
| 4497 | SCCS:COR_KAF | 4491 | SCCS:COR_KAF |
| 4498 | rdf:type :Discipline ; | 4492 | rdf:type :Discipline ; |
| 4499 | - rdfs:subClassOf SCCS:COR_KA ; | ||
| 4500 | . | 4493 | . |
| 4501 | SCCS:COR_KAG | 4494 | SCCS:COR_KAG |
| 4502 | rdf:type :Discipline ; | 4495 | rdf:type :Discipline ; |
| 4503 | - rdfs:subClassOf SCCS:COR_KA ; | ||
| 4504 | . | 4496 | . |
| 4505 | SCCS:COR_KB | 4497 | SCCS:COR_KB |
| 4506 | rdf:type :Discipline ; | 4498 | rdf:type :Discipline ; | ... | ... |
-
Please register or login to post a comment