It appears I
sent the wrong files. Try these instead. Also, to run this, create a project named tqexamples.com and copy the files into that. -- Scott On 3/11/10 12:06 PM, Gerrick Bivins wrote: Scott,-- You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to topbraid-composer-us...@googlegroups.com. To unsubscribe from this group, send email to topbraid-composer-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en. |
# Saved by TopBraid on Thu Mar 11 12:17:38 CST 2010 # baseURI: http://support.tq.com/RoundTripExcel # imports: http://topbraid.org/sparqlmotionfunctions # imports: http://topbraid.org/sparqlmotionlib
@prefix : <http://support.tq.com/RoundTripExcel#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix personinfo: <file:///tqexamples.com/PersonInfo.xls#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sm: <http://topbraid.org/sparqlmotion#> . @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . @prefix sml: <http://topbraid.org/sparqlmotionlib#> . @prefix sp: <http://spinrdf.org/sp#> . @prefix spin: <http://spinrdf.org/spin#> . @prefix tables: <http://topbraid.org/tables#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://support.tq.com/RoundTripExcel> rdf:type owl:Ontology ; owl:imports <http://topbraid.org/sparqlmotionfunctions> , <http://topbraid.org/sparqlmotionlib> ; owl:versionInfo "Created with TopBraid Composer"^^xsd:string . :ApplyConstruct_1 rdf:type sml:ApplyConstruct ; sm:next :ExportToRDFFile_1 ; sm:nodeX 241 ; sm:nodeY 195 ; sml:constructQuery [ rdf:type sp:Construct ; sp:templates ([ sp:object personinfo:People ; sp:predicate rdf:type ; sp:subject _:b1 ] [ sp:object "Scott" ; sp:predicate personinfo:firstName ; sp:subject _:b1 ] [ sp:object "Henninger" ; sp:predicate personinfo:lastName ; sp:subject _:b1 ] [ sp:object "2010-10-05" ; sp:predicate personinfo:birthdate ; sp:subject _:b1 ] [ sp:object -1 ; sp:predicate personinfo:age ; sp:subject _:b1 ]) ; sp:where ([ rdf:type sp:Let ; sp:expression [ rdf:type smf:buildURI ; sp:arg1 "{?fileURI}#me" ] ; sp:variable _:b1 ]) ] ; sml:replace "false"^^xsd:boolean . :ExportToRDFFile_1 rdf:type sml:ExportToRDFFile ; sm:nodeX 254 ; sm:nodeY 318 ; sml:baseURI "file:///tqexamples.com/PersonInfo.xls"^^xsd:string ; sml:targetFilePath "PersonInfo.xls"^^xsd:string . <http://support.tq.com/RoundTripExcel#Import-PersonInfo.xls_2> rdf:type sml:ImportRDFFromWorkspace ; rdfs:label "Import PersonInfo.xls"^^xsd:string ; sm:next :ApplyConstruct_1 ; sml:baseURI "file:///tqexamples.com/PersonInfo.xls"^^xsd:string . _:b1 sp:varName "me"^^xsd:string .
PersonInfo.xls
Description: MS-Excel spreadsheet