Why does my SPARQL query return the URI of a resource instead of its name?
问题 I want to get all classes of my ontology. This is a part of my ontology file in RDF/XML format created by Protege: <!-- http://www.w3.org/2002/07/owl#aqua --> <Class rdf:about="&owl;aqua"/> <!-- http://www.w3.org/2002/07/owl#varioPerfect --> <Class rdf:about="&owl;varioPerfect"/> I wrote this query, which works properly in Protege, but when I use it in dotNetRDF it returns the full URI of the class instead of just its name. public string[] ontologysearch() { List<string> list = new List