Skip to content

Commit

Permalink
DPV: adds contract types and legal basis statuses
Browse files Browse the repository at this point in the history
- #111 adds contract types, statuses, clause types, fulfilment status,
  and controls to DPV legal basis (but as separate modules)
- #111 adds status types for other legal bases - legitimate interest,
  legal obligation, official authority, public and vital interests
- The documentation for these concepts is NOT included in this concept
  and should be implemented after agreement on the concept structuring
- #185 adds Fee concept as `FeeRequired` in DPV. The concept is to be
  removed from the RISK extension (not implemented in this commit)
  • Loading branch information
coolharsh55 committed Aug 30, 2024
1 parent fd89f83 commit f4f8831
Show file tree
Hide file tree
Showing 145 changed files with 196,573 additions and 105,489 deletions.
20,769 changes: 14,234 additions & 6,535 deletions 2.1-dev/dpv/dpv-en.html

Large diffs are not rendered by default.

20,848 changes: 14,104 additions & 6,744 deletions 2.1-dev/dpv/dpv-owl.html

Large diffs are not rendered by default.

30,272 changes: 17,047 additions & 13,225 deletions 2.1-dev/dpv/dpv-owl.jsonld

Large diffs are not rendered by default.

947 changes: 906 additions & 41 deletions 2.1-dev/dpv/dpv-owl.n3

Large diffs are not rendered by default.

17,668 changes: 9,324 additions & 8,344 deletions 2.1-dev/dpv/dpv-owl.rdf

Large diffs are not rendered by default.

947 changes: 906 additions & 41 deletions 2.1-dev/dpv/dpv-owl.ttl

Large diffs are not rendered by default.

136 changes: 110 additions & 26 deletions 2.1-dev/dpv/dpv.csv

Large diffs are not rendered by default.

20,769 changes: 14,234 additions & 6,535 deletions 2.1-dev/dpv/dpv.html

Large diffs are not rendered by default.

35,928 changes: 20,133 additions & 15,795 deletions 2.1-dev/dpv/dpv.jsonld

Large diffs are not rendered by default.

1,101 changes: 1,037 additions & 64 deletions 2.1-dev/dpv/dpv.n3

Large diffs are not rendered by default.

18,034 changes: 9,564 additions & 8,470 deletions 2.1-dev/dpv/dpv.rdf

Large diffs are not rendered by default.

1,101 changes: 1,037 additions & 64 deletions 2.1-dev/dpv/dpv.ttl

Large diffs are not rendered by default.

20,769 changes: 14,234 additions & 6,535 deletions 2.1-dev/dpv/index-en.html

Large diffs are not rendered by default.

20,769 changes: 14,234 additions & 6,535 deletions 2.1-dev/dpv/index.html

Large diffs are not rendered by default.

316 changes: 316 additions & 0 deletions 2.1-dev/dpv/modules/context-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,22 @@ <h2>Introduction</h2>
<strong>dpv:UntilTimeDuration</strong>: Duration that has a fixed end date e.g. 2022-12-31
<small><a href="https://w3id.org/dpv#UntilTimeDuration" class="local-link">go to full definition</a></small>

</li>
</ul>
</li>
<li>
<strong>dpv:FeeRequirement</strong>: Concept indicating whether a fee is required
<small><a href="https://w3id.org/dpv#FeeRequirement" class="local-link">go to full definition</a></small>
<ul class="concept-list">
<li>
<strong>dpv:FeeNotRequired</strong>: Concept indicating a fee is not required. This is distinct from a Fee of zero as it indicates a fee is not applicable in the context
<small><a href="https://w3id.org/dpv#FeeNotRequired" class="local-link">go to full definition</a></small>

</li>
<li>
<strong>dpv:FeeRequired</strong>: Concept indicating a fee is required. The value of the fee should be specified using rdf:value or an another relevant means
<small><a href="https://w3id.org/dpv#FeeRequired" class="local-link">go to full definition</a></small>

</li>
</ul>
</li>
Expand Down Expand Up @@ -5000,6 +5016,234 @@ <h4>Federated Locations</h4>



<section class="term-def" id="FeeNotRequired">
<h4>Fee Not Required</h4>
<table class="term-contents">
<tbody>
<tr>
<th>Term</th>
<td><dfn>FeeNotRequired</dfn></td>
<th>Prefix</th>
<td>dpv</td>
</tr>
<tr>
<th>Label</th>
<td><i>Fee Not Required</i></td>
</tr>
<tr class="technical-detail">
<th>IRI</th>
<td><a href="https://w3id.org/dpv#FeeNotRequired" class="local-link">https://w3id.org/dpv#FeeNotRequired</a></td>
</tr>

<tr class="table-separator"></tr>

<tr class="technical-detail">
<th>Type</th>
<td><a href="http://www.w3.org/2000/01/rdf-schema#Class" class="local-link">rdfs:Class</a>, <a href="http://www.w3.org/2004/02/skos/core#Concept" class="local-link">skos:Concept</a>, <a href="https://w3id.org/dpv#FeeRequirement" class="local-link">dpv:FeeRequirement</a></td>
</tr>

<tr class="technical-detail">
<th>Broader/Parent types</th>
<td> <a href="#FeeRequirement" class="local-link">dpv:FeeRequirement</a>
<a href="#Context" class="local-link">dpv:Context</a>
</td> </tr>


<tr>
<th>Object of relation</th>
<td> <a href="https://w3id.org/dpv#hasContext" class="local-link">dpv:hasContext</a>,
<a href="https://w3id.org/dpv#hasFee" class="local-link">dpv:hasFee</a>
</td>
</tr>




<tr class="table-separator"></tr>

<tr>
<th>Definition</th>
<td><i>Concept indicating a fee is not required. This is distinct from a Fee of zero as it indicates a fee is not applicable in the context</i></td>
</tr>



<tr class="table-separator"></tr>



<tr class="table-separator"></tr>

<tr>
<th>Date Created</th>
<td><i>2024-08-27</i></td>
</tr>


<tr class="table-separator"></tr>

<tr>
<th>See More:</th>
<td> section <a href="#vocab-context"> CONTEXT</a> in <a href="https://w3id.org/dpv#">DPV</a>
</td>
</tr>
</tbody>
</table>
</section>


<section class="term-def" id="FeeRequired">
<h4>Fee Required</h4>
<table class="term-contents">
<tbody>
<tr>
<th>Term</th>
<td><dfn>FeeRequired</dfn></td>
<th>Prefix</th>
<td>dpv</td>
</tr>
<tr>
<th>Label</th>
<td><i>Fee Required</i></td>
</tr>
<tr class="technical-detail">
<th>IRI</th>
<td><a href="https://w3id.org/dpv#FeeRequired" class="local-link">https://w3id.org/dpv#FeeRequired</a></td>
</tr>

<tr class="table-separator"></tr>

<tr class="technical-detail">
<th>Type</th>
<td><a href="http://www.w3.org/2000/01/rdf-schema#Class" class="local-link">rdfs:Class</a>, <a href="http://www.w3.org/2004/02/skos/core#Concept" class="local-link">skos:Concept</a></td>
</tr>

<tr class="technical-detail">
<th>Broader/Parent types</th>
<td> <a href="#FeeRequirement" class="local-link">dpv:FeeRequirement</a>
<a href="#Context" class="local-link">dpv:Context</a>
</td> </tr>


<tr>
<th>Object of relation</th>
<td> <a href="https://w3id.org/dpv#hasContext" class="local-link">dpv:hasContext</a>,
<a href="https://w3id.org/dpv#hasFee" class="local-link">dpv:hasFee</a>
</td>
</tr>




<tr class="table-separator"></tr>

<tr>
<th>Definition</th>
<td><i>Concept indicating a fee is required. The value of the fee should be specified using rdf:value or an another relevant means</i></td>
</tr>



<tr class="table-separator"></tr>



<tr class="table-separator"></tr>

<tr>
<th>Date Created</th>
<td><i>2024-08-27</i></td>
</tr>


<tr class="table-separator"></tr>

<tr>
<th>See More:</th>
<td> section <a href="#vocab-context"> CONTEXT</a> in <a href="https://w3id.org/dpv#">DPV</a>
</td>
</tr>
</tbody>
</table>
</section>


<section class="term-def" id="FeeRequirement">
<h4>Fee Requirement</h4>
<table class="term-contents">
<tbody>
<tr>
<th>Term</th>
<td><dfn>FeeRequirement</dfn></td>
<th>Prefix</th>
<td>dpv</td>
</tr>
<tr>
<th>Label</th>
<td><i>Fee Requirement</i></td>
</tr>
<tr class="technical-detail">
<th>IRI</th>
<td><a href="https://w3id.org/dpv#FeeRequirement" class="local-link">https://w3id.org/dpv#FeeRequirement</a></td>
</tr>

<tr class="table-separator"></tr>

<tr class="technical-detail">
<th>Type</th>
<td><a href="http://www.w3.org/2000/01/rdf-schema#Class" class="local-link">rdfs:Class</a>, <a href="http://www.w3.org/2004/02/skos/core#Concept" class="local-link">skos:Concept</a></td>
</tr>

<tr class="technical-detail">
<th>Broader/Parent types</th>
<td> <a href="#Context" class="local-link">dpv:Context</a>
</td> </tr>


<tr>
<th>Object of relation</th>
<td> <a href="https://w3id.org/dpv#hasContext" class="local-link">dpv:hasContext</a>,
<a href="https://w3id.org/dpv#hasFee" class="local-link">dpv:hasFee</a>
</td>
</tr>




<tr class="table-separator"></tr>

<tr>
<th>Definition</th>
<td><i>Concept indicating whether a fee is required</i></td>
</tr>



<tr class="table-separator"></tr>



<tr class="table-separator"></tr>

<tr>
<th>Date Created</th>
<td><i>2024-08-27</i></td>
</tr>


<tr class="table-separator"></tr>

<tr>
<th>See More:</th>
<td> section <a href="#vocab-context"> CONTEXT</a> in <a href="https://w3id.org/dpv#">DPV</a>
</td>
</tr>
</tbody>
</table>
</section>



<section class="term-def" id="FixedLocation">
<h4>Fixed Location</h4>
<table class="term-contents">
Expand Down Expand Up @@ -11809,6 +12053,76 @@ <h4>has expectation</h4>
</section>


<section class="term-def" id="hasFee">
<h4>has fee</h4>
<table class="term-contents">
<tbody>
<tr>
<th>Term</th>
<td><dfn>hasFee</dfn></td>
<th>Prefix</th>
<td>dpv</td>
</tr>
<tr>
<th>Label</th>
<td><i>has fee</i></td>
</tr>
<tr class="technical-detail">
<th>IRI</th>
<td><a href="https://w3id.org/dpv#hasFee" class="local-link">https://w3id.org/dpv#hasFee</a></td>
</tr>

<tr class="table-separator"></tr>

<tr class="technical-detail">
<th>Type</th>
<td><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" class="local-link">rdf:Property</a>, <a href="http://www.w3.org/2004/02/skos/core#Concept" class="local-link">skos:Concept</a></td>
</tr>







<tr class="technical-detail">
<th>Range includes</th>
<td> <a href="https://w3id.org/dpv#FeeRequirement" class="local-link">dpv:FeeRequirement</a>
</td>
</tr>
<tr class="table-separator"></tr>

<tr>
<th>Definition</th>
<td><i>Indicates whether a fee is required for the specified context</i></td>
</tr>



<tr class="table-separator"></tr>



<tr class="table-separator"></tr>

<tr>
<th>Date Created</th>
<td><i>2024-08-27</i></td>
</tr>


<tr class="table-separator"></tr>

<tr>
<th>See More:</th>
<td> section <a href="#vocab-context"> CONTEXT</a> in <a href="https://w3id.org/dpv#">DPV</a>
</td>
</tr>
</tbody>
</table>
</section>


<section class="term-def" id="hasFrequency">
<h4>has frequency</h4>
<table class="term-contents">
Expand Down Expand Up @@ -13560,6 +13874,8 @@ <h3>External</h3>








Expand Down
Loading

0 comments on commit f4f8831

Please sign in to comment.