ex:PDH a dpv:Process ;
    dpv:hasAuthority legal-ie:DPA-IE .

# in LEGAL-IE extension:
legal-ie:DPA-IE a dpv:DataProtectionAuthority ;
	skos:prefLabel "Data Protection Commission (DPC)"@en ;
    foaf:homepage "https://www.dataprotection.ie/"^^xsd:anyURI ;
    dpv:hasApplicableLaw legal-eu:law-GDPR,
        legal-ie:law-DPA ;
    dpv:hasJurisdiction loc:IE .

# Authorities can also be 'discovered' using location or law
ex:PDH a dpv:Process ;
	dpv:hasApplicableLaw legal-eu:law-GDPR ;
	dpv:hasLocation loc:IE . # Get GDPR authority for IE
ex:PDH a dpv:Process ;
	dpv:hasJurisdiction loc:IE . # Get authority for IE
