sage-org / sage-client

🦄 JS client for evaluating SPARQL queries against a SaGe server
MIT License
3 stars 5 forks source link

reqte on SWDF 2012 does not display results #12

Closed hala54 closed 5 years ago

hala54 commented 5 years ago

PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# PREFIX owl: http://www.w3.org/2002/07/owl# PREFIX foaf: http://xmlns.com/foaf/0.1/ SELECT DISTINCT ?name ?l WHERE { http://data.semanticweb.org/person/jan-carlson http://www.w3.org/1999/02/22-rdf-syntax-ns#type foaf:Person { http://data.semanticweb.org/person/jan-carlson foaf:name ?name } UNION { http://data.semanticweb.org/person/jan-carlson rdfs:label ?l } }

Callidon commented 5 years ago

fixed in lastest release