G2_personal_data_types.sparql 196 B

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