Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.43 KB

README.md

File metadata and controls

10 lines (8 loc) · 1.43 KB

neosemantics-python-examples

Some examples of use of the neosemantics plugin for Neo4j.

CONTENTS:

  • Importing JSON-LD from a zipped file in jsonline format (link to source).
  • Loading into RDFLib the result of a cypher query on your Neo4j graph (link to source).
  • Ontology import + inferencing. Source for the experiment described in this blogpost are available in this folder.
  • Querying Wikidata with SPARQL and importing the resulting RDF into Neo4j (link to source and to blog post with explanation).
  • Building a knowledge graph by importing an RSS feed + RDFa of individual articles (serialised as JSON-LD). Link to source