If I understand your question, then sure.
For example:
SELECT ?mySubject ?prop ?obj
WHERE {
?mySubject a ex:MyClass
?mySubject ?prop ?obj
}
Will return each MyClass intance's properties and their values in the
?prop and ?objValue variables respectively.
Jeff
-----Original Message-----
From: Joseph Shea [mailto:[email protected]]
Sent: Wednesday, January 28, 2009 2:18 PM
To: TopBraid Composer Users
Subject: [tbc-users] SPARQL query to gather property types
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
-~----------~----~----~----~------~----~------~--~---