I am having problems doing some slightly advanced queries against http.  A 
simple query works but other queries don’t.  Is there a deeper issue with 
permissions or indexes that I need to look into?

Example:  This works.

SELECT *
    FROM <http://NCIT_NG1> where { ?s ?p ?o } LIMIT 50

But this does not (note: prefix left out for brevity)
SELECT ?subject ?role ?object
    WHERE {
        ?subject rdfs:subClassOf ?an .
        ?an owl:onProperty ?role .
        ?an owl:someValuesFrom ?object .
        ?subject rdfs:subClassOf* ncit:Gene
        }
    ORDER BY asc(?subject)

Tracy M. Safran
Programmer Analyst - EVS support
Frederick National Laboratory for Cancer Research
Leidos Biomedical Research, Inc.
Ph: 240-276-5172
tracy.saf...@fnlcr.nih.gov<mailto:tracy.saf...@fnlcr.nih.gov>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to