Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.29/5 (3 votes)
See more:
Semantic search engine.
How we can build search engine works with semantic web ?
I mean that search engine crawl every thing with RDF and OWL files. After that it can parse and combine all knowledge get from all files.

What I have tried:

Improve my question by adding more details.
Posted
Updated 6-Jun-17 21:08pm
v2

You're going to have to be more specific. There is no System.Data.SemanticWeb namespace in C#. The so called "semantic web" is really just a large idea, with much of it having not been realized. There is no pre-defined way of interacting with the semantic web (the semantic web is not even a concretely defined concept). There are certain formats and such that are being developed, but their use in the wild is little at best. If you want to make a semantic search engine, much of the implementation details will be up to you to decide. One thing to look into is the XML format (which C# can readily output and parse). But there are other formats not built into the .Net Framework that you should look into. Read more about the semantic web on Wikipedia.
 
Share this answer
 
Do you even know what that means?
 
Share this answer
 
yes i know what it means (semantic web) i am also researching about it
but i want know how it works in csharp
 
Share this answer
 

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