Håvard M. Ottestad

added flag for hierarchical

...@@ -348,6 +348,8 @@ xsd:time rdf:type rdfs:Datatype . ...@@ -348,6 +348,8 @@ xsd:time rdf:type rdfs:Datatype .
348 <http://data.posccaesar.org/ilap-userfield/hasCurrentProgress> rdf:type owl:DatatypeProperty . 348 <http://data.posccaesar.org/ilap-userfield/hasCurrentProgress> rdf:type owl:DatatypeProperty .
349 349
350 350
351 +:hierarchical rdf:type owl:DatatypeProperty .
352 +
351 353
352 ### http://data.posccaesar.org/ilap-userfield/hasExpendedQuantity 354 ### http://data.posccaesar.org/ilap-userfield/hasExpendedQuantity
353 355
...@@ -1432,6 +1434,11 @@ xsd:time rdf:type rdfs:Datatype . ...@@ -1432,6 +1434,11 @@ xsd:time rdf:type rdfs:Datatype .
1432 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger 1434 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger
1433 ] , 1435 ] ,
1434 [ rdf:type owl:Restriction ; 1436 [ rdf:type owl:Restriction ;
1437 + owl:onProperty :hierarchical ;
1438 + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1439 + owl:onDataRange xsd:boolean
1440 + ] ,
1441 + [ rdf:type owl:Restriction ;
1435 owl:onProperty :hasFieldName ; 1442 owl:onProperty :hasFieldName ;
1436 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1443 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1437 owl:onDataRange xsd:string 1444 owl:onDataRange xsd:string
......