Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello guys

I have built an asp.net application with sql server database.
the dataset is ready

What I want is how to build a web search engine based on ontology or semantic search.
My database contains a table for news (id-title-content)and the search will be from the column "content" using textbox.
Please guys help me f there is any libraries for this purpose,,,
Thanks
Posted
Updated 10-Jul-14 5:42am
v2

1 solution

 
Share this answer
 
Comments
Maciej Los 10-Jul-14 12:16pm    
Nice link, Peter ;)
ali mohammed1985 10-Jul-14 16:42pm    
is it possible to use database table direct or I must use RDF files for complete this task?
plz help me,,,
Peter Leow 10-Jul-14 21:39pm    
You have sent your query to Maciej. I will answer it.
Not directly. Relational structure of the relational database management system (RDBMS) is fundamentally different from the object-oriented structure of the RDF.
Try, RDB to RDF Mapping Language (R2RML). Find out more here: http://www.ibm.com/developerworks/library/x-rdfconcepts/
Peter Leow 10-Jul-14 21:23pm    
Thank you, Maciej.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900