Showing
1 changed file
with
15 additions
and
15 deletions
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
14 | -@prefix userfield: <http://data.posccaesar.org/ilap-userfield/> . | 14 | +@prefix userfield: <http://data.posccaesar.org/ilap/userfields/> . |
15 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . | 15 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . |
16 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
17 | : | 17 | : |
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> ; | 20 | owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> ; |
21 | owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ; | 21 | owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ; |
22 | owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> ; | 22 | owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> ; |
23 | - owl:imports <http://data.posccaesar.org/ilap/userfields/> ; | 23 | + owl:imports userfield: ; |
24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; |
25 | . | 25 | . |
26 | :Active | 26 | :Active |
... | @@ -73,13 +73,13 @@ | ... | @@ -73,13 +73,13 @@ |
73 | rdfs:subClassOf [ | 73 | rdfs:subClassOf [ |
74 | rdf:type owl:Restriction ; | 74 | rdf:type owl:Restriction ; |
75 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 75 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
76 | - owl:onClass <http://data.posccaesar.org/ilap/userfields/SourceSpecifiedUserField> ; | 76 | + owl:onClass userfield:SourceSpecifiedUserField ; |
77 | owl:onProperty :hasSpecifiedUserField ; | 77 | owl:onProperty :hasSpecifiedUserField ; |
78 | ] ; | 78 | ] ; |
79 | rdfs:subClassOf [ | 79 | rdfs:subClassOf [ |
80 | rdf:type owl:Restriction ; | 80 | rdf:type owl:Restriction ; |
81 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 81 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
82 | - owl:onClass <http://data.posccaesar.org/ilap/userfields/SpecifiedUserField> ; | 82 | + owl:onClass userfield:SpecifiedUserField ; |
83 | owl:onProperty :hasSpecifiedUserField ; | 83 | owl:onProperty :hasSpecifiedUserField ; |
84 | ] ; | 84 | ] ; |
85 | rdfs:subClassOf [ | 85 | rdfs:subClassOf [ |
... | @@ -164,7 +164,7 @@ | ... | @@ -164,7 +164,7 @@ |
164 | . | 164 | . |
165 | :Activity_1 | 165 | :Activity_1 |
166 | rdf:type :Activity ; | 166 | rdf:type :Activity ; |
167 | - :hasSpecifiedUserField <http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1> ; | 167 | + :hasSpecifiedUserField userfield:SpecifiedUserField_1 ; |
168 | rdfs:label "Activity 1"^^xsd:string ; | 168 | rdfs:label "Activity 1"^^xsd:string ; |
169 | . | 169 | . |
170 | :AfterShutdown | 170 | :AfterShutdown |
... | @@ -873,7 +873,7 @@ | ... | @@ -873,7 +873,7 @@ |
873 | rdf:type owl:Restriction ; | 873 | rdf:type owl:Restriction ; |
874 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 874 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
875 | owl:onClass :FreeField ; | 875 | owl:onClass :FreeField ; |
876 | - owl:onProperty <http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField> ; | 876 | + owl:onProperty userfield:hasFreeFieldForSpecifiedUserField ; |
877 | ] ; | 877 | ] ; |
878 | rdfs:subClassOf [ | 878 | rdfs:subClassOf [ |
879 | rdf:type owl:Restriction ; | 879 | rdf:type owl:Restriction ; |
... | @@ -1555,13 +1555,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1555,13 +1555,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1555 | rdfs:subClassOf [ | 1555 | rdfs:subClassOf [ |
1556 | rdf:type owl:Restriction ; | 1556 | rdf:type owl:Restriction ; |
1557 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1557 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1558 | - owl:onClass <http://data.posccaesar.org/ilap/userfields/SourceSpecifiedUserField> ; | 1558 | + owl:onClass userfield:SourceSpecifiedUserField ; |
1559 | owl:onProperty :hasSpecifiedUserField ; | 1559 | owl:onProperty :hasSpecifiedUserField ; |
1560 | ] ; | 1560 | ] ; |
1561 | rdfs:subClassOf [ | 1561 | rdfs:subClassOf [ |
1562 | rdf:type owl:Restriction ; | 1562 | rdf:type owl:Restriction ; |
1563 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1563 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1564 | - owl:onClass <http://data.posccaesar.org/ilap/userfields/SpecifiedUserField> ; | 1564 | + owl:onClass userfield:SpecifiedUserField ; |
1565 | owl:onProperty :hasSpecifiedUserField ; | 1565 | owl:onProperty :hasSpecifiedUserField ; |
1566 | ] ; | 1566 | ] ; |
1567 | rdfs:subClassOf [ | 1567 | rdfs:subClassOf [ |
... | @@ -2894,22 +2894,22 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2894,22 +2894,22 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2894 | rdf:type owl:AnnotationProperty ; | 2894 | rdf:type owl:AnnotationProperty ; |
2895 | rdfs:range xsd:boolean ; | 2895 | rdfs:range xsd:boolean ; |
2896 | . | 2896 | . |
2897 | -<http://data.posccaesar.org/ilap/userfields/SourceSpecifiedUserField> | 2897 | +userfield:SourceSpecifiedUserField |
2898 | rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ; | 2898 | rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ; |
2899 | . | 2899 | . |
2900 | -<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField> | 2900 | +userfield:SpecifiedUserField |
2901 | rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ; | 2901 | rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ; |
2902 | . | 2902 | . |
2903 | -<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1> | 2903 | +userfield:SpecifiedUserField_1 |
2904 | - <http://data.posccaesar.org/ilap/userfields/hasWBSpart2> :FreeFieldValue_1 ; | 2904 | + userfield:hasWBSpart2 :FreeFieldValue_1 ; |
2905 | . | 2905 | . |
2906 | -<http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField> | 2906 | +userfield:hasFreeFieldForSpecifiedUserField |
2907 | rdf:type owl:ObjectProperty ; | 2907 | rdf:type owl:ObjectProperty ; |
2908 | . | 2908 | . |
2909 | -<http://data.posccaesar.org/ilap/userfields/hasShutDownPeriod> | 2909 | +userfield:hasShutDownPeriod |
2910 | rdfs:label "has Shutdown Period"^^xsd:string ; | 2910 | rdfs:label "has Shutdown Period"^^xsd:string ; |
2911 | . | 2911 | . |
2912 | -<http://data.posccaesar.org/ilap/userfields/hasShutdownType> | 2912 | +userfield:hasShutdownType |
2913 | rdfs:label "has Shutdown Type"^^xsd:string ; | 2913 | rdfs:label "has Shutdown Type"^^xsd:string ; |
2914 | . | 2914 | . |
2915 | <http://data.posccaesar.org/npd/ontology/Licence> | 2915 | <http://data.posccaesar.org/npd/ontology/Licence> | ... | ... |
-
Please register or login to post a comment