Skip to content

Commit 522ffb1

Browse files
committed
Added GDPRov and GDPRtEXT projects
1 parent 640fa23 commit 522ffb1

File tree

5 files changed

+52
-0
lines changed

5 files changed

+52
-0
lines changed

GDPRov/.htaccess

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Options +FollowSymLinks
2+
RewriteEngine on
3+
RewriteRule ^$ http://openscience.adaptcentre.ie/projects/CDMM/GDPRov/ [R=302,L]
4+
RewriteRule ^ontology$ http://purl.org/adaptcentre/openscience/ontologies/gdprov [R=302,L]
5+
RewriteRule ^documentation$ http://purl.org/adaptcentre/openscience/projects/GDPRov/docs [R=302,L]
6+
RewriteRule ^repository$ https://opengogs.adaptcentre.ie/harsh/GDPRov [R=302,L]
7+
RewriteRule ^publication$ http://ceur-ws.org/Vol-1951/PrivOn2017_paper_6.pdf [R=302,L]

GDPRov/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GDPRov - GDPR Provenance Ontology
2+
3+
GDPRov is a provenance ontology that uses GDPR-relevant terms and concepts.
4+
It extends PROV-O and P-Plan ontologies.
5+
6+
Author/Maintainer: Harshvardhan J. Pandit (harshvardhan.pandit@adaptcentre.ie)
7+
8+
Co-authors: Declan O'Sullivan, Dave Lewis
9+
10+
Organisation: ADAPT Centre, Trinity College Dublin
11+
12+
GDPRov project is online at http://openscience.adaptcentre.ie/projects/CDMM/GDPRov/

GDPRtEXT/.htaccess

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Options +FollowSymLinks
2+
RewriteEngine on
3+
RewriteRule ^$ http://openscience.adaptcentre.ie/projects/GDPRtEXT/ [R=302,L]
4+
RewriteRule ^ontology$ http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT [R=302,L]
5+
RewriteRule ^documentation$ http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT/docs [R=302,L]
6+
RewriteRule ^pubby$ https://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdpr-pubby [R=302,L]
7+
RewriteRule ^distributions$ http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/distributions [R=302,L]
8+
RewriteRule ^ontology/rdf$ http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdpr.rdf [R=302,L]
9+
RewriteRule ^ontology/ttl$ http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdpr.ttl [R=302,L]
10+
RewriteRule ^ontology/jsonld$ http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdpr.jsonld [R=302,L]
11+
RewriteRule ^ontology/nt$ http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdpr.nt [R=302,L]
12+
RewriteRule ^ontology/n3$ http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdpr.n3 [R=302,L]
13+
RewriteRule ^ontology/sparql$ http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/sparql [R=302,L]
14+
RewriteRule ^canonical/html$ http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdpr.html [R=302,L]
15+
RewriteRule ^canonical/json$ http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdpr.json [R=302,L]
16+
RewriteRule ^dataset/zenodo$ https://old.datahub.io/dataset/gdprtext [R=302,L]
17+
RewriteRule ^dataset/data.gov.ie$ https://data.gov.ie/dataset/gdprtext [R=302,L]
18+
RewriteRule ^repository$ https://opengogs.adaptcentre.ie/harsh/GDPRtEXT [R=302,L]
19+
RewriteRule ^publication$ https://doi.org/10.1007/978-3-319-93417-4_31 [R=302,L]

GDPRtEXT/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GDPRtEXT - GDPR text extensions
2+
3+
GDPRtEXT exposes GDPR as a linked data resource and provides a SKOS vocabulary
4+
to define its various terms and concepts.
5+
6+
Author/Maintainer: Harshvardhan J. Pandit (harshvardhan.pandit@adaptcentre.ie)
7+
8+
Co-authors: Declan O'Sullivan, Dave Lewis
9+
10+
Organisation: ADAPT Centre, Trinity College Dublin
11+
12+
GDPRtEXT project is online at http://openscience.adaptcentre.ie/projects/GDPRtEXT/

people/harshp/.htaccess

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
Options +FollowSymLinks
22
RewriteEngine on
33
RewriteRule ^$ https://harshp.com [R=302,L]
4+
RewriteRule ^research$ https://harshp.com/research/ [R=302,L]
5+
RewriteRule ^publications$ https://harshp.com/research/publications [R=302,L]

0 commit comments

Comments
 (0)