Hi all,

Once again  I would like to take advantage of your collective wisdom. I have
created an ontology with several hundred classes, which are characterized by
relations to restrictions on properties, i.e., anonymous classes.
Unfortunately, once I was finished, I discovered that I made a particular
error for each class definition.

So I need to delete the erroneous triples and replace each with the
appropriate value for each.

My strategy was to select them all and then delete them all via SPARQL. But
I cannot figure out how to write the query as it involves restrictions on
properties and anonymous classes.

Each class has a subclass relation as follows:


rdfs:subClassOf

[ a owl:Restriction ;

owl:hasValue "0.087"^^xsd:string ;

owl:onProperty :hasBO_Target

]


Each will have a unique value as well.

So how do I find all of these triples?

Any help will be greatly appreciated.

Best wishes,

Leonard

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

Reply via email to