开发者

How to create a basic semantic search in python

开发者 https://www.devze.com 2023-03-26 18:07 出处:网络
I want to write a basic semantic web crawler using Python, I know that semantic 开发者_JAVA技巧apps use RDF files, but what else? I have some Python RDF modules installed and I started learning how th

I want to write a basic semantic web crawler using Python, I know that semantic 开发者_JAVA技巧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?


The next things you might want to learn are:

  • embedding samantic data in HTML - RDFa, microformats, microdata. Some stats: microformats and RDFa deployment across the Web via DAM.co.uk:

    How to create a basic semantic search in python

  • querying RDF data - SPARQL
  • most popular ontologies currently in use
  • list of available SPARQL endpoints

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

0

精彩评论

暂无评论...
验证码 换一张
取 消