Skip to content

Privacy Aware Linked Data Mashup Platform with ex-ante Privacy Policy Compliance Checking

Notifications You must be signed in to change notification settings

linkeddatalab/LWP-SPECIAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mashup-privacy-checker

This program is a small utility to check privacy compliance using SPECIAL vocabulary in a linked data mashup settings.

Building

this project is written in kotlin and uses gradle. please change accordingly if you prefer to use maven.

Building a zipped java application (default)

gradle build

Building fat-jar

open build.gradle file, comment line apply plugin: 'application' and uncomment last line in the jar block containing : from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }

Running

From tar/zip archive

extract archive and run bin\privacycheck -check <config.ttl>

From combined JAR

run java -jar privacycheck.jar -check <config.ttl>

About

Privacy Aware Linked Data Mashup Platform with ex-ante Privacy Policy Compliance Checking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published