NotInstantiatedClass with defaultLabelProperty rdfs:label is not added to the sparql generation when clicking on the class visibility icon #550
Labels
kind: Bug 🐞
Bug
kind: Enhancement 📈
New feature or request
what: SPARQL generation
SPARQL query generation / compatibility
what: UI/UX
Affecting the UI or UX
I have the following need :
If an ontology is starting to be very large, there may be many SparnaturalClass appearing in the initial list
A solution to only display classes we want is to use :
http://data.sparna.fr/ontologies/sparnatural-config-core#NotInstantiatedClass
But the issue of this solution comes from this description:
a Not-Instantiated-Class must not yield an rdf:type criteria in the SPARQL query
What also happens is that when we click on the
visibility icon
(eye icon) of a NoInstantiatedClass, it adds?class1 ?class1_label
to the select statement of the query, but does not add the :?class1 rdfs:label ?class1_label triple .
to the query.It is important to note that said ?class1 is declared to have
http://data.sparna.fr/ontologies/sparnatural-config-core#NotInstantiatedClass rdfs:label ;
The text was updated successfully, but these errors were encountered: