PREFIX acm: PREFIX rdf: PREFIX xsd: SELECT DISTINCT ?s where { GRAPH ?g {?s ?p ?o. ?s acm:businessUnit ?businessUnit . } } LIMIT 10