@prefix rdf: . @prefix sd: . sd:supportedEntailmentProfile rdf:type rdf:Property . @prefix rdfs: . sd:supportedEntailmentProfile rdfs:comment "Relates a named graph description with a resource representing a supported profile of the entailment regime (as declared by sd:entailmentRegime) used for basic graph pattern matching over that graph." ; rdfs:domain sd:NamedGraph ; rdfs:label "supported entailment profile" ; rdfs:range sd:EntailmentProfile . @prefix pwdr: . @prefix ns4: . sd:supportedEntailmentProfile pwdr:describedby ns4:sparql-service-description .