Good day I want to ask is it possible we access Dbpedia resource with a variable name. For example, we have ontology which include rdfs:comment about different cities and cities name are in our ontology and store in x variable
?x rdfs:comment ?y //This query works for me Now we want to directly access Dbpedia server (not using ontologiy) for these cities and this time we want to access rdfs:abstract, so can we use ?x rdfs:abstract ?sbstract If not , how can we access then rdfs:abstract of different cities stored in x Thank you
