Hi,
    An intermittent issue is observed in EDG/EVN application(Version 
5.3.2.v20170621-1517R) and that is, when a new taxonomy is created then 
from the EDG/EVN application UI, it is seen as one taxonomy but the SPARQL 
(please check below) to get the list of taxonomies from the application 
database shows the duplicate entries (please check the below screenshot) of 
that taxonomy. I tried by cloning the Geography Vocabulary and that also 
shows duplicate entries for that cloned version.

*SPARQL*

SELECT DISTINCT ?projectGraph  ?name ?description ?statusLabel
WHERE {
    rdf:nil <http://topbraid.org/teamwork#graphsUnderTeamControl> ( 
?projectGraph ?teamGraph ) .
    GRAPH ?projectGraph {
        ?projectGraph a <http://evn.topbraidlive.org/evnprojects#Taxonomy> .
        ?projectGraph rdfs:label ?name .
        ?projectGraph rdfs:comment ?description .
        ?projectGraph <http://topbraid.org/metadata#status> ?statusVar .
        GRAPH <http://topbraid.org/metadata> {
                ?statusVar rdfs:label ?statusLabel .
        } .
        } .
}ORDER BY (?name)


*Result - Duplicate Entries for the taxonomy, **Geography Vocabulary Copy *


    As shown in the above screenshot, interestingly there are two different 
statuses( In use & Under Development ) for the Vocabulary named 'Geography 
Vocabulary Copy'. But we have some examples for the duplicate entries of a 
taxonomy with the same status also.


Could someone please help to fix the issue?


Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to