Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Concept]: Add Non-X (X = specific location) to represent locations that are not X #208

Open
coolharsh55 opened this issue Dec 25, 2024 · 0 comments

Comments

@coolharsh55
Copy link
Collaborator

Specs

Locations (LOC)

New Concept(s)

The LOC extension should also provide concepts that represent something is not this location e.g. loc:NonEU means all locations that are not EU (or in EU), and loc:NonIE means all locations that are not or in Ireland (IE). This will assist implementations where they have to specify locations in the context of rules or conditions, such as no data transfers outside of EU.

Without the additional concept, this requires a logical operator (NOT) and a location concept (loc:EU) - which introduces complexity in representing, sharing, and interpreting the information across use-cases. Instead, if we provided loc:NonEU as a concept, it can be directly represented e.g. as dpv:hasLocation loc:NonEU within a rule or a use-case - thereby simplifying the way such conditions or situations are represented.

The proposal is to create and provide such NonX concepts for all countries and supraunions (EU, EEA, etc.) as these would at least be the most commonly used concepts.

Changed Concept(s)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant