Håvard M. Ottestad

added flag for hierarchical

......@@ -348,6 +348,8 @@ xsd:time rdf:type rdfs:Datatype .
<http://data.posccaesar.org/ilap-userfield/hasCurrentProgress> rdf:type owl:DatatypeProperty .
:hierarchical rdf:type owl:DatatypeProperty .
### http://data.posccaesar.org/ilap-userfield/hasExpendedQuantity
......@@ -1432,6 +1434,11 @@ xsd:time rdf:type rdfs:Datatype .
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hierarchical ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:boolean
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasFieldName ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string
......