[topbraid-users] Re: Lowercase conversion (corrected)

2012-04-24 Thread Scott Henninger
Leonard; There's a few things you will need to modify. First, if the objective is to change a URI, then you will need to bind that back into a URI. So the following may work. Note the use of the graph pattern syntax in CONSTRUCT, LET has been replaced in SPARQL 1.1 with the BIND syntax, and the

[topbraid-users] Lowercase conversion (corrected)

2012-04-24 Thread Leonard Jacuzzo
Hi list, It just struck me that I used 'subclass' instead of 'subproperty'.. Any other tips to covert the property local names to lowercase? So the query I have so far should be: CONSTRUCT ?X rdfs:subPropertyOf :reading WHERE {?P rdfs:subClassOf :reading . LET (?X:= fn:lowercase (xsd:string, af

Re: [topbraid-users] Output Triples from Import modules in SMS

2012-04-24 Thread Gokhan Soydan
Hello Catrina, None of the import modules in SPARQLMotion, such as sml:ImportRDFFromWorkspace, allows input triples to pass through. Thus, the output of an import module contains only the triples that it imports. If you want to pass the input triples, then you would need to "bypass" a import

[topbraid-users] Output Triples from Import modules in SMS

2012-04-24 Thread Catrina
Is the output from various Import modules only the triples contained in the location identified by the Import module? All triples that were moving through the scipt right before the import module are not passed through as part of the output of the import module, are they? For example, if I have a