我正在尝试获取特定类型的个人的名称,以便我将它们放入列表供以后使用。 我试过这个,结果是URI的形式。 我如何获得
( ?name = <http://www.semanticweb.org/muna/ontologies/2017/2/untitled-ontology-9#Boucles_geometrique> )
Boucles geometrique //as it is the name of the individual .
这就是我的尝试 它不起作用。
String queryString = "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> "
+ "PREFIX owl: <http://www.w3.org/2002/07/owl#> " + "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> "
+ "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> "
+ "PREFIX S: <http://www.semanticweb.org/muna/ontologies/2017/2/untitled-ontology-9#> " +
" SELECT ?name {?name rdf:type S:Mode } ";
知道那些人,拥有“HasName”数据属性。