Given a TDB with a substantial amount of content, and a desire to do a
bit of inference, I'm wondering about how I'd write SPARQL to do my
own inference.

Two examples:

Say that I defined some things like:


    <owl:ObjectProperty rdf:about="&rex;corefLink">
        <rdfs:subPropertyOf rdf:resource="&owl;sameAs"/>
    </owl:ObjectProperty>


How would I write sparql for 'sameAs and all of its subprops?'

Of course, I'm violating a prime directive and perhaps prematurely
optimizing here, feel free to tell me to just fire up the inference
system and see what happens.

Reply via email to