Håvard M. Ottestad

moved field to SpecifiedUserField

...@@ -109,7 +109,7 @@ ILAP:ActivityThatRequiresTemporaryBarrierImpairment ...@@ -109,7 +109,7 @@ ILAP:ActivityThatRequiresTemporaryBarrierImpairment
109 rdfs:label "Activity that requires temporary barrier impairment"^^xsd:string ; 109 rdfs:label "Activity that requires temporary barrier impairment"^^xsd:string ;
110 . 110 .
111 111
112 -ILAP:Activity rdfs:subClassOf [ a owl:Restriction ; 112 +userfield:SpecifiedUserField rdfs:subClassOf [ a owl:Restriction ;
113 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 113 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
114 owl:onClass ILAP:ActivityRiskFactor ; 114 owl:onClass ILAP:ActivityRiskFactor ;
115 owl:onProperty ILAP:hasRiskFactorForPlan 115 owl:onProperty ILAP:hasRiskFactorForPlan
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 @prefix userfield: <http://data.posccaesar.org/ilap/userfields/> . 15 @prefix userfield: <http://data.posccaesar.org/ilap/userfields/> .
16 @prefix xml: <http://www.w3.org/XML/1998/namespace> . 16 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
17 17
18 -ILAP:Activity rdfs:subClassOf [ a owl:Restriction ; 18 +userfield:SpecifiedUserField rdfs:subClassOf [ a owl:Restriction ;
19 ILAP:shouldUseAnyUri true ; 19 ILAP:shouldUseAnyUri true ;
20 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 20 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
21 owl:onClass ILAP:PersonOrOrganization ; 21 owl:onClass ILAP:PersonOrOrganization ;
......