Hi,

I'm attempting to activate the Sponger via SPARQL using the Conductor UI.
First I enable SPARQL in the default realm
<http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VAL_SpongerACLs>
:

PREFIX  oplacl:  <http://www.openlinksw.com/ontology/acl#>
WITH  <urn:virtuoso:val:config>
DELETE
{ oplacl:DefaultRealm  oplacl:hasDisabledAclScope  oplacl:Query }
INSERT
{ oplacl:DefaultRealm  oplacl:hasEnabledAclScope   oplacl:Query }
;

Then I enter the below queries in sequence, but get 0 results:

DEFINE get:soft "soft"
SELECT ?s
FROM <https://www.youtube.com/watch?v=Hs8c8hPwNr8>
WHERE {?s ?p ?o. FILTER (contains(xsd:string(?s), 'linkeddata'))}

DEFINE get:soft "soft"
DESCRIBE <
http://myrudi.io/about/id/entity/https/www.youtube.com/watch?v=Hs8c8hPwNr8#entity_24951
>
FROM <https://www.youtube.com/watch?v=Hs8c8hPwNr8>

What am I missing?

-- 

Thanks,
-sherman

Every good gift and every perfect gift is from above, and cometh down from
the Father of lights, with whom is no variableness, neither shadow of
turning.
(James 1:17)
------------------------------------------------------------------------------
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