Hello, I have a problem when I query in Fuseki in this way:

PREFIX : <http://dsc.nlp-bigdatalab.org:8086/>

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT * WHERE {

  ?s ?p ?o.

}

It can return the results like this:
but when I just try to add a constraint, such as keyed to line85 
above,expecting this result:
I modify the query :
PREFIX : <http://dsc.nlp-bigdatalab.org:8086/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>


SELECT * WHERE {
  :湿疹样 rdf:type ?o.
  ?s ?p ?o.
}
and then it does not work!!!!!!!!!!!!!!!!!!!!!!!!!
it has confused me for several days
I need your help,thanks!




 





 

Reply via email to