G1_personal_data_categories.sparql 182 B

1234
  1. SELECT DISTINCT ?category where {
  2. ?category rdfs:subClassOf gdprov:PersonalData .
  3. FILTER(regex(str(?category), "http://example.com/ontology/shoppingapp#")) .
  4. } ORDER BY ?category