How to create a basic semantic search in python

喜夏-厌秋 提交于 2019-12-06 03:06:01

问题


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?


回答1:


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:

  • 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.



来源:https://stackoverflow.com/questions/6974900/how-to-create-a-basic-semantic-search-in-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!