Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.72 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.72 KB

Perennial DToU, on SoLiD

This repo is a meta-repo for the work about Perennial Data Terms of Use, particularly the paper Perennial Semantic Data Terms of Use for Decentralized Web accepted by International World Wide Web Conference (WWW) 2024, DOI 10.1145/3589334.3645631.

The work is conducted as a part of the EWADA Project at Human-Centred Computing Group, Department of Computer Science, University of Oxford.

See the repo's pages for better rendering, if you encounter any issues.

Paper resources

Sub-repos

There are several sub-repos for the code and systems mentioned in the paper:

  • DToU lang: The repo for the DToU language, containing the reasoner (the core of the DToU policy engine), mainly N3 rules, and the basic rules for the language (and example rules)
  • CSS with DToU: The repo for the modified CSS (Community Solid Server) where the DToU engine is integrated with
    • The DToU engine uses the same reasoner (N3 rules) as the DToU reasoner repo above
  • DToU Demo App: The repo for the demo App for demonstrating the integration
    • It also contains the benchmark scripts

Additional resources

  • DToU Spec: specification of the DToU policy language