You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the second argument of the convert method of the OWLClassExpressionToSPARQLConverter class is like "?s", the following exception occurs. It might be due to the variable name of the method is "String rootVariable" whereas the one in the createSelectClause method is "Stack variables". If not, could you let me know why this exception occurs? I use 0.1-SNAPSHOT of owl2sparql-core.
Exception in thread "main" java.util.NoSuchElementException
at java.util.Vector.firstElement(Vector.java:489)
at org.aksw.owl2sparql.OWLClassExpressionToSPARQLConverter.createSelectClause(OWLClassExpressionToSPARQLConverter.java:343)
at org.aksw.owl2sparql.OWLClassExpressionToSPARQLConverter.convert(OWLClassExpressionToSPARQLConverter.java:125)
...
The text was updated successfully, but these errors were encountered:
Even though the second argument of the convert method of the OWLClassExpressionToSPARQLConverter class is like "?s", the following exception occurs. It might be due to the variable name of the method is "String rootVariable" whereas the one in the createSelectClause method is "Stack variables". If not, could you let me know why this exception occurs? I use 0.1-SNAPSHOT of owl2sparql-core.
The text was updated successfully, but these errors were encountered: