|
Hi Dears, can you help me for this problem,Please? I want show nodes and edge in RDF File , and I need a dll of RDF, can you help me for do it? |
|
Take a look at dotNetRDF which should allow you to do what you want (Disclaimer - I develop this). A simple Google search should have found this library (and some other alternatives)... |
|
In the past I have converted RDF into dot and then visualized it with graphviz. http://www.graphviz.org/ Is there any link for showing conversion of RDF into Dot? @Isma It will depend what you want to visualize. Typically the conversion is relatively straightforward, the complication will likely be finding a .Net based component capable of displaying GraphViz files within your application |


Please describe more clearly what your problem is. Possible add some examples. Also see the http://answers.semanticweb.com/questions/14494/welcome-to-answerssemanticwebcom intro to the site.
Hi Dear, Thanks for replay ,
I have a RDF file, I want show nodes that in file in a Label(in Csharp). for exapmle,I have RDF as : http://www.w3schools.com/rdf/rdf_example.asp
and graph is : http://uploadtak.com/images/u7964_servlet_632580530078.png
I want in cSharp show : http://uploadtak.com/images/s56_rdf.bmp Thanks for your help,
I have a RDF file,I want load it into cShrp , I dont know ,can you help me?