Skip to content

Commit

Permalink
range of the application and service properties is a DPV-TECH concept
Browse files Browse the repository at this point in the history
  • Loading branch information
besteves4 committed Oct 11, 2023
1 parent 4d08303 commit d5b734b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
Binary file modified assets/oac_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 2 additions & 15 deletions oac.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,11 +769,6 @@ <h3 id="x2-2-document-conventions">
<td>https://w3id.org/dpv/dpv-tech#</td>
<td>[<cite><a class="bibref" data-link-type="biblio" href="./oac.html#bib-dpv-tech" title="DPV-TECH: Extension providing Technology concepts for DPV version 0.8.2">dpv-tech</a></cite>]</td>
</tr>
<tr>
<td>plasma</td>
<td>https://w3id.org/plasma#</td>
<td>[<cite><a class="bibref" data-link-type="biblio" href="./oac.html#bib-plasma" title="PLASMA: Policy Language for Solid's Metadata-based Access Control">plasma</a></cite>]</td>
</tr>
<tr>
<td>acl</td>
<td>http://www.w3.org/ns/auth/acl#</td>
Expand Down Expand Up @@ -926,7 +921,7 @@ <h5 id="x2-1-3-1-service">
<tr><th>Definition:</th> <td>Service used by the recipient of the Rule.</td></tr>
<tr><th>Example:</th> <td>Method used to interact with the data, e.g., identity verification service, query service.</td></tr>
<tr><th>Domain:</th> <td><a href="http://www.w3.org/ns/odrl/2/Rule">odrl:Rule</a>, <a href="http://www.w3.org/ns/odrl/2/Policy">odrl:Policy</a></td></tr>
<tr><th>Range:</th> <td><a href="https://w3id.org/plasma#Service">plasma:Service</a></td></tr>
<tr><th>Range:</th> <td><a href=" https://w3id.org/dpv/dpv-tech#Service">dpv-tech:Service</a></td></tr>
</tbody>
</table>
</section>
Expand All @@ -942,7 +937,7 @@ <h5 id="x2-1-3-2-application">
<tr><th>Definition:</th> <td>Application used by the recipient of the Rule.</td></tr>
<tr><th>Example:</th> <td>Application used by the assignee to interact with the data, e.g., address book, game.</td></tr>
<tr><th>Domain:</th> <td><a href="http://www.w3.org/ns/odrl/2/Rule">odrl:Rule</a>, <a href="http://www.w3.org/ns/odrl/2/Policy">odrl:Policy</a></td></tr>
<tr><th>Range:</th> <td><a href="https://w3id.org/plasma#App">plasma:App</a></td></tr>
<tr><th>Range:</th> <td><a href="https://w3id.org/dpv/dpv-tech#Application">dpv-tech:Application</a></td></tr>
</tbody>
</table>
</section>
Expand Down Expand Up @@ -1898,14 +1893,6 @@ <h2 id="x1-acknowledgments">
https://www.w3.org/TR/owl2-overview/
</a><!---0.910070%-->
</dd>
<dt id="bib-plasma">[plasma]</dt>
<dd>
<a href="https://w3id.org/plasma"><cite>PLASMA: Policy Language for Solid's Metadata-based Access Control</cite></a>.
Beatriz Esteves; Harshvardhan J. Pandit. 29 September 2023. URL:
<a href="https://w3id.org/plasma">
https://w3id.org/plasma
</a>
</dd>
<dt id="bib-rdf-schema">[rdf-schema<!---0.910070%-->]</dt>
<dd>
<a href="https://www.w3.org/TR/rdf-schema/">
Expand Down
5 changes: 2 additions & 3 deletions oac.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ PREFIX dpv: <https://w3id.org/dpv#>
PREFIX dpv-tech: <https://w3id.org/dpv/dpv-tech#>
PREFIX odrl: <http://www.w3.org/ns/odrl/2/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX plasma: <https://w3id.org/plasma#>
PREFIX profile: <http://www.w3.org/ns/dx/prof/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
Expand Down Expand Up @@ -262,12 +261,12 @@ oac:service a rdf:Property, owl:ObjectProperty, skos:Concept ;
skos:definition "Service used by the recipient of the Rule."@en ;
skos:example "Method used to interact with the data, e.g., identity verification service, query service."@en ;
rdfs:domain odrl:Rule, odrl:Policy ;
rdfs:range plasma:Service .
rdfs:range dpv-tech:Service .

oac:application a rdf:Property, owl:ObjectProperty, skos:Concept ;
rdfs:isDefinedBy oac: ;
rdfs:label "Application"@en ;
skos:definition "Application used by the recipient of the Rule."@en ;
skos:example "Application used by the assignee to interact with the data, e.g., address book, game."@en ;
rdfs:domain odrl:Rule, odrl:Policy ;
rdfs:range plasma:App .
rdfs:range dpv-tech:Application .

0 comments on commit d5b734b

Please sign in to comment.