diff --git a/assets/oac_diagram.png b/assets/oac_diagram.png index 7fc644e..38517b8 100644 Binary files a/assets/oac_diagram.png and b/assets/oac_diagram.png differ diff --git a/oac.html b/oac.html index 628d7f0..b8d7b9c 100644 --- a/oac.html +++ b/oac.html @@ -769,11 +769,6 @@

https://w3id.org/dpv/dpv-tech# [dpv-tech] - - plasma - https://w3id.org/plasma# - [plasma] - acl http://www.w3.org/ns/auth/acl# @@ -926,7 +921,7 @@

Definition: Service used by the recipient of the Rule. Example: Method used to interact with the data, e.g., identity verification service, query service. Domain: odrl:Rule, odrl:Policy - Range: plasma:Service + Range: dpv-tech:Service @@ -942,7 +937,7 @@
Definition: Application used by the recipient of the Rule. Example: Application used by the assignee to interact with the data, e.g., address book, game. Domain: odrl:Rule, odrl:Policy - Range: plasma:App + Range: dpv-tech:Application @@ -1898,14 +1893,6 @@

https://www.w3.org/TR/owl2-overview/ -
[plasma]
-
- PLASMA: Policy Language for Solid's Metadata-based Access Control. - Beatriz Esteves; Harshvardhan J. Pandit. 29 September 2023. URL: - - https://w3id.org/plasma - -
[rdf-schema]
diff --git a/oac.ttl b/oac.ttl index 6e60e80..8d96951 100644 --- a/oac.ttl +++ b/oac.ttl @@ -4,7 +4,6 @@ PREFIX dpv: PREFIX dpv-tech: PREFIX odrl: PREFIX owl: -PREFIX plasma: PREFIX profile: PREFIX rdf: PREFIX rdfs: @@ -262,7 +261,7 @@ 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: ; @@ -270,4 +269,4 @@ oac:application a rdf:Property, owl:ObjectProperty, skos:Concept ; 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 . \ No newline at end of file + rdfs:range dpv-tech:Application . \ No newline at end of file