Håvard fixed it by adding the FreeTextValue class to UserFields
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -603,6 +603,12 @@ ilap:shouldUseAnyUri | ... | @@ -603,6 +603,12 @@ ilap:shouldUseAnyUri |
| 603 | owl:onClass ilap:FreeFieldValue ; | 603 | owl:onClass ilap:FreeFieldValue ; |
| 604 | owl:onProperty :hasActivityNetwork ; | 604 | owl:onProperty :hasActivityNetwork ; |
| 605 | ] ; | 605 | ] ; |
| 606 | + rdfs:subClassOf [ | ||
| 607 | + rdf:type owl:Restriction ; | ||
| 608 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 609 | + owl:onClass ilap:FreeFieldValue ; | ||
| 610 | + owl:onProperty :hasSuperiorPSnetwork ; | ||
| 611 | + ] ; | ||
| 606 | . | 612 | . |
| 607 | :SpecifiedUserField_1 | 613 | :SpecifiedUserField_1 |
| 608 | rdf:type :SpecifiedUserField ; | 614 | rdf:type :SpecifiedUserField ; | ... | ... |
-
Please register or login to post a comment