If I use the UI to create a tagset, when I display a tagged property the 
error log shows a warning:

URI <http://evn.topbraidlive.org/tagger#currentContentRootClass> has no 
registered function factory

when I try to programmitically recreate the tagset, even though all 
metadata looks the same, all namespaces look the same it behaves 
differently - and the tag display call fails with:

*Invalid SPARQL query string: Line 3, column 78: Unresolved prefixed name: 
tagger:currentContentRootClass.*

and the tag doesnt display..

I cant find this function defined anywhere, but if I run the SPARQL query 
in the editor on the graph it appears happy, but shows no result

PREFIX arg: <http://spinrdf.org/arg#>
PREFIX dash: <http://datashapes.org/dash#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX defn: <https://surroundaustralia.com/cadastre-3d/def/>
PREFIX deo: <http://purl.org/spar/deo/>
PREFIX doco_sop_shapes: <http://purl.org/spar/doco_sop_shapes#>
PREFIX edg: <http://edg.topbraid.solutions/model/>
PREFIX graphql: <http://datashapes.org/graphql#>
PREFIX imported: <http://topbraid.org/imported#>
PREFIX metadata: <http://topbraid.org/metadata#>
PREFIX orb: <http://purl.org/orb/1.0/>
PREFIX owl2xml: <http://www.w3.org/2006/12/owl2-xml#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX pattern: <http://www.essepuntato.it/2008/12/pattern#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX skosshapes: <http://topbraid.org/skos.shapes#>
PREFIX skosxl: <http://www.w3.org/2008/05/skos-xl#>
PREFIX smf: <http://topbraid.org/sparqlmotionfunctions#>
PREFIX sp: <http://spinrdf.org/sp#>
PREFIX spar: <http://purl.org/spar/doco/>
PREFIX spin: <http://spinrdf.org/spin#>
PREFIX spl: <http://spinrdf.org/spl#>
PREFIX sro: <http://salt.semanticauthoring.org/ontologies/sro#>
PREFIX swa: <http://topbraid.org/swa#>
PREFIX swrl: <http://www.w3.org/2003/11/swrl#>
PREFIX swrlb: <http://www.w3.org/2003/11/swrlb#>
PREFIX tagger: <http://evn.topbraidlive.org/tagger#>
PREFIX taggershapes: <http://topbraid.org/taggershapes#>
PREFIX teamwork: <http://topbraid.org/teamwork#>
PREFIX teamworkconstraints: <http://topbraid.org/teamworkconstraints#>
PREFIX tosh: <http://topbraid.org/tosh#>
PREFIX ui: <http://uispin.org/ui#>
PREFIX xml: <http://www.w3.org/XML/1998/namespace>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT ?predicate ?predicateLabel ?object WHERE {
                    ?subject ?predicate ?object.
                    BIND 
(swa:propertyLabelAtClassOrShapeInGraph(?predicate, 
tagger:currentContentRootClass(), ?labelGraph) AS ?predicateLabel) .
                }

or even this cut down version: 

SELECT ?predicateLabel  WHERE {
                    ?subject ?predicate ?object.
                    BIND ( tagger:currentContentRootClass() AS 
?predicateLabel) .
                }

has no results, but doesnt fail..

What is this expecting to find that it cannot?



-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/2ea51bc2-2d6b-401b-91e4-7244eedb3a40n%40googlegroups.com.

Reply via email to