Showing
2 changed files
with
4 additions
and
2 deletions
| ... | @@ -11,10 +11,12 @@ | ... | @@ -11,10 +11,12 @@ |
| 11 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 11 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 12 | @prefix lci: <http://standards.iso.org/iso/15926/tech/ontology/> . | 12 | @prefix lci: <http://standards.iso.org/iso/15926/tech/ontology/> . |
| 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 14 | -@prefix userfield: <http://data.posccaesar.org/ilap/userfields/> . | ||
| 15 | @prefix SAB: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> . | 14 | @prefix SAB: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> . |
| 16 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . | 15 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . |
| 17 | 16 | ||
| 17 | +@prefix userfield: <http://data.posccaesar.org/ilap-userfield/> . | ||
| 18 | + | ||
| 19 | + | ||
| 18 | ILAP:LiftingOperation | 20 | ILAP:LiftingOperation |
| 19 | a ILAP:ActivityRiskFactor ; | 21 | a ILAP:ActivityRiskFactor ; |
| 20 | rdfs:label "Lifting operation"^^xsd:string ; | 22 | rdfs:label "Lifting operation"^^xsd:string ; | ... | ... |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | @prefix lci: <http://standards.iso.org/iso/15926/tech/ontology/> . | 12 | @prefix lci: <http://standards.iso.org/iso/15926/tech/ontology/> . |
| 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 14 | @prefix SAB: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> . | 14 | @prefix SAB: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> . |
| 15 | -@prefix userfield: <http://data.posccaesar.org/ilap/userfields/> . | 15 | +@prefix userfield: <http://data.posccaesar.org/ilap-userfield/> . |
| 16 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . | 16 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . |
| 17 | 17 | ||
| 18 | userfield:SpecifiedUserField rdfs:subClassOf [ a owl:Restriction ; | 18 | userfield:SpecifiedUserField rdfs:subClassOf [ a owl:Restriction ; | ... | ... |
-
Please register or login to post a comment