Hi, Would it be possible to annotate all properties in DBpedia as RDF properties? This would make selecting all properties extremely cheap, which would give a significant performance boost to my faceted search use case.
Only the following query below would have to be run (beware of your graph group config ;) Sparql Insert Into <http://dbpedia.org> { ?p a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . } From <http://dbpedia.org> { { Select Distinct ?p { ?s ?p ?o } } } Cheers, Claus ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ Dbpedia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-developers
