Tore Christiansen

Added any URI to Plan logical subclasses

...@@ -1321,42 +1321,42 @@ ...@@ -1321,42 +1321,42 @@
1321 ] ; 1321 ] ;
1322 rdfs:subClassOf [ 1322 rdfs:subClassOf [
1323 rdf:type owl:Restriction ; 1323 rdf:type owl:Restriction ;
1324 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1324 + :shouldUseAnyUri "true"^^xsd:boolean ;
1325 - owl:onClass :PlanLevel ;
1326 - owl:onProperty :hasLevelType ;
1327 - ] ;
1328 - rdfs:subClassOf [
1329 - rdf:type owl:Restriction ;
1330 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1325 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1331 owl:onClass owl:Class ; 1326 owl:onClass owl:Class ;
1332 owl:onProperty :hasAreaType ; 1327 owl:onProperty :hasAreaType ;
1333 ] ; 1328 ] ;
1334 rdfs:subClassOf [ 1329 rdfs:subClassOf [
1335 rdf:type owl:Restriction ; 1330 rdf:type owl:Restriction ;
1331 + :shouldUseAnyUri "true"^^xsd:boolean ;
1336 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1332 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1337 owl:onClass owl:Class ; 1333 owl:onClass owl:Class ;
1338 owl:onProperty :hasObjectiveType ; 1334 owl:onProperty :hasObjectiveType ;
1339 ] ; 1335 ] ;
1340 rdfs:subClassOf [ 1336 rdfs:subClassOf [
1341 rdf:type owl:Restriction ; 1337 rdf:type owl:Restriction ;
1338 + :shouldUseAnyUri "true"^^xsd:boolean ;
1342 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1339 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1343 owl:onClass owl:Class ; 1340 owl:onClass owl:Class ;
1344 owl:onProperty :hasPhaseType ; 1341 owl:onProperty :hasPhaseType ;
1345 ] ; 1342 ] ;
1346 rdfs:subClassOf [ 1343 rdfs:subClassOf [
1347 rdf:type owl:Restriction ; 1344 rdf:type owl:Restriction ;
1345 + :shouldUseAnyUri "true"^^xsd:boolean ;
1348 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1346 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1349 owl:onClass owl:Class ; 1347 owl:onClass owl:Class ;
1350 owl:onProperty :hasPlanType ; 1348 owl:onProperty :hasPlanType ;
1351 ] ; 1349 ] ;
1352 rdfs:subClassOf [ 1350 rdfs:subClassOf [
1353 rdf:type owl:Restriction ; 1351 rdf:type owl:Restriction ;
1352 + :shouldUseAnyUri "true"^^xsd:boolean ;
1354 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1353 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1355 owl:onClass owl:Class ; 1354 owl:onClass owl:Class ;
1356 owl:onProperty :hasResourceType ; 1355 owl:onProperty :hasResourceType ;
1357 ] ; 1356 ] ;
1358 rdfs:subClassOf [ 1357 rdfs:subClassOf [
1359 rdf:type owl:Restriction ; 1358 rdf:type owl:Restriction ;
1359 + :shouldUseAnyUri "true"^^xsd:boolean ;
1360 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1360 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1361 owl:onClass owl:Class ; 1361 owl:onClass owl:Class ;
1362 owl:onProperty :hasResultType ; 1362 owl:onProperty :hasResultType ;
...@@ -1364,6 +1364,12 @@ ...@@ -1364,6 +1364,12 @@
1364 rdfs:subClassOf [ 1364 rdfs:subClassOf [
1365 rdf:type owl:Restriction ; 1365 rdf:type owl:Restriction ;
1366 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1366 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1367 + owl:onClass :PlanLevel ;
1368 + owl:onProperty :hasLevelType ;
1369 + ] ;
1370 + rdfs:subClassOf [
1371 + rdf:type owl:Restriction ;
1372 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1367 owl:onDataRange xsd:dateTime ; 1373 owl:onDataRange xsd:dateTime ;
1368 owl:onProperty :now ; 1374 owl:onProperty :now ;
1369 ] ; 1375 ] ;
...@@ -1403,12 +1409,6 @@ ...@@ -1403,12 +1409,6 @@
1403 owl:onClass :ScheduleForPlan ; 1409 owl:onClass :ScheduleForPlan ;
1404 owl:onProperty :hasSchedule ; 1410 owl:onProperty :hasSchedule ;
1405 ] ; 1411 ] ;
1406 - rdfs:subClassOf [
1407 - rdf:type owl:Restriction ;
1408 - owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1409 - owl:onClass :Activity ;
1410 - owl:onProperty :hasActivity ;
1411 - ] ;
1412 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7952931> ; 1412 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7952931> ;
1413 . 1413 .
1414 :PlanClassifier 1414 :PlanClassifier
......