On 27/08/14 11:43, Ravi Vyas wrote:
well, unfortunately, i tried with simpler query but still the output is
nill, now i am really scared that what is wrong with the query and my
deadline is coming closer for this task. Please have a look this query and
guide me that what is wrong with this.
A "complete, minimal example" means working data. Your data sample was
not complete - it might be some thing in the data that is the matter.
As Chris says, try simpler.
{ [ crm:E21_Person [crm:E39_Actor [ rdfs:label ?creator ] ] ] }
{ [crm:E39_Actor [ rdfs:label ?creator ] ] }
{ [ rdfs:label ?creator ] }
Andy
"SELECT * WHERE{\n"+
" [ crm:E21_Person [crm:E39_Actor [ rdfs:label ?creator ]\n]"+
" ]\n"+
" FILTER( ?creator = \"Brett WHITELEY\" ).\n"+
"}";
Thanks,
Ravi
On Wed, Aug 27, 2014 at 5:52 PM, Andy Seaborne <[email protected]> wrote:
Start with a simpler query, or remove parts of the example you have until
something matches.
Andy
On 27/08/14 03:57, Ravi Vyas wrote:
^ And i tried to change with "prefix crm: <
http://www.cidoc-crm.org/cidoc-crm/>" this as well.
Ravi
On Wed, Aug 27, 2014 at 12:55 PM, Ravi Vyas <[email protected]
wrote:
Thanks Joshua for your support and yes, i have changed with "PREFIX
crm: <
http://crm.rkbexplorer.com/id/>" but still the result is same.
Ravi
On Wed, Aug 27, 2014 at 12:49 PM, Joshua TAYLOR <[email protected]>
wrote:
On Tue, Aug 26, 2014 at 10:21 PM, Ravi Vyas
<[email protected]> wrote:
prefix crm: <urn:x-stackoverflow:example#>\
It seems very unlikely that urn:x-stackoverflow:example# is the
correct prefix for crm.
--
Joshua Taylor, http://www.cs.rpi.edu/~tayloj/