Showing
1 changed file
with
4 additions
and
17 deletions
... | @@ -1258,27 +1258,14 @@ | ... | @@ -1258,27 +1258,14 @@ |
1258 | owl:onProperty :hasID ; | 1258 | owl:onProperty :hasID ; |
1259 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1259 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1260 | ] ; | 1260 | ] ; |
1261 | - rdfs:subClassOf [ | 1261 | +rdfs:subClassOf [ |
1262 | rdf:type owl:Restriction ; | 1262 | rdf:type owl:Restriction ; |
1263 | - owl:onDataRange [ | 1263 | + owl:onDataRange xsd:string ; |
1264 | - rdf:type rdfs:Datatype ; | ||
1265 | - owl:oneOf [ | ||
1266 | - rdf:type rdf:List ; | ||
1267 | - rdf:first "PrimaveraP6"^^xsd:string ; | ||
1268 | - rdf:rest [ | ||
1269 | - rdf:type rdf:List ; | ||
1270 | - rdf:first "SAP"^^xsd:string ; | ||
1271 | - rdf:rest [ | ||
1272 | - rdf:type rdf:List ; | ||
1273 | - rdf:first "Safran5"^^xsd:string ; | ||
1274 | - rdf:rest () ; | ||
1275 | - ] ; | ||
1276 | - ] ; | ||
1277 | - ] ; | ||
1278 | - ] ; | ||
1279 | owl:onProperty :hasApplication ; | 1264 | owl:onProperty :hasApplication ; |
1280 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1265 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1281 | ] ; | 1266 | ] ; |
1267 | + | ||
1268 | + | ||
1282 | . | 1269 | . |
1283 | :FF | 1270 | :FF |
1284 | rdf:type owl:Class ; | 1271 | rdf:type owl:Class ; | ... | ... |
-
Please register or login to post a comment