How to create basic semantic search in python

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

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

+5
source share
1 answer

The following things you might want to know are:

Here you can find some examples of SPARQL queries. Another significant Q&A resource is semanticweb.com .

+5
source

All Articles