diff --git a/w3id_config/.htaccess b/w3id_config/.htaccess index 022275d5f..0e2852ba4 100644 --- a/w3id_config/.htaccess +++ b/w3id_config/.htaccess @@ -23,15 +23,27 @@ SetEnvIf Request_URI ^.*$ BASE=https://w3c.github.io/dpv ##### VOCAB: DPV ##### RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^$ %{ENV:BASE}/2.0/dpv/dpv.rdf [R=302,L] +RewriteRule ^$ %{ENV:BASE}/2.1/dpv/dpv.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^$ %{ENV:BASE}/2.0/dpv/dpv.ttl [R=302,L] +RewriteRule ^$ %{ENV:BASE}/2.1/dpv/dpv.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^$ %{ENV:BASE}/2.0/dpv/dpv.n3 [R=302,L] +RewriteRule ^$ %{ENV:BASE}/2.1/dpv/dpv.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^$ %{ENV:BASE}/2.0/dpv/dpv.jsonld [R=302,L] +RewriteRule ^$ %{ENV:BASE}/2.1/dpv/dpv.jsonld [R=302,L] -RewriteRule ^$ %{ENV:BASE}/2.0/dpv [R=302,L] +RewriteRule ^$ %{ENV:BASE}/2.1/dpv [R=302,L] + +## DPV v2.1 ## +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1$ %{ENV:BASE}/2.1/dpv/dpv.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1$ %{ENV:BASE}/2.1/dpv/dpv.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1$ %{ENV:BASE}/2.1/dpv/dpv.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1$ %{ENV:BASE}/2.1/dpv/dpv.jsonld [R=302,L] + +RewriteRule ^2.1$ %{ENV:BASE}/2.1/dpv [R=302,L] ## DPV v2 ## RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -60,17 +72,31 @@ RewriteRule ^1.0$ %{ENV:BASE}/1.0/dpv [R=302,L] ## DPV OWL Serialisation RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^owl$ %{ENV:BASE}/2.0/dpv/dpv-owl.rdf [R=302,L] +RewriteRule ^owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.jsonld [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/owl\-manchester +RewriteRule ^owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.omn [R=302,L] + +RewriteRule ^owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.html [R=302,L] + +# DPV OWL v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^owl$ %{ENV:BASE}/2.0/dpv/dpv-owl.ttl [R=302,L] +RewriteRule ^2.1/owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^owl$ %{ENV:BASE}/2.0/dpv/dpv-owl.n3 [R=302,L] +RewriteRule ^2.1/owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^owl$ %{ENV:BASE}/2.0/dpv/dpv-owl.jsonld [R=302,L] +RewriteRule ^2.1/owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.jsonld [R=302,L] RewriteCond %{HTTP_ACCEPT} text/owl\-manchester -RewriteRule ^owl$ %{ENV:BASE}/2.0/dpv/dpv-owl.omn [R=302,L] +RewriteRule ^2.1/owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.omn [R=302,L] -RewriteRule ^owl$ %{ENV:BASE}/2.0/dpv/dpv-owl.html [R=302,L] +RewriteRule ^2.1/owl$ %{ENV:BASE}/2.1/dpv/dpv-owl.html [R=302,L] # DPV OWL v2 RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -103,15 +129,27 @@ RewriteRule ^1.0/dpv-owl$ %{ENV:BASE}/1.0/dpv-owl [R=302,L] ##### VOCAB: PD ##### RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^pd$ %{ENV:BASE}/2.0/pd/pd.rdf [R=302,L] +RewriteRule ^pd$ %{ENV:BASE}/2.1/pd/pd.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^pd$ %{ENV:BASE}/2.1/pd/pd.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^pd$ %{ENV:BASE}/2.1/pd/pd.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^pd$ %{ENV:BASE}/2.1/pd/pd.jsonld [R=302,L] + +RewriteRule ^pd$ %{ENV:BASE}/2.1/pd [R=302,L] + +## PD v2.1 ## +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/pd$ %{ENV:BASE}/2.1/pd/pd.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^pd$ %{ENV:BASE}/2.0/pd/pd.ttl [R=302,L] +RewriteRule ^2.1/pd$ %{ENV:BASE}/2.1/pd/pd.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^pd$ %{ENV:BASE}/2.0/pd/pd.n3 [R=302,L] +RewriteRule ^2.1/pd$ %{ENV:BASE}/2.1/pd/pd.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^pd$ %{ENV:BASE}/2.0/pd/pd.jsonld [R=302,L] +RewriteRule ^2.1/pd$ %{ENV:BASE}/2.1/pd/pd.jsonld [R=302,L] -RewriteRule ^pd$ %{ENV:BASE}/2.0/pd [R=302,L] +RewriteRule ^2.1/pd$ %{ENV:BASE}/2.1/pd [R=302,L] ## PD v2 ## RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -140,17 +178,31 @@ RewriteRule ^1.0/dpv-pd$ %{ENV:BASE}/1.0/dpv-pd [R=302,L] ## PD OWL Serialisation RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^pd/owl$ %{ENV:BASE}/2.0/pd/pd-owl.rdf [R=302,L] +RewriteRule ^pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.jsonld [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/owl\-manchester +RewriteRule ^pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.omn [R=302,L] + +RewriteRule ^pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.html [R=302,L] + +# PD OWL v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^pd/owl$ %{ENV:BASE}/2.0/pd/pd-owl.ttl [R=302,L] +RewriteRule ^2.1/pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^pd/owl$ %{ENV:BASE}/2.0/pd/pd-owl.n3 [R=302,L] +RewriteRule ^2.1/pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^pd/owl$ %{ENV:BASE}/2.0/pd/pd-owl.jsonld [R=302,L] +RewriteRule ^2.1/pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.jsonld [R=302,L] RewriteCond %{HTTP_ACCEPT} text/owl\-manchester -RewriteRule ^pd/owl$ %{ENV:BASE}/2.0/pd/pd-owl.omn [R=302,L] +RewriteRule ^2.1/pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.omn [R=302,L] -RewriteRule ^pd/owl$ %{ENV:BASE}/2.0/pd/pd-owl.html [R=302,L] +RewriteRule ^2.1/pd/owl$ %{ENV:BASE}/2.1/pd/pd-owl.html [R=302,L] # PD OWL v2 RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -183,15 +235,27 @@ RewriteRule ^1.0/dpv-owl/dpv-pd$ %{ENV:BASE}/1.0/dpv-owl/dpv-pd [R=302,L] ##### VOCAB: LOC ##### RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^loc$ %{ENV:BASE}/2.0/loc/loc.rdf [R=302,L] +RewriteRule ^loc$ %{ENV:BASE}/2.1/loc/loc.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^loc$ %{ENV:BASE}/2.1/loc/loc.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^loc$ %{ENV:BASE}/2.1/loc/loc.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^loc$ %{ENV:BASE}/2.1/loc/loc.jsonld [R=302,L] + +RewriteRule ^loc$ %{ENV:BASE}/2.1/loc [R=302,L] + +## LOC v2.1 ## +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/loc$ %{ENV:BASE}/2.1/loc/loc.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^loc$ %{ENV:BASE}/2.0/loc/loc.ttl [R=302,L] +RewriteRule ^2.1/loc$ %{ENV:BASE}/2.1/loc/loc.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^loc$ %{ENV:BASE}/2.0/loc/loc.n3 [R=302,L] +RewriteRule ^2.1/loc$ %{ENV:BASE}/2.1/loc/loc.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^loc$ %{ENV:BASE}/2.0/loc/loc.jsonld [R=302,L] +RewriteRule ^2.1/loc$ %{ENV:BASE}/2.1/loc/loc.jsonld [R=302,L] -RewriteRule ^loc$ %{ENV:BASE}/2.0/loc [R=302,L] +RewriteRule ^2.1/loc$ %{ENV:BASE}/2.1/loc [R=302,L] ## LOC v2 ## RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -208,17 +272,31 @@ RewriteRule ^2.0/loc$ %{ENV:BASE}/2.0/loc [R=302,L] ## LOC OWL Serialisation RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^loc/owl$ %{ENV:BASE}/2.0/loc/loc-owl.rdf [R=302,L] +RewriteRule ^loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^loc/owl$ %{ENV:BASE}/2.0/loc/loc-owl.ttl [R=302,L] +RewriteRule ^loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^loc/owl$ %{ENV:BASE}/2.0/loc/loc-owl.n3 [R=302,L] +RewriteRule ^loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^loc/owl$ %{ENV:BASE}/2.0/loc/loc-owl.jsonld [R=302,L] +RewriteRule ^loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.jsonld [R=302,L] RewriteCond %{HTTP_ACCEPT} text/owl\-manchester -RewriteRule ^loc/owl$ %{ENV:BASE}/2.0/loc/loc-owl.omn [R=302,L] +RewriteRule ^loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.omn [R=302,L] -RewriteRule ^loc/owl$ %{ENV:BASE}/2.0/loc/loc-owl.html [R=302,L] +RewriteRule ^loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.html [R=302,L] + +# LOC OWL v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.jsonld [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/owl\-manchester +RewriteRule ^2.1/loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.omn [R=302,L] + +RewriteRule ^2.1/loc/owl$ %{ENV:BASE}/2.1/loc/loc-owl.html [R=302,L] # LOC OWL v2 RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -237,15 +315,27 @@ RewriteRule ^2.0/loc/owl$ %{ENV:BASE}/2.0/loc/loc-owl.html [R=302,L] ##### VOCAB: RISK ##### RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^risk$ %{ENV:BASE}/2.0/risk/risk.rdf [R=302,L] +RewriteRule ^risk$ %{ENV:BASE}/2.1/risk/risk.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^risk$ %{ENV:BASE}/2.1/risk/risk.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^risk$ %{ENV:BASE}/2.1/risk/risk.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^risk$ %{ENV:BASE}/2.1/risk/risk.jsonld [R=302,L] + +RewriteRule ^risk$ %{ENV:BASE}/2.1/risk [R=302,L] + +## RISK v2.1 ## +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/risk$ %{ENV:BASE}/2.1/risk/risk.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^risk$ %{ENV:BASE}/2.0/risk/risk.ttl [R=302,L] +RewriteRule ^2.1/risk$ %{ENV:BASE}/2.1/risk/risk.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^risk$ %{ENV:BASE}/2.0/risk/risk.n3 [R=302,L] +RewriteRule ^2.1/risk$ %{ENV:BASE}/2.1/risk/risk.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^risk$ %{ENV:BASE}/2.0/risk/risk.jsonld [R=302,L] +RewriteRule ^2.1/risk$ %{ENV:BASE}/2.1/risk/risk.jsonld [R=302,L] -RewriteRule ^risk$ %{ENV:BASE}/2.0/risk [R=302,L] +RewriteRule ^2.1/risk$ %{ENV:BASE}/2.1/risk [R=302,L] ## RISK v2 ## RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -274,17 +364,31 @@ RewriteRule ^1.0/risk$ %{ENV:BASE}/1.0/risk [R=302,L] ## RISK OWL Serialisation RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^risk/owl$ %{ENV:BASE}/2.0/risk/risk-owl.rdf [R=302,L] +RewriteRule ^risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^risk/owl$ %{ENV:BASE}/2.0/risk/risk-owl.ttl [R=302,L] +RewriteRule ^risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^risk/owl$ %{ENV:BASE}/2.0/risk/risk-owl.n3 [R=302,L] +RewriteRule ^risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^risk/owl$ %{ENV:BASE}/2.0/risk/risk-owl.jsonld [R=302,L] +RewriteRule ^risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.jsonld [R=302,L] RewriteCond %{HTTP_ACCEPT} text/owl\-manchester -RewriteRule ^risk/owl$ %{ENV:BASE}/2.0/risk/risk-owl.omn [R=302,L] +RewriteRule ^risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.omn [R=302,L] -RewriteRule ^risk/owl$ %{ENV:BASE}/2.0/risk/risk-owl.html [R=302,L] +RewriteRule ^risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.html [R=302,L] + +# RISK OWL v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.jsonld [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/owl\-manchester +RewriteRule ^2.1/risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.omn [R=302,L] + +RewriteRule ^2.1/risk/owl$ %{ENV:BASE}/2.1/risk/risk-owl.html [R=302,L] # RISK OWL v2 RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -317,15 +421,27 @@ RewriteRule ^1.0/dpv-owl/risk$ %{ENV:BASE}/1.0/dpv-owl/risk [R=302,L] ##### VOCAB: TECH ##### RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^tech$ %{ENV:BASE}/2.0/tech/tech.rdf [R=302,L] +RewriteRule ^tech$ %{ENV:BASE}/2.1/tech/tech.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^tech$ %{ENV:BASE}/2.0/tech/tech.ttl [R=302,L] +RewriteRule ^tech$ %{ENV:BASE}/2.1/tech/tech.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^tech$ %{ENV:BASE}/2.0/tech/tech.n3 [R=302,L] +RewriteRule ^tech$ %{ENV:BASE}/2.1/tech/tech.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^tech$ %{ENV:BASE}/2.0/tech/tech.jsonld [R=302,L] +RewriteRule ^tech$ %{ENV:BASE}/2.1/tech/tech.jsonld [R=302,L] -RewriteRule ^tech$ %{ENV:BASE}/2.0/tech [R=302,L] +RewriteRule ^tech$ %{ENV:BASE}/2.1/tech [R=302,L] + +## TECH v2.1 ## +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/tech$ %{ENV:BASE}/2.1/tech/tech.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/tech$ %{ENV:BASE}/2.1/tech/tech.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/tech$ %{ENV:BASE}/2.1/tech/tech.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/tech$ %{ENV:BASE}/2.1/tech/tech.jsonld [R=302,L] + +RewriteRule ^2.1/tech$ %{ENV:BASE}/2.1/tech [R=302,L] ## TECH v2 ## RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -354,17 +470,31 @@ RewriteRule ^1.0/dpv-tech$ %{ENV:BASE}/1.0/dpv-tech [R=302,L] ## TECH OWL Serialisation RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^tech/owl$ %{ENV:BASE}/2.0/tech/tech-owl.rdf [R=302,L] +RewriteRule ^tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.jsonld [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/owl\-manchester +RewriteRule ^tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.omn [R=302,L] + +RewriteRule ^tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.html [R=302,L] + +# TECH OWL v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^tech/owl$ %{ENV:BASE}/2.0/tech/tech-owl.ttl [R=302,L] +RewriteRule ^2.1/tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^tech/owl$ %{ENV:BASE}/2.0/tech/tech-owl.n3 [R=302,L] +RewriteRule ^2.1/tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^tech/owl$ %{ENV:BASE}/2.0/tech/tech-owl.jsonld [R=302,L] +RewriteRule ^2.1/tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.jsonld [R=302,L] RewriteCond %{HTTP_ACCEPT} text/owl\-manchester -RewriteRule ^tech/owl$ %{ENV:BASE}/2.0/tech/tech-owl.omn [R=302,L] +RewriteRule ^2.1/tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.omn [R=302,L] -RewriteRule ^tech/owl$ %{ENV:BASE}/2.0/tech/tech-owl.html [R=302,L] +RewriteRule ^2.1/tech/owl$ %{ENV:BASE}/2.1/tech/tech-owl.html [R=302,L] # TECH OWL v2 RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -397,15 +527,27 @@ RewriteRule ^1.0/dpv-owl/dpv-tech$ %{ENV:BASE}/1.0/dpv-owl/dpv-tech [R=302,L] ##### VOCAB: LEGAL ##### RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^legal$ %{ENV:BASE}/2.0/legal/legal.rdf [R=302,L] +RewriteRule ^legal$ %{ENV:BASE}/2.1/legal/legal.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^legal$ %{ENV:BASE}/2.1/legal/legal.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^legal$ %{ENV:BASE}/2.1/legal/legal.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^legal$ %{ENV:BASE}/2.1/legal/legal.jsonld [R=302,L] + +RewriteRule ^legal$ %{ENV:BASE}/2.1/legal [R=302,L] + +## LEGAL v2.1 ## +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/legal$ %{ENV:BASE}/2.1/legal/legal.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^legal$ %{ENV:BASE}/2.0/legal/legal.ttl [R=302,L] +RewriteRule ^2.1/legal$ %{ENV:BASE}/2.1/legal/legal.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^legal$ %{ENV:BASE}/2.0/legal/legal.n3 [R=302,L] +RewriteRule ^2.1/legal$ %{ENV:BASE}/2.1/legal/legal.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^legal$ %{ENV:BASE}/2.0/legal/legal.jsonld [R=302,L] +RewriteRule ^2.1/legal$ %{ENV:BASE}/2.1/legal/legal.jsonld [R=302,L] -RewriteRule ^legal$ %{ENV:BASE}/2.0/legal [R=302,L] +RewriteRule ^2.1/legal$ %{ENV:BASE}/2.1/legal [R=302,L] ## LEGAL v2 ## RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -434,17 +576,31 @@ RewriteRule ^1.0/dpv-legal$ %{ENV:BASE}/1.0/dpv-legal [R=302,L] ## LEGAL OWL Serialisation RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^legal/owl$ %{ENV:BASE}/2.0/legal/legal-owl.rdf [R=302,L] +RewriteRule ^legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^legal/owl$ %{ENV:BASE}/2.0/legal/legal-owl.ttl [R=302,L] +RewriteRule ^legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^legal/owl$ %{ENV:BASE}/2.0/legal/legal-owl.n3 [R=302,L] +RewriteRule ^legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^legal/owl$ %{ENV:BASE}/2.0/legal/legal-owl.jsonld [R=302,L] +RewriteRule ^legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.jsonld [R=302,L] RewriteCond %{HTTP_ACCEPT} text/owl\-manchester -RewriteRule ^legal/owl$ %{ENV:BASE}/2.0/legal/legal-owl.omn [R=302,L] +RewriteRule ^legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.omn [R=302,L] -RewriteRule ^legal/owl$ %{ENV:BASE}/2.0/legal/legal-owl.html [R=302,L] +RewriteRule ^legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.html [R=302,L] + +# LEGAL OWL v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.jsonld [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/owl\-manchester +RewriteRule ^2.1/legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.omn [R=302,L] + +RewriteRule ^2.1/legal/owl$ %{ENV:BASE}/2.1/legal/legal-owl.html [R=302,L] # LEGAL OWL v2 RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -478,15 +634,28 @@ RewriteRule ^1.0/dpv-owl/dpv-legal$ %{ENV:BASE}/1.0/dpv-owl/dpv-legal [R=302,L] # e.g. /legal/eu --> /legal/eu RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.0/legal/$1/legal-$1.rdf [R=302,L] +RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1/legal-$1.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1/legal-$1.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1/legal-$1.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1/legal-$1.jsonld [R=302,L] + +RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1 [R=302,L] + +# LEGAL JURISDICTIONS ISO 3166-2 v2.1 + +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1/legal-$1.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.0/legal/$1/legal-$1.ttl [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1/legal-$1.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.0/legal/$1/legal-$1.n3 [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1/legal-$1.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.0/legal/$1/legal-$1.jsonld [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1/legal-$1.jsonld [R=302,L] -RewriteRule ^legal/([a-z]{2})$ %{ENV:BASE}/2.0/legal/$1 [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})$ %{ENV:BASE}/2.1/legal/$1 [R=302,L] # LEGAL JURISDICTIONS ISO 3166-2 v2 @@ -505,17 +674,32 @@ RewriteRule ^2.0/legal/([a-z]{2})$ %{ENV:BASE}/2.0/legal/$1 [R=302,L] # e.g. /legal/eu/owl --> /legal/eu/legal-eu-owl RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.0/legal/$1/legal-$1-owl.rdf [R=302,L] +RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.jsonld [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/owl\-manchester +RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.omn [R=302,L] + +RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.html [R=302,L] + +# LEGAL JURISDICTIONS ISO 3166-2 OWL v2.1 + +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.0/legal/$1/legal-$1-owl.ttl [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.0/legal/$1/legal-$1-owl.n3 [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.0/legal/$1/legal-$1-owl.jsonld [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.jsonld [R=302,L] RewriteCond %{HTTP_ACCEPT} text/owl\-manchester -RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.0/legal/$1/legal-$1-owl.omn [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.omn [R=302,L] -RewriteRule ^legal/([a-z]{2})/owl$ %{ENV:BASE}/2.0/legal/$1/legal-$1-owl.html [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})/owl$ %{ENV:BASE}/2.1/legal/$1/legal-$1-owl.html [R=302,L] # LEGAL JURISDICTIONS ISO 3166-2 OWL v2 @@ -536,15 +720,28 @@ RewriteRule ^2.0/legal/([a-z]{2})/owl$ %{ENV:BASE}/2.0/legal/$1/legal-$1-owl.htm # e.g. /legal/eu/gdpr --> /legal/eu/gdpr for HTML, eu-gdpr for RDF RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.0/legal/$1/$2/$1-$2.rdf [R=302,L] +RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.0/legal/$1/$2/$1-$2.ttl [R=302,L] +RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.0/legal/$1/$2/$1-$2.n3 [R=302,L] +RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.0/legal/$1/$2/$1-$2.jsonld [R=302,L] +RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2.jsonld [R=302,L] -RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.0/legal/$1/$2 [R=302,L] +RewriteRule ^legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2 [R=302,L] + +# LEGAL JURISDICTIONS ISO 3166-2 - Specific Laws v2.1 + +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2.jsonld [R=302,L] + +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.1/legal/$1/$2 [R=302,L] # LEGAL JURISDICTIONS ISO 3166-2 - Specific Laws v2 @@ -563,15 +760,28 @@ RewriteRule ^2.0/legal/([a-z]{2})/([\w-]+)$ %{ENV:BASE}/2.0/legal/$1/$2 [R=302,L # e.g. /legal/eu/gdpr/owl --> /legal/eu/gdpr/eu-gdpr-owl RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.0/legal/$1/$2/$1-$2-owl.rdf [R=302,L] +RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.jsonld [R=302,L] + +RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.html [R=302,L] + +# LEGAL JURISDICTIONS ISO 3166-2 - Specific Laws OWL v2.1 + +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.0/legal/$1/$2/$1-$2-owl.ttl [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.0/legal/$1/$2/$1-$2-owl.n3 [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.0/legal/$1/$2/$1-$2-owl.jsonld [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.jsonld [R=302,L] -RewriteRule ^legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.0/legal/$1/$2/$1-$2-owl.html [R=302,L] +RewriteRule ^2.1/legal/([a-z]{2})/([\w-]+)/owl$ %{ENV:BASE}/2.1/legal/$1/$2/$1-$2-owl.html [R=302,L] # LEGAL JURISDICTIONS ISO 3166-2 - Specific Laws OWL v2 @@ -640,15 +850,28 @@ RewriteRule ^1.0/dpv-owl/rights/eu$ %{ENV:BASE}/1.0/dpv-owl/rights/eu [R=302,L] ##### VOCAB: AI ##### RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^ai$ %{ENV:BASE}/2.0/ai/ai.rdf [R=302,L] +RewriteRule ^ai$ %{ENV:BASE}/2.1/ai/ai.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^ai$ %{ENV:BASE}/2.0/ai/ai.ttl [R=302,L] +RewriteRule ^ai$ %{ENV:BASE}/2.1/ai/ai.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^ai$ %{ENV:BASE}/2.0/ai/ai.n3 [R=302,L] +RewriteRule ^ai$ %{ENV:BASE}/2.1/ai/ai.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^ai$ %{ENV:BASE}/2.0/ai/ai.jsonld [R=302,L] +RewriteRule ^ai$ %{ENV:BASE}/2.1/ai/ai.jsonld [R=302,L] -RewriteRule ^ai$ %{ENV:BASE}/2.0/ai [R=302,L] +RewriteRule ^ai$ %{ENV:BASE}/2.1/ai [R=302,L] + +## AI v2.1 ## + +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/ai$ %{ENV:BASE}/2.1/ai/ai.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/ai$ %{ENV:BASE}/2.1/ai/ai.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/ai$ %{ENV:BASE}/2.1/ai/ai.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/ai$ %{ENV:BASE}/2.1/ai/ai.jsonld [R=302,L] + +RewriteRule ^2.1/ai$ %{ENV:BASE}/2.1/ai [R=302,L] ## AI v2 ## @@ -666,15 +889,28 @@ RewriteRule ^2.0/ai$ %{ENV:BASE}/2.0/ai [R=302,L] ### AI OWL RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^ai/owl$ %{ENV:BASE}/2.0/ai/ai-owl.rdf [R=302,L] +RewriteRule ^ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^ai/owl$ %{ENV:BASE}/2.0/ai/ai-owl.ttl [R=302,L] +RewriteRule ^ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^ai/owl$ %{ENV:BASE}/2.0/ai/ai-owl.n3 [R=302,L] +RewriteRule ^ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^ai/owl$ %{ENV:BASE}/2.0/ai/ai-owl.jsonld [R=302,L] +RewriteRule ^ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.jsonld [R=302,L] + +RewriteRule ^ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.html [R=302,L] -RewriteRule ^ai/owl$ %{ENV:BASE}/2.0/ai/ai-owl.html [R=302,L] +## AI OWL v2.1 + +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.jsonld [R=302,L] + +RewriteRule ^2.1/ai/owl$ %{ENV:BASE}/2.1/ai/ai-owl.html [R=302,L] ## AI OWL v2 @@ -692,15 +928,28 @@ RewriteRule ^2.0/ai/owl$ %{ENV:BASE}/2.0/ai/ai-owl.html [R=302,L] ##### VOCAB: JUSTIFICATIONS ##### RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^justifications$ %{ENV:BASE}/2.0/justifications/justifications.rdf [R=302,L] +RewriteRule ^justifications$ %{ENV:BASE}/2.1/justifications/justifications.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^justifications$ %{ENV:BASE}/2.0/justifications/justifications.ttl [R=302,L] +RewriteRule ^justifications$ %{ENV:BASE}/2.1/justifications/justifications.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^justifications$ %{ENV:BASE}/2.0/justifications/justifications.n3 [R=302,L] +RewriteRule ^justifications$ %{ENV:BASE}/2.1/justifications/justifications.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^justifications$ %{ENV:BASE}/2.0/justifications/justifications.jsonld [R=302,L] +RewriteRule ^justifications$ %{ENV:BASE}/2.1/justifications/justifications.jsonld [R=302,L] -RewriteRule ^justifications$ %{ENV:BASE}/2.0/justifications [R=302,L] +RewriteRule ^justifications$ %{ENV:BASE}/2.1/justifications [R=302,L] + +## JUSTIFICATIONS v2.1 ## + +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/justifications$ %{ENV:BASE}/2.1/justifications/justifications.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/justifications$ %{ENV:BASE}/2.1/justifications/justifications.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/justifications$ %{ENV:BASE}/2.1/justifications/justifications.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/justifications$ %{ENV:BASE}/2.1/justifications/justifications.jsonld [R=302,L] + +RewriteRule ^2.1/justifications$ %{ENV:BASE}/2.1/justifications [R=302,L] ## JUSTIFICATIONS v2 ## @@ -717,15 +966,27 @@ RewriteRule ^2.0/justifications$ %{ENV:BASE}/2.0/justifications [R=302,L] ### JUSTIFICATIONS OWL RewriteCond %{HTTP_ACCEPT} application/rdf\+xml -RewriteRule ^justifications/owl$ %{ENV:BASE}/2.0/justifications/justifications-owl.rdf [R=302,L] +RewriteRule ^justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.jsonld [R=302,L] + +RewriteRule ^justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.html [R=302,L] + +### JUSTIFICATIONS OWL v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.rdf [R=302,L] RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^justifications/owl$ %{ENV:BASE}/2.0/justifications/justifications-owl.ttl [R=302,L] +RewriteRule ^2.1/justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.ttl [R=302,L] RewriteCond %{HTTP_ACCEPT} application/n\-triples -RewriteRule ^justifications/owl$ %{ENV:BASE}/2.0/justifications/justifications-owl.n3 [R=302,L] +RewriteRule ^2.1/justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.n3 [R=302,L] RewriteCond %{HTTP_ACCEPT} application/ld\+json -RewriteRule ^justifications/owl$ %{ENV:BASE}/2.0/justifications/justifications-owl.jsonld [R=302,L] +RewriteRule ^2.1/justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.jsonld [R=302,L] -RewriteRule ^justifications/owl$ %{ENV:BASE}/2.0/justifications/justifications-owl.html [R=302,L] +RewriteRule ^2.1/justifications/owl$ %{ENV:BASE}/2.1/justifications/justifications-owl.html [R=302,L] ### JUSTIFICATIONS OWL v2 RewriteCond %{HTTP_ACCEPT} application/rdf\+xml @@ -739,6 +1000,243 @@ RewriteRule ^2.0/justifications/owl$ %{ENV:BASE}/2.0/justifications/justificatio RewriteRule ^2.0/justifications/owl$ %{ENV:BASE}/2.0/justifications/justifications-owl.html [R=302,L] +##### VOCAB: STANDARDS - P7012 ##### + +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^standards/p7012$ %{ENV:BASE}/2.1/standards/p7012/p7012.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^standards/p7012$ %{ENV:BASE}/2.1/standards/p7012/p7012.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^standards/p7012$ %{ENV:BASE}/2.1/standards/p7012/p7012.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^standards/p7012$ %{ENV:BASE}/2.1/standards/p7012/p7012.jsonld [R=302,L] + +RewriteRule ^standards/p7012$ %{ENV:BASE}/2.1/standards/p7012 [R=302,L] + +## STANDARDS - P7012 v2.1 ## +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/standards/p7012$ %{ENV:BASE}/2.1/standards/p7012/p7012.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/standards/p7012$ %{ENV:BASE}/2.1/standards/p7012/p7012.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/standards/p7012$ %{ENV:BASE}/2.1/standards/p7012/p7012.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/standards/p7012$ %{ENV:BASE}/2.1/standards/p7012/p7012.jsonld [R=302,L] + +RewriteRule ^2.1/standards/p7012$ %{ENV:BASE}/2.1/standards/p7012 [R=302,L] + +### STANDARDS - P7012 OWL +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.jsonld [R=302,L] + +RewriteRule ^standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.html [R=302,L] + +### STANDARDS - P7012 OWL v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.jsonld [R=302,L] + +RewriteRule ^2.1/standards/p7012/owl$ %{ENV:BASE}/2.1/standards/p7012/p7012-owl.html [R=302,L] + +##### SECTOR ##### +RewriteRule ^sector$ %{ENV:BASE}/2.1/sector [R=302,L] + +## SECTOR v2.1 ## +RewriteRule ^2.1/sector$ %{ENV:BASE}/2.1/sector [R=302,L] + +### SECTOR OWL +RewriteRule ^sector$/owl %{ENV:BASE}/2.1/sector/sector-owl.html [R=302,L] + +### SECTOR OWL v2.1 +RewriteRule ^2.1/sector$/owl %{ENV:BASE}/2.1/sector/sector-owl.html [R=302,L] + +## VOCAB: SECTOR - Specific Sectors +# e.g. /sector/education --> /sector/education for HTML, sector-education for RDF + +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1/sector-$1.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1/sector-$1.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1/sector-$1.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1/sector-$1.jsonld [R=302,L] + +RewriteRule ^sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1 [R=302,L] + +# SECTOR - Specific Sectors v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1/sector-$1.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1/sector-$1.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1/sector-$1.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1/sector-$1.jsonld [R=302,L] + +RewriteRule ^2.1/sector/([\w-]+)$ %{ENV:BASE}/2.1/sector/$1 [R=302,L] + +### SECTOR - Specific Sectors OWL +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.jsonld [R=302,L] + +RewriteRule ^sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.html [R=302,L] + +### SECTOR - Specific Sectors OWL v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.jsonld [R=302,L] + +RewriteRule ^2.1/sector/([\w-]+)/owl$ %{ENV:BASE}/2.1/sector/$1/sector-$1-owl.html [R=302,L] + +### Examples +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^examples$ %{ENV:BASE}/2.1/examples/dex.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^examples$ %{ENV:BASE}/2.1/examples/dex.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^examples$ %{ENV:BASE}/2.1/examples/dex.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^examples$ %{ENV:BASE}/2.1/examples/dex.jsonld [R=302,L] + +RewriteRule ^examples$ %{ENV:BASE}/2.1/examples [R=302,L] + +### Examples v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/examples$ %{ENV:BASE}/2.1/examples/dex.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/examples$ %{ENV:BASE}/2.1/examples/dex.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/examples$ %{ENV:BASE}/2.1/examples/dex.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/examples$ %{ENV:BASE}/2.1/examples/dex.jsonld [R=302,L] + +RewriteRule ^2.1/examples$ %{ENV:BASE}/2.1/examples [R=302,L] + +### Examples v2 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.0/examples$ %{ENV:BASE}/2.0/examples/dex.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.0/examples$ %{ENV:BASE}/2.0/examples/dex.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.0/examples$ %{ENV:BASE}/2.0/examples/dex.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.0/examples$ %{ENV:BASE}/2.0/examples/dex.jsonld [R=302,L] + +RewriteRule ^2.0/examples$ %{ENV:BASE}/2.0/examples [R=302,L] + +### Examples v1 +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^1.0/examples$ %{ENV:BASE}/1.0/examples/examples.ttl [R=302,L] + +RewriteRule ^1.0/examples$ %{ENV:BASE}/1.0/examples [R=302,L] + +### Examples OWL HTML +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.jsonld [R=302,L] + +RewriteRule ^examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.html [R=302,L] + +### Examples OWL HTML v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.jsonld [R=302,L] + +RewriteRule ^2.1/examples/owl$ %{ENV:BASE}/2.1/examples/dex-owl.html [R=302,L] + +### Examples OWL HTML v2.0 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.0/examples/owl$ %{ENV:BASE}/2.0/examples/dex-owl.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.0/examples/owl$ %{ENV:BASE}/2.0/examples/dex-owl.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.0/examples/owl$ %{ENV:BASE}/2.0/examples/dex-owl.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.0/examples/owl$ %{ENV:BASE}/2.0/examples/dex-owl.jsonld [R=302,L] + +RewriteRule ^2.0/examples/owl$ %{ENV:BASE}/2.0/examples/dex-owl.html [R=302,L] + +### Examples - Specific example +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^examples/([\w-]+)$ %{ENV:BASE}/examples/$1.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^examples/([\w-]+)$ %{ENV:BASE}/examples/$1.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^examples/([\w-]+)$ %{ENV:BASE}/examples/$1.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^examples([\w-]+)$ %{ENV:BASE}/examples/$1.jsonld [R=302,L] + +RewriteRule ^examples#([\w-]+)$ %{ENV:BASE}/2.1/examples/#$1 [NE,R=302,L] + +### Examples - Specific example v2.1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.1/examples/([\w-]+)$ %{ENV:BASE}/examples/$1.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.1/examples/([\w-]+)$ %{ENV:BASE}/examples/$1.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.1/examples/([\w-]+)$ %{ENV:BASE}/examples/$1.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.1/examples([\w-]+)$ %{ENV:BASE}/examples/$1.jsonld [R=302,L] + +RewriteRule ^2.1/examples#([\w-]+)$ %{ENV:BASE}/2.1/examples/#$1 [NE,R=302,L] + +### Examples - Specific example v2 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^2.0/examples/([\w-]+)$ %{ENV:BASE}/examples/$1.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^2.0/examples/([\w-]+)$ %{ENV:BASE}/examples/$1.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^2.0/examples/([\w-]+)$ %{ENV:BASE}/examples/$1.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^2.0/examples([\w-]+)$ %{ENV:BASE}/examples/$1.jsonld [R=302,L] + +RewriteRule ^2.0/examples#([\w-]+)$ %{ENV:BASE}/2.0/examples/#$1 [NE,R=302,L] + +### Examples - Specific example v1 +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^1.0/examples/([\w-]+)$ %{ENV:BASE}/examples/$1.rdf [R=302,L] +RewriteCond %{HTTP_ACCEPT} text/turtle +RewriteRule ^1.0/examples/([\w-]+)$ %{ENV:BASE}/examples/$1.ttl [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/n\-triples +RewriteRule ^1.0/examples/([\w-]+)$ %{ENV:BASE}/examples/$1.n3 [R=302,L] +RewriteCond %{HTTP_ACCEPT} application/ld\+json +RewriteRule ^1.0/examples([\w-]+)$ %{ENV:BASE}/examples/$1.jsonld [R=302,L] + +RewriteRule ^1.0/examples#([\w-]+)$ %{ENV:BASE}/1.0/examples/#$1 [NE,R=302,L] + ########## DEPRECATED URLS ARE REDIRECTED RewriteRule ^dpv-gdpr$ https://w3id.org/dpv/legal/eu/gdpr [R=302,L] diff --git a/w3id_config/README.md b/w3id_config/README.md index da01f847f..f838e3f57 100644 --- a/w3id_config/README.md +++ b/w3id_config/README.md @@ -5,98 +5,180 @@ This [w3id](https://w3id.org/) provides a persistent URI namespace for Data Priv ## Uses ``` -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| prefix | w3id | HTML | RDF | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| dpv | https://w3id.org/dpv | https://w3c.github.io/dpv/2.0/dpv | https://w3c.github.io/dpv/2.0/dpv/dpv.rdf | -| dpv-owl | https://w3id.org/dpv/owl | https://w3c.github.io/dpv/2.0/dpv/dpv-owl.html | https://w3c.github.io/dpv/2.0/dpv/dpv-owl.rdf | -| dpv | https://w3id.org/dpv/1.0 | https://w3c.github.io/dpv/1.0/dpv | https://w3c.github.io/dpv/1.0/dpv/dpv.rdf | -| dpv-owl | https://w3id.org/dpv/1.0/dpv-owl | https://w3c.github.io/dpv/1.0/dpv-owl | https://w3c.github.io/dpv/1.0/dpv-owl/dpv.rdf | -| dpv | https://w3id.org/dpv/2.0 | https://w3c.github.io/dpv/2.0/dpv | https://w3c.github.io/dpv/2.0/dpv/dpv.rdf | -| dpv-owl | https://w3id.org/dpv/2.0/owl | https://w3c.github.io/dpv/2.0/dpv/dpv-owl.html | https://w3c.github.io/dpv/2.0/dpv/dpv-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| pd | https://w3id.org/dpv/pd | https://w3c.github.io/dpv/2.0/pd | https://w3c.github.io/dpv/2.0/pd/pd.rdf | -| pd-owl | https://w3id.org/dpv/pd/owl | https://w3c.github.io/dpv/2.0/pd/pd-owl.html | https://w3c.github.io/dpv/2.0/pd/pd-owl.rdf | -| pd | https://w3id.org/dpv/1.0/dpv-pd | https://w3c.github.io/dpv/1.0/dpv-pd | https://w3c.github.io/dpv/1.0/dpv-pd/dpv-pd.rdf | -| pd-owl | https://w3id.org/dpv/1.0/dpv-owl/dpv-pd | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-pd | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-pd/dpv-pd.rdf | -| pd | https://w3id.org/dpv/2.0/pd | https://w3c.github.io/dpv/2.0/pd | https://w3c.github.io/dpv/2.0/pd/pd.rdf | -| pd-owl | https://w3id.org/dpv/2.0/pd/owl | https://w3c.github.io/dpv/2.0/pd/pd-owl.html | https://w3c.github.io/dpv/2.0/pd/pd-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| tech | https://w3id.org/dpv/tech | https://w3c.github.io/dpv/2.0/tech | https://w3c.github.io/dpv/2.0/tech/tech.rdf | -| tech-owl | https://w3id.org/dpv/tech/owl | https://w3c.github.io/dpv/2.0/tech/tech-owl.html | https://w3c.github.io/dpv/2.0/tech/tech-owl.rdf | -| tech | https://w3id.org/dpv/1.0/dpv-tech | https://w3c.github.io/dpv/1.0/dpv-tech | https://w3c.github.io/dpv/1.0/dpv-tech/dpv-tech.rdf | -| tech-owl | https://w3id.org/dpv/1.0/dpv-owl/dpv-tech | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-tech | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-tech/dpv-tech.rdf | -| tech | https://w3id.org/dpv/2.0/tech | https://w3c.github.io/dpv/2.0/tech | https://w3c.github.io/dpv/2.0/tech/tech.rdf | -| tech-owl | https://w3id.org/dpv/2.0/tech/owl | https://w3c.github.io/dpv/2.0/tech/tech-owl.html | https://w3c.github.io/dpv/2.0/tech/tech-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| loc | https://w3id.org/dpv/loc | https://w3c.github.io/dpv/2.0/loc | https://w3c.github.io/dpv/2.0/loc/loc.rdf | -| loc-owl | https://w3id.org/dpv/loc/owl | https://w3c.github.io/dpv/2.0/loc/loc-owl.html | https://w3c.github.io/dpv/2.0/loc/loc-owl.rdf | -| loc | https://w3id.org/dpv/2.0/loc | https://w3c.github.io/dpv/2.0/loc | https://w3c.github.io/dpv/2.0/loc/loc.rdf | -| loc-owl | https://w3id.org/dpv/2.0/loc/owl | https://w3c.github.io/dpv/2.0/loc/loc-owl.html | https://w3c.github.io/dpv/2.0/loc/loc-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| risk | https://w3id.org/dpv/risk | https://w3c.github.io/dpv/2.0/risk | https://w3c.github.io/dpv/2.0/risk/risk.rdf | -| risk-owl | https://w3id.org/dpv/risk/owl | https://w3c.github.io/dpv/2.0/risk/risk-owl.html | https://w3c.github.io/dpv/2.0/risk/risk-owl.rdf | -| risk | https://w3id.org/dpv/1.0/risk | https://w3c.github.io/dpv/1.0/risk | https://w3c.github.io/dpv/1.0/risk/risk.rdf | -| risk-owl | https://w3id.org/dpv/1.0/dpv-owl/risk | https://w3c.github.io/dpv/1.0/dpv-owl/risk | https://w3c.github.io/dpv/1.0/dpv-owl/risk/risk.rdf | -| risk | https://w3id.org/dpv/2.0/risk | https://w3c.github.io/dpv/2.0/risk | https://w3c.github.io/dpv/2.0/risk/risk.rdf | -| risk-owl | https://w3id.org/dpv/2.0/risk/owl | https://w3c.github.io/dpv/2.0/risk/risk-owl.html | https://w3c.github.io/dpv/2.0/risk/risk-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| legal | https://w3id.org/dpv/legal | https://w3c.github.io/dpv/2.0/legal | https://w3c.github.io/dpv/2.0/legal/legal.rdf | -| legal-owl | https://w3id.org/dpv/legal/owl | https://w3c.github.io/dpv/2.0/legal/legal-owl.html | https://w3c.github.io/dpv/2.0/legal/legal-owl.rdf | -| legal | https://w3id.org/dpv/1.0/dpv-legal | https://w3c.github.io/dpv/1.0/dpv-legal | https://w3c.github.io/dpv/1.0/dpv-legal/dpv-legal.rdf | -| legal-owl | https://w3id.org/dpv/1.0/dpv-owl/dpv-legal | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-legal | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-legal/dpv-legal.rdf | -| legal | https://w3id.org/dpv/2.0/legal | https://w3c.github.io/dpv/2.0/legal | https://w3c.github.io/dpv/2.0/legal/legal.rdf | -| legal-owl | https://w3id.org/dpv/2.0/legal/owl | https://w3c.github.io/dpv/2.0/legal/legal-owl.html | https://w3c.github.io/dpv/2.0/legal/legal-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| legal-[a-z]{2} | https://w3id.org/dpv/legal/[a-z]{2} | https://w3c.github.io/dpv/2.0/legal/[a-z]{2} | https://w3c.github.io/dpv/2.0/legal/[a-z]{2}/legal-[a-z]{2}.rdf | -| legal-[a-z]{2}-owl | https://w3id.org/dpv/legal/[a-z]{2}/owl | https://w3c.github.io/dpv/2.0/legal/[a-z]{2}/legal-[a-z]{2}-owl.html | https://w3c.github.io/dpv/2.0/legal/[a-z]{2}/legal-[a-z]{2}-owl.rdf | -| legal-[a-z]{2} | https://w3id.org/dpv/2.0/legal/[a-z]{2} | https://w3c.github.io/dpv/2.0/legal/[a-z]{2} | https://w3c.github.io/dpv/2.0/legal/[a-z]{2}/legal-[a-z]{2}.rdf | -| legal-[a-z]{2}-owl | https://w3id.org/dpv/2.0/legal/[a-z]{2}/owl | https://w3c.github.io/dpv/2.0/legal/[a-z]{2}/legal-[a-z]{2}-owl.html | https://w3c.github.io/dpv/2.0/legal/[a-z]{2}/legal-[a-z]{2}-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| eu-gdpr | https://w3id.org/dpv/legal/eu/gdpr | https://w3c.github.io/dpv/2.0/legal/eu/gdpr | https://w3c.github.io/dpv/2.0/legal/eu/gdpr/eu-gdpr.rdf | -| eu-gdpr-owl | https://w3id.org/dpv/legal/eu/gdpr/owl | https://w3c.github.io/dpv/2.0/legal/eu/gdpr/eu-gdpr-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/gdpr/eu-gdpr-owl.rdf | -| eu-gdpr | https://w3id.org/dpv/1.0/dpv-gdpr | https://w3c.github.io/dpv/1.0/dpv-gdpr | https://w3c.github.io/dpv/1.0/dpv-gdpr/dpv-gdpr.rdf | -| eu-gdpr-owl | https://w3id.org/dpv/1.0/dpv-owl/dpv-gdpr | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-gdpr | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-gdpr/dpv-gdpr.rdf | -| eu-gdpr | https://w3id.org/dpv/2.0/legal/eu/gdpr | https://w3c.github.io/dpv/2.0/legal/eu/gdpr | https://w3c.github.io/dpv/2.0/legal/eu/gdpr/eu-gdpr.rdf | -| eu-gdpr-owl | https://w3id.org/dpv/2.0/legal/eu/gdpr/owl | https://w3c.github.io/dpv/2.0/legal/eu/gdpr/eu-gdpr-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/gdpr/eu-gdpr-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| eu-dga | https://w3id.org/dpv/legal/eu/dga | https://w3c.github.io/dpv/2.0/legal/eu/dga | https://w3c.github.io/dpv/2.0/legal/eu/dga/eu-dga.rdf | -| eu-dga-owl | https://w3id.org/dpv/legal/eu/dga/owl | https://w3c.github.io/dpv/2.0/legal/eu/dga/eu-dga-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/dga/eu-dga-owl.rdf | -| eu-dga | https://w3id.org/dpv/2.0/legal/eu/dga | https://w3c.github.io/dpv/2.0/legal/eu/dga | https://w3c.github.io/dpv/2.0/legal/eu/dga/eu-dga.rdf | -| eu-dga-owl | https://w3id.org/dpv/2.0/legal/eu/dga/owl | https://w3c.github.io/dpv/2.0/legal/eu/dga/eu-dga-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/dga/eu-dga-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| eu-aiact | https://w3id.org/dpv/legal/eu/aiact | https://w3c.github.io/dpv/2.0/legal/eu/aiact | https://w3c.github.io/dpv/2.0/legal/eu/aiact/eu-aiact.rdf | -| eu-aiact-owl | https://w3id.org/dpv/legal/eu/aiact/owl | https://w3c.github.io/dpv/2.0/legal/eu/aiact/eu-aiact-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/aiact/eu-aiact-owl.rdf | -| eu-aiact | https://w3id.org/dpv/2.0/legal/eu/aiact | https://w3c.github.io/dpv/2.0/legal/eu/aiact | https://w3c.github.io/dpv/2.0/legal/eu/aiact/eu-aiact.rdf | -| eu-aiact-owl | https://w3id.org/dpv/2.0/legal/eu/aiact/owl | https://w3c.github.io/dpv/2.0/legal/eu/aiact/eu-aiact-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/aiact/eu-aiact-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| eu-nis2 | https://w3id.org/dpv/legal/eu/nis2 | https://w3c.github.io/dpv/2.0/legal/eu/nis2 | https://w3c.github.io/dpv/2.0/legal/eu/nis2/eu-nis2.rdf | -| eu-nis2-owl | https://w3id.org/dpv/legal/eu/nis2/owl | https://w3c.github.io/dpv/2.0/legal/eu/nis2/eu-nis2-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/nis2/eu-nis2-owl.rdf | -| eu-nis2 | https://w3id.org/dpv/2.0/legal/eu/nis2 | https://w3c.github.io/dpv/2.0/legal/eu/nis2 | https://w3c.github.io/dpv/2.0/legal/eu/nis2/eu-nis2.rdf | -| eu-nis2-owl | https://w3id.org/dpv/2.0/legal/eu/nis2/owl | https://w3c.github.io/dpv/2.0/legal/eu/nis2/eu-nis2-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/nis2/eu-nis2-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| eu-rights | https://w3id.org/dpv/legal/eu/rights | https://w3c.github.io/dpv/2.0/legal/eu/rights | https://w3c.github.io/dpv/2.0/legal/eu/rights/eu-rights.rdf | -| eu-rights-owl | https://w3id.org/dpv/legal/eu/rights/owl | https://w3c.github.io/dpv/2.0/legal/eu/rights/eu-rights-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/rights/eu-rights-owl.rdf | -| eu-rights | https://w3id.org/dpv/1.0/rights/eu | https://w3c.github.io/dpv/1.0/rights/eu | https://w3c.github.io/dpv/1.0/rights/eu/rights-eu.rdf | -| eu-rights-owl | https://w3id.org/dpv/1.0/dpv-owl/rights/eu | https://w3c.github.io/dpv/1.0/dpv-owl/rights/eu | https://w3c.github.io/dpv/1.0/dpv-owl/rights/eu/rights-eu.rdf | -| eu-rights | https://w3id.org/dpv/2.0/legal/eu/rights | https://w3c.github.io/dpv/2.0/legal/eu/rights | https://w3c.github.io/dpv/2.0/legal/eu/rights/eu-rights.rdf | -| eu-rights-owl | https://w3id.org/dpv/2.0/legal/eu/rights/owl | https://w3c.github.io/dpv/2.0/legal/eu/rights/eu-rights-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/rights/eu-rights-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| ai | https://w3id.org/dpv/ai | https://w3c.github.io/dpv/2.0/ai | https://w3c.github.io/dpv/2.0/ai/ai.rdf | -| ai-owl | https://w3id.org/dpv/ai/owl | https://w3c.github.io/dpv/2.0/ai/ai-owl.html | https://w3c.github.io/dpv/2.0/ai/ai-owl.rdf | -| ai | https://w3id.org/dpv/2.0/ai | https://w3c.github.io/dpv/2.0/ai | https://w3c.github.io/dpv/2.0/ai/ai.rdf | -| ai-owl | https://w3id.org/dpv/2.0/ai/owl | https://w3c.github.io/dpv/2.0/ai/ai-owl.html | https://w3c.github.io/dpv/2.0/ai/ai-owl.rdf | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| -| justifications | https://w3id.org/dpv/justifications | https://w3c.github.io/dpv/2.0/justifications | https://w3c.github.io/dpv/2.0/justifications/justifications.rdf | -| justifications-owl | https://w3id.org/dpv/justifications/owl | https://w3c.github.io/dpv/2.0/justifications/justifications-owl.html | https://w3c.github.io/dpv/2.0/justifications/justifications-owl.rdf | -| justifications | https://w3id.org/dpv/2.0/justifications | https://w3c.github.io/dpv/2.0/justifications | https://w3c.github.io/dpv/2.0/justifications/justifications.rdf | -| justifications-owl | https://w3id.org/dpv/2.0/justifications/owl | https://w3c.github.io/dpv/2.0/justifications/justifications-owl.html | https://w3c.github.io/dpv/2.0/justifications/justifications-owl.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 | -|--------------------+----------------------------------------------+----------------------------------------------------------------------+---------------------------------------------------------------------| +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| prefix | w3id | HTML | RDF | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| dpv | https://w3id.org/dpv | https://w3c.github.io/dpv/2.1/dpv | https://w3c.github.io/dpv/2.1/dpv/dpv.rdf | +| dpv-owl | https://w3id.org/dpv/owl | https://w3c.github.io/dpv/2.1/dpv/dpv-owl.html | https://w3c.github.io/dpv/2.1/dpv/dpv-owl.rdf | +| dpv | https://w3id.org/dpv/1.0 | https://w3c.github.io/dpv/1.0/dpv | https://w3c.github.io/dpv/1.0/dpv/dpv.rdf | +| dpv-owl | https://w3id.org/dpv/1.0/dpv-owl | https://w3c.github.io/dpv/1.0/dpv-owl | https://w3c.github.io/dpv/1.0/dpv-owl/dpv.rdf | +| dpv | https://w3id.org/dpv/2.0 | https://w3c.github.io/dpv/2.0/dpv | https://w3c.github.io/dpv/2.0/dpv/dpv.rdf | +| dpv-owl | https://w3id.org/dpv/2.0/owl | https://w3c.github.io/dpv/2.0/dpv/dpv-owl.html | https://w3c.github.io/dpv/2.0/dpv/dpv-owl.rdf | +| dpv | https://w3id.org/dpv/2.1 | https://w3c.github.io/dpv/2.1/dpv | https://w3c.github.io/dpv/2.1/dpv/dpv.rdf | +| dpv-owl | https://w3id.org/dpv/2.1/owl | https://w3c.github.io/dpv/2.1/dpv/dpv-owl.html | https://w3c.github.io/dpv/2.1/dpv/dpv-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| pd | https://w3id.org/dpv/pd | https://w3c.github.io/dpv/2.1/pd | https://w3c.github.io/dpv/2.1/pd/pd.rdf | +| pd-owl | https://w3id.org/dpv/pd/owl | https://w3c.github.io/dpv/2.1/pd/pd-owl.html | https://w3c.github.io/dpv/2.1/pd/pd-owl.rdf | +| pd | https://w3id.org/dpv/1.0/dpv-pd | https://w3c.github.io/dpv/1.0/dpv-pd | https://w3c.github.io/dpv/1.0/dpv-pd/dpv-pd.rdf | +| pd-owl | https://w3id.org/dpv/1.0/dpv-owl/dpv-pd | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-pd | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-pd/dpv-pd.rdf | +| pd | https://w3id.org/dpv/2.0/pd | https://w3c.github.io/dpv/2.0/pd | https://w3c.github.io/dpv/2.0/pd/pd.rdf | +| pd-owl | https://w3id.org/dpv/2.0/pd/owl | https://w3c.github.io/dpv/2.0/pd/pd-owl.html | https://w3c.github.io/dpv/2.0/pd/pd-owl.rdf | +| pd | https://w3id.org/dpv/2.1/pd | https://w3c.github.io/dpv/2.1/pd | https://w3c.github.io/dpv/2.1/pd/pd.rdf | +| pd-owl | https://w3id.org/dpv/2.1/pd/owl | https://w3c.github.io/dpv/2.1/pd/pd-owl.html | https://w3c.github.io/dpv/2.1/pd/pd-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| tech | https://w3id.org/dpv/tech | https://w3c.github.io/dpv/2.1/tech | https://w3c.github.io/dpv/2.1/tech/tech.rdf | +| tech-owl | https://w3id.org/dpv/tech/owl | https://w3c.github.io/dpv/2.1/tech/tech-owl.html | https://w3c.github.io/dpv/2.1/tech/tech-owl.rdf | +| tech | https://w3id.org/dpv/1.0/dpv-tech | https://w3c.github.io/dpv/1.0/dpv-tech | https://w3c.github.io/dpv/1.0/dpv-tech/dpv-tech.rdf | +| tech-owl | https://w3id.org/dpv/1.0/dpv-owl/dpv-tech | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-tech | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-tech/dpv-tech.rdf | +| tech | https://w3id.org/dpv/2.0/tech | https://w3c.github.io/dpv/2.0/tech | https://w3c.github.io/dpv/2.0/tech/tech.rdf | +| tech-owl | https://w3id.org/dpv/2.0/tech/owl | https://w3c.github.io/dpv/2.0/tech/tech-owl.html | https://w3c.github.io/dpv/2.0/tech/tech-owl.rdf | +| tech | https://w3id.org/dpv/2.1/tech | https://w3c.github.io/dpv/2.1/tech | https://w3c.github.io/dpv/2.1/tech/tech.rdf | +| tech-owl | https://w3id.org/dpv/2.1/tech/owl | https://w3c.github.io/dpv/2.1/tech/tech-owl.html | https://w3c.github.io/dpv/2.1/tech/tech-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| loc | https://w3id.org/dpv/loc | https://w3c.github.io/dpv/2.1/loc | https://w3c.github.io/dpv/2.1/loc/loc.rdf | +| loc-owl | https://w3id.org/dpv/loc/owl | https://w3c.github.io/dpv/2.1/loc/loc-owl.html | https://w3c.github.io/dpv/2.1/loc/loc-owl.rdf | +| loc | https://w3id.org/dpv/2.0/loc | https://w3c.github.io/dpv/2.0/loc | https://w3c.github.io/dpv/2.0/loc/loc.rdf | +| loc-owl | https://w3id.org/dpv/2.0/loc/owl | https://w3c.github.io/dpv/2.0/loc/loc-owl.html | https://w3c.github.io/dpv/2.0/loc/loc-owl.rdf | +| loc | https://w3id.org/dpv/2.1/loc | https://w3c.github.io/dpv/2.1/loc | https://w3c.github.io/dpv/2.1/loc/loc.rdf | +| loc-owl | https://w3id.org/dpv/2.1/loc/owl | https://w3c.github.io/dpv/2.1/loc/loc-owl.html | https://w3c.github.io/dpv/2.1/loc/loc-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| risk | https://w3id.org/dpv/risk | https://w3c.github.io/dpv/2.1/risk | https://w3c.github.io/dpv/2.1/risk/risk.rdf | +| risk-owl | https://w3id.org/dpv/risk/owl | https://w3c.github.io/dpv/2.1/risk/risk-owl.html | https://w3c.github.io/dpv/2.1/risk/risk-owl.rdf | +| risk | https://w3id.org/dpv/1.0/risk | https://w3c.github.io/dpv/1.0/risk | https://w3c.github.io/dpv/1.0/risk/risk.rdf | +| risk-owl | https://w3id.org/dpv/1.0/dpv-owl/risk | https://w3c.github.io/dpv/1.0/dpv-owl/risk | https://w3c.github.io/dpv/1.0/dpv-owl/risk/risk.rdf | +| risk | https://w3id.org/dpv/2.0/risk | https://w3c.github.io/dpv/2.0/risk | https://w3c.github.io/dpv/2.0/risk/risk.rdf | +| risk-owl | https://w3id.org/dpv/2.0/risk/owl | https://w3c.github.io/dpv/2.0/risk/risk-owl.html | https://w3c.github.io/dpv/2.0/risk/risk-owl.rdf | +| risk | https://w3id.org/dpv/2.1/risk | https://w3c.github.io/dpv/2.1/risk | https://w3c.github.io/dpv/2.1/risk/risk.rdf | +| risk-owl | https://w3id.org/dpv/2.1/risk/owl | https://w3c.github.io/dpv/2.1/risk/risk-owl.html | https://w3c.github.io/dpv/2.1/risk/risk-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| legal | https://w3id.org/dpv/legal | https://w3c.github.io/dpv/2.1/legal | https://w3c.github.io/dpv/2.1/legal/legal.rdf | +| legal-owl | https://w3id.org/dpv/legal/owl | https://w3c.github.io/dpv/2.1/legal/legal-owl.html | https://w3c.github.io/dpv/2.1/legal/legal-owl.rdf | +| legal | https://w3id.org/dpv/1.0/dpv-legal | https://w3c.github.io/dpv/1.0/dpv-legal | https://w3c.github.io/dpv/1.0/dpv-legal/dpv-legal.rdf | +| legal-owl | https://w3id.org/dpv/1.0/dpv-owl/dpv-legal | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-legal | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-legal/dpv-legal.rdf | +| legal | https://w3id.org/dpv/2.0/legal | https://w3c.github.io/dpv/2.0/legal | https://w3c.github.io/dpv/2.0/legal/legal.rdf | +| legal-owl | https://w3id.org/dpv/2.0/legal/owl | https://w3c.github.io/dpv/2.0/legal/legal-owl.html | https://w3c.github.io/dpv/2.0/legal/legal-owl.rdf | +| legal | https://w3id.org/dpv/2.1/legal | https://w3c.github.io/dpv/2.1/legal | https://w3c.github.io/dpv/2.1/legal/legal.rdf | +| legal-owl | https://w3id.org/dpv/2.1/legal/owl | https://w3c.github.io/dpv/2.1/legal/legal-owl.html | https://w3c.github.io/dpv/2.1/legal/legal-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| legal-[a-z]{2} | https://w3id.org/dpv/legal/[a-z]{2} | https://w3c.github.io/dpv/2.1/legal/[a-z]{2} | https://w3c.github.io/dpv/2.1/legal/[a-z]{2}/legal-[a-z]{2}.rdf | +| legal-[a-z]{2}-owl | https://w3id.org/dpv/legal/[a-z]{2}/owl | https://w3c.github.io/dpv/2.1/legal/[a-z]{2}/legal-[a-z]{2}-owl.html | https://w3c.github.io/dpv/2.1/legal/[a-z]{2}/legal-[a-z]{2}-owl.rdf | +| legal-[a-z]{2} | https://w3id.org/dpv/2.0/legal/[a-z]{2} | https://w3c.github.io/dpv/2.0/legal/[a-z]{2} | https://w3c.github.io/dpv/2.0/legal/[a-z]{2}/legal-[a-z]{2}.rdf | +| legal-[a-z]{2}-owl | https://w3id.org/dpv/2.0/legal/[a-z]{2}/owl | https://w3c.github.io/dpv/2.0/legal/[a-z]{2}/legal-[a-z]{2}-owl.html | https://w3c.github.io/dpv/2.0/legal/[a-z]{2}/legal-[a-z]{2}-owl.rdf | +| legal-[a-z]{2} | https://w3id.org/dpv/2.1/legal/[a-z]{2} | https://w3c.github.io/dpv/2.1/legal/[a-z]{2} | https://w3c.github.io/dpv/2.1/legal/[a-z]{2}/legal-[a-z]{2}.rdf | +| legal-[a-z]{2}-owl | https://w3id.org/dpv/2.1/legal/[a-z]{2}/owl | https://w3c.github.io/dpv/2.1/legal/[a-z]{2}/legal-[a-z]{2}-owl.html | https://w3c.github.io/dpv/2.1/legal/[a-z]{2}/legal-[a-z]{2}-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| eu-gdpr | https://w3id.org/dpv/legal/eu/gdpr | https://w3c.github.io/dpv/2.1/legal/eu/gdpr | https://w3c.github.io/dpv/2.1/legal/eu/gdpr/eu-gdpr.rdf | +| eu-gdpr-owl | https://w3id.org/dpv/legal/eu/gdpr/owl | https://w3c.github.io/dpv/2.1/legal/eu/gdpr/eu-gdpr-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/gdpr/eu-gdpr-owl.rdf | +| eu-gdpr | https://w3id.org/dpv/1.0/dpv-gdpr | https://w3c.github.io/dpv/1.0/dpv-gdpr | https://w3c.github.io/dpv/1.0/dpv-gdpr/dpv-gdpr.rdf | +| eu-gdpr-owl | https://w3id.org/dpv/1.0/dpv-owl/dpv-gdpr | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-gdpr | https://w3c.github.io/dpv/1.0/dpv-owl/dpv-gdpr/dpv-gdpr.rdf | +| eu-gdpr | https://w3id.org/dpv/2.0/legal/eu/gdpr | https://w3c.github.io/dpv/2.0/legal/eu/gdpr | https://w3c.github.io/dpv/2.0/legal/eu/gdpr/eu-gdpr.rdf | +| eu-gdpr-owl | https://w3id.org/dpv/2.0/legal/eu/gdpr/owl | https://w3c.github.io/dpv/2.0/legal/eu/gdpr/eu-gdpr-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/gdpr/eu-gdpr-owl.rdf | +| eu-gdpr | https://w3id.org/dpv/2.1/legal/eu/gdpr | https://w3c.github.io/dpv/2.1/legal/eu/gdpr | https://w3c.github.io/dpv/2.1/legal/eu/gdpr/eu-gdpr.rdf | +| eu-gdpr-owl | https://w3id.org/dpv/2.1/legal/eu/gdpr/owl | https://w3c.github.io/dpv/2.1/legal/eu/gdpr/eu-gdpr-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/gdpr/eu-gdpr-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| eu-dga | https://w3id.org/dpv/legal/eu/dga | https://w3c.github.io/dpv/2.1/legal/eu/dga | https://w3c.github.io/dpv/2.1/legal/eu/dga/eu-dga.rdf | +| eu-dga-owl | https://w3id.org/dpv/legal/eu/dga/owl | https://w3c.github.io/dpv/2.1/legal/eu/dga/eu-dga-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/dga/eu-dga-owl.rdf | +| eu-dga | https://w3id.org/dpv/2.0/legal/eu/dga | https://w3c.github.io/dpv/2.0/legal/eu/dga | https://w3c.github.io/dpv/2.0/legal/eu/dga/eu-dga.rdf | +| eu-dga-owl | https://w3id.org/dpv/2.0/legal/eu/dga/owl | https://w3c.github.io/dpv/2.0/legal/eu/dga/eu-dga-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/dga/eu-dga-owl.rdf | +| eu-dga | https://w3id.org/dpv/2.1/legal/eu/dga | https://w3c.github.io/dpv/2.1/legal/eu/dga | https://w3c.github.io/dpv/2.1/legal/eu/dga/eu-dga.rdf | +| eu-dga-owl | https://w3id.org/dpv/2.1/legal/eu/dga/owl | https://w3c.github.io/dpv/2.1/legal/eu/dga/eu-dga-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/dga/eu-dga-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| eu-aiact | https://w3id.org/dpv/legal/eu/aiact | https://w3c.github.io/dpv/2.1/legal/eu/aiact | https://w3c.github.io/dpv/2.1/legal/eu/aiact/eu-aiact.rdf | +| eu-aiact-owl | https://w3id.org/dpv/legal/eu/aiact/owl | https://w3c.github.io/dpv/2.1/legal/eu/aiact/eu-aiact-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/aiact/eu-aiact-owl.rdf | +| eu-aiact | https://w3id.org/dpv/2.0/legal/eu/aiact | https://w3c.github.io/dpv/2.0/legal/eu/aiact | https://w3c.github.io/dpv/2.0/legal/eu/aiact/eu-aiact.rdf | +| eu-aiact-owl | https://w3id.org/dpv/2.0/legal/eu/aiact/owl | https://w3c.github.io/dpv/2.0/legal/eu/aiact/eu-aiact-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/aiact/eu-aiact-owl.rdf | +| eu-aiact | https://w3id.org/dpv/2.1/legal/eu/aiact | https://w3c.github.io/dpv/2.1/legal/eu/aiact | https://w3c.github.io/dpv/2.1/legal/eu/aiact/eu-aiact.rdf | +| eu-aiact-owl | https://w3id.org/dpv/2.1/legal/eu/aiact/owl | https://w3c.github.io/dpv/2.1/legal/eu/aiact/eu-aiact-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/aiact/eu-aiact-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| eu-nis2 | https://w3id.org/dpv/legal/eu/nis2 | https://w3c.github.io/dpv/2.1/legal/eu/nis2 | https://w3c.github.io/dpv/2.1/legal/eu/nis2/eu-nis2.rdf | +| eu-nis2-owl | https://w3id.org/dpv/legal/eu/nis2/owl | https://w3c.github.io/dpv/2.1/legal/eu/nis2/eu-nis2-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/nis2/eu-nis2-owl.rdf | +| eu-nis2 | https://w3id.org/dpv/2.0/legal/eu/nis2 | https://w3c.github.io/dpv/2.0/legal/eu/nis2 | https://w3c.github.io/dpv/2.0/legal/eu/nis2/eu-nis2.rdf | +| eu-nis2-owl | https://w3id.org/dpv/2.0/legal/eu/nis2/owl | https://w3c.github.io/dpv/2.0/legal/eu/nis2/eu-nis2-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/nis2/eu-nis2-owl.rdf | +| eu-nis2 | https://w3id.org/dpv/2.1/legal/eu/nis2 | https://w3c.github.io/dpv/2.1/legal/eu/nis2 | https://w3c.github.io/dpv/2.1/legal/eu/nis2/eu-nis2.rdf | +| eu-nis2-owl | https://w3id.org/dpv/2.1/legal/eu/nis2/owl | https://w3c.github.io/dpv/2.1/legal/eu/nis2/eu-nis2-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/nis2/eu-nis2-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| eu-ehds | https://w3id.org/dpv/legal/eu/ehds | https://w3c.github.io/dpv/2.1/legal/eu/ehds | https://w3c.github.io/dpv/2.1/legal/eu/ehds/eu-ehds.rdf | +| eu-ehds-owl | https://w3id.org/dpv/legal/eu/ehds/owl | https://w3c.github.io/dpv/2.1/legal/eu/ehds/eu-ehds-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/ehds/eu-ehds-owl.rdf | +| eu-ehds | https://w3id.org/dpv/2.1/legal/eu/ehds | https://w3c.github.io/dpv/2.1/legal/eu/ehds | https://w3c.github.io/dpv/2.1/legal/eu/ehds/eu-ehds.rdf | +| eu-ehds-owl | https://w3id.org/dpv/2.1/legal/eu/ehds/owl | https://w3c.github.io/dpv/2.1/legal/eu/ehds/eu-ehds-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/ehds/eu-ehds-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| eu-rights | https://w3id.org/dpv/legal/eu/rights | https://w3c.github.io/dpv/2.1/legal/eu/rights | https://w3c.github.io/dpv/2.1/legal/eu/rights/eu-rights.rdf | +| eu-rights-owl | https://w3id.org/dpv/legal/eu/rights/owl | https://w3c.github.io/dpv/2.1/legal/eu/rights/eu-rights-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/rights/eu-rights-owl.rdf | +| eu-rights | https://w3id.org/dpv/1.0/rights/eu | https://w3c.github.io/dpv/1.0/rights/eu | https://w3c.github.io/dpv/1.0/rights/eu/rights-eu.rdf | +| eu-rights-owl | https://w3id.org/dpv/1.0/dpv-owl/rights/eu | https://w3c.github.io/dpv/1.0/dpv-owl/rights/eu | https://w3c.github.io/dpv/1.0/dpv-owl/rights/eu/rights-eu.rdf | +| eu-rights | https://w3id.org/dpv/2.0/legal/eu/rights | https://w3c.github.io/dpv/2.0/legal/eu/rights | https://w3c.github.io/dpv/2.0/legal/eu/rights/eu-rights.rdf | +| eu-rights-owl | https://w3id.org/dpv/2.0/legal/eu/rights/owl | https://w3c.github.io/dpv/2.0/legal/eu/rights/eu-rights-owl.html | https://w3c.github.io/dpv/2.0/legal/eu/rights/eu-rights-owl.rdf | +| eu-rights | https://w3id.org/dpv/2.1/legal/eu/rights | https://w3c.github.io/dpv/2.1/legal/eu/rights | https://w3c.github.io/dpv/2.1/legal/eu/rights/eu-rights.rdf | +| eu-rights-owl | https://w3id.org/dpv/2.1/legal/eu/rights/owl | https://w3c.github.io/dpv/2.1/legal/eu/rights/eu-rights-owl.html | https://w3c.github.io/dpv/2.1/legal/eu/rights/eu-rights-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| ai | https://w3id.org/dpv/ai | https://w3c.github.io/dpv/2.1/ai | https://w3c.github.io/dpv/2.1/ai/ai.rdf | +| ai-owl | https://w3id.org/dpv/ai/owl | https://w3c.github.io/dpv/2.1/ai/ai-owl.html | https://w3c.github.io/dpv/2.1/ai/ai-owl.rdf | +| ai | https://w3id.org/dpv/2.0/ai | https://w3c.github.io/dpv/2.0/ai | https://w3c.github.io/dpv/2.0/ai/ai.rdf | +| ai-owl | https://w3id.org/dpv/2.0/ai/owl | https://w3c.github.io/dpv/2.0/ai/ai-owl.html | https://w3c.github.io/dpv/2.0/ai/ai-owl.rdf | +| ai | https://w3id.org/dpv/2.1/ai | https://w3c.github.io/dpv/2.1/ai | https://w3c.github.io/dpv/2.1/ai/ai.rdf | +| ai-owl | https://w3id.org/dpv/2.1/ai/owl | https://w3c.github.io/dpv/2.1/ai/ai-owl.html | https://w3c.github.io/dpv/2.1/ai/ai-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| justifications | https://w3id.org/dpv/justifications | https://w3c.github.io/dpv/2.1/justifications | https://w3c.github.io/dpv/2.1/justifications/justifications.rdf | +| justifications-owl | https://w3id.org/dpv/justifications/owl | https://w3c.github.io/dpv/2.1/justifications/justifications-owl.html | https://w3c.github.io/dpv/2.1/justifications/justifications-owl.rdf | +| justifications | https://w3id.org/dpv/2.0/justifications | https://w3c.github.io/dpv/2.0/justifications | https://w3c.github.io/dpv/2.0/justifications/justifications.rdf | +| justifications-owl | https://w3id.org/dpv/2.0/justifications/owl | https://w3c.github.io/dpv/2.0/justifications/justifications-owl.html | https://w3c.github.io/dpv/2.0/justifications/justifications-owl.rdf | +| justifications | https://w3id.org/dpv/2.1/justifications | https://w3c.github.io/dpv/2.1/justifications | https://w3c.github.io/dpv/2.1/justifications/justifications.rdf | +| justifications-owl | https://w3id.org/dpv/2.1/justifications/owl | https://w3c.github.io/dpv/2.1/justifications/justifications-owl.html | https://w3c.github.io/dpv/2.1/justifications/justifications-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| p7012 | https://w3id.org/dpv/standards/p7012 | https://w3c.github.io/dpv/2.1/standards/p7012 | https://w3c.github.io/dpv/2.1/standards/p7012/p7012.rdf | +| p7012-owl | https://w3id.org/dpv/standards/p7012/owl | https://w3c.github.io/dpv/2.1/standards/p7012/p7012-owl.html | https://w3c.github.io/dpv/2.1/standards/p7012/p7012-owl.rdf | +| p7012 | https://w3id.org/dpv/2.1/standards/p7012 | https://w3c.github.io/dpv/2.1/standards/p7012 | https://w3c.github.io/dpv/2.1/standards/p7012/p7012.rdf | +| p7012-owl | https://w3id.org/dpv/2.1/standards/p7012/owl | https://w3c.github.io/dpv/2.1/standards/p7012/p7012-owl.html | https://w3c.github.io/dpv/2.1/standards/p7012/p7012-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| sector | https://w3id.org/dpv/sector | https://w3c.github.io/dpv/2.1/sector | NIL | +| sector-owl | https://w3id.org/dpv/sector/owl | https://w3c.github.io/dpv/2.1/sector/sector-owl.html | NIL | +| sector | https://w3id.org/dpv/2.1/sector | https://w3c.github.io/dpv/2.1/sector | NIL | +| sector-owl | https://w3id.org/dpv/2.1/sector/owl | https://w3c.github.io/dpv/2.1/sector/sector-owl.html | NIL | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| sector-education | https://w3id.org/dpv/sector/education | https://w3c.github.io/dpv/2.1/sector/education/ | https://w3c.github.io/dpv/2.1/sector/education/sector-education.rdf | +| sector-education-owl | https://w3id.org/dpv/sector/education/owl | https://w3c.github.io/dpv/2.1/sector/education/sector-education-owl.html | https://w3c.github.io/dpv/2.1/sector/education/sector-education-owl.rdf | +| sector-education | https://w3id.org/dpv/2.1/sector/education | https://w3c.github.io/dpv/2.1/sector/education/ | https://w3c.github.io/dpv/2.1/sector/education/sector-education.rdf | +| sector-education-owl | https://w3id.org/dpv/2.1/sector/education/owl | https://w3c.github.io/dpv/2.1/sector/education/sector-education-owl.html | https://w3c.github.io/dpv/2.1/sector/education/sector-education-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| sector-finance | https://w3id.org/dpv/sector/finance | https://w3c.github.io/dpv/2.1/sector/finance/ | https://w3c.github.io/dpv/2.1/sector/finance/sector-finance.rdf | +| sector-finance-owl | https://w3id.org/dpv/sector/finance/owl | https://w3c.github.io/dpv/2.1/sector/finance/sector-finance-owl.html | https://w3c.github.io/dpv/2.1/sector/finance/sector-finance-owl.rdf | +| sector-finance | https://w3id.org/dpv/2.1/sector/finance | https://w3c.github.io/dpv/2.1/sector/finance/ | https://w3c.github.io/dpv/2.1/sector/finance/sector-finance.rdf | +| sector-finance-owl | https://w3id.org/dpv/2.1/sector/finance/owl | https://w3c.github.io/dpv/2.1/sector/finance/sector-finance-owl.html | https://w3c.github.io/dpv/2.1/sector/finance/sector-finance-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| sector-health | https://w3id.org/dpv/sector/health | https://w3c.github.io/dpv/2.1/sector/health/ | https://w3c.github.io/dpv/2.1/sector/health/sector-health.rdf | +| sector-health-owl | https://w3id.org/dpv/sector/health/owl | https://w3c.github.io/dpv/2.1/sector/health/sector-health-owl.html | https://w3c.github.io/dpv/2.1/sector/health/sector-health-owl.rdf | +| sector-health | https://w3id.org/dpv/2.1/sector/health | https://w3c.github.io/dpv/2.1/sector/health/ | https://w3c.github.io/dpv/2.1/sector/health/sector-health.rdf | +| sector-health-owl | https://w3id.org/dpv/2.1/sector/health/owl | https://w3c.github.io/dpv/2.1/sector/health/sector-health-owl.html | https://w3c.github.io/dpv/2.1/sector/health/sector-health-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| sector-infra | https://w3id.org/dpv/sector/infra | https://w3c.github.io/dpv/2.1/sector/infra/ | https://w3c.github.io/dpv/2.1/sector/infra/sector-infra.rdf | +| sector-infra-owl | https://w3id.org/dpv/sector/infra/owl | https://w3c.github.io/dpv/2.1/sector/infra/sector-infra-owl.html | https://w3c.github.io/dpv/2.1/sector/infra/sector-infra-owl.rdf | +| sector-infra | https://w3id.org/dpv/2.1/sector/infra | https://w3c.github.io/dpv/2.1/sector/infra/ | https://w3c.github.io/dpv/2.1/sector/infra/sector-infra.rdf | +| sector-infra-owl | https://w3id.org/dpv/2.1/sector/infra/owl | https://w3c.github.io/dpv/2.1/sector/infra/sector-infra-owl.html | https://w3c.github.io/dpv/2.1/sector/infra/sector-infra-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| sector-law | https://w3id.org/dpv/sector/law | https://w3c.github.io/dpv/2.1/sector/law/ | https://w3c.github.io/dpv/2.1/sector/law/sector-law.rdf | +| sector-law-owl | https://w3id.org/dpv/sector/law/owl | https://w3c.github.io/dpv/2.1/sector/law/sector-law-owl.html | https://w3c.github.io/dpv/2.1/sector/law/sector-law-owl.rdf | +| sector-law | https://w3id.org/dpv/2.1/sector/law | https://w3c.github.io/dpv/2.1/sector/law/ | https://w3c.github.io/dpv/2.1/sector/law/sector-law.rdf | +| sector-law-owl | https://w3id.org/dpv/2.1/sector/law/owl | https://w3c.github.io/dpv/2.1/sector/law/sector-law-owl.html | https://w3c.github.io/dpv/2.1/sector/law/sector-law-owl.rdf | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| sector-publicservices | https://w3id.org/dpv/sector/publicservices | https://w3c.github.io/dpv/2.1/sector/publicservices/ | https://w3c.github.io/dpv/2.1/sector/publicservices/sector-publicservices.rdf | +| sector-publicservices-owl | https://w3id.org/dpv/sector/publicservices/owl | https://w3c.github.io/dpv/2.1/sector/publicservices/sector-publicservices-owl.html | https://w3c.github.io/dpv/2.1/sector/publicservices/sector-publicservices-owl.rdf | +| sector-publicservices | https://w3id.org/dpv/2.1/sector/publicservices | https://w3c.github.io/dpv/2.1/sector/publicservices/ | https://w3c.github.io/dpv/2.1/sector/publicservices/sector-publicservices.rdf | +| sector-publicservices-owl | https://w3id.org/dpv/2.1/sector/publicservices/owl | https://w3c.github.io/dpv/2.1/sector/publicservices/sector-publicservices-owl.html | https://w3c.github.io/dpv/2.1/sector/publicservices/sector-publicservices-owl.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 | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| +| mappings | https://w3id.org/dpv/mappings | https://w3c.github.io/dpv/mappings/ | NIL | +| mappings/dcat | https://w3id.org/dpv/mappings/dcat | https://w3c.github.io/dpv/mappings/dcat/ | NIL | +| mappings/dct | https://w3id.org/dpv/mappings/dct | https://w3c.github.io/dpv/mappings/dct/ | NIL | +| mappings/gist | https://w3id.org/dpv/mappings/gist | https://w3c.github.io/dpv/mappings/gist/ | NIL | +| mappings/odrl | https://w3id.org/dpv/mappings/odrl | https://w3c.github.io/dpv/mappings/odrl/ | https://w3c.github.io/dpv/mappings/odrl/dpv-odrl.ttl | +| mappings/prov | https://w3id.org/dpv/mappings/prov | https://w3c.github.io/dpv/mappings/prov/ | NIL | +| mappings/schema.org | https://w3id.org/dpv/mappings/schema.org | https://w3c.github.io/dpv/mappings/schema.org/ | NIL | +| mappings/semic | https://w3id.org/dpv/mappings/semic | https://w3c.github.io/dpv/mappings/semic/ | NIL | +|---------------------------+----------------------------------------------------+------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------| |-----------------------------------------+----------------------------------------| | old url | redirect url | @@ -130,6 +212,6 @@ email: [me@harshp.com](mailto:me@harshp.com) Contributor, [W3C Data Privacy Vocabularies and Controls Communit Group (DPVCG)](https://www.w3.org/community/dpvcg/) -Senior Researcher, [UGent](https://www.ugent.be/), [imec](https://www.imec-int.com/en), Belgium +Postdoctoral Researcher, [UGent](https://www.ugent.be/), [imec](https://www.imec-int.com/en), Belgium email: [beatriz.esteves@ugent.be](mailto:beatriz.esteves@ugent.be)