You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sitc/lod
J. Fernando Sánchez 616d69ffeb Add SPARQL notebooks 6 years ago
..
README.md Update README.md 6 years ago
SPARQL.ipynb Add SPARQL notebooks 6 years ago
extract_data.py Python2 compatibility + sparql server 7 years ago
helpers.py Add SPARQL notebooks 6 years ago
requirements.txt Python2 compatibility + sparql server 7 years ago
reviews.ttl Added LOD files 7 years ago
sparql.py Python2 compatibility + sparql server 7 years ago
validate.py Added LOD files 7 years ago

README.md

Files included

  • validate.py validates and serializes a turtle dataset
  • sparql.py runs a custom sparql query on a given dataset (by default, reviews.ttl)
  • extract_data.py extracts RDFa, micro-data and JSON-LD data from a given URL

Installation

pip install --user -r requirements.txt