Sparql - Applying limiting criteria to predicates
问题 I'm fairly new to RDF / Sparql, so apologies for any incorrect terminology, and also for the fairly terrible example that follows: Given the following RDF dataset: @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix e: <http://www.example.com/#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . e:Freemason a owl:Class . e:Civilian a owl:Class . e:Marty a e:Freemason . e:Eugene a e:Freemason . e:Mike a e:Freemason . e:Alan a e