Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 618 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 618 Bytes

Example notebooks are divided into groups.

local: Local notebooks use only the resources on the host machine. If they do SPARQL queries, they use the rdflib graph object, working entirely within memory. Local notebooks can be used to implement unit tests but they will run quickly and reliabily.

remote: Remote notebooks access remote resources such as SPARQL protocol endpoints. (ex. The DBpedia Public SPARQL endpoint) The performance and availability of remote resources can vary, however, so these notebooks are not appropriate for unit testing