-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The folder `w3id_config` contains the Apache config (.htaccess) used by w3id.org to provide IRIs for DPV. This file is maintained here as a copy of the actual one at https://github.com/perma-id/w3id.org/tree/master/dpv When editing the configs or README at w3id, this repo's copy will need to be updated as well.
- Loading branch information
1 parent
669d5b6
commit 4cd363a
Showing
2 changed files
with
314 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,267 @@ | ||
# Name of the project: DPV | ||
# Description: Data Privacy Vocabulary (DPV) provides concepts to describe and represent information about processing of personal data. | ||
# Contacts: | ||
# - Harshvardhan J. Pandit (me@harshp.com) | ||
|
||
# Turn off MultiViews | ||
Options -MultiViews | ||
|
||
# Directive to ensure *.rdf files served as appropriate content type, | ||
# if not present in main apache config | ||
AddType application/rdf+xml .rdf .owl | ||
AddType text/turtle .ttl | ||
AddType application/n-triples .n3 | ||
AddType application/ld+json .jsonld | ||
|
||
Header set Access-Control-Allow-Origin * | ||
Options +FollowSymLinks | ||
RewriteEngine on | ||
|
||
# DPV | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^$ https://w3c.github.io/dpv/dpv/dpv.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^$ https://w3c.github.io/dpv/dpv/dpv.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^$ https://w3c.github.io/dpv/dpv/dpv.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^$ https://w3c.github.io/dpv/dpv/dpv.jsonld [R=302,L] | ||
|
||
# DPV-GDPR | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-gdpr$ https://w3c.github.io/dpv/dpv-gdpr/dpv-gdpr.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-gdpr$ https://w3c.github.io/dpv/dpv-gdpr/dpv-gdpr.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-gdpr$ https://w3c.github.io/dpv/dpv-gdpr/dpv-gdpr.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-gdpr$ https://w3c.github.io/dpv/dpv-gdpr/dpv-gdpr.jsonld [R=302,L] | ||
|
||
# DPV-PD | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-pd$ https://w3c.github.io/dpv/dpv-pd/dpv-pd.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-pd$ https://w3c.github.io/dpv/dpv-pd/dpv-pd.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-pd$ https://w3c.github.io/dpv/dpv-pd/dpv-pd.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-pd$ https://w3c.github.io/dpv/dpv-pd/dpv-pd.jsonld [R=302,L] | ||
|
||
# DPV-TECH | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-tech$ https://w3c.github.io/dpv/dpv-tech/dpv-tech.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-tech$ https://w3c.github.io/dpv/dpv-tech/dpv-tech.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-tech$ https://w3c.github.io/dpv/dpv-tech/dpv-tech.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
rewriterule ^dpv-tech$ https://w3c.github.io/dpv/dpv-tech/dpv-tech.jsonld [r=302,l] | ||
|
||
# DPV-legal | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-legal$ https://w3c.github.io/dpv/dpv-legal/dpv-legal.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-legal$ https://w3c.github.io/dpv/dpv-legal/dpv-legal.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-legal$ https://w3c.github.io/dpv/dpv-legal/dpv-legal.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
rewriterule ^dpv-legal$ https://w3c.github.io/dpv/dpv-legal/dpv-legal.jsonld [r=302,l] | ||
|
||
### DPV-SKOS ### | ||
|
||
# DPV-SKOS/DPV | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-skos$ https://w3c.github.io/dpv/dpv-skos/dpv.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-skos$ https://w3c.github.io/dpv/dpv-skos/dpv.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-skos$ https://w3c.github.io/dpv/dpv-skos/dpv.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-skos$ https://w3c.github.io/dpv/dpv-skos/dpv.jsonld [R=302,L] | ||
|
||
# DPV-SKOS/DPV-GDPR | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-skos/dpv-gdpr$ https://w3c.github.io/dpv/dpv-skos/dpv-gdpr/dpv-gdpr.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-skos/dpv-gdpr$ https://w3c.github.io/dpv/dpv-skos/dpv-gdpr/dpv-gdpr.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-skos/dpv-gdpr$ https://w3c.github.io/dpv/dpv-skos/dpv-gdpr/dpv-gdpr.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-skos/dpv-gdpr$ https://w3c.github.io/dpv/dpv-skos/dpv-gdpr/dpv-gdpr.jsonld [R=302,L] | ||
|
||
# DPV-SKOS/DPV-PD | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-skos/dpv-pd$ https://w3c.github.io/dpv/dpv-skos/dpv-pd/dpv-pd.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-skos/dpv-pd$ https://w3c.github.io/dpv/dpv-skos/dpv-pd/dpv-pd.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-skos/dpv-pd$ https://w3c.github.io/dpv/dpv-skos/dpv-pd/dpv-pd.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-skos/dpv-pd$ https://w3c.github.io/dpv/dpv-skos/dpv-pd/dpv-pd.jsonld [R=302,L] | ||
|
||
# DPV-SKOS/DPV-TECH | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-skos/dpv-tech$ https://w3c.github.io/dpv/dpv-skos/dpv-tech/dpv-tech.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-skos/dpv-tech$ https://w3c.github.io/dpv/dpv-skos/dpv-tech/dpv-tech.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-skos/dpv-tech$ https://w3c.github.io/dpv/dpv-skos/dpv-tech/dpv-tech.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-skos/dpv-tech$ https://w3c.github.io/dpv/dpv-skos/dpv-tech/dpv-tech.jsonld [R=302,L] | ||
|
||
# DPV-SKOS/DPV-legal | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-skos/dpv-legal$ https://w3c.github.io/dpv/dpv-skos/dpv-legal/dpv-legal.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-skos/dpv-legal$ https://w3c.github.io/dpv/dpv-skos/dpv-legal/dpv-legal.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-skos/dpv-legal$ https://w3c.github.io/dpv/dpv-skos/dpv-legal/dpv-legal.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-skos/dpv-legal$ https://w3c.github.io/dpv/dpv-skos/dpv-legal/dpv-legal.jsonld [R=302,L] | ||
|
||
### DPV-OWL ### | ||
|
||
# DPV-OWL/DPV | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-owl$ https://w3c.github.io/dpv/dpv-owl/dpv.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-owl$ https://w3c.github.io/dpv/dpv-owl/dpv.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-owl$ https://w3c.github.io/dpv/dpv-owl/dpv.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-owl$ https://w3c.github.io/dpv/dpv-owl/dpv.jsonld [R=302,L] | ||
|
||
# DPV-OWL/DPV-GDPR | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-owl/dpv-gdpr$ https://w3c.github.io/dpv/dpv-owl/dpv-gdpr/dpv-gdpr.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-owl/dpv-gdpr$ https://w3c.github.io/dpv/dpv-owl/dpv-gdpr/dpv-gdpr.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-owl/dpv-gdpr$ https://w3c.github.io/dpv/dpv-owl/dpv-gdpr/dpv-gdpr.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-owl/dpv-gdpr$ https://w3c.github.io/dpv/dpv-owl/dpv-gdpr/dpv-gdpr.jsonld [R=302,L] | ||
|
||
# DPV-OWL/DPV-PD | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-owl/dpv-pd$ https://w3c.github.io/dpv/dpv-owl/dpv-pd/dpv-pd.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-owl/dpv-pd$ https://w3c.github.io/dpv/dpv-owl/dpv-pd/dpv-pd.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-owl/dpv-pd$ https://w3c.github.io/dpv/dpv-owl/dpv-pd/dpv-pd.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-owl/dpv-pd$ https://w3c.github.io/dpv/dpv-owl/dpv-pd/dpv-pd.jsonld [R=302,L] | ||
|
||
# DPV-OWL/DPV-TECH | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-owl/dpv-tech$ https://w3c.github.io/dpv/dpv-owl/dpv-tech/dpv-tech.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-owl/dpv-tech$ https://w3c.github.io/dpv/dpv-owl/dpv-tech/dpv-tech.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-owl/dpv-tech$ https://w3c.github.io/dpv/dpv-owl/dpv-tech/dpv-tech.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-owl/dpv-tech$ https://w3c.github.io/dpv/dpv-owl/dpv-tech/dpv-tech.jsonld [R=302,L] | ||
|
||
# DPV-OWL/DPV-legal | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^dpv-owl/dpv-legal$ https://w3c.github.io/dpv/dpv-owl/dpv-legal/dpv-legal.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^dpv-owl/dpv-legal$ https://w3c.github.io/dpv/dpv-owl/dpv-legal/dpv-legal.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^dpv-owl/dpv-legal$ https://w3c.github.io/dpv/dpv-owl/dpv-legal/dpv-legal.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^dpv-owl/dpv-legal$ https://w3c.github.io/dpv/dpv-owl/dpv-legal/dpv-legal.jsonld [R=302,L] | ||
|
||
# --- # | ||
# Default content type paths | ||
RewriteCond %{HTTP_ACCEPT} application/rdf\+xml | ||
RewriteRule ^(.*)$ https://w3c.github.io/dpv/$1.rdf [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} text/turtle | ||
RewriteRule ^(.*)$ https://w3c.github.io/dpv/$1.ttl [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/n\-triples | ||
RewriteRule ^(.*)$ https://w3c.github.io/dpv/$1.n3 [R=302,L] | ||
|
||
RewriteCond %{HTTP_ACCEPT} application/ld\+json | ||
RewriteRule ^(.*)$ https://w3c.github.io/dpv/$1.ldjson [R=302,L] | ||
|
||
# Default | ||
# w3id.org/dpv | ||
RewriteRule ^$ https://w3c.github.io/dpv/dpv [R=302,L] | ||
# w3id.org/dpv/* | ||
RewriteRule ^(.*)$ https://w3c.github.io/dpv/$1 [R=302,L] | ||
|
||
# --- Paths to test --- # | ||
#|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
#| prefix | w3id | HTML | RDF | | ||
#|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
#| dpv | https://w3id.org/dpv/dpv | https://w3c.github.io/dpv/dpv | https://w3c.github.io/dpv/dpv.rdf | | ||
#| dpv-skos | https://w3id.org/dpv/dpv-skos | https://w3c.github.io/dpv/dpv-skos | https://w3c.github.io/dpv/dpv-skos/dpv.rdf | | ||
#| dpv-owl | https://w3id.org/dpv/dpv-owl | https://w3c.github.io/dpv/dpv-owl | https://w3c.github.io/dpv/dpv-owl/dpv.rdf | | ||
#|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
#| dpv-pd | https://w3id.org/dpv/dpv-pd | https://w3c.github.io/dpv/dpv-pd | https://w3c.github.io/dpv/dpv-pd/dpv-pd.rdf | | ||
#| dpv-skos/dpv-pd | https://w3id.org/dpv/dpv-skos/dpv-pd | https://w3c.github.io/dpv/dpv-skos/dpv-pd | https://w3c.github.io/dpv/dpv-skos/dpv-pd/dpv-pd.rdf | | ||
#| dpv-owl/dpv-pd | https://w3id.org/dpv/dpv-owl/dpv-pd | https://w3c.github.io/dpv/dpv-owl/dpv-pd | https://w3c.github.io/dpv/dpv-owl/dpv-pd/dpv-pd.rdf | | ||
#|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
#| dpv-gdpr | https://w3id.org/dpv/dpv-gdpr | https://w3c.github.io/dpv/dpv-gdpr | https://w3c.github.io/dpv/dpv-gdpr/dpv-gdpr.rdf | | ||
#| dpv-skos/dpv-gdpr | https://w3id.org/dpv/dpv-skos/dpv-gdpr | https://w3c.github.io/dpv/dpv-skos/dpv-gdpr | https://w3c.github.io/dpv/dpv-skos/dpv-gdpr/dpv-gdpr.rdf | | ||
#| dpv-owl/dpv-gdpr | https://w3id.org/dpv/dpv-owl/dpv-gdpr | https://w3c.github.io/dpv/dpv-owl/dpv-gdpr | https://w3c.github.io/dpv/dpv-owl/dpv-gdpr/dpv-gdpr.rdf | | ||
#|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
#| dpv-tech | https://w3id.org/dpv/dpv-tech | https://w3c.github.io/dpv/dpv-tech | https://w3c.github.io/dpv/dpv-tech/dpv-tech.rdf | | ||
#| dpv-skos/dpv-tech | https://w3id.org/dpv/dpv-skos/dpv-tech | https://w3c.github.io/dpv/dpv-skos/dpv-tech | https://w3c.github.io/dpv/dpv-skos/dpv-tech/dpv-tech.rdf | | ||
#| dpv-owl/dpv-tech | https://w3id.org/dpv/dpv-owl/dpv-tech | https://w3c.github.io/dpv/dpv-owl/dpv-tech | https://w3c.github.io/dpv/dpv-owl/dpv-tech/dpv-tech.rdf | | ||
#|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
#| dpv-legal | https://w3id.org/dpv/dpv-legal | https://w3c.github.io/dpv/dpv-legal | https://w3c.github.io/dpv/dpv-legal/dpv-legal.rdf | | ||
#| dpv-skos/dpv-legal | https://w3id.org/dpv/dpv-skos/dpv-legal | https://w3c.github.io/dpv/dpv-skos/dpv-legal | https://w3c.github.io/dpv/dpv-skos/dpv-legal/dpv-legal.rdf | | ||
#| dpv-owl/dpv-legal | https://w3id.org/dpv/dpv-owl/dpv-legal | https://w3c.github.io/dpv/dpv-owl/dpv-legal | https://w3c.github.io/dpv/dpv-owl/dpv-legal/dpv-legal.rdf | | ||
#|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
#| primer | https://w3id.org/dpv/primer | https://w3c.github.io/dpv/primer | NIL | | ||
#| guides | https://w3id.org/dpv/guides | https://w3c.github.io/dpv/guides | NIL | | ||
#| examples | https://w3id.org/dpv/examples | https://w3c.github.io/dpv/examples | https://w3c.github.io/dpv/examples/.*X.rdf | | ||
#| use-cases | https://w3id.org/dpv/use-cases | https://w3c.github.io/dpv/use-cases | https://w3c.github.io/dpv/use-cases/.*X.rdf | | ||
#|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# /dpv | ||
|
||
This [w3id](https://w3id.org/) provides a persistent URI namespace for Data Privacy Vocabulary (DPV) and other DPVCG resources. The Data Privacy Vocabulary (DPV) provides concepts to describe and represent information about processing of personal data. | ||
|
||
## Uses | ||
|
||
``` | ||
|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
| prefix | w3id | HTML | RDF | | ||
|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
| dpv | https://w3id.org/dpv/dpv | https://w3c.github.io/dpv/dpv | https://w3c.github.io/dpv/dpv.rdf | | ||
| dpv-skos | https://w3id.org/dpv/dpv-skos | https://w3c.github.io/dpv/dpv-skos | https://w3c.github.io/dpv/dpv-skos/dpv.rdf | | ||
| dpv-owl | https://w3id.org/dpv/dpv-owl | https://w3c.github.io/dpv/dpv-owl | https://w3c.github.io/dpv/dpv-owl/dpv.rdf | | ||
|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
| dpv-pd | https://w3id.org/dpv/dpv-pd | https://w3c.github.io/dpv/dpv-pd | https://w3c.github.io/dpv/dpv-pd/dpv-pd.rdf | | ||
| dpv-skos/dpv-pd | https://w3id.org/dpv/dpv-skos/dpv-pd | https://w3c.github.io/dpv/dpv-skos/dpv-pd | https://w3c.github.io/dpv/dpv-skos/dpv-pd/dpv-pd.rdf | | ||
| dpv-owl/dpv-pd | https://w3id.org/dpv/dpv-owl/dpv-pd | https://w3c.github.io/dpv/dpv-owl/dpv-pd | https://w3c.github.io/dpv/dpv-owl/dpv-pd/dpv-pd.rdf | | ||
|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
| dpv-gdpr | https://w3id.org/dpv/dpv-gdpr | https://w3c.github.io/dpv/dpv-gdpr | https://w3c.github.io/dpv/dpv-gdpr/dpv-gdpr.rdf | | ||
| dpv-skos/dpv-gdpr | https://w3id.org/dpv/dpv-skos/dpv-gdpr | https://w3c.github.io/dpv/dpv-skos/dpv-gdpr | https://w3c.github.io/dpv/dpv-skos/dpv-gdpr/dpv-gdpr.rdf | | ||
| dpv-owl/dpv-gdpr | https://w3id.org/dpv/dpv-owl/dpv-gdpr | https://w3c.github.io/dpv/dpv-owl/dpv-gdpr | https://w3c.github.io/dpv/dpv-owl/dpv-gdpr/dpv-gdpr.rdf | | ||
|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
| dpv-tech | https://w3id.org/dpv/dpv-tech | https://w3c.github.io/dpv/dpv-tech | https://w3c.github.io/dpv/dpv-tech/dpv-tech.rdf | | ||
| dpv-skos/dpv-tech | https://w3id.org/dpv/dpv-skos/dpv-tech | https://w3c.github.io/dpv/dpv-skos/dpv-tech | https://w3c.github.io/dpv/dpv-skos/dpv-tech/dpv-tech.rdf | | ||
| dpv-owl/dpv-tech | https://w3id.org/dpv/dpv-owl/dpv-tech | https://w3c.github.io/dpv/dpv-owl/dpv-tech | https://w3c.github.io/dpv/dpv-owl/dpv-tech/dpv-tech.rdf | | ||
|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
| dpv-legal | https://w3id.org/dpv/dpv-legal | https://w3c.github.io/dpv/dpv-legal | https://w3c.github.io/dpv/dpv-legal/dpv-legal.rdf | | ||
| dpv-skos/dpv-legal | https://w3id.org/dpv/dpv-skos/dpv-legal | https://w3c.github.io/dpv/dpv-skos/dpv-legal | https://w3c.github.io/dpv/dpv-skos/dpv-legal/dpv-legal.rdf | | ||
| dpv-owl/dpv-legal | https://w3id.org/dpv/dpv-owl/dpv-legal | https://w3c.github.io/dpv/dpv-owl/dpv-legal | https://w3c.github.io/dpv/dpv-owl/dpv-legal/dpv-legal.rdf | | ||
|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
| primer | https://w3id.org/dpv/primer | https://w3c.github.io/dpv/primer | NIL | | ||
| guides | https://w3id.org/dpv/guides | https://w3c.github.io/dpv/guides | NIL | | ||
| examples | https://w3id.org/dpv/examples | https://w3c.github.io/dpv/examples | https://w3c.github.io/dpv/examples/.*X.rdf | | ||
| use-cases | https://w3id.org/dpv/use-cases | https://w3c.github.io/dpv/use-cases | https://w3c.github.io/dpv/use-cases/.*X.rdf | | ||
|--------------------+-----------------------------------------+----------------------------------------------+------------------------------------------------------------| | ||
``` | ||
|
||
# Contacts | ||
|
||
**Harshvardhan J. Pandit** | ||
|
||
Chair, [W3C Data Privacy Vocabularies and Controls Communit Group (DPVCG)](https://www.w3.org/community/dpvcg/) | ||
|
||
Postdoctoral Researcher, [ADAPT Centre](https://www.adaptcentre.ie/), [Trinity College Dublin](https://www.tcd.ie/), Ireland | ||
|
||
email: [me@harshp.com](mailto:me@harshp.com) |