Showing
1 changed file
with
9 additions
and
7 deletions
... | @@ -8,6 +8,9 @@ | ... | @@ -8,6 +8,9 @@ |
8 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
9 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . | 9 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . |
10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
11 | +ilap:FreeFieldValue | ||
12 | + rdf:type owl:Class ; | ||
13 | +. | ||
11 | ilap:shouldUseAnyUri | 14 | ilap:shouldUseAnyUri |
12 | rdf:type owl:AnnotationProperty ; | 15 | rdf:type owl:AnnotationProperty ; |
13 | rdfs:range xsd:boolean ; | 16 | rdfs:range xsd:boolean ; |
... | @@ -200,13 +203,6 @@ ilap:shouldUseAnyUri | ... | @@ -200,13 +203,6 @@ ilap:shouldUseAnyUri |
200 | ilap:shouldUseRef "true"^^xsd:boolean ; | 203 | ilap:shouldUseRef "true"^^xsd:boolean ; |
201 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 204 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
202 | owl:onClass ilap:FreeFieldValue ; | 205 | owl:onClass ilap:FreeFieldValue ; |
203 | - owl:onProperty :hasActivityNetwork ; | ||
204 | - ] ; | ||
205 | - rdfs:subClassOf [ | ||
206 | - rdf:type owl:Restriction ; | ||
207 | - ilap:shouldUseRef "true"^^xsd:boolean ; | ||
208 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
209 | - owl:onClass ilap:FreeFieldValue ; | ||
210 | owl:onProperty :hasActivityProgress ; | 206 | owl:onProperty :hasActivityProgress ; |
211 | ] ; | 207 | ] ; |
212 | rdfs:subClassOf [ | 208 | rdfs:subClassOf [ |
... | @@ -601,6 +597,12 @@ ilap:shouldUseAnyUri | ... | @@ -601,6 +597,12 @@ ilap:shouldUseAnyUri |
601 | owl:onClass ilap:FreeFieldValue ; | 597 | owl:onClass ilap:FreeFieldValue ; |
602 | owl:onProperty :requiresWorkOrderType ; | 598 | owl:onProperty :requiresWorkOrderType ; |
603 | ] ; | 599 | ] ; |
600 | + rdfs:subClassOf [ | ||
601 | + rdf:type owl:Restriction ; | ||
602 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
603 | + owl:onClass ilap:FreeFieldValue ; | ||
604 | + owl:onProperty :hasActivityNetwork ; | ||
605 | + ] ; | ||
604 | . | 606 | . |
605 | :SpecifiedUserField_1 | 607 | :SpecifiedUserField_1 |
606 | rdf:type :SpecifiedUserField ; | 608 | rdf:type :SpecifiedUserField ; | ... | ... |
-
Please register or login to post a comment