Joe; When you say "fields" in <all fields that start with 0-9>, I take it you mean spreadsheet columns. Each column is turned into a datatype property by ConvertSpreadsheetToRDF with a range definition of xsd:string by default. If you want to modify that to another type, for example xsd:float, you can use CONSTRUCT to create ?prop rdfs:range xsd:float and FilterByConstruct to remove ?prop rdfs:range xsd:string.
To do this for properties with certain string patterns use a regex in the FILTER of your WHERE clause. -- Scott On Nov 20, 8:59 am, Joseph Shea <[email protected]> wrote: > Holger, > > This is part of a SparqlMotion script. I am using > ConvertSpreadsheetToRDF, and the file format is .txt > > Hope this helps. -- You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=.
