Yes this is on the right track. The metadata is stored at the ?projectGraph instance itself, so the following would probably return what you are after:

SELECT ?projectGraph ?p ?o
WHERE {
        rdf:nil teamwork:graphsUnderTeamControl ( ?projectGraph ?teamGraph ) .
        GRAPH ?projectGraph {
            ?projectGraph a <http://evn.topbraidlive.org/evnprojects#Taxonomy> .
            ?projectGraph ?p ?o .
        }
}

Holger



On 13/10/2018 12:25 AM, Sanjeev Devireddy wrote:

There is a SPARQL(please check below) which returns all the taxonomies that are in EDG/EVN. It would be good if we update this SPARQL to get metadata (properties that are under Metadata tab) also.

SELECT ?projectGraph
WHERE {
        rdf:nil teamwork:graphsUnderTeamControl ( ?projectGraph ?teamGraph ) .
        GRAPH ?projectGraph {
            ?projectGraph a <http://evn.topbraidlive.org/evnprojects#Taxonomy> .
        }
}

Thanks,
Sanjeev

--
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] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
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