SPARQL equivalent of a SQL select query?
问题 If I have a SQL table that can be queried like this: Select empname from mytable Where empid=1; What would an equivalent SPARQL query be? 回答1: As a few people have mentioned here and on your similar, previous question, you probably need to do some more reading about the nature of RDF-modeled data. For Stack Overflow, you definitely need to get into the habit of showing your input data and whatever code you have written so far , even if it isn't working perfectly. In that case, you need to