Hi,
  The below SPARQL returns all the metadata fields except the field *last 
updated. *Isn't this *last updated *field stored at the ?projectGraph 
instance? If not then could you please help me to update the below SPARQL 
to get the last updated field also.

*SPARQL*

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




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

Reply via email to