@prefix acl: <http://www.w3.org/ns/auth/acl#> . 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 
@prefix foaf: <http://xmlns.com/foaf/0.1/> . 
@prefix flt: <http://www.openlinksw.com/schemas/acl/filter#> . 
<aci_1> rdf:type acl:Authorization ;
        acl:accessTo <>; 
        flt:hasFilter <filter_1>; 
        acl:mode acl:Read; 
        acl:mode acl:Write. 
<filter_1> rdf:type flt:Filter .
<filter_1> flt:hasCriteria <criteria_1_1> .
<criteria_1_1> flt:operand <flt:certSparqlASK> ;
               flt:condition <flt:eq> ;
               flt:value "1"; 
             flt:statement "prefix sioc: <http://rdfs.org/sioc/ns#>\r\nprefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>\r\nprefix foaf: <http://xmlns.com/foaf/0.1/>\r\nASK where {^{webid}^ rdf:type foaf:Person;\r\n                 foaf:knows <http://id.myopenlink.net/dataspace/person/KingsleyUyiIdehen#this>}". 
