T3_data_collection_third_party.sparql 221 B

12345
  1. SELECT DISTINCT ?agent ?thirdparty ?step where {
  2. ?step a gdprov:DataCollectionStep .
  3. ?step gdprov:collectsDataFromAgent ?agent .
  4. BIND(EXISTS { ?agent a gdprov:ThirdParty } as ?thirdparty ) .
  5. } ORDER BY ?agent ?step