Difference between revisions of "Project:Vocabulary/GDPR"

From Wikibase Personal data
Jump to navigation Jump to search
Line 16: Line 16:
  
 
== References ==
 
== References ==
{{SPARLQ|query=SELECT ?item ?itemLabel WHERE {
+
{{SPARQL|query=SELECT ?item ?itemLabel WHERE {
 
   ?item pdiot:P110 pdio:Q3006.
 
   ?item pdiot:P110 pdio:Q3006.
 
   SERVICE wikibase:label {
 
   SERVICE wikibase:label {
Line 23: Line 23:
 
}
 
}
 
LIMIT 100
 
LIMIT 100
|title=sources on (GDPR) ontology modeling}}
+
|label=sources on (GDPR) ontology modeling}}

Revision as of 23:53, 6 February 2020

Example

Swisscom (Q988)

Core snaks

(Q: how do we refer to privacy policy? there are a few different ways to do it)

Data rights snaks

Multiple choice between different options

References

PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
SELECT ?item ?itemLabel WHERE {
  ?item pdiot:P110 pdio:Q3006.
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" . 
  }
}
LIMIT 100

sources on (GDPR) ontology modeling (embedded)