123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456 |
- <html><h2 id="crossreference" class="list">Cross reference for Consent classes, properties and dataproperties <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
- This section provides details for each class and property defined by Consent.
- <div id="classes">
- <h3 id="classes-headline" class="list">Classes</h3>
- <ul class="hlist">
- <li>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- </li>
- <li>
- <a href="#Consenting_Party"
- title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
- </li>
- <li>
- <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
- </li>
- <li>
- <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
- </li>
- <li>
- <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
- </li>
- </ul>
- <div class="entity" id="Consent">
- <h3>Consent<sup class="type-c" title="class">c</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Consent</p>
- <div class="comment">
- <span class="markdown">Consent represents the result of a consenting party reacting to a consent request (which may be requested by means of a form). As a consent needs to be informed and explicit, we ideally capture the consent as a "yes" or a "no". We treat the absence of the predicate isGiven as a "no".</span>
- </div>
- <dl class="description">
- <dt>has super-classes</dt>
- <dd>
- <span class="dotted" title="http://www.w3.org/ns/prov#Entity">entity</span>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>is in domain of</dt>
- <dd>
- <a href="#forInclusion" title="https://w3id.org/consent-mapping-jit#forInclusion">for inclusion</a>
- <sup class="type-op" title="object property">op</sup>, <a href="#givenBy" title="https://w3id.org/consent-mapping-jit#givenBy">given by</a>
- <sup class="type-op" title="object property">op</sup>, <a href="#isGiven" title="https://w3id.org/consent-mapping-jit#isGiven">is given</a>
- <sup class="type-dp" title="data property">dp</sup>, <a href="#registeredOn"
- title="https://w3id.org/consent-mapping-jit#registeredOn">registered on</a>
- <sup class="type-dp" title="data property">dp</sup>, <a href="#validUntil" title="https://w3id.org/consent-mapping-jit#validUntil">valid until</a>
- <sup class="type-dp" title="data property">dp</sup>
- </dd>
- <dt>is disjoint with</dt>
- <dd>
- <a href="#Consenting_Party"
- title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- </dl>
- </div>
- <div class="entity" id="Consenting_Party">
- <h3>Consenting Party<sup class="type-c" title="class">c</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Consenting_Party</p>
- <div class="comment">
- <span class="markdown">Consenting Party is used to represent a person, or an agent acting on behalf of someone giving their consent for the purposes that are included in a policy. It is equivalent with the concept-union of prov:Person and prof:Organization.</span>
- </div>
- <dl class="description">
- <dt>is equivalent to</dt>
- <dd>
- <span class="dotted" title="http://www.w3.org/ns/prov#Organization">organization</span>
- <span class="logic">or</span>
- <span class="dotted" title="http://www.w3.org/ns/prov#Person">person</span>
- </dd>
- <dt>has super-classes</dt>
- <dd>
- <span class="dotted" title="http://www.w3.org/ns/prov#Agent">agent</span>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>is in range of</dt>
- <dd>
- <a href="#givenBy" title="https://w3id.org/consent-mapping-jit#givenBy">given by</a>
- <sup class="type-op" title="object property">op</sup>
- </dd>
- <dt>is disjoint with</dt>
- <dd>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- </dl>
- </div>
- <div class="entity" id="Inclusion">
- <h3>Inlclusion<sup class="type-c" title="class">c</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Inclusion</p>
- <div class="comment">
- <span class="markdown">Inclusion represents the relation between a policy and a purpose.</span>
- </div>
- <dl class="description">
- <dt>has super-classes</dt>
- <dd>
- <span class="dotted" title="http://www.w3.org/ns/prov#Entity">entity</span>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>is in domain of</dt>
- <dd>
- <a href="#ofPolicy" title="https://w3id.org/consent-mapping-jit#ofPolicy">of policy</a>
- <sup class="type-op" title="object property">op</sup>, <a href="#ofPurpose" title="https://w3id.org/consent-mapping-jit#ofPurpose">of purpose</a>
- <sup class="type-op" title="object property">op</sup>
- </dd>
- <dt>is in range of</dt>
- <dd>
- <a href="#forInclusion" title="https://w3id.org/consent-mapping-jit#forInclusion">for inclusion</a>
- <sup class="type-op" title="object property">op</sup>
- </dd>
- <dt>is disjoint with</dt>
- <dd>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Consenting_Party"
- title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- </dl>
- </div>
- <div class="entity" id="Policy">
- <h3>Policy<sup class="type-c" title="class">c</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Policy</p>
- <div class="comment">
- <span class="markdown">Policy is an abstract concept for representing things such as Terms and Conditions, Data Privacy Policies, etc. All of which encompass various notions of user rights, user obligations and what a service intends to do with the data.</span>
- </div>
- <dl class="description">
- <dt>has super-classes</dt>
- <dd>
- <span class="dotted" title="http://www.w3.org/ns/prov#Entity">entity</span>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>is in range of</dt>
- <dd>
- <a href="#ofPolicy" title="https://w3id.org/consent-mapping-jit#ofPolicy">of policy</a>
- <sup class="type-op" title="object property">op</sup>
- </dd>
- <dt>is disjoint with</dt>
- <dd>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Consenting_Party"
- title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- </dl>
- </div>
- <div class="entity" id="Purpose">
- <h3>Purpose<sup class="type-c" title="class">c</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Purpose</p>
- <div class="comment">
- <span class="markdown">Purpose is a concept for representing the purpose of using (personal) data. This may range from using email addresses to send a newsletter to using one’s profile and purchase history for targeted advertising.</span>
- </div>
- <dl class="description">
- <dt>has super-classes</dt>
- <dd>
- <span class="dotted" title="http://www.w3.org/ns/prov#Entity">entity</span>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>is in range of</dt>
- <dd>
- <a href="#ofPurpose" title="https://w3id.org/consent-mapping-jit#ofPurpose">of purpose</a>
- <sup class="type-op" title="object property">op</sup>
- </dd>
- <dt>is disjoint with</dt>
- <dd>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Consenting_Party"
- title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
- <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- </dl>
- </div>
- </div><div id="objectproperties">
- <h3 id="properties" class="list">Object Properties</h3>
- <ul class="hlist">
- <li>
- <a href="#forInclusion" title="https://w3id.org/consent-mapping-jit#forInclusion">
- <span>for inclusion</span>
- </a>
- </li>
- <li>
- <a href="#givenBy" title="https://w3id.org/consent-mapping-jit#givenBy">
- <span>given by</span>
- </a>
- </li>
- <li>
- <a href="#ofPolicy" title="https://w3id.org/consent-mapping-jit#ofPolicy">
- <span>of policy</span>
- </a>
- </li>
- <li>
- <a href="#ofPurpose" title="https://w3id.org/consent-mapping-jit#ofPurpose">
- <span>of purpose</span>
- </a>
- </li>
- </ul>
- <div class="entity" id="forInclusion">
- <h3>for inclusion<sup class="type-op" title="object property">op</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#forInclusion</p>
- <div class="comment">
- <span class="markdown">Indicates the inclusion for which consent was (not) given.</span>
- </div>
- <div class="description">
- <p>
- <strong>has characteristics:</strong> functional</p>
- <dl>
- <dt>has domain</dt>
- <dd>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>has range</dt>
- <dd>
- <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- </dl>
- </div>
- </div>
- <div class="entity" id="givenBy">
- <h3>given by<sup class="type-op" title="object property">op</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#givenBy</p>
- <div class="comment">
- <span class="markdown">Indicates who has given consent.</span>
- </div>
- <div class="description">
- <p>
- <strong>has characteristics:</strong> functional</p>
- <dl>
- <dt>has domain</dt>
- <dd>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>has range</dt>
- <dd>
- <a href="#Consenting_Party"
- title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- </dl>
- </div>
- </div>
- <div class="entity" id="ofPolicy">
- <h3>of policy<sup class="type-op" title="object property">op</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#ofPolicy</p>
- <div class="comment">
- <span class="markdown">Refers to the policy of an inclusion.</span>
- </div>
- <div class="description">
- <p>
- <strong>has characteristics:</strong> functional</p>
- <dl>
- <dt>has domain</dt>
- <dd>
- <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>has range</dt>
- <dd>
- <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- </dl>
- </div>
- </div>
- <div class="entity" id="ofPurpose">
- <h3>of purpose<sup class="type-op" title="object property">op</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#ofPurpose</p>
- <div class="comment">
- <span class="markdown">Refers to the purpose of an inclusion.</span>
- </div>
- <div class="description">
- <p>
- <strong>has characteristics:</strong> functional</p>
- <dl>
- <dt>has domain</dt>
- <dd>
- <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>has range</dt>
- <dd>
- <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- </dl>
- </div>
- </div>
- </div><div id="dataproperties">
- <h3 id="dataproperties-headline" class="list">Data Properties</h3>
- <ul class="hlist">
- <li>
- <a href="#isGiven" title="https://w3id.org/consent-mapping-jit#isGiven">
- <span>is given</span>
- </a>
- </li>
- <li>
- <a href="#registeredOn"
- title="https://w3id.org/consent-mapping-jit#registeredOn">
- <span>registered on</span>
- </a>
- </li>
- <li>
- <a href="#validUntil" title="https://w3id.org/consent-mapping-jit#validUntil">
- <span>valid until</span>
- </a>
- </li>
- </ul>
- <div class="entity" id="isGiven">
- <h3>is given<sup class="type-dp" title="data property">dp</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#isGiven</p>
- <div class="comment">
- <span class="markdown">Captures whether the consent is given. True means that consent was given, and false means that the consent is not given (rejected, withdrawn, etc.).</span>
- </div>
- <div class="description">
- <p>
- <strong>has characteristics:</strong> functional</p>
- <dl>
- <dt>has domain</dt>
- <dd>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>has range</dt>
- <dd>
- <span class="dotted" title="http://www.w3.org/2001/XMLSchema#boolean">boolean</span>
- </dd>
- </dl>
- </div>
- </div>
- <div class="entity" id="registeredOn">
- <h3>registered on<sup class="type-dp" title="data property">dp</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#registeredOn</p>
- <div class="comment">
- <span class="markdown">Indicates when the consent instance was registered.</span>
- </div>
- <div class="description">
- <p>
- <strong>has characteristics:</strong> functional</p>
- <dl>
- <dt>has domain</dt>
- <dd>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>has range</dt>
- <dd>
- <span class="dotted" title="http://www.w3.org/2001/XMLSchema#dateTime">date time</span>
- </dd>
- </dl>
- </div>
- </div>
- <div class="entity" id="validUntil">
- <h3>valid until<sup class="type-dp" title="data property">dp</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#validUntil</p>
- <div class="comment">
- <span class="markdown">Indicates when consent expires.</span>
- </div>
- <div class="description">
- <p>
- <strong>has characteristics:</strong> functional</p>
- <dl>
- <dt>has domain</dt>
- <dd>
- <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
- <sup class="type-c" title="class">c</sup>
- </dd>
- <dt>has range</dt>
- <dd>
- <span class="dotted" title="http://www.w3.org/2001/XMLSchema#dateTime">date time</span>
- </dd>
- </dl>
- </div>
- </div>
- </div><div id="annotationproperties">
- <h3 id="annotationproperties" class="list">Annotation Properties</h3>
- <ul class="hlist">
- <li>
- <a href="#http://www.w3.org/ns/prov#value" title="http://www.w3.org/ns/prov#value">
- <span>value</span>
- </a>
- </li>
- </ul>
- <div class="entity" id="http://www.w3.org/ns/prov#value">
- <h3>value<sup class="type-ap" title="annotation property">ap</sup>
- <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a>
- </span>
- </h3>
- <p>
- <strong>IRI:</strong> http://www.w3.org/ns/prov#value</p>
- </div>
- </div><div id="legend">
- <h2>Legend <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
- <div class="entity">
- <sup class="type-c" title="Classes">c</sup>: Classes <br/>
- <sup class="type-op" title="Object Properties">op</sup>: Object Properties <br/>
- <sup class="type-dp" title="Data Properties">dp</sup>: Data Properties <br/>
- <sup class="type-ni" title="Named Individuals">ni</sup>: Named Individuals
- </div>
- </div>
- </html>
|