How i use AND operator in sparql querys in java -
I'm learning how to create SPARQL queries in Java. Can anyone tell me how I can experiment in 2 or more questions?
For example:
string query string = "select * where {" + "? A
SPARQL does not have and triples patterns just a second There are several synatx sort cuts placed after SELECT * WHERE {? A & lt; http: //dbpedia.org/ontology/capital> ? B? B.RDF: Type & lt; http: //dbpedia.org/ontology/big_city> . }
Comments
Post a Comment