Wikidata is a collaboratively edited knowledge base. It is a source of open data that you may want to use in your projects. Wikidata offers a query service for integrations. In this QuickGraph, I will show how to use the Wikidata Query Service to get data into Neo4j. Continue reading “QuickGraph#10 Enrich your Neo4j Knowledge Graph by querying Wikidata”
Tag: KnowledgeGraph
QuickGraph#9 The fashion Knowledge Graph. Inferencing with Ontologies in Neo4j
Last winter I had the opportunity to meet Katariina Kari at a Neo4j event in Helsinki. We had a conversation about graphs, RDF, LPG… we agreed on some things… and disagreed on others 🙂 but I remember telling her that I had found very interesting a post she had published on how they were using Ontologies to drive semantic searches on the Zalando web site.
I’ll use her example from that post and show how you can implement semantic searches/recommendations in Neo4j and leverage existing Ontologies (public standards or your own). That’s what this QuickGraph is about.
I assume you have some level of familiarity with RDF and semantic technologies. Continue reading “QuickGraph#9 The fashion Knowledge Graph. Inferencing with Ontologies in Neo4j”
Neo4j is your RDF store (part 3) : Thomson Reuters’ OpenPermID
- Applying transformations to the imported RDF graph to make it benefit from the LPG modelling capabilities and enriching the graph with additional complementary data sources.
- Querying the graph to do complex path analysis and use graph patterns to detect data quality issues like data duplication and also to profile your dataset
- Integrate Neo4j with standard BI tools to build nice charts on the output of Cypher queries on your graph.
- Building an RDF API on top of your Neo4j graph.
All the code I’ll use is available on GitHub. Enjoy!
Continue reading “Neo4j is your RDF store (part 3) : Thomson Reuters’ OpenPermID”
QuickGraph#6 Building the Wikipedia Knowledge Graph in Neo4j (QG#2 revisited)
After last week’s Neo4j online meetup, I thought I’d revisit QuickGraph#2 and update it a bit to include a couple new things:
- How to load not only categories but also pages (as in Wikipedia articles) and enrich the graph by querying DBpedia. In doing this I’ll describe some advanced usage of APOC procedures.
- How to batch load the whole Wikipedia hierarchy of categories into Neo4j
Continue reading “QuickGraph#6 Building the Wikipedia Knowledge Graph in Neo4j (QG#2 revisited)”