This document provides additional details and examples for legal bases used in the Data Privacy Vocabulary [[DPV]], and is a companion to the [[DPV]] specification.
Contributing: The DPVCG welcomes participation to improve the DPV and associated resources, including expansion or refinement of concepts, requesting information and applications, and addressing open issues. See contributing guide for further information.
[[[DPV]]]: is the base/core specification for the 'Data Privacy Vocabulary', which is extended for Personal Data [[PD]], Locations [[LOC]], Risk Management [[RISK]], Technology [[TECH]], and [[AI]]. Specific [[LEGAL]] extensions are also provided which model jurisdiction specific regulations and concepts - see the complete list of extensions. To support understanding and applications of [[DPV]], various guides and resources [[GUIDES]] are provided, including a [[PRIMER]]. A Search Index of all concepts from DPV and extensions is available.
[[DPV]] and related resources are published on GitHub. For a general overview of the Data Protection Vocabularies and Controls Community Group [[DPVCG]], its history, deliverables, and activities - refer to DPVCG Website. For meetings, see the DPVCG calendar.
The peer-reviewed article “Creating A Vocabulary for Data Privacy” presents a historical overview of the DPVCG, and describes the methodology and structure of the DPV along with describing its creation. An open-access version can be accessed here, here, and here. The article Data Privacy Vocabulary (DPV) - Version 2, accepted for presentation at the 23rd International Semantic Web Conference (ISWC 2024), describes the changes made in DPV v2.
DPV provides the following categories of legal bases based on [[GDPR]] Article 6: consent of the data subject, contract, compliance with legal obligation, protecting vital interests of individuals, legitimate interests, public interest, and official authorities. Though derived from GDPR, these concepts can be applied for other jurisdictions and general use-cases. The legal bases are represented by the concept [=LegalBasis=] and associated using the relation [=hasLegalBasis=].
When declaring a legal basis, it is important to denote under what law or jurisdiction that legal basis applies. For instance, using Consent
as a legal basis has different obligations and requirements in EU (i.e. [[GDPR]]) as compared to other jurisdictions. Therefore, unless the information is to be implicitly interpreted through some specific legal lens or jurisdictional law, DPV recommends indicating the specific law or legal clause associated with the legal basis so as to scope its interpretation. This can be done using the relation hasJurisdiction
or hasApplicableLaw
. The list of available laws and their representation as extensions in DPV can be seen in the [[LEGAL]] extension.
When using legal bases, we advise careful consideration whether the information to be represented is regarding a specific instance (e.g. consent of a specific individual) or a general category (e.g. contract with service consumer/users), and to utilise DPV concepts accordingly.
The concept [=Contract=] represents a legal contract, which can be used as a legal basis through the [=hasLegalBasis=] relation to justify data processing or use of technologies. [=Contract=] as a legal basis covers activities associated with creation of the contract ([=EnterIntoContract=]) and the performance of the contract [=ContractPerformance=]. Metadata associated with the contract such as date, time, subject, etc. can be represented using [[[DCT]]].
Contracts are also a `dpv:LegalMeasure` that can be used by organisations to enforce obligations e.g. by a controller on a processor. Similarly, contracts can also be 'agreements' e.g. between a controller and a processor, where the processor uses this agreement as a legal basis to process personal data.
Metadata about the contract is suggested to be expressed using the following properties based on [[DCTERMS]]:
dct:title
- Indicates title of contractdct:conformsTo
- Indicates a standard or specification to which the contract conforms to e.g. a technical specification outlining which fields are present in the contract or a legal requirement or a standard for expressing contractsdct:created
- Indicates date of contract creation. Date of creation is not the same as date of enforcement or when the contract becomes 'active', and only refers to when a contract was completed in terms of its draftingdct:issued
- Indicates when the contract was issued or given to a partydct:creator
- Indicates entity that created or drafted the contract. Creator refers to the entity that was responsible for determining the contents of the contract. For standard form contracts, only the parties involved in determining the terms and conditions should be listed as creators. In a negotiated contract, all parties will be listed as creatorsdct:modified
- Indicates the date when the contract was modified e.g. as part of the negotiation processdct:dateAccepted
- Indicates date when contract was accepted all parties. All parties may not accept the contract at the same date, in which case the date of the last party accepting the contract should be useddct:hasPart
- Associates a contract with a contractual part. A contractual part can contain clauses or other elements and is a useful abstraction to create modular resources that can be independently used or reused across contractsdpv:hasIdentifier
- Indicates the legally relevant identifier of the contract. Legally relevant here refers to an identifier that is relevant to legal obligations and investigations e.g. tax identifiers shared with the tax office. For other identifiers, use dct:identifierdct:language
- Indicates the language used in the contractdct:provenance
- Indicates the provenance of the contract e.g. previous versions in a negotiation process. The [[PROV-O]] ontology can be useful to represent provenance information associated with activities and artefactsdct:subject
- Indicates the subject of the contract. The subject can be the description used in the contract as to its main topic or subject. To indicate specifics such as service, purpose, or technology - the relevant DPV concepts should be useddpv:hasDuration
- Indicates the duration for validity of the contractdpv:hasEntity
- Indicates a party to the contract. If the party has a specific role in the contract, e.g. Controller, Data Subject, Service Provider/Consumer - then the relevant DPV concept and property should be used insteadContract types represent the vocabulary of contract types which reflects the way contracts are defined and interpreted towards specific purposes. For example, [=DataProcessingAgreement=] represents contract concepts typically used for processes involving (personal) data, [=ContractByEntityType=] represents contracts such as B2B (Business-to-Business), B2C (Business-to-Consumer), etc., and [=ContractByDomain=] represent contracts with specific interpretations such as for licensing agreements and employment.
To represent the status associated with a contract, the concept [=ContractStatus=] and the relation [=hasContractStatus=] are provided. A taxonomy of statuses representing the lifecycle of contract formation and use is provided, for example [=ContractDrafted=] to indicate the completion of contract drafting process, [=ContractUnderNegotiation=] to indicate the contents of the contract are being negotiated and that the contract is being accepted/signed by involved parties, [=ContractAccepted=] indicating all parties have accepted the contract, and [=ContractTerminated=] indicating the contract has been terminated.
[=ContractFulfilmentState=] represents the status associated with fulfilment of a contract in terms of its requirements and obligations. It is associated using the relation [=hasContractualFulfilmentStatus=]. Specific fulfilment states are provided, for example [=ContractFulfilled=] indicating all requirements of the contract have been fulfilled, [=ContractBreached=] indicating a breach of contract, and [=ContractUnfulfilled=] indicating the requirements have not been fulfilled (but it isn't a breach yet e.g. there is still time/opportunity to complete them).
[=ContractualClause=] represents the contents of a contract, commonly referred to as 'clauses' or 'terms' or 'conditions'. They are associated with a contract using the relation [=hasContractualClause=]. A taxonomy is provided to represent commonly utilised clauses. The concept [=ContractualClauseFulfilmentState=] represents the fulfilment state of the contractual clause, and is indicated using the relation [=hasContractualFulfilmentStatus=].
[=ContractControl=] represents a control for an entity to make or exercise a decision regarding a contract. A taxonomy of common controls is provided, for example [=AcceptContract=], [=OfferContract=], and [=TerminateContract=]. The relation [=hasContractControl=] is used to associate the control with a contract or clause. Controls can be used to indicate where specific actions can be taken, for example to indicate that accepting a contract can be done by sending a request or visiting the stated URL, or to express specific requirements which must be satisfied before the action can be completed, for example to state termination of a contract occurs over a duration.
Consent
is an important legal basis given its emphasis on individual empowerment and control, as well as the attention and relevance it receives from being part of direct interactions with individuals. Consent in DPV is a specific legal basis representing information associated with consent rather than only given consent. Common information associated with consent includes tasks such as keeping track of whether "consent has been given/obtained", "issuing a consent request", and "withdrawing consent", as well as expressing requirements through terms such as "informed" and "explicit". DPV provides concepts for representing information about how consent, as a legal basis, is utilised (by the Controller), provided or given (by the Data Subject), how long it is considered to be valid (its duration), and how it can be withdrawn. It also provides concepts related to management of information, such as keeping track of whether the consent has been requested, was refused, or has been given. This information can be utilised in applications associated with consent, such as creating a ‘record’ of consent or building and executing rules for compliance.
Given the reliance of consent as a legal basis whose validity is associated with requirements and obligations based on jurisdictional laws, DPV does not explicitly provide constraints on what should be considered a ‘valid’ consent. Instead, it focuses on providing declaration of information about consent so as to aid in the determination of its validity, and to record its use and changes over time. Further information concerning compliance obligations and requirements related to consent are considered within the scope of the DPVCG, and we welcome contributions on how this can be represented in a coherent manner that is compatible with the rest of DPV.
To assist with representing these concepts as well as keeping records about how they are being applied, DPV provides the following consent concepts.
To indicate the duration or validity of a given consent instance, the existing contextual relation `dpv:hasDuration` along with specific forms of `dpv:Duration` can be used. For example, to indicate consent is valid until a specific event such as account closure, the duration subtype `dpv:UntilEventDuration` can be used with additional instantiation or annotation to indicate more details about the event (in this case the closure of account). Similarly, `dpv:UntilTimeDuration` indicates validity until a specific time instance or timestamp (e.g. 31 December 2022), and `dpv:TemporalDuration` indicates a relative time duration (e.g. 6 months). To indicate validity without an end condition, `dpv:EndlessDuration` can be used. To indicate the notice used for informed consent, the concept `dpv:ConsentNotice` is provided, which can be used with the relation `dpv:hasNotice`.
To specify consent provided by delegation, such as in the case of a parent or guardian providing consent for/with a child, the `dpv:isIndicatedBy` relation can be used to associate the parent or guardian responsible for providing consent (or its affirmation). Since by default the consent is presumed to be provided by the individual, when such individuals are associated with their consent, i.e. through `dpv:hasDataSubject`, the additional information provided by `dpv:isIndicatedBy` can be considered redundant and is often omitted.
[=ConsentControl=] represents information about how to exercise a control regarding consent. To indicate how an organisation obtains consent, the concept [=ObtainConsent=] is provided. Its corresponding concept [=ProvideConsent=] specifies how a data subject can indicate their consent (decision). The concept [=ReaffirmConsent=] is used to indicate how to perform reaffirmation or confirmation of a previous control (e.g. provide or obtain consent). To associate consent controls, the relation [=hasConsentControl=] is provided. Consent controls are defined by extending relevant `dpv:EntityInvolvement` concepts `dpv:OptingIntoProcess` and `dpv:WithdrawingFromProcess`.
By default, consent is expected to adhere to several requirements such as being informed, freely given, and so on - typically defined within law or other relevant guidelines, that determine how it is requested, expressed, and evaluated for validity. In DPV, these are referred to as types of consent.
DPV provides InformedConsent
and UninformedConsent
as two distinct concepts related to whether the consent is informed or not. For more types of informed consent, the concept ImpliedConsent
specifies when consent is indirectly expressed or is assumed, and ExpressedConsent
for when the individual specifically takes an action to (only) express their consent. The difference between the two can be better understood as follows: if the individual performs an action, and that action only relates to consent, then it is said to be expressed consent, whereas if that action also relates to other matters in addition to being about consent, then the interaction is said to be implied (form of) consent. Clicking a button on a consent notice is a direct action and is thus a form of expressed consent. Assuming consent based on continued scrolling of a web page is an indirect or assumed action, and is thus implied consent.
In medical terminology, "implied consent" is an assumption that the person's consent is present so as to avoid the restrictions of collecting consent prior to any (emergency)treatment. This is not the case with privacy and data protection perspectives, where 'implied consent', no matter how well intentioned the purpose may be, should not be considered 'assumed' without any specific action.
Therefore, we welcome well reasoned arguments and concrete proposals to express other types of consent, including justifications for where concepts such as AssumedConsent
may be useful and have a basis in a law or other authoritative source.
When the expressed action for consent only (and only) refers to matters related to consent, then such consent is represented by ExplicitlyExpressedConsent
. For example, if a button for expressing consent relates to conveying decisions about consent, but also other things such as to navigate to the next page, then this is a clear and specific action for expressing consent. However, if such a button only relates to indicating consent, then it is explicitly about consent, and is thus an instance of Explicitly Expressed Consent.
The term explicit consent is present in both ISO as well as GDPR and other laws. However, definitions differ significantly and are incompatible with each other. For example, what ISO considers 'explicit' would be 'expressed' (or regular) under GDPR. The approach taken by DPV is intentional towards enabling such variations to be expressed in specific extensions by building on top of the core vocabulary concepts. For example, the [[EU-GDPR]] extension defines A6-1-a-explicit-consent
and A9-2-a
as subtypes of ExplicitlyExpressedConsent
based on the specific requirements and criteria defined by GDPR.
The state or status of consent refers to the stage of information about a particular consent instance within its lifecycle. For example, (given) consent first starts with the identification of need to ask consent, then issuing a request (to the individual), making a decision (by the individual), and then following it up with further actions such as the individual withdrawing it. Keeping track of such information is necessary in order to determine whether the current stage of consent information is suitable for its use in justifying processing of personal data governed by that consent, as well as to fulfil obligations such as to keep records of consent. To assist with such consent information management, DPV provides Consent Status as a way to represent the lifecycle and usefulness of an instance towards processing personal data.
DPV's Consent Statuses are represented by ConsentStatus
and indicated using hasConsentStatus
relation. The statuses are segregated into two categories based on their interpretation towards processing: ConsentStatusValidForProcessing
and ConsentStatusInvalidForProcessing
. There are (currently) only two statuses that are valid for processing: ConsentGiven
representing the individual has consented, and RenewedConsentGiven
where an earlier given consent is renewed, refreshed, or reaffirmed.
The rest of (currently) 8 statuses refer to various stages that are considered invalid for processing. These are: ConsentUnknown
for when information about the status is unknown or unconfirmed, ConsentRequested
for when a request to obtain or give consent has been made, ConsentRequestDeferred
for when the request was opted to be dismissed or delayed without a decision, ConsentRefused
for when consent was refused, ConsentExpired
for when the validity (temporal or otherwise) associated with a given consent instance has lapsed, ConsentInvalidated
for when a given consent instance is found invalid e.g. by a court, ConsentRevoked
for when a given consent instance is revoked or terminated such as when a service provider stops providing the service, and ConsentWithdrawn
for when the individual withdraws a previously given consent.
To indicate which entity is responsible for a specific consent stage (e.g. individual for given consent, requestor for consent requested), the relation isIndicatedBy
is provided. It can be used with any Entity
such as DataSubject
or its subtypes such as User
or specific instances of these to record information regarding who was responsible for the indicated status and consent action. To indicate the method by which an entity has indicated the specific consent, the relation hasIndicationMethod
is provided. To indicate the time (or similar temporal information), the relation isIndicatedAtTime
is provided.
The concepts and relations mentioned here regarding consent, such as isIndicatedBy, are also applicable and suitable for use with other legal bases or actions, such as contracts, legal requests, or exercising rights. Therefore, these can also be used in other contexts as deemed suitable. We are working on providing specific concepts and guidance for more detailed representation of information for such other legal bases and actions.
To specify consent provided by delegation, such as in the case of a parent or guardian providing consent for/with a child, the isIndicatedBy
relation can be used to associate the parent or guardian responsible for providing consent (or its affirmation). Since by default the consent is presumed to be provided by the individual, when such individuals are associated with their consent, i.e. through hasDataSubject
, the additional information provided by isIndicatedBy
can be considered redundant and is often omitted.
To indicate how consent is to be provided or withdrawn e.g. how should an individual express or withdraw their consent, DPV provides Consent Controls as: ProvideConsent
for the individual to provide or give their consent, ObtainConsent
for the organisation to obtain or collect consent from the individual, WithdrawConsent
for the individual to withdraw their given consent, and ReaffirmConsent
for entities to re-affirm their previously provided or obtained consent. To indicate how to implement the action e.g. provide consent, the relation isExercisedAt
should be used.
To indicate the duration or validity of a given consent instance, the existing contextual relation hasDuration
along with specific forms of Duration
can be used. For example, to indicate consent is valid until a specific event such as account closure, the duration subtype UntilEventDuration
can be used with additional instantiation or annotation to indicate more details about the event (in this case the closure of account). Similarly, UntilTimeDuration
indicates validity until a specific time instance or timestamp (e.g. 31 December 2022), and TemporalDuration
indicates a relative time duration (e.g. 6 months). To indicate validity without an end condition, EndlessDuration
can be used.
While the above information considered duration as determining the validity of given consent, there are also other uses of duration associated with consent. For example, the duration information is intended to be a trigger to confirm or renew consent instead of rendering it invalid immediately. Or, the duration associated with ConsentRequested could be used to indicate when consent should be requested again.
[=LegitimateInterest=] represents a 'legitimate' reason for the entity to carry out an activity. This reason can be about benefits to the entity, or risks/harms to another entity. Where such benefits or risks/harms can be considered to be of 'vital interest', the legal basis [=VitalInterest=] should be used. Where this benefit or risks/harms pertains to the wider society or general public, the legal basis [=PublicInterest=] should be used. Legitimate interests can be associated with the controller, or data subject, or third party, or other entities. As good practice (and for their legality), the relevant entity must always be specified. We recommend using a relevant property such as `dpv:hasDataController` for data controller's legitimate interest to specify this. If a relevant property is not present in DPV, `dpv:hasEntity` can be used.
[=LegitimateInterestOfController=] represents a legitimate interest of the controller - such as carrying out `dpv:FraudPreventionDetection`. [=LegitimateInterestOfDataSubject=] represents a legitimate interest of the data subject - such as having a copy of the transaction (data or agreement) that it is providing or keeping their own records. [=LegitimateInterestOfThirdParty=] represents a legitimate interest of a third party - for example to investigate `dpv:CounterTerrorism` activities.
[=LegitimateInterestStatus=] represents concepts that model the state of legitimate interest in terms of the data subject being informed about it ([=LegitimateInterestInformed=] and [=LegitimateInterestUninformed=]) and wheteher they have objected to it ([=LegitimateInterestObjected=] and [=LegitimateInterestNotObjected=]). These can be associated or expressed using the relation `dpv:hasStatus`.
[=LegalObligation=] represents using the justification of an obligation to perform the activity as defined in law or required by a legal procedure such as a court or authority order. When using legal obligations as the legal basis, it is good practice (and necessary for its legality) to also define the specific law or legal mechanism under which the obligation is defined. This can be done using `dpv:hasApplicableLaw`.
[=LegalObligationStatus=] represents concepts that model the state of legal obligation in terms of it not being initiated or started yet ([=LegalObligationPending=]), where it is ongoing ([=LegalObligationOngoing=], and where it has been completed ([=LegalObligationCompleted=]). These can be expressed or associated using the relation `dpv:hasStatus`.
[=PublicInterest=] represents activities carried out because they are 'in the interest of the general public' or are necessary to 'provide benefit to the public', where such benefit might be actual benefits (e.g. archiving data of cultural importance) or prevention of harms (e.g. identify relevant medical conditions quickly to prevent an outbreak). We strongly recommend providing a description of the relevant 'benefits' when using this legal basis e.g. by using `dpv:hasJustification` for contextual justifications associated with the benefit.
[=PublicInterestStatus=] represents the state of the public interest being exercised or utilised or applied, specifically in terms of when it has been declared but hasn't been utilised yet ([=PublicInterestPending=]), it is being exercised ([=PublicInterestOngoing=]), and the completion of the exercise ([=PublicInterestCompleted=]). These can be associated or expressed using the relation `dpv:hasStatus`.
[=VitalInterest=] represents activities that are necessary or required to protect vital interests of a data subject or other natural person. For more specific indication, [=VitalInterestOfNaturalPerson=] refers to vital interests of (any or a specific) natural person, and [=VitalInterestOfDataSubject=] represents vital interests of (any or a specific) data subject. As with [=PublicInterest=] and [=LegitimateInterest=], we strongly recommend specifying relevant information - the vital interest in this case - by using `dpv:hasJustification`.
[=VitalInterestStatus=] represents the state of the vital interest being exercised or utilised or applied, specifically in terms of when it is yet to be utilised ([=VitalInterestPending=]), it is being utilised ([=VitalInterestOngoing=]), and it has been applied to completion ([=VitalInterestCompleted=]).
Term | AcceptContract | Prefix | dpv |
---|---|---|---|
Label | Accept Contract | ||
IRI | https://w3id.org/dpv#AcceptContract | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ContractControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractControl, dpv:hasEntityInvolvement | ||
Definition | Control for accepting a contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CONTROL in DPV |
Term | B2B2CContract | Prefix | dpv |
---|---|---|---|
Label | Business-to-Business-to-Consumer Contract | ||
IRI | https://w3id.org/dpv#B2B2CContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:B2BContract → dpv:ContractByEntityType → dpv:Contract → dpv:LegalBasis | ||
Broader/Parent types | dpv:B2CContract → dpv:ContractByEntityType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract between two businesses who partner together to provide services to a consumer | ||
Date Created | 2024-08-27 | ||
Contributors | Beatriz Esteves, Georg P. Krog | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | B2BContract | Prefix | dpv |
---|---|---|---|
Label | Business-to-Business Contract | ||
IRI | https://w3id.org/dpv#B2BContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByEntityType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract between two businesses | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | B2CContract | Prefix | dpv |
---|---|---|---|
Label | Business-to-Consumer Contract | ||
IRI | https://w3id.org/dpv#B2CContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByEntityType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract between a business and a consumer where the business provides goods or services to the consumer | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | C2BContract | Prefix | dpv |
---|---|---|---|
Label | Consumer-to-Business Contract | ||
IRI | https://w3id.org/dpv#C2BContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByEntityType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract between a consumer and a business where the business purchases goods or services from the consumer | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | C2CContract | Prefix | dpv |
---|---|---|---|
Label | Consumer-to-Consumer Contract | ||
IRI | https://w3id.org/dpv#C2CContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByEntityType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract between two consumers | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | Consent | Prefix | dpv |
---|---|---|---|
Label | Consent | ||
IRI | https://w3id.org/dpv#Consent | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Consent of the Data Subject for specified process or activity | ||
Examples | dex:E0015 :: Indicating consent as a legal basisdex:E0018 :: Using consent types |
||
Date Created | 2021-04-07 | ||
Contributors | Harshvardhan J. Pandit | ||
See More: | section LEGAL-BASIS in DEX |
Term | ConsentControl | Prefix | dpv |
---|---|---|---|
Label | Consent Control | ||
IRI | https://w3id.org/dpv#ConsentControl | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasConsentControl, dpv:hasContext, dpv:hasEntityInvolvement | ||
Definition | The control or activity associated with obtaining, providing, withdrawing, or reaffirming consent | ||
Date Created | 2024-05-11 | ||
See More: | section LEGAL-BASIS-CONSENT-CONTROLS in DPV |
Term | ConsentExpired | Prefix | dpv |
---|---|---|---|
Label | Consent Expired | ||
IRI | https://w3id.org/dpv#ConsentExpired | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusInvalidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | The state where the temporal or contextual validity of consent has 'expired' | ||
Usage Note | An example of this state is when the obtained consent has been assigned a duration - which has lapsed or 'expired', making it invalid to be used further for processing data | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentGiven | Prefix | dpv |
---|---|---|---|
Label | Consent Given | ||
IRI | https://w3id.org/dpv#ConsentGiven | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusValidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | The state where consent has been given | ||
Usage Note | An example of this state is when the individual clicks on a button, ticks a checkbox, verbally agrees - or any other form that communicates their decision agreeing to the processing of data | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentInvalidated | Prefix | dpv |
---|---|---|---|
Label | Consent Invalidated | ||
IRI | https://w3id.org/dpv#ConsentInvalidated | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusInvalidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | The state where consent has been deemed to be invalid | ||
Usage Note | An example of this state is where an investigating authority or a court finds the collected consent did not meet requirements, and 'invalidates' both prior and future uses of it to carry out processing | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentRefused | Prefix | dpv |
---|---|---|---|
Label | Consent Refused | ||
IRI | https://w3id.org/dpv#ConsentRefused | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusInvalidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | The state where consent has been refused | ||
Usage Note | An example of this state is when the individual clicks on a 'disagree' or 'reject' or 'refuse' button, or leaves a checkbox unticked | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentRequestDeferred | Prefix | dpv |
---|---|---|---|
Label | Consent Request Deferred | ||
IRI | https://w3id.org/dpv#ConsentRequestDeferred | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusInvalidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | State where a request for consent has been deferred without a decision | ||
Usage Note | An example of this state is when the individual closes or dismisses a notice without making a decision. This state is intended for making the distinction between a notice being provided (as a consent request) and the individual interacting with the notice without making a decision - where the 'ignoring of a notice' is taken as consent being neither given nor refused | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentRequested | Prefix | dpv |
---|---|---|---|
Label | Consent Requested | ||
IRI | https://w3id.org/dpv#ConsentRequested | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusInvalidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | State where a request for consent has been made and is awaiting a decision | ||
Usage Note | An example of this state is when a notice has been presented to the individual but they have not made a decision | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentRevoked | Prefix | dpv |
---|---|---|---|
Label | Consent Revoked | ||
IRI | https://w3id.org/dpv#ConsentRevoked | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusInvalidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | The state where the consent is revoked by an entity other than the data subject and which prevents it from being further used as a valid state | ||
Usage Note | An example of this state is when a Data Controller stops utilising previously obtaining consent, such as when that service no longer exists | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentStatus | Prefix | dpv |
---|---|---|---|
Label | Consent Status | ||
IRI | https://w3id.org/dpv#ConsentStatus | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | The state or status of 'consent' that provides information reflecting its operational status and validity for processing data | ||
Usage Note | States are useful as information artefacts to implement them in controlling processing, and to reflect the process and flow of obtaining and maintaining consent. For example, a database table that stores consent states for specific processing and can be queried to obtain them in an efficient manner. States are also useful in investigations to determine the use and validity of consenting practices | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentStatusInvalidForProcessing | Prefix | dpv |
---|---|---|---|
Label | Consent Status Invalid for Processing | ||
IRI | https://w3id.org/dpv#ConsentStatusInvalidForProcessing | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | States of consent that cannot be used as valid justifications for processing data | ||
Usage Note | This identifies the stages associated with consent that should not be used to process data | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentStatusValidForProcessing | Prefix | dpv |
---|---|---|---|
Label | Consent Status Valid for Processing | ||
IRI | https://w3id.org/dpv#ConsentStatusValidForProcessing | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | States of consent that can be used as valid justifications for processing data | ||
Usage Note | Practically, given consent is the only valid state for processing | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentUnknown | Prefix | dpv |
---|---|---|---|
Label | Consent Unknown | ||
IRI | https://w3id.org/dpv#ConsentUnknown | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusInvalidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | State where information about consent is not available or is unknown | ||
Usage Note | Consent states can be unknown, for example, when information is not available, or cannot be trusted, or is known to be inaccurate | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsentWithdrawn | Prefix | dpv |
---|---|---|---|
Label | Consent Withdrawn | ||
IRI | https://w3id.org/dpv#ConsentWithdrawn | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusInvalidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | The state where the consent is withdrawn or revoked specifically by the data subject and which prevents it from being further used as a valid state | ||
Usage Note | This state can be considered a form of 'revocation' of consent, where the revocation can only be performed by the data subject. Therefore we suggest using ConsentRevoked when it is a non-data-subject entity, and ConsentWithdrawn when it is the data subject | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ConsumerStandardFormContract | Prefix | dpv |
---|---|---|---|
Label | Consumer Standard Form Contract | ||
IRI | https://w3id.org/dpv#ConsumerStandardFormContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:StandardFormContract → dpv:ContractByNegotiationType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract where the terms and conditions are determined by parties in the role of a 'consumer' - whether an entity or an individual, and the other parties have negligible or no ability to negotiate the terms and conditions | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | Contract | Prefix | dpv |
---|---|---|---|
Label | Contract | ||
IRI | https://w3id.org/dpv#Contract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegalBasis | ||
Subject of relation | dpv:hasContractControl, dpv:hasContractStatus, dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Creation, completion, fulfilment, or performance of a contract involving specified processing of data or technologies | ||
Examples | dex:E0076 :: Representing contract metadata and controlsdex:E0077 :: Representing the status of contracts |
||
Date Created | 2021-04-07 | ||
Date Modified | 2024-12-17 | ||
Contributors | Harshvardhan J. Pandit | ||
See More: | section LEGAL-BASIS in DEX |
Term | ContractAccepted | Prefix | dpv |
---|---|---|---|
Label | Contract Accepted | ||
IRI | https://w3id.org/dpv#ContractAccepted | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been accepted by some or all entities | ||
Usage Note | Additional specialised concepts are provided and recommended to represent the common but contextual uses of the phrasing "contract accepted" for 1) indicate this party has accepted the contract - dpv:ContractAcceptedThisEntity; 2) indicate some parties have accepted it and others are yet to make a decision - dpv:ContractAcceptedSomeEntities; and 3) indicate all parties have accepted the contract - dpv:ContractAcceptedAllEntities | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractAcceptedSomeEntities | Prefix | dpv |
---|---|---|---|
Label | Contract Accepted by Some Entities | ||
IRI | https://w3id.org/dpv#ContractAcceptedSomeEntities | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractAccepted → dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been accepted by some entities and others are in the process of making a decision | ||
Date Created | 2025-01-02 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractAcceptedThisEntity | Prefix | dpv |
---|---|---|---|
Label | Contract Accepted by This Entity | ||
IRI | https://w3id.org/dpv#ContractAcceptedThisEntity | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractAccepted → dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been accepted by the specific entity in context | ||
Date Created | 2025-01-02 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractAmendmentClause | Prefix | dpv |
---|---|---|---|
Label | Contract Amendment Clause | ||
IRI | https://w3id.org/dpv#ContractAmendmentClause | ||
Type | rdfs:Class, skos:Concept, dpv:ContractualClause | ||
Broader/Parent types | dpv:ContractualClause | ||
Subject of relation | dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasContractualClause | ||
Definition | A provision describing how changes or modifications to the contract can be made and the process for implementing them | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractBreached | Prefix | dpv |
---|---|---|---|
Label | Contract Breached | ||
IRI | https://w3id.org/dpv#ContractBreached | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractFulfilmentState → dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | One or more requirements of a contract have not been fulfilled or have been breached and the resulting implications are considered a breach of contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractByDomain | Prefix | dpv |
---|---|---|---|
Label | Contract by Domain | ||
IRI | https://w3id.org/dpv#ContractByDomain | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A generic concept representing contracts categorised by specific domains which dictate the drafting and interpretation of contracts | ||
Date Created | 2024-12-17 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | ContractByEntityType | Prefix | dpv |
---|---|---|---|
Label | Contract by Entity Type | ||
IRI | https://w3id.org/dpv#ContractByEntityType | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A generic concept representing contracts categorised by the type of entities involved - such as Businesses (B), Consumers (C), and Governments (G) | ||
Date Created | 2024-12-17 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | ContractByNegotiationType | Prefix | dpv |
---|---|---|---|
Label | Contract by Negotiation Type | ||
IRI | https://w3id.org/dpv#ContractByNegotiationType | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A generic concept representing contracts categorised based on their use or absence of negotiation in the contract forming process | ||
Date Created | 2024-12-17 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | ContractConfidentialityClause | Prefix | dpv |
---|---|---|---|
Label | Contract Confidentiality Clause | ||
IRI | https://w3id.org/dpv#ContractConfidentialityClause | ||
Type | rdfs:Class, skos:Concept, dpv:ContractualClause | ||
Broader/Parent types | dpv:ContractualClause | ||
Subject of relation | dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasContractualClause | ||
Definition | A provision requiring parties to keep certain information confidential and not disclose it to third parties | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractControl | Prefix | dpv |
---|---|---|---|
Label | Contract Control | ||
IRI | https://w3id.org/dpv#ContractControl | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractControl, dpv:hasEntityInvolvement | ||
Definition | The control or activity associated with accepting, refusing, and other actions associated with a contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CONTROL in DPV |
Term | ContractDefinitions | Prefix | dpv |
---|---|---|---|
Label | Contract Definitions | ||
IRI | https://w3id.org/dpv#ContractDefinitions | ||
Type | rdfs:Class, skos:Concept, dpv:ContractualClause | ||
Broader/Parent types | dpv:ContractualClause | ||
Subject of relation | dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasContractualClause | ||
Definition | A section specifying the meanings of key terms and phrases used throughout the contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractDisputeResolutionClause | Prefix | dpv |
---|---|---|---|
Label | Contract DisputeResolution Clause | ||
IRI | https://w3id.org/dpv#ContractDisputeResolutionClause | ||
Type | rdfs:Class, skos:Concept, dpv:ContractualClause | ||
Broader/Parent types | dpv:ContractualClause | ||
Subject of relation | dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasContractualClause | ||
Definition | A provision detailing the methods and procedures for resolving disagreements or conflicts arising from the contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractDrafted | Prefix | dpv |
---|---|---|---|
Label | Contract Drafted | ||
IRI | https://w3id.org/dpv#ContractDrafted | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been drafted | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractedAcceptedAllEntities | Prefix | dpv |
---|---|---|---|
Label | Contract Accepted by All Entities | ||
IRI | https://w3id.org/dpv#ContractedAcceptedAllEntities | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractAccepted → dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been accepted by all entities who are a party to the contract - which means the contract is now in effect | ||
Date Created | 2025-01-02 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractEnded | Prefix | dpv |
---|---|---|---|
Label | Contract Ended | ||
IRI | https://w3id.org/dpv#ContractEnded | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has ended in effect without a violation or dispute | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractFulfilled | Prefix | dpv |
---|---|---|---|
Label | Contract Fulfilled | ||
IRI | https://w3id.org/dpv#ContractFulfilled | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractFulfilmentState → dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | All requirements of the contract have been fulfilled | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractFulfilmentState | Prefix | dpv |
---|---|---|---|
Label | Contract Fulfilment State | ||
IRI | https://w3id.org/dpv#ContractFulfilmentState | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status of fulfilment for a contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractImplemented | Prefix | dpv |
---|---|---|---|
Label | Contract Completed | ||
IRI | https://w3id.org/dpv#ContractImplemented | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract is being executed or implemented i.e. it is in effect | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractInvalidated | Prefix | dpv |
---|---|---|---|
Label | Contract Invalidated | ||
IRI | https://w3id.org/dpv#ContractInvalidated | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been invalidated | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractJurisdictionClause | Prefix | dpv |
---|---|---|---|
Label | Contract Jurisdiction Clause | ||
IRI | https://w3id.org/dpv#ContractJurisdictionClause | ||
Type | rdfs:Class, skos:Concept, dpv:ContractualClause | ||
Broader/Parent types | dpv:ContractualClause | ||
Subject of relation | dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasContractualClause | ||
Definition | A provision specifying the legal jurisdiction or court where disputes related to the contract will be resolved | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractOffered | Prefix | dpv |
---|---|---|---|
Label | Contract Offered | ||
IRI | https://w3id.org/dpv#ContractOffered | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been offered | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractOfferReceived | Prefix | dpv |
---|---|---|---|
Label | Contract Offer Received | ||
IRI | https://w3id.org/dpv#ContractOfferReceived | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract offer has been received | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractPerformance | Prefix | dpv |
---|---|---|---|
Label | Contract Performance | ||
IRI | https://w3id.org/dpv#ContractPerformance | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Fulfilment or performance of a contract involving specified processing of data or technologies | ||
Date Created | 2021-04-07 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan | ||
See More: | section LEGAL-BASIS in DPV |
Term | ContractPreamble | Prefix | dpv |
---|---|---|---|
Label | Contract Preamble | ||
IRI | https://w3id.org/dpv#ContractPreamble | ||
Type | rdfs:Class, skos:Concept, dpv:ContractualClause | ||
Broader/Parent types | dpv:ContractualClause | ||
Subject of relation | dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasContractualClause | ||
Definition | An introductory section outlining the background, context, and purpose of the contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractRefused | Prefix | dpv |
---|---|---|---|
Label | Contract Refused | ||
IRI | https://w3id.org/dpv#ContractRefused | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been refused by one or more parties | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractRenewed | Prefix | dpv |
---|---|---|---|
Label | Contract Renewed | ||
IRI | https://w3id.org/dpv#ContractRenewed | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been renewed | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractStatus | Prefix | dpv |
---|---|---|---|
Label | Contract Status | ||
IRI | https://w3id.org/dpv#ContractStatus | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status associated with a contract | ||
Examples | dex:E0077 :: Representing the status of contracts |
||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DEX |
Term | ContractTerminated | Prefix | dpv |
---|---|---|---|
Label | Contract Terminated | ||
IRI | https://w3id.org/dpv#ContractTerminated | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract has been terminated by one or more parties before its end | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractTerminationClause | Prefix | dpv |
---|---|---|---|
Label | Contract Termination Clause | ||
IRI | https://w3id.org/dpv#ContractTerminationClause | ||
Type | rdfs:Class, skos:Concept, dpv:ContractualClause | ||
Broader/Parent types | dpv:ContractualClause | ||
Subject of relation | dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasContractualClause | ||
Definition | A provision outlining the conditions under which the contract can be terminated before its completion, including any penalties or obligations | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractualClause | Prefix | dpv |
---|---|---|---|
Label | Contractual Clause | ||
IRI | https://w3id.org/dpv#ContractualClause | ||
Type | rdfs:Class, skos:Concept | ||
Subject of relation | dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasContractualClause | ||
Definition | A part or component within a contract that outlines its specifics | ||
Examples | dex:E0078 :: Representing clauses or terms within a contract |
||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DEX |
Term | ContractualClauseBreached | Prefix | dpv |
---|---|---|---|
Label | Contractual Clause Breached | ||
IRI | https://w3id.org/dpv#ContractualClauseBreached | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractualClauseFulfilmentState → dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contractual clause is breached | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractualClauseFulfilled | Prefix | dpv |
---|---|---|---|
Label | Contractual Clause Fulfilled | ||
IRI | https://w3id.org/dpv#ContractualClauseFulfilled | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractualClauseFulfilmentState → dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contractual clause is fulfilled | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractualClauseFulfilmentState | Prefix | dpv |
---|---|---|---|
Label | Contractual Clause Fulfilment State | ||
IRI | https://w3id.org/dpv#ContractualClauseFulfilmentState | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status of fulfilment for a contractual clause | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractualClauseUnfulfilled | Prefix | dpv |
---|---|---|---|
Label | Contractual Clause Unfulfilled | ||
IRI | https://w3id.org/dpv#ContractualClauseUnfulfilled | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractualClauseFulfilmentState → dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status is indicating the contractual clause is not fuflfilled where this is not considered a breach | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ContractUnderNegotiation | Prefix | dpv |
---|---|---|---|
Label | Contract UnderNegotiation | ||
IRI | https://w3id.org/dpv#ContractUnderNegotiation | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | Status indicating the contract is under negotiation | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ContractUnfulfilled | Prefix | dpv |
---|---|---|---|
Label | Contract Unfulfilled | ||
IRI | https://w3id.org/dpv#ContractUnfulfilled | ||
Type | rdfs:Class, skos:Concept, dpv:ContractStatus | ||
Broader/Parent types | dpv:ContractFulfilmentState → dpv:ContractStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractStatus, dpv:hasContractualFulfilmentStatus, dpv:hasStatus | ||
Definition | One or more requirements of a contract have not been fulfilled or have not been fulfilled where this is not considered a breach of contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-STATUS in DPV |
Term | ControllerDataSubjectAgreement | Prefix | dpv |
---|---|---|---|
Label | Controller-Data Subject Agreement | ||
IRI | https://w3id.org/dpv#ControllerDataSubjectAgreement | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis, dpv:LegalMeasure | ||
Broader/Parent types | dpv:DataSubjectContract → dpv:DataProcessingAgreement → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of data between a Data Controller and a Data Subject | ||
Date Created | 2024-08-27 | ||
Date Modified | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | ControllerProcessorAgreement | Prefix | dpv |
---|---|---|---|
Label | Controller-Processor Agreement | ||
IRI | https://w3id.org/dpv#ControllerProcessorAgreement | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis, dpv:LegalMeasure | ||
Broader/Parent types | dpv:DataProcessorContract → dpv:DataProcessingAgreement → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of data between a Data Controller and a Data Processor | ||
Examples | dex:E0024 :: Controller-Processor agreement denoting processing to be carried out |
||
Date Created | 2022-01-26 | ||
Date Modified | 2024-08-27 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DEX |
Term | DataControllerContract | Prefix | dpv |
---|---|---|---|
Label | Data Controller Contract | ||
IRI | https://w3id.org/dpv#DataControllerContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:DataProcessingAgreement → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Creation, completion, fulfilment, or performance of a contract, with Data Controllers as parties being Joint Data Controllers, and involving specified processing of data or technologies. NOTE: This concept is being deprecated - use dpv:JointDataControllersAgreement which has a more explicit definition of the entities involved and the intent of the contract | ||
Date Created | 2023-12-10 | ||
Date Modified | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | DataProcessingAgreement | Prefix | dpv |
---|---|---|---|
Label | Data Processing Agreement | ||
IRI | https://w3id.org/dpv#DataProcessingAgreement | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis, dpv:LegalMeasure | ||
Broader/Parent types | dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of data | ||
Usage Note | For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. | ||
Date Created | 2022-01-26 | ||
Date Modified | 2024-12-17 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | DataProcessorContract | Prefix | dpv |
---|---|---|---|
Label | Data Processor Contract | ||
IRI | https://w3id.org/dpv#DataProcessorContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:DataProcessingAgreement → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Creation, completion, fulfilment, or performance of a contract, with the Data Controller and Data Processor as parties, and involving specified processing of data or technologies. NOTE: This concept is being deprecated - use dpv:ControllerProcessorAgreement which has a more explicit definition of the entities involved and the intent of the contract | ||
Date Created | 2023-12-10 | ||
Date Modified | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | DataSubjectContract | Prefix | dpv |
---|---|---|---|
Label | Data Subject Contract | ||
IRI | https://w3id.org/dpv#DataSubjectContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:DataProcessingAgreement → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Creation, completion, fulfilment, or performance of a contract, with the Data Controller and Data Subject as parties, and involving specified processing of data or technologies. NOTE: This concept is being deprecated - use dpv:ControllerDataSubjectAgreement which has a more explicit definition of the entities involved and the intent of the contract | ||
Date Created | 2023-12-10 | ||
Date Modified | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | DataTransferLegalBasis | Prefix | dpv |
---|---|---|---|
Label | Data Transfer Legal Basis | ||
IRI | https://w3id.org/dpv#DataTransferLegalBasis | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Specific or special categories and instances of legal basis intended for justifying data transfers | ||
Date Created | 2021-09-08 | ||
Contributors | David Hickey, Georg P. Krog | ||
See More: | section LEGAL-BASIS in DPV |
Term | DistributionAgreement | Prefix | dpv |
---|---|---|---|
Label | Distribution Agreement | ||
IRI | https://w3id.org/dpv#DistributionAgreement | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByDomain → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract regarding supply of data or technologies between a distributor and a supplier | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | EmploymentContract | Prefix | dpv |
---|---|---|---|
Label | Employment Contract | ||
IRI | https://w3id.org/dpv#EmploymentContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByDomain → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract regarding employment between an employer and an employee | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | EnterIntoContract | Prefix | dpv |
---|---|---|---|
Label | Enter Into Contract | ||
IRI | https://w3id.org/dpv#EnterIntoContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Processing necessary to enter into contract | ||
Date Created | 2021-04-07 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan | ||
See More: | section LEGAL-BASIS in DPV |
Term | EULA | Prefix | dpv |
---|---|---|---|
Label | End User License Agreement (EULA) | ||
IRI | https://w3id.org/dpv#EULA | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LicenseAgreement → dpv:ContractByDomain → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | End User License Agreement is a contract entered into between a software (or service) developer or provider with the (end-)user | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | ExplicitlyExpressedConsent | Prefix | dpv |
---|---|---|---|
Label | Explicitly Expressed Consent | ||
IRI | https://w3id.org/dpv#ExplicitlyExpressedConsent | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ExpressedConsent → dpv:InformedConsent → dpv:Consent → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Consent that is expressed through an explicit action solely conveying a consenting decision | ||
Usage Note | Explicitly expressed consent is a more specific form of Expressed consent where the action taken must 'explicitly' relate to only the consent decision. Expressed consent where the consenting is part of other matters therefore cannot satisfy the requirements of explicitly expressed consent. An example of explicit action expressing the consenting decision is a button on a web form where the form only relates to consent, or it is accompanied with suitable text that reiterates what the consenting decision is about | ||
Examples | dex:E0018 :: Using consent types |
||
Date Created | 2022-06-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-TYPES in DEX |
Term | ExpressedConsent | Prefix | dpv |
---|---|---|---|
Label | Expressed Consent | ||
IRI | https://w3id.org/dpv#ExpressedConsent | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:InformedConsent → dpv:Consent → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Consent that is expressed through an action intended to convey a consenting decision | ||
Usage Note | Expressed consent requires the individual take a specific and unambiguous action that directly indicates their consent. This action may be a part of other processes such as setting preferences, or agreeing to a contract, or other matters not relating to consent. An example of expressed consent is interacting with a checkbox within a dashboard or clicking a button on a web form | ||
Examples | dex:E0018 :: Using consent types |
||
Date Created | 2022-06-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-TYPES in DEX |
Term | G2BContract | Prefix | dpv |
---|---|---|---|
Label | Government-to-Business Contract | ||
IRI | https://w3id.org/dpv#G2BContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByEntityType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract between a government and a business | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | G2CContract | Prefix | dpv |
---|---|---|---|
Label | Government-to-Consumer Contract | ||
IRI | https://w3id.org/dpv#G2CContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByEntityType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract between a government and consumers | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | G2GContract | Prefix | dpv |
---|---|---|---|
Label | Government-to-Government Contract | ||
IRI | https://w3id.org/dpv#G2GContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByEntityType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract between two governments or government departments or units | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | ImpliedConsent | Prefix | dpv |
---|---|---|---|
Label | Implied Consent | ||
IRI | https://w3id.org/dpv#ImpliedConsent | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:InformedConsent → dpv:Consent → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Consent that is implied indirectly through an action not associated solely with conveying a consenting decision | ||
Usage Note | Implied consent is expected to also be Informed Consent. An example is a CCTV notice outside a monitored area that informs the individuals that by walking in they would be consenting to the use of camera for surveillance. | ||
Date Created | 2022-06-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-TYPES in DPV |
Term | InformedConsent | Prefix | dpv |
---|---|---|---|
Label | Informed Consent | ||
IRI | https://w3id.org/dpv#InformedConsent | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:Consent → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Consent that is informed i.e. with the requirement to provide sufficient information to make a consenting decision | ||
Usage Note | The specifics for what information should be provided or made available will depend on the context, use-case, or relevant legal requirements | ||
Date Created | 2022-06-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-TYPES in DPV |
Term | JointDataControllersAgreement | Prefix | dpv |
---|---|---|---|
Label | Joint Data Controllers Agreement | ||
IRI | https://w3id.org/dpv#JointDataControllersAgreement | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis, dpv:LegalMeasure | ||
Broader/Parent types | dpv:DataControllerContract → dpv:DataProcessingAgreement → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of data between Controllers within a Joint Controllers relationship | ||
Date Created | 2022-01-26 | ||
Date Modified | 2024-08-27 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | LegalBasis | Prefix | dpv |
---|---|---|---|
Label | Legal Basis | ||
IRI | https://w3id.org/dpv#LegalBasis | ||
Type | rdfs:Class, skos:Concept | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Legal basis used to justify processing of data or use of technology in accordance with a law | ||
Usage Note | Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions which can be represented using dpv:hasJurisdiction or dpv:hasLaw. Legal basis can be used without such declarations, e.g. 'Consent', however their interpretation will require association with a law, e.g. 'EU GDPR'. | ||
Examples | dex:E0014 :: Denoting Legal Basis within a Process |
||
Date Created | 2019-04-05 | ||
Date Modified | 2020-11-04 | ||
See More: | section LEGAL-BASIS in DEX |
Term | LegalObligation | Prefix | dpv |
---|---|---|---|
Label | Legal Obligation | ||
IRI | https://w3id.org/dpv#LegalObligation | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Legal Obligation to conduct the specified activities | ||
Examples | dex:E0042 :: Indicating legal compliance as a purpose along with the relevant lawdex:E0079 :: Stating status of Legal Obligations |
||
Date Created | 2021-04-07 | ||
Contributors | Harshvardhan J. Pandit | ||
See More: | section LEGAL-BASIS in DEX |
Term | LegalObligationCompleted | Prefix | dpv |
---|---|---|---|
Label | Legal ObligationCompleted | ||
IRI | https://w3id.org/dpv#LegalObligationCompleted | ||
Type | rdfs:Class, skos:Concept, dpv:LegalObligationStatus | ||
Broader/Parent types | dpv:LegalObligationStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the legal obligation has been completed | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | LegalObligationOngoing | Prefix | dpv |
---|---|---|---|
Label | Legal ObligationOngoing | ||
IRI | https://w3id.org/dpv#LegalObligationOngoing | ||
Type | rdfs:Class, skos:Concept, dpv:LegalObligationStatus | ||
Broader/Parent types | dpv:LegalObligationStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the legal obligation is being fulfilled | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | LegalObligationPending | Prefix | dpv |
---|---|---|---|
Label | Legal ObligationPending | ||
IRI | https://w3id.org/dpv#LegalObligationPending | ||
Type | rdfs:Class, skos:Concept, dpv:LegalObligationStatus | ||
Broader/Parent types | dpv:LegalObligationStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the legal obligation has not been started | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | LegalObligationStatus | Prefix | dpv |
---|---|---|---|
Label | Legal ObligationStatus | ||
IRI | https://w3id.org/dpv#LegalObligationStatus | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status associated with use of Legal Obligation as a legal basis | ||
Examples | dex:E0079 :: Stating status of Legal Obligations |
||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DEX |
Term | LegitimateInterest | Prefix | dpv |
---|---|---|---|
Label | Legitimate Interest | ||
IRI | https://w3id.org/dpv#LegitimateInterest | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Legitimate Interests of a Party as justification for specified activities | ||
Examples | dex:E0065 :: Specifying legitimate interest of a controllerdex:E0080 :: Stating status of Legitimate Interest |
||
Date Created | 2021-05-19 | ||
Contributors | Harshvardhan J. Pandit | ||
See More: | section LEGAL-BASIS in DEX |
Term | LegitimateInterestInformed | Prefix | dpv |
---|---|---|---|
Label | Legitimate InterestInformed | ||
IRI | https://w3id.org/dpv#LegitimateInterestInformed | ||
Type | rdfs:Class, skos:Concept, dpv:LegitimateInterestStatus | ||
Broader/Parent types | dpv:LegitimateInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the Legitimate Interest was informed to the data subject or other relevant entities | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | LegitimateInterestNotObjected | Prefix | dpv |
---|---|---|---|
Label | Legitimate InterestNotObjected | ||
IRI | https://w3id.org/dpv#LegitimateInterestNotObjected | ||
Type | rdfs:Class, skos:Concept, dpv:LegitimateInterestStatus | ||
Broader/Parent types | dpv:LegitimateInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the use of Legitimate Interest was not objected to | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | LegitimateInterestObjected | Prefix | dpv |
---|---|---|---|
Label | Legitimate InterestObjected | ||
IRI | https://w3id.org/dpv#LegitimateInterestObjected | ||
Type | rdfs:Class, skos:Concept, dpv:LegitimateInterestStatus | ||
Broader/Parent types | dpv:LegitimateInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the use of Legitimate Interest was objected to | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | LegitimateInterestOfController | Prefix | dpv |
---|---|---|---|
Label | Legitimate Interest of Controller | ||
IRI | https://w3id.org/dpv#LegitimateInterestOfController | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegitimateInterest → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Legitimate Interests of a Data Controller in conducting specified activities | ||
Examples | dex:E0065 :: Specifying legitimate interest of a controller |
||
Date Created | 2021-05-19 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan | ||
See More: | section LEGAL-BASIS in DEX |
Term | LegitimateInterestOfDataSubject | Prefix | dpv |
---|---|---|---|
Label | Legitimate Interest of Data Subject | ||
IRI | https://w3id.org/dpv#LegitimateInterestOfDataSubject | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegitimateInterest → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Legitimate Interests of the Data Subject in conducting specified activities | ||
Date Created | 2022-10-22 | ||
Contributors | Georg P. Krog | ||
See More: | section LEGAL-BASIS in DPV |
Term | LegitimateInterestOfThirdParty | Prefix | dpv |
---|---|---|---|
Label | Legitimate Interest of Third Party | ||
IRI | https://w3id.org/dpv#LegitimateInterestOfThirdParty | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegitimateInterest → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Legitimate Interests of a Third Party in conducting specified activities | ||
Date Created | 2021-05-19 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan | ||
See More: | section LEGAL-BASIS in DPV |
Term | LegitimateInterestStatus | Prefix | dpv |
---|---|---|---|
Label | Legitimate InterestStatus | ||
IRI | https://w3id.org/dpv#LegitimateInterestStatus | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status associated with use of Legitimate Interest as a legal basis | ||
Examples | dex:E0080 :: Stating status of Legitimate Interest |
||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DEX |
Term | LegitimateInterestUninformed | Prefix | dpv |
---|---|---|---|
Label | Legitimate InterestUninformed | ||
IRI | https://w3id.org/dpv#LegitimateInterestUninformed | ||
Type | rdfs:Class, skos:Concept, dpv:LegitimateInterestStatus | ||
Broader/Parent types | dpv:LegitimateInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the Legitimate Interest was not informed to the data subject or other relevant entities | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | LicenseAgreement | Prefix | dpv |
---|---|---|---|
Label | License Agreement | ||
IRI | https://w3id.org/dpv#LicenseAgreement | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByDomain → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A Legal Document providing permission to utilise data or resource and outlining the conditions under which such use is considered valid | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | ManageConsent | Prefix | dpv |
---|---|---|---|
Label | Manage Consent | ||
IRI | https://w3id.org/dpv#ManageConsent | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ProvideConsent → dpv:ConsentControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Broader/Parent types | dpv:ProvideConsent → dpv:OptingInToProcess → dpv:EntityPermissiveInvolvement → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Broader/Parent types | dpv:ReaffirmConsent → dpv:ConsentControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Broader/Parent types | dpv:WithdrawConsent → dpv:ConsentControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Broader/Parent types | dpv:WithdrawConsent → dpv:WithdrawingFromProcess → dpv:EntityPermissiveInvolvement → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasConsentControl, dpv:hasContext, dpv:hasEntityInvolvement | ||
Definition | Control for managing a given consent in terms of providing, reaffirming, or withdrawing it | ||
Usage Note | Indicates how the data subject can manage their consent in terms of providing it, or reaffirming or withdrawing a given consent. This concept is useful to represent a single location or interface where multiple controls are provided for consent | ||
Date Created | 2024-12-17 | ||
See More: | section LEGAL-BASIS-CONSENT-CONTROLS in DPV |
Term | NegotiateContract | Prefix | dpv |
---|---|---|---|
Label | Negotiate Contract | ||
IRI | https://w3id.org/dpv#NegotiateContract | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ContractControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractControl, dpv:hasEntityInvolvement | ||
Definition | Control for negotiating a contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CONTROL in DPV |
Term | NegotiatedContract | Prefix | dpv |
---|---|---|---|
Label | Negotiated Contract | ||
IRI | https://w3id.org/dpv#NegotiatedContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByNegotiationType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract where the terms and conditions are determined with all parties having the ability to negotiate the terms and conditions | ||
Usage Note | Negotiation here refers to the opportunity for a party on their own initiative to modify or dictate terms and conditions within a contract. If the party is provided a set of options to choose from or in other ways is dictated which terms and conditions can be present in the contract, neither of these should be considered a negotiation | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | ObtainConsent | Prefix | dpv |
---|---|---|---|
Label | Obtain Consent | ||
IRI | https://w3id.org/dpv#ObtainConsent | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ConsentControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasConsentControl, dpv:hasContext, dpv:hasEntityInvolvement | ||
Definition | Control for obtaining consent | ||
Usage Note | Indicates how the controller or entity can obtain consent e.g. used with dpv:isExercisedAt | ||
Date Created | 2024-05-11 | ||
See More: | section LEGAL-BASIS-CONSENT-CONTROLS in DPV |
Term | OfferContract | Prefix | dpv |
---|---|---|---|
Label | Offer Contract | ||
IRI | https://w3id.org/dpv#OfferContract | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ContractControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractControl, dpv:hasEntityInvolvement | ||
Definition | Control for offering a contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CONTROL in DPV |
Term | OfficialAuthorityExerciseCompleted | Prefix | dpv |
---|---|---|---|
Label | Official Authority Exercise Completed | ||
IRI | https://w3id.org/dpv#OfficialAuthorityExerciseCompleted | ||
Type | rdfs:Class, skos:Concept, dpv:OfficialAuthorityExerciseStatus | ||
Broader/Parent types | dpv:OfficialAuthorityExerciseStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the official authority has been exercised to completion | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | OfficialAuthorityExerciseOngoing | Prefix | dpv |
---|---|---|---|
Label | Official Authority Exercise Ongoing | ||
IRI | https://w3id.org/dpv#OfficialAuthorityExerciseOngoing | ||
Type | rdfs:Class, skos:Concept, dpv:OfficialAuthorityExerciseStatus | ||
Broader/Parent types | dpv:OfficialAuthorityExerciseStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the official authority is being exercised | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | OfficialAuthorityExercisePending | Prefix | dpv |
---|---|---|---|
Label | Official Authority Exercise Pending | ||
IRI | https://w3id.org/dpv#OfficialAuthorityExercisePending | ||
Type | rdfs:Class, skos:Concept, dpv:OfficialAuthorityExerciseStatus | ||
Broader/Parent types | dpv:OfficialAuthorityExerciseStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the official authority has not been exercised | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | OfficialAuthorityExerciseStatus | Prefix | dpv |
---|---|---|---|
Label | Official Authority Exercise Status | ||
IRI | https://w3id.org/dpv#OfficialAuthorityExerciseStatus | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status associated with use of Official Authority as a legal basis | ||
Examples | dex:E0081 :: Stating status of using Official Authority |
||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DEX |
Term | OfficialAuthorityOfController | Prefix | dpv |
---|---|---|---|
Label | Official Authority of Controller | ||
IRI | https://w3id.org/dpv#OfficialAuthorityOfController | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Activities are necessary or authorised through the official authority granted to or vested in the Data Controller | ||
Examples | dex:E0081 :: Stating status of using Official Authority |
||
Date Created | 2021-05-05 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan | ||
See More: | section LEGAL-BASIS in DEX |
Term | ProvideConsent | Prefix | dpv |
---|---|---|---|
Label | Provide Consent | ||
IRI | https://w3id.org/dpv#ProvideConsent | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ConsentControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Broader/Parent types | dpv:OptingInToProcess → dpv:EntityPermissiveInvolvement → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasConsentControl, dpv:hasContext, dpv:hasEntityInvolvement | ||
Definition | Control for providing consent | ||
Usage Note | Indicates how the data subject can provide consent e.g. used with dpv:isExercisedAt | ||
Date Created | 2024-05-11 | ||
See More: | section LEGAL-BASIS-CONSENT-CONTROLS in DPV |
Term | ProviderStandardFormContract | Prefix | dpv |
---|---|---|---|
Label | Provider Standard Form Contract | ||
IRI | https://w3id.org/dpv#ProviderStandardFormContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:StandardFormContract → dpv:ContractByNegotiationType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract where the terms and conditions are determined by parties in the role of a 'provider', and the other parties have negligible or no ability to negotiate the terms and conditions | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | PublicInterest | Prefix | dpv |
---|---|---|---|
Label | Public Interest | ||
IRI | https://w3id.org/dpv#PublicInterest | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Activities are necessary or beneficial for interest of the public or society at large | ||
Examples | dex:E0082 :: Stating status of using Public Interest |
||
Date Created | 2021-04-21 | ||
Contributors | Harshvardhan J. Pandit | ||
See More: | section LEGAL-BASIS in DEX |
Term | PublicInterestCompleted | Prefix | dpv |
---|---|---|---|
Label | Public Interest Completed | ||
IRI | https://w3id.org/dpv#PublicInterestCompleted | ||
Type | rdfs:Class, skos:Concept, dpv:PublicInterestStatus | ||
Broader/Parent types | dpv:PublicInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the public interest activity has been completed | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | PublicInterestObjected | Prefix | dpv |
---|---|---|---|
Label | Public Interest Objected | ||
IRI | https://w3id.org/dpv#PublicInterestObjected | ||
Type | rdfs:Class, skos:Concept, dpv:PublicInterestStatus | ||
Broader/Parent types | dpv:PublicInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the public interest activity was objected to by the Data Subject or another relevant entity | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | PublicInterestOngoing | Prefix | dpv |
---|---|---|---|
Label | Public Interest Ongoing | ||
IRI | https://w3id.org/dpv#PublicInterestOngoing | ||
Type | rdfs:Class, skos:Concept, dpv:PublicInterestStatus | ||
Broader/Parent types | dpv:PublicInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the public interest activity is ongoing | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | PublicInterestPending | Prefix | dpv |
---|---|---|---|
Label | Public Interest Pending | ||
IRI | https://w3id.org/dpv#PublicInterestPending | ||
Type | rdfs:Class, skos:Concept, dpv:PublicInterestStatus | ||
Broader/Parent types | dpv:PublicInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the public interest activity has not started | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | PublicInterestStatus | Prefix | dpv |
---|---|---|---|
Label | Public Interest Status | ||
IRI | https://w3id.org/dpv#PublicInterestStatus | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status associated with use of Public Interest as a legal basis | ||
Examples | dex:E0082 :: Stating status of using Public Interest |
||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DEX |
Term | ReaffirmConsent | Prefix | dpv |
---|---|---|---|
Label | Reaffirm Consent | ||
IRI | https://w3id.org/dpv#ReaffirmConsent | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ConsentControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasConsentControl, dpv:hasContext, dpv:hasEntityInvolvement | ||
Definition | Control for affirming consent | ||
Usage Note | Indicates how the controller (with dpv:ObtainConsent) or data subject (with dpv:ProvideConsent) can reaffirm consent e.g. used with dpv:isExercisedAt | ||
Date Created | 2024-05-11 | ||
See More: | section LEGAL-BASIS-CONSENT-CONTROLS in DPV |
Term | RefuseConsent | Prefix | dpv |
---|---|---|---|
Label | Refuse Consent | ||
IRI | https://w3id.org/dpv#RefuseConsent | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ConsentControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasConsentControl, dpv:hasContext, dpv:hasEntityInvolvement | ||
Definition | Control for refusing consent | ||
Usage Note | Indicates how the controller (with dpv:ObtainConsent) or data subject (with dpv:ProvideConsent) can reaffirm consent e.g. used with dpv:isExercisedAt | ||
Date Created | 2024-12-17 | ||
See More: | section LEGAL-BASIS-CONSENT-CONTROLS in DPV |
Term | RefuseContract | Prefix | dpv |
---|---|---|---|
Label | Refuse Contract | ||
IRI | https://w3id.org/dpv#RefuseContract | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ContractControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractControl, dpv:hasEntityInvolvement | ||
Definition | Control for refusing a contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CONTROL in DPV |
Term | RenewedConsentGiven | Prefix | dpv |
---|---|---|---|
Label | Renewed Consent Given | ||
IRI | https://w3id.org/dpv#RenewedConsentGiven | ||
Type | rdfs:Class, skos:Concept, dpv:ConsentStatus | ||
Broader/Parent types | dpv:ConsentStatusValidForProcessing → dpv:ConsentStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasConsentStatus, dpv:hasContext, dpv:hasStatus | ||
Definition | The state where a previously given consent has been 'renewed' or 'refreshed' or 'reaffirmed' to form a new instance of given consent | ||
Usage Note | An example of this state is when a previously given consent has expired, and the individual is presented a notice regarding continuing associated processing operations - to which they agree. This state can be useful to keep track of 'reconfirmed' or 'refreshed' consent within consent records, assist notices and contextual agents to create better consenting dialogues, and assist with specific legal obligations related to subsequent consenting | ||
Source | GConsent | ||
Date Created | 2022-06-22 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-STATUS in DPV |
Term | ServiceLevelAgreement | Prefix | dpv |
---|---|---|---|
Label | Service Legvel Agreement (SLA) | ||
IRI | https://w3id.org/dpv#ServiceLevelAgreement | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByDomain → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract regarding the provision of a service which outlines the acceptable metrics and performance of the service for the consumer | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | StandardFormContract | Prefix | dpv |
---|---|---|---|
Label | Standard Form Contract | ||
IRI | https://w3id.org/dpv#StandardFormContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:ContractByNegotiationType → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | A contract where the terms and conditions are determined by one or more of the parties, and the other parties have negligible or no ability to negotiate the terms and conditions | ||
Usage Note | Such a contract results in the unempowered parties being in a "take it or leave it" position as they can only accept or reject the contract. Standard form contracts are also known as "Adhesion contract" or "Boilerplate contract" | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | SubProcessorAgreement | Prefix | dpv |
---|---|---|---|
Label | Sub-Processor Agreement | ||
IRI | https://w3id.org/dpv#SubProcessorAgreement | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis, dpv:LegalMeasure | ||
Broader/Parent types | dpv:DataProcessingAgreement → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of data between a Data Processor and a Data (Sub-)Processor | ||
Date Created | 2022-01-26 | ||
Date Modified | 2024-08-27 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | TerminateContract | Prefix | dpv |
---|---|---|---|
Label | Terminate Contract | ||
IRI | https://w3id.org/dpv#TerminateContract | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ContractControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasContractControl, dpv:hasEntityInvolvement | ||
Definition | Control for terminating a contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-CONTROL in DPV |
Term | TermsOfService | Prefix | dpv |
---|---|---|---|
Label | Terms of Service | ||
IRI | https://w3id.org/dpv#TermsOfService | ||
Type | rdfs:Class, skos:Concept, dpv:ContractualClause | ||
Broader/Parent types | dpv:ContractualClause | ||
Subject of relation | dpv:hasContractualClause, dpv:hasContractualFulfilmentStatus | ||
Object of relation | dpv:hasContractualClause | ||
Definition | Contractual clauses outlining the terms and conditions regarding the provision of a service, typically between a service provider and a service consumer, also know as 'Terms of Use' and 'Terms and Conditions' and commonly abbreviated as TOS, ToS, ToU, or T&C | ||
Date Created | 2024-08-27 | ||
Contributors | Georg P. Krog | ||
See More: | section LEGAL-BASIS-CONTRACT-CLAUSE in DPV |
Term | ThirdPartyAgreement | Prefix | dpv |
---|---|---|---|
Label | Third-Party Agreement | ||
IRI | https://w3id.org/dpv#ThirdPartyAgreement | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis, dpv:LegalMeasure | ||
Broader/Parent types | dpv:ThirdPartyContract → dpv:DataProcessingAgreement → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of data between a Data Controller or Processor and a Third Party | ||
Date Created | 2022-02-09 | ||
Date Modified | 2024-08-27 | ||
Contributors | Harshvardhan J. Pandit | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | ThirdPartyContract | Prefix | dpv |
---|---|---|---|
Label | Third Party Contract | ||
IRI | https://w3id.org/dpv#ThirdPartyContract | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:DataProcessingAgreement → dpv:Contract → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Creation, completion, fulfilment, or performance of a contract, with the Data Controller and Third Party as parties, and involving specified processing of data or technologies. NOTE: This concept is being deprecated - use dpv:ThirdPartyAgreement which has a more explicit definition of the entities involved and the intent of the contract | ||
Date Created | 2023-12-10 | ||
Date Modified | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT-TYPES in DPV |
Term | UninformedConsent | Prefix | dpv |
---|---|---|---|
Label | Uninformed Consent | ||
IRI | https://w3id.org/dpv#UninformedConsent | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:Consent → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Consent that is uninformed i.e. without requirement to provide sufficient information to make a consenting decision | ||
Date Created | 2022-06-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT-TYPES in DPV |
Term | VitalInterest | Prefix | dpv |
---|---|---|---|
Label | Vital Interest | ||
IRI | https://w3id.org/dpv#VitalInterest | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Activities are necessary or required to protect vital interests of a data subject or other natural person | ||
Examples | dex:E0083 :: Stating status of using Vital Interest |
||
Date Created | 2021-04-21 | ||
Contributors | Harshvardhan J. Pandit | ||
See More: | section LEGAL-BASIS in DEX |
Term | VitalInterestCompleted | Prefix | dpv |
---|---|---|---|
Label | Vital Interest Completed | ||
IRI | https://w3id.org/dpv#VitalInterestCompleted | ||
Type | rdfs:Class, skos:Concept, dpv:VitalInterestStatus | ||
Broader/Parent types | dpv:VitalInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the vital interest activity has been completed | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | VitalInterestObjected | Prefix | dpv |
---|---|---|---|
Label | Vital Interest Objected | ||
IRI | https://w3id.org/dpv#VitalInterestObjected | ||
Type | rdfs:Class, skos:Concept, dpv:VitalInterestStatus | ||
Broader/Parent types | dpv:VitalInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the vital interest activity was objected to by the Data Subject or another relevant entity | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | VitalInterestOfDataSubject | Prefix | dpv |
---|---|---|---|
Label | Vital Interest of Data Subject | ||
IRI | https://w3id.org/dpv#VitalInterestOfDataSubject | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:VitalInterestOfNaturalPerson → dpv:VitalInterest → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Activities are necessary or required to protect vital interests of a data subject | ||
Date Created | 2021-04-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan | ||
See More: | section LEGAL-BASIS in DPV |
Term | VitalInterestOfNaturalPerson | Prefix | dpv |
---|---|---|---|
Label | Vital Interest of Natural Person | ||
IRI | https://w3id.org/dpv#VitalInterestOfNaturalPerson | ||
Type | rdfs:Class, skos:Concept, dpv:LegalBasis | ||
Broader/Parent types | dpv:VitalInterest → dpv:LegalBasis | ||
Object of relation | dpv:hasLegalBasis | ||
Definition | Activities are necessary or required to protect vital interests of a natural person | ||
Date Created | 2021-04-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan | ||
See More: | section LEGAL-BASIS in DPV |
Term | VitalInterestOngoing | Prefix | dpv |
---|---|---|---|
Label | Vital Interest Ongoing | ||
IRI | https://w3id.org/dpv#VitalInterestOngoing | ||
Type | rdfs:Class, skos:Concept, dpv:VitalInterestStatus | ||
Broader/Parent types | dpv:VitalInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the vital interest activity is ongoing | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | VitalInterestPending | Prefix | dpv |
---|---|---|---|
Label | Vital Interest Pending | ||
IRI | https://w3id.org/dpv#VitalInterestPending | ||
Type | rdfs:Class, skos:Concept, dpv:VitalInterestStatus | ||
Broader/Parent types | dpv:VitalInterestStatus → dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status where the vital interest activity has not started | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DPV |
Term | VitalInterestStatus | Prefix | dpv |
---|---|---|---|
Label | Vital Interest Status | ||
IRI | https://w3id.org/dpv#VitalInterestStatus | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:Status → dpv:Context | ||
Object of relation | dpv:hasContext, dpv:hasStatus | ||
Definition | Status associated with use of Vital Interest as a legal basis | ||
Examples | dex:E0083 :: Stating status of using Vital Interest |
||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-STATUS in DEX |
Term | WithdrawConsent | Prefix | dpv |
---|---|---|---|
Label | Withdraw Consent | ||
IRI | https://w3id.org/dpv#WithdrawConsent | ||
Type | rdfs:Class, skos:Concept | ||
Broader/Parent types | dpv:ConsentControl → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Broader/Parent types | dpv:WithdrawingFromProcess → dpv:EntityPermissiveInvolvement → dpv:EntityInvolvement → dpv:ProcessingContext → dpv:Context | ||
Object of relation | dpv:hasConsentControl, dpv:hasContext, dpv:hasEntityInvolvement | ||
Definition | Control for withdrawing consent | ||
Usage Note | Indicates how the data subject can withdraw consent e.g. used with dpv:isExercisedAt | ||
Date Created | 2024-05-11 | ||
See More: | section LEGAL-BASIS-CONSENT-CONTROLS in DPV |
Term | hasConsentControl | Prefix | dpv |
---|---|---|---|
Label | has consent control | ||
IRI | https://w3id.org/dpv#hasConsentControl | ||
Type | rdf:Property, skos:Concept | ||
Range includes | dpv:ConsentControl | ||
Definition | Specific a control associated with consent | ||
Date Created | 2024-05-11 | ||
See More: | section LEGAL-BASIS-CONSENT in DPV |
Term | hasConsentStatus | Prefix | dpv |
---|---|---|---|
Label | has consent status | ||
IRI | https://w3id.org/dpv#hasConsentStatus | ||
Type | rdf:Property, skos:Concept | ||
Range includes | dpv:ConsentStatus | ||
Definition | Specifies the state or status of consent | ||
Date Created | 2022-06-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS-CONSENT in DPV |
Term | hasContractControl | Prefix | dpv |
---|---|---|---|
Label | has contract control | ||
IRI | https://w3id.org/dpv#hasContractControl | ||
Type | rdf:Property, skos:Concept | ||
Domain includes | dpv:Contract | ||
Range includes | dpv:ContractControl | ||
Definition | Indicates the contract to be used with a contract | ||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT in DPV |
Term | hasContractStatus | Prefix | dpv |
---|---|---|---|
Label | has contract status | ||
IRI | https://w3id.org/dpv#hasContractStatus | ||
Type | rdf:Property, skos:Concept | ||
Broader/Parent types | dpv:hasStatus | ||
Sub-property of | dpv:hasStatus | ||
Domain includes | dpv:Contract | ||
Range includes | dpv:ContractStatus | ||
Definition | Indicates the status of the contract | ||
Examples | dex:E0077 :: Representing the status of contracts |
||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT in DEX |
Term | hasContractualClause | Prefix | dpv |
---|---|---|---|
Label | has contractual clause | ||
IRI | https://w3id.org/dpv#hasContractualClause | ||
Type | rdf:Property, skos:Concept | ||
Domain includes | dpv:Contract , dpv:ContractualClause | ||
Range includes | dpv:ContractualClause | ||
Definition | Indicates the association or involvement of specified contractual clause | ||
Examples | dex:E0078 :: Representing clauses or terms within a contract |
||
Date Created | 2024-12-17 | ||
See More: | section LEGAL-BASIS-CONTRACT in DEX |
Term | hasContractualFulfilmentStatus | Prefix | dpv |
---|---|---|---|
Label | has contractual fulfilment status | ||
IRI | https://w3id.org/dpv#hasContractualFulfilmentStatus | ||
Type | rdf:Property, skos:Concept | ||
Broader/Parent types | dpv:hasContractStatus → dpv:hasStatus | ||
Sub-property of | dpv:hasContractStatus | ||
Domain includes | dpv:Contract , dpv:ContractualClause | ||
Range includes | dpv:ContractStatus | ||
Definition | Indicates the fulfilment status of a contract or a contractual clause | ||
Examples | dex:E0077 :: Representing the status of contractsdex:E0078 :: Representing clauses or terms within a contract |
||
Date Created | 2024-08-27 | ||
See More: | section LEGAL-BASIS-CONTRACT in DEX |
Term | hasIndicationMethod | Prefix | dpv |
---|---|---|---|
Label | has indication method | ||
IRI | https://w3id.org/dpv#hasIndicationMethod | ||
Type | rdf:Property, skos:Concept | ||
Definition | Specifies the method by which an entity has indicated the specific context | ||
Date Created | 2022-06-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS in DPV |
Term | hasLegalBasis | Prefix | dpv |
---|---|---|---|
Label | has legal basis | ||
IRI | https://w3id.org/dpv#hasLegalBasis | ||
Type | rdf:Property, skos:Concept | ||
Range includes | dpv:LegalBasis | ||
Definition | Indicates use or applicability of a Legal Basis | ||
Date Created | 2019-04-04 | ||
Date Modified | 2020-11-04 | ||
Contributors | Axel Polleres, Javier Fernández | ||
See More: | section LEGAL-BASIS in DPV |
Term | isIndicatedAtTime | Prefix | dpv |
---|---|---|---|
Label | is indicated at time | ||
IRI | https://w3id.org/dpv#isIndicatedAtTime | ||
Type | rdf:Property, skos:Concept | ||
Definition | Specifies the temporal information for when the entity has indicated the specific context | ||
Date Created | 2022-06-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS in DPV |
Term | isIndicatedBy | Prefix | dpv |
---|---|---|---|
Label | is indicated by | ||
IRI | https://w3id.org/dpv#isIndicatedBy | ||
Type | rdf:Property, skos:Concept | ||
Range includes | dpv:Entity | ||
Definition | Specifies entity who indicates the specific context | ||
Date Created | 2022-06-21 | ||
Contributors | Georg P. Krog, Harshvardhan J. Pandit, Paul Ryan, Julian Flake | ||
See More: | section LEGAL-BASIS in DPV |
DPV uses the following terms from [[RDF]] and [[RDFS]] with their defined meanings:
The following external concepts are re-used within DPV:
The following people have contributed to this vocabulary. The names are ordered alphabetically. The affiliations are informative do not represent formal endorsements. Affiliations may be outdated. The list is generated automatically from the contributors listed for defined concepts.
The DPVCG was established as part of the SPECIAL H2020 Project, which received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 731601 from 2017 to 2019.
Harshvardhan J. Pandit was funded to work on DPV from 2020 to 2022 by the Irish Research Council's Government of Ireland Postdoctoral Fellowship Grant#GOIPD/2020/790.
The ADAPT SFI Centre for Digital Media Technology is funded by Science Foundation Ireland through the SFI Research Centres Programme and is co-funded under the European Regional Development Fund (ERDF) through Grant#13/RC/2106 (2018 to 2020) and Grant#13/RC/2106_P2 (2021 onwards).
The contributions of Harshvardhan J. Pandit have been made with the financial support of Science Foundation Ireland under Grant Agreement No. 13/RC/2106_P2 at the ADAPT SFI Research Centre.