@prefix odrl: <http://www.w3.org/ns/odrl/2/> .

https://simplerights.iptc.org/geo/exceptfor/DE?format=ttl
        a       <odrl:Set> ;
        <odrl:uid>  <https://simplerights.iptc.org/geo/exceptfor/DE?format=ttl> ;
        <odrl:profile>  <https://iptc.org/std/RightsML/odrl-profile/> ;
        <odrl:permission>  [
            <odrl:action> <odrl:use> ;
            <odrl:constraint> [
                <odrl:leftOperand>  <odrl:spatial> ;
                <odrl:operator>  <odrl:neq> ;
                <odrl:rightOperand>  "http://cvx.iptc.org/iso3166-1a2/DE"
            ]
        ] .
