@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ns.inria.fr/s4ac/v2#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:AccessEvaluationContext metadata_def:mappingLoom "accessevaluationcontext" ; metadata_def:mappingSameURI ns0:AccessEvaluationContext ; metadata_def:prefLabel "AccessEvaluationContext"@en ; a owl:Class ; rdfs:comment "An Access Evaluation Context (AEC) is a list L of predetermined bound variables names of the form (var1, val1) for which a SPARQL 1.1 Binding Clause constrains the ASK query evaluation (i.e., the evaluation of the Access Conditions) when verifying the Access Conditions."@en ; rdfs:isDefinedBy <http://ns.inria.fr/s4ac/v2#> ; rdfs:label "AccessEvaluationContext"@en ; rdfs:subClassOf owl:Thing ; ns1:term_status "stable" . ns0:hasAccessEvaluationContext rdfs:range ns0:AccessEvaluationContext .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ns.inria.fr/s4ac/v2#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:AccessEvaluationContext
    metadata_def:mappingLoom "accessevaluationcontext" ;
    metadata_def:mappingSameURI ns0:AccessEvaluationContext ;
    metadata_def:prefLabel "AccessEvaluationContext"@en ;
    a owl:Class ;
    rdfs:comment "An Access Evaluation Context (AEC) is a list L of predetermined bound variables names of the form (var1, val1) for which a SPARQL 1.1 Binding Clause constrains the ASK query evaluation (i.e., the evaluation of the Access Conditions) when verifying the Access Conditions."@en ;
    rdfs:isDefinedBy <http://ns.inria.fr/s4ac/v2#> ;
    rdfs:label "AccessEvaluationContext"@en ;
    rdfs:subClassOf owl:Thing ;
    ns1:term_status "stable" .

ns0:hasAccessEvaluationContext
    rdfs:range ns0:AccessEvaluationContext .