Current Search Results

Theme > Blog [X]
Topic > Semantic Web > Tools [X]
[ click X to remove filter(s) ]
Results 1 - 1 / 1

Keyword extractions and further categories under [details] link

[ details] AI3:::Adaptive Information
Mike Bergman on the semantic Web and structured Web
URL: http://www.mkbergman.com/
SPARQL query:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX wx: <http://www.teemapoint.net/web_sites#>
PREFIX wx_theme: <http://www.teemapoint.net/web_sites/theme#>
PREFIX wx_toi: <http://www.teemapoint.net/web_sites/wx_toi#>
SELECT ?r WHERE { ?r rdf:type wx:web_site . ?r wx:has_theme_cl wx_theme:blog . ?r wx:has_topic_cl wx_toi:semweb_tools . }