Yes;  For example, you can get all triples by:
  ?s ?p ?o

if, for example, you wanted all properties on the resource "MyFrog",
you can use:
  :MyFrog ?p ?o

?p will be bound to each property instance form :MyFrog and ?o to its
value.  The result set will have a ?p ?o binding for each property
associated with MyFrog.

Good intros to SPARQL remain a void in the area.  There is some
information at http://jena.sourceforge.net/ARQ/Tutorial/index.html and
Lee Feigenbaum recently did an couple of webcasts on
semanticuniverse.com

-- Scott

On Jan 28, 2:18 pm, Joseph Shea <[email protected]> wrote:
> Hello all. This might be an elementary question, but I sure could use
> an answer. I'm getting familiar with SPARQL queries, but they are of
> the ?x :haswhatever ?y format. Is there any way to grab all of the
> properties (a list of the :haswhatever)?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
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-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to