Lynob
Lynob

Reputation: 5337

How to create a basic semantic search in python

I want to write a basic semantic web crawler using Python, I know that semantic apps use RDF files, but what else? I have some Python RDF modules installed and I started learning how they work.

Could you introduce me to the technologies and techniques used in a semantic application?

Upvotes: 5

Views: 3173

Answers (1)

Lev Khomich
Lev Khomich

Reputation: 2247

The next things you might want to learn are:

You can find some examples of SPARQL queries here. Another notable Q&A resource is semanticweb.com.

Upvotes: 5

Related Questions