├── .cvsignore ├── .gitignore ├── .htaccess ├── ArgHandler.py ├── ConstTerm.py ├── Examples.html ├── KIFSink.py ├── LICENSE ├── LICENSE.n3 ├── LICENSE.rdf ├── LX ├── .cvsignore ├── Makefile ├── __init__.py ├── all.py ├── describer.py ├── engine │ ├── .cvsignore │ ├── __init__.py │ ├── llynInterface.py │ └── otter.py ├── expr.py ├── extract.py ├── firstOrderLogic.py ├── fol.py ├── formula.py ├── function.py ├── kb.py ├── ladder.py ├── language │ ├── .cvsignore │ ├── Makefile │ ├── __init__.py │ ├── abstract.py │ ├── basicOtter.g │ ├── basicOtter.py │ ├── htables.py │ ├── kifax.py │ ├── lbase.py │ ├── otter.py │ ├── prolog.py │ ├── raptor_rdfxml.py │ └── rdflib_rdfxml.py ├── loader.py ├── logic.py ├── namespace.py ├── newkb.py ├── nodepath.py ├── old │ ├── __init__.py │ ├── rdf.py │ └── toShortNames.py ├── operator.py ├── rdf.py ├── reporter.py ├── sniff.py ├── store │ └── basic.py ├── support │ └── recognizeLX.P ├── term.py ├── test.py └── test │ ├── sniff-1.plain │ └── sniff-2.plain ├── MANIFEST ├── MSOutlookContacts.n3 ├── MSOutlookContacts.rdf ├── Makefile ├── NTriplesSink.py ├── OrderedSequence.py ├── Overview.html ├── Primer.html ├── RDFSink.html ├── RDFSink.py ├── README ├── README.md ├── SemEnglish.g ├── SemEnglish.html ├── SemEnglish.py ├── StripeSkippingParser.py ├── __init__.py ├── admin ├── Makefile ├── N3-Bugs.ics ├── bugReport.n3 ├── bugStatus.html └── openBugs.html ├── branchtest ├── cant.py ├── check.html ├── check.py ├── comsyn.py ├── converter-cgi.py ├── crawl.py ├── crypto.n3 ├── crypto.rdf ├── cvs-authors ├── cwm-0.7.3+.tar.gz ├── cwm-0.7.3-plus.tar.gz ├── cwm-0.8.1.tar.gz ├── cwm-0.8.tar.gz ├── cwm-1.0.0.tar.gz ├── cwm-1.0.0rc1.tar.gz ├── cwm-1.0.0rc2.tar.gz ├── cwm-1.0.1.tar.gz ├── cwm-1.1.0rc1.tar.gz ├── cwm-1.1.0rc2.tar.gz ├── cwm-1.1.9b1.tar.gz ├── cwm-1.2.0.tar.gz ├── cwm-1.2.0a1.tar.gz ├── cwm-1.2.0a2.tar.gz ├── cwm-1.2.0a3.tar.gz ├── cwm-1.2.1.tar.gz ├── cwm.html ├── cwm.py ├── cwm_crypto.html ├── cwm_crypto.py ├── cwm_list.html ├── cwm_list.py ├── cwm_math.html ├── cwm_math.py ├── cwm_maths.html ├── cwm_maths.py ├── cwm_os.html ├── cwm_os.py ├── cwm_set.py ├── cwm_sparql.py ├── cwm_string.html ├── cwm_string.py ├── cwm_time.html ├── cwm_time.py ├── cwm_times.html ├── cwm_times.py ├── cwm_trigo.py ├── cwm_uri.py ├── cwm_xml.py ├── cwmdemostyle.css ├── data.n3 ├── data.rdf ├── db.n3 ├── db.rdf ├── dbork ├── .cvsignore ├── AclSqlObjects.py ├── SqlDB.py ├── TableRenderer.py ├── __init__.py ├── dbview.py └── sparqltoy.py ├── de-cr.py ├── delta.py ├── diag.html ├── diag.py ├── dist ├── cwm-1.0.0-1.noarch.rpm ├── cwm-1.0.0-1.src.rpm ├── cwm-1.0.0.win32.exe ├── cwm-1.0.0rc1-1.noarch.rpm ├── cwm-1.0.0rc1-1.src.rpm └── cwm-1.0.0rc1.win32.exe ├── doc ├── Built-In.html ├── Builtin-classes.graffle ├── CwmBuiltins.html ├── CwmHelp-template.html ├── CwmHelp.html ├── CwmInstall.html ├── Functions.html ├── Glossary.html ├── Makefile ├── Motivation.html ├── Overview.html ├── Patch.html ├── Processing.html ├── Reach.html ├── Rules.html ├── Shortcuts.html ├── Trust.html ├── app-plans.html ├── appendix.pdf ├── appendix.ps ├── bi.css ├── changes.html ├── code │ └── pyjs.html ├── cwm-help.txt ├── cwm-historical.html ├── cwm.html ├── cwm_TODO.html ├── fodder.html ├── formats-example1.dot ├── formats-example1.jpg ├── formats-example1.png ├── formats-example1.svg ├── formats-examplex1.ps ├── formats.html ├── items.n3 ├── main.css ├── ontologies.html ├── paper │ ├── CwmArch2.png │ ├── Makefile │ ├── index.1.jpg │ ├── index.bib │ ├── index.html │ ├── index.pdf │ ├── index.tex │ ├── paw.jpg │ └── psfig.sty ├── paper200209.html ├── plans.html ├── primer.css ├── print.css ├── proof_ont.txt ├── release-instructions.html ├── rule-systems.html ├── rule-tutorial.html ├── schema2html.n3 ├── states.graph ├── states.svg ├── style.css ├── tutorial-1.pdf ├── tutorial-1.ps ├── tutorial-bookstyle ├── tutorial.pdf └── tutorial.ps ├── formula.html ├── formula.py ├── formulaUnion.py ├── gram2html.py ├── grammar ├── .htaccess ├── Makefile ├── README.txt ├── __init__.py ├── bnf-rules.n3 ├── bnf-token-rules.n3 ├── bnf.n3 ├── bnf.rdf ├── bnf2html.n3 ├── bnf2ietf.n3 ├── cfg2bnf.n3 ├── check-grammar.py ├── dekeywordizer.py ├── deprefixizer.py ├── ebnf.n3 ├── ebnf.rdf ├── ebnf2bnf.n3 ├── ebnf2turtle.py ├── first_follow.n3 ├── gramLL1.py ├── lexedParser.py ├── lexjsontest.py ├── n3-checked.txt ├── n3-ietf.txt ├── n3-ql.n3 ├── n3-rdf.n3 ├── n3-report.big ├── n3-report.html ├── n3-rules.n3 ├── n3-selectors.n3 ├── n3-selectors.n3-yacc.y ├── n3-yacc.c ├── n3.n3 ├── n3.rdf ├── n3ql-checked.txt ├── n3ql-report.big ├── n3ql-report.html ├── n3ql-selectors.n3 ├── n3rdf-report.big ├── n3rdf-report.html ├── n3rules-report.big ├── n3rules-report.html ├── notation3-ll1.n3 ├── notation3.bnf ├── notation3.json ├── notation3.n3 ├── notation3.rdf ├── predictiveParser.py ├── regex.n3 ├── regex.py ├── shorthand-rules.n3 ├── sparql-grammar.py ├── sparql-selectors.n3 ├── sparql-tokens.n3 ├── sparql-utf16.n3 ├── sparql.n3 ├── sparql_tokens.py ├── spec2bnf.xsl ├── to-utf16.sed ├── tokenizer.py ├── turtle-bnf.n3 ├── turtle.bnf ├── turtle.html ├── turtle.json ├── turtle.n3 ├── yosiParser.py ├── yy.n3 └── yy2n3.sed ├── hotswap.py ├── html.py ├── importList.py ├── infoset ├── Makefile ├── grokSchema.xsl ├── infoset-daml.n3 ├── infoset-diagram.dot ├── infoset-diagram.png ├── infoset-diagram.rdf ├── infoset-diagram.svg ├── infoset-labels.n3 ├── infoset.n3 ├── infoset.rdf ├── infoset.svg ├── infoset0.n3 ├── infosetUtil.n3 ├── style-arcprop.n3 ├── style.n3 ├── xmlContent-diagram.ps ├── xmlContent-diagram.rdf ├── xmlContent-diagram.svg ├── xmlContent.n3 ├── xmlSchemaComponents-diagram.ps ├── xmlSchemaComponents-diagram.rdf ├── xmlSchemaComponents-diagram.svg ├── xmlSchemaComponents.rdf ├── xmlSchemaRanges.n3 └── xmod67.html ├── isXML.py ├── isodate.py ├── kifExpr.g ├── kifExpr.html ├── kifForm.g ├── kifForm.html ├── kifForm.py ├── link.sed ├── list.n3 ├── list.rdf ├── llyn.html ├── llyn.py ├── local_decimal.py ├── log.n3 ├── log.rdf ├── math.n3 ├── math.rdf ├── maths.n3 ├── maths.rdf ├── mixin.py ├── model.n3 ├── myStore.html ├── myStore.py ├── my_profiler.py ├── n-triples2kif.pl ├── n-triples2xplanet.pl ├── n3-simple.pl ├── n3absyn.py ├── n3p_tm.py ├── n3spark.py ├── not ├── notation3.html ├── notation3.py ├── notify └── pubsub.n3 ├── os.n3 ├── os.rdf ├── p3p ├── Makefile ├── anonShop.n3 ├── ex32.xml ├── forShoppers.n3 ├── forShoppers.rdf ├── grokDataSchema.xsl ├── grokPolicy.xsl └── p3pAArules.n3 ├── packages └── debian │ ├── Makefile │ ├── Packages │ ├── Packages.gz │ ├── Sources │ ├── Sources.gz │ ├── debian-files │ └── debian │ │ ├── README.Debian │ │ ├── changelog │ │ ├── control │ │ ├── copyright │ │ ├── dirs │ │ ├── docs │ │ ├── files │ │ ├── fixpath.sh │ │ ├── postinst.debhelper │ │ ├── prerm.debhelper │ │ └── rules │ ├── swap-cwm_0.9-1.dsc │ ├── swap-cwm_0.9-1.tar.gz │ ├── swap-cwm_0.9-1_all.deb │ └── swap-cwm_0.9-1_i386.changes ├── pim ├── ,salesTax.py ├── ,total2.py ├── Makefile ├── PhotoEvent.n3 ├── airportLookup.n3 ├── airportNames.n3 ├── calIntFig.dot ├── calIntFig.png ├── calIntFig.ps ├── calIntFig.svg ├── calIntShot.png ├── cat-report.n3 ├── check2n3.sed ├── cityLookup.n3 ├── conf2cal-all.n3 ├── conf2cal.n3 ├── contact-rules.n3 ├── contact.n3 ├── contact.rdf ├── contactAssumptions.n3 ├── contactStitch.n3 ├── contactStitch.rdf ├── conversion-rules.n3 ├── daily.make ├── day.py ├── de-space-uris.py ├── dedup-tunes.py ├── doc.n3 ├── doc.rdf ├── du │ └── du-svg.py ├── earthMap.n3 ├── email.rdf ├── exif.n3 ├── exif.rdf ├── extract-ldif.n3 ├── fileByDateInFilename.py ├── fin.py ├── financial │ ├── OFX-to-n3.py │ ├── account-report.n3 │ ├── balances.py │ ├── cat-report.n3 │ ├── chron-report.n3 │ ├── coverage.n3 │ ├── report.css │ ├── report.n3 │ ├── transaction-data-this-year-no-types.n3 │ ├── transaction-data-this-year.n3 │ └── transaction-data.n3 ├── fitness │ ├── fileStoryline.py │ ├── moves-rules.n3 │ └── nights.js ├── foaf │ └── foaf-spider.n3 ├── fromGarmin.py ├── futureEvents.n3 ├── get-balances.n3 ├── gpx2n3.sed ├── grokItinTable.xsl ├── grokLeg.dot ├── grokLeg.png ├── grokLeg.ps ├── grokLeg.svg ├── grokTravItin.pl ├── hybrid │ ├── README │ └── hybrid.n3 ├── iCalendar.n3 ├── ical.n3 ├── ical.rdf ├── ical2rdf.pl ├── ics2txt.py ├── irs │ ├── 2002-irs-1040-rules.n3 │ ├── collect-tax-data.n3 │ ├── general.n3 │ ├── st_11.pdf │ ├── tax-report.n3 │ └── test.n3 ├── itin2ical.n3 ├── itinArcs.n3 ├── itinMarks.n3 ├── jhead │ ├── Makefile │ ├── READ1ST.TXT │ ├── changes.txt │ ├── exif.c │ ├── jhead.c │ ├── jhead.h │ ├── jpgfile.c │ ├── make.bat │ ├── makefile-unix │ ├── makefile-win32 │ ├── myglob.c │ ├── readme.txt │ └── usage.html ├── jobieLabels.pl ├── json2n3.py ├── ldif │ ├── Makefile │ ├── zac.ldif │ ├── zac.n3 │ └── zac.rdf ├── ldif2n3.py ├── lookout.py ├── mapVizFig.dot ├── mapVizFig.png ├── mapVizFig.ps ├── mapVizFig.svg ├── mergeCalendars.n3 ├── mime │ └── mail2html.js ├── mortgage.n3 ├── mp3 │ └── mp3info.py ├── mso.n3 ├── mso2hybrid.n3 ├── mso2vcard.n3 ├── music │ └── 0README.txt ├── ofx-headers.n3 ├── ofx │ ├── .htaccess │ ├── ofx20.pdf │ └── ontology.n3 ├── outline2n3.py ├── pd2ical.n3 ├── plist2ttl.py ├── qfx2n3.sed ├── qfx2qu.n3 ├── qif-doc │ └── QIF-doc.htm ├── qif.n3 ├── qif.rdf ├── qif2n3.py ├── readMacAddressBook.py ├── salesTax.py ├── syncMacAddressBook.py ├── tax-report.n3 ├── tax.n3 ├── timelineChart.py ├── toIcal.py ├── toLdif.py ├── total.py ├── track-ex.n3 ├── track-rules.n3 ├── track.n3 ├── track.xml ├── travel.html ├── travelFig.png ├── travelFig.rdf ├── travelFig.svg ├── travelFig.xml ├── travelPdaRulesFig.dot ├── travelPdaRulesFig.png ├── travelPdaRulesFig.ps ├── travelPdaRulesFig.svg ├── travelTerms.n3 ├── travelTerms.rdf ├── tree.n3 ├── unclassified-filter.n3 ├── unclassified.n3 ├── usPlace2LatLong.n3 ├── usps.html ├── usps.n3 ├── usps.rdf ├── usps_ex.html ├── usps_ex_out.png └── vcard2n3.py ├── pluggable.py ├── plwm.py ├── ply ├── .cvsignore ├── __init__.py ├── lex.py └── yacc.py ├── ppt-bank ├── acct3check1.n3 ├── acct3check2.n3 ├── acct3start.n3 ├── bankSW.n3 ├── bug1.n3 └── checking.n3 ├── pretty.html ├── pretty.py ├── pychinko ├── __init__.py ├── builtins.py ├── conclusion.py ├── config.py ├── exception.py ├── helpers.py ├── interpreter.py ├── nodes.py ├── prooftrace.py ├── rete.py └── terms.py ├── pycwmko.py ├── pyjs ├── Makefile ├── experience.txt ├── fix.sed ├── js_cmd ├── js_results.html ├── js_results.n3 ├── local-not3-test.html ├── missing.js ├── n3parser.js ├── not3-test-script.js ├── not3-test.html ├── not3.js ├── not3.py ├── pre.sed ├── pyjamas-0.1 │ ├── COPYING │ ├── CREDITS │ ├── README │ ├── addons │ │ ├── AutoComplete.py │ │ ├── Canvas.py │ │ └── Tooltip.py │ ├── builder │ │ ├── boilerplate │ │ │ ├── all.cache.html │ │ │ ├── home.nocache.html │ │ │ ├── pygwt.js │ │ │ ├── tree_closed.gif │ │ │ ├── tree_open.gif │ │ │ └── tree_white.gif │ │ └── build.py │ ├── examples │ │ ├── addonsgallery │ │ │ ├── AddonsGallery.py │ │ │ ├── AutoCompleteTab.py │ │ │ ├── CanvasTab.py │ │ │ ├── IntroTab.py │ │ │ ├── Sink.py │ │ │ ├── SinkList.py │ │ │ ├── TooltipTab.py │ │ │ ├── build.sh │ │ │ └── public │ │ │ │ ├── AddonsGallery.css │ │ │ │ ├── AddonsGallery.html │ │ │ │ ├── excanvas.js │ │ │ │ └── images │ │ │ │ ├── earth.png │ │ │ │ ├── moon.png │ │ │ │ ├── num1.png │ │ │ │ ├── num2.png │ │ │ │ ├── sun.png │ │ │ │ └── wallpaper.png │ │ ├── browserdetect │ │ │ ├── BrowserDetect.html │ │ │ ├── BrowserDetect.py │ │ │ ├── build.sh │ │ │ └── platform │ │ │ │ ├── BrowserDetectIE6.py │ │ │ │ ├── BrowserDetectMozilla.py │ │ │ │ ├── BrowserDetectOldMoz.py │ │ │ │ ├── BrowserDetectOpera.py │ │ │ │ └── BrowserDetectSafari.py │ │ ├── buildall.sh │ │ ├── dynamictable │ │ │ ├── DayFilterWidget.py │ │ │ ├── DynaTable.py │ │ │ ├── DynaTableWidget.py │ │ │ ├── Person.py │ │ │ ├── Professor.py │ │ │ ├── Schedule.py │ │ │ ├── SchoolCalendarService.py │ │ │ ├── SchoolCalendarWidget.py │ │ │ ├── Student.py │ │ │ ├── TimeSlot.py │ │ │ ├── build.sh │ │ │ └── public │ │ │ │ ├── DynaTable.css │ │ │ │ ├── DynaTable.html │ │ │ │ ├── SchoolCalendarService.php │ │ │ │ └── phpolait │ │ │ │ ├── JSON.php │ │ │ │ ├── copying.txt │ │ │ │ ├── httpwrap.php │ │ │ │ ├── jsolait │ │ │ │ ├── init.js │ │ │ │ ├── lib │ │ │ │ │ ├── codecs.js │ │ │ │ │ ├── crypto.js │ │ │ │ │ ├── iter.js │ │ │ │ │ ├── jsonrpc.js │ │ │ │ │ ├── lang.js │ │ │ │ │ ├── urllib.js │ │ │ │ │ ├── xml.js │ │ │ │ │ └── xmlrpc.js │ │ │ │ └── missingmixin.js │ │ │ │ ├── phpolait.php │ │ │ │ ├── rpcproxy.php4 │ │ │ │ ├── rpcproxy.php5 │ │ │ │ ├── rpcproxy_call_method.php │ │ │ │ └── rpcproxy_constructor.php │ │ ├── gridtest │ │ │ ├── GridTest.html │ │ │ ├── GridTest.py │ │ │ ├── build.sh │ │ │ └── test.py │ │ ├── helloworld │ │ │ ├── Hello.html │ │ │ ├── Hello.py │ │ │ ├── README │ │ │ ├── build.sh │ │ │ └── test.py │ │ ├── index.html │ │ ├── jsonrpc │ │ │ ├── JSONRPCExample.py │ │ │ ├── build.sh │ │ │ └── public │ │ │ │ ├── JSONRPCExample.html │ │ │ │ └── services │ │ │ │ ├── .htaccess │ │ │ │ ├── EchoService.php │ │ │ │ ├── EchoService.py │ │ │ │ ├── jsonrpc │ │ │ │ ├── __init__.py │ │ │ │ ├── apacheServiceHandler.py │ │ │ │ ├── cgihandler.py │ │ │ │ ├── errors.py │ │ │ │ ├── http.py │ │ │ │ ├── proxy.py │ │ │ │ └── socketserver.py │ │ │ │ ├── phpolait │ │ │ │ ├── JSON.php │ │ │ │ ├── copying.txt │ │ │ │ ├── httpwrap.php │ │ │ │ ├── jsolait │ │ │ │ │ ├── init.js │ │ │ │ │ ├── lib │ │ │ │ │ │ ├── codecs.js │ │ │ │ │ │ ├── crypto.js │ │ │ │ │ │ ├── iter.js │ │ │ │ │ │ ├── jsonrpc.js │ │ │ │ │ │ ├── lang.js │ │ │ │ │ │ ├── urllib.js │ │ │ │ │ │ ├── xml.js │ │ │ │ │ │ └── xmlrpc.js │ │ │ │ │ └── missingmixin.js │ │ │ │ ├── phpolait.php │ │ │ │ ├── rpcproxy.php4 │ │ │ │ ├── rpcproxy.php5 │ │ │ │ ├── rpcproxy_call_method.php │ │ │ │ └── rpcproxy_constructor.php │ │ │ │ └── simplejson │ │ │ │ ├── __init__.py │ │ │ │ ├── decoder.py │ │ │ │ ├── encoder.py │ │ │ │ ├── jsonfilter.py │ │ │ │ └── scanner.py │ │ ├── kitchensink │ │ │ ├── Buttons.py │ │ │ ├── Frames.py │ │ │ ├── Images.py │ │ │ ├── Info.py │ │ │ ├── KitchenSink.py │ │ │ ├── Layouts.py │ │ │ ├── Lists.py │ │ │ ├── Logger.py │ │ │ ├── Menus.py │ │ │ ├── Popups.py │ │ │ ├── Sink.py │ │ │ ├── SinkInfo.py │ │ │ ├── SinkList.py │ │ │ ├── Tables.py │ │ │ ├── Tabs.py │ │ │ ├── Text.py │ │ │ ├── Trees.py │ │ │ ├── build.sh │ │ │ ├── public │ │ │ │ ├── KitchenSink.css │ │ │ │ ├── KitchenSink.html │ │ │ │ ├── images │ │ │ │ │ ├── blanksearching.gif │ │ │ │ │ └── searching.gif │ │ │ │ └── rembrandt │ │ │ │ │ ├── JohannesElison.html │ │ │ │ │ ├── JohannesElison.jpg │ │ │ │ │ ├── LaMarcheNocturne.html │ │ │ │ │ ├── LaMarcheNocturne.jpg │ │ │ │ │ ├── SelfPortrait1628.html │ │ │ │ │ ├── SelfPortrait1628.jpg │ │ │ │ │ ├── SelfPortrait1640.html │ │ │ │ │ ├── SelfPortrait1640.jpg │ │ │ │ │ ├── TheArtistInHisStudio.html │ │ │ │ │ ├── TheArtistInHisStudio.jpg │ │ │ │ │ ├── TheReturnOfTheProdigalSon.html │ │ │ │ │ ├── TheReturnOfTheProdigalSon.jpg │ │ │ │ │ ├── back.gif │ │ │ │ │ ├── forward.gif │ │ │ │ │ └── rembrandt.css │ │ │ └── test.py │ │ ├── libtest │ │ │ ├── ClassTest.py │ │ │ ├── LibTest.html │ │ │ ├── LibTest.py │ │ │ ├── ListTest.py │ │ │ ├── StringTest.py │ │ │ ├── UnitTest.py │ │ │ ├── build.sh │ │ │ └── write.py │ │ ├── mail │ │ │ ├── AboutDialog.py │ │ │ ├── Contacts.py │ │ │ ├── Logger.py │ │ │ ├── Mail.html │ │ │ ├── Mail.py │ │ │ ├── MailDetail.py │ │ │ ├── MailItem.py │ │ │ ├── MailItems.py │ │ │ ├── MailList.py │ │ │ ├── Mailboxes.py │ │ │ ├── Shortcuts.py │ │ │ ├── Tasks.py │ │ │ ├── TopPanel.py │ │ │ └── build.sh │ │ └── onclicktest │ │ │ ├── OnClickTest.html │ │ │ ├── OnClickTest.py │ │ │ ├── build.sh │ │ │ └── test.py │ ├── library │ │ ├── Cookies.py │ │ ├── DOM.py │ │ ├── DeferredCommand.py │ │ ├── HTTPRequest.py │ │ ├── History.py │ │ ├── JSONParser.py │ │ ├── JSONService.py │ │ ├── Timer.py │ │ ├── Window.py │ │ ├── math.py │ │ ├── platform │ │ │ ├── DOMIE6.py │ │ │ ├── DOMMozilla.py │ │ │ ├── HTTPRequestIE6.py │ │ │ ├── HistoryIE6.py │ │ │ ├── HistorySafari.py │ │ │ ├── pyjslibMozilla.py │ │ │ ├── uiIE6.py │ │ │ ├── uiOldMoz.py │ │ │ └── uiSafari.py │ │ ├── pygwt.py │ │ ├── pyjslib.py │ │ └── ui.py │ └── pyjs │ │ ├── pyjs.py │ │ └── tests │ │ ├── test-coverage.py │ │ ├── test-report.py │ │ ├── test.sh │ │ ├── test001.js │ │ ├── test001.py │ │ ├── test002.js │ │ ├── test002.py │ │ ├── test003.js │ │ ├── test003.py │ │ ├── test004.js │ │ ├── test004.py │ │ ├── test005.js │ │ ├── test005.py │ │ ├── test006.js │ │ ├── test006.py │ │ ├── test007.js │ │ ├── test007.py │ │ ├── test008.js │ │ ├── test008.py │ │ ├── test009.js │ │ ├── test009.py │ │ ├── test010.js │ │ ├── test010.py │ │ ├── test011.js │ │ ├── test011.py │ │ ├── test012.js │ │ ├── test012.py │ │ ├── test013.js │ │ ├── test013.py │ │ ├── test014.js │ │ ├── test014.py │ │ ├── test015.js │ │ ├── test015.py │ │ ├── test016.js │ │ ├── test016.py │ │ ├── test017.js │ │ ├── test017.py │ │ ├── test018.js │ │ ├── test018.py │ │ ├── test019.js │ │ ├── test019.py │ │ ├── test020.js │ │ ├── test020.py │ │ ├── test021.js │ │ ├── test021.py │ │ ├── test022.js │ │ ├── test022.py │ │ ├── test023.js │ │ ├── test023.py │ │ ├── test024.js │ │ ├── test024.py │ │ ├── test025.js │ │ ├── test025.py │ │ ├── test026.js │ │ ├── test026.py │ │ ├── test027.js │ │ ├── test027.py │ │ ├── test028.js │ │ ├── test028.py │ │ ├── test029.js │ │ ├── test029.py │ │ ├── test030.js │ │ ├── test030.py │ │ ├── test031.js │ │ ├── test031.py │ │ ├── test032.js │ │ ├── test032.py │ │ ├── test033.js │ │ ├── test033.py │ │ ├── test034.js │ │ ├── test034.py │ │ ├── test035.js │ │ ├── test035.py │ │ ├── test036.js │ │ ├── test036.py │ │ ├── test037.js │ │ ├── test037.py │ │ ├── test038.js │ │ ├── test038.py │ │ ├── test039.js │ │ ├── test039.py │ │ ├── test040.js │ │ ├── test040.py │ │ ├── test041.js │ │ ├── test041.py │ │ ├── test042.js │ │ ├── test042.py │ │ ├── test043.js │ │ ├── test043.py │ │ ├── test044.js │ │ ├── test044.py │ │ ├── test045.js │ │ ├── test045.py │ │ ├── test046.js │ │ └── test046.py ├── pyjs.py ├── testn3.js └── utf8.js ├── query.html ├── query.py ├── rdf2dot.py ├── rdflib2rdf.html ├── rdflib2rdf.py ├── rdflib_user.py ├── rdfn3-gram.html ├── rdfn3.g ├── rdfn3_yapps.py ├── rdfn3_yappstest.py ├── rdfpath.py ├── rdfx2kif.py ├── rdfxml.py ├── reason.n3 ├── reason.rdf ├── reify.html ├── reify.n3 ├── reify.py ├── relaxNG-gram.html ├── relaxNG.g ├── restore.py ├── sax2rdf.html ├── sax2rdf.py ├── serial.py ├── set.n3 ├── set.rdf ├── set_importer.py ├── setup.py ├── soapserver.py ├── spark.py ├── sparql ├── Makefile ├── __init__.py ├── bnf-token-rules.n3 ├── earley.py ├── sparql-grammar.py ├── sparqlClient.py ├── sparql_parser.py ├── sparql_table.py ├── sparql_tokens.py ├── sparql_tokens_table.py ├── table_generator.py └── webserver.py ├── sparql2cwm.py ├── sparqlCwm.n3 ├── string.n3 ├── string.rdf ├── surnia ├── .cvsignore ├── Makefile ├── OwlAxiomReasoner.py ├── old-results │ ├── output-2003-08-03T23:08:06 │ ├── output-2003-08-08T10:08:22 │ ├── output-2003-08-08T14:08:51 │ ├── output-2003-08-08T14:08:58 │ ├── output-2003-08-08T15:08:28 │ ├── output-2003-08-08T15:08:58 │ └── output-2003-08-08T16:08:27 ├── otter │ ├── RDF.otter │ ├── RDFDT.otter │ ├── RDFS-old.otter │ ├── RDFS.otter │ ├── owlAx-card.otter │ ├── owlAx-equivProp.otter │ ├── owlAx-lemma-unionOf002.otter │ ├── owlAx-oneOf.otter │ ├── owlAx-unionOf.otter │ ├── owlAx.otter │ └── test │ │ ├── 001.otter │ │ ├── 002.otter │ │ ├── 003.otter │ │ ├── 004.otter │ │ ├── 005.otter │ │ ├── 006.otter │ │ ├── 007.otter │ │ ├── 008.otter │ │ ├── 009.otter │ │ ├── 010.otter │ │ └── 011.otter ├── play │ ├── I5.24__Manifest001.toOtter │ ├── I5.24__Manifest004.toOtter │ ├── I5.2__Manifest002.toOtter │ ├── cardinality__Manifest001.toOtter │ ├── maxCardinality__Manifest001.toOtter │ ├── sets │ ├── toOtt │ ├── toOtt2 │ ├── toOtt3 │ ├── toOtt3a │ ├── toOtt4 │ ├── toOtt5 │ ├── toOtt5a │ └── toOtt6 └── surnia.py ├── sync.py ├── tab2n3.html ├── tab2n3.py ├── talk ├── Makefile ├── Overview-1.html ├── Overview-2.html ├── Overview-3.html ├── Overview.html ├── all-old.htm ├── all.htm ├── infos.txt ├── local.css ├── slide1-0.html ├── slide1-1.html ├── slide1-2.html ├── slide1-3.html ├── slide10-0.html ├── slide10-1.html ├── slide10-2.html ├── slide10-3.html ├── slide2-0.html ├── slide2-1.html ├── slide2-2.html ├── slide2-3.html ├── slide3-0.html ├── slide3-1.html ├── slide3-2.html ├── slide3-3.html ├── slide4-0.html ├── slide4-1.html ├── slide4-2.html ├── slide4-3.html ├── slide5-0.html ├── slide5-1.html ├── slide5-2.html ├── slide5-3.html ├── slide6-0.html ├── slide6-1.html ├── slide6-2.html ├── slide6-3.html ├── slide7-0.html ├── slide7-1.html ├── slide7-2.html ├── slide7-3.html ├── slide8-0.html ├── slide8-1.html ├── slide8-2.html ├── slide8-3.html ├── slide9-0.html ├── slide9-1.html ├── slide9-2.html └── slide9-3.html ├── term.html ├── term.py ├── test ├── .cvsignore ├── EricNeumann │ ├── exdata.n3 │ ├── exquery.n3 │ ├── metab.n3 │ ├── metab_final.n3 │ ├── metab_intermed.n3 │ ├── original │ │ ├── metab.n3 │ │ ├── metab_final.n3 │ │ └── metab_intermed.n3 │ └── t ├── Makefile ├── README.html ├── acl-pf.kif ├── acl-pf.n3 ├── amp-in-url.nt ├── amp-in-url.rdf ├── andy │ ├── D.n3 │ └── t2.n3 ├── animal-simple.n3 ├── animal.rdf ├── animals.n3 ├── anon-prop.n3 ├── anonymous_loop.n3 ├── cal │ └── Makefile ├── cant │ ├── Makefile │ ├── README.txt │ ├── cal1.1 │ ├── cal1.2 │ ├── cal1.nt │ ├── cal1a.nt │ ├── cal2.1 │ ├── cal2.2 │ ├── cal2.nt │ ├── cal2a.nt │ ├── seq-r.1 │ ├── seq-r.nt │ ├── seq-t.1 │ └── seq-t.nt ├── ccpp │ ├── Makefile │ ├── cpp-client.rdf │ ├── cpp-proxy.rdf │ ├── cpp.n3 │ ├── cpp.rdf │ ├── ex2-2-b-suggested.xml │ ├── ex2-2-b.rdf │ ├── ex2-2-b.rdf.n3 │ ├── ex2-2-b.rdf.rdf │ └── schema.rdf ├── ccppfig2-2a.n3 ├── cg │ └── bus.n3 ├── closure │ └── e.n3 ├── concrete │ └── daml+oil+concrete-ex.xml ├── context-object.n3 ├── contexts.n3 ├── crawlFoaf.n3 ├── crawlSeeAlso.n3 ├── crypto │ ├── Makefile │ ├── Myfile.txt │ ├── Overview.html │ ├── acc.n3 │ ├── access-1.checked │ ├── access-1.proof │ ├── access-1.request │ ├── access-1.response │ ├── access-elisa.cert │ ├── access-elisa.private │ ├── access-elisa.public │ ├── access-gen-elisa.n3 │ ├── access-gen-master.n3 │ ├── access-gen-tiina.n3 │ ├── access-master.private │ ├── access-master.public │ ├── access-onlyPublic.n3 │ ├── access-rule.n3 │ ├── access-sign-cert.n3 │ ├── access-sign-member-cert.n3 │ ├── access-sign-request.n3 │ ├── access-tiina.cert │ ├── access-tiina.private │ ├── access-tiina.public │ ├── crypto-test-out.n3 │ ├── crypto-test.n3 │ ├── detailed.tests │ ├── hash-data.txt │ ├── hash-out.n3 │ ├── make.jpg │ ├── make.svg │ ├── ref │ │ └── access-1.request │ ├── result-filter.n3 │ ├── test-hash.n3 │ ├── test-n3String.n3 │ ├── test-n3String.ref.n3 │ ├── test-parsedAsN3.n3 │ └── test-parsedAsN3.ref.n3 ├── csv │ ├── comma.csv │ └── missingCols.csv ├── cwm │ ├── detailed.tests │ ├── fam-rules.n3 │ ├── fam-thinkwith.ref │ └── fam.n3 ├── d11.n3 ├── daml-ex.n3 ├── daml-ex.rdf ├── daml-ont.n3 ├── daml-ont.rdf ├── daml-pref.n3 ├── danbri │ └── bad-foaf.rdf ├── datatype-exA.rdf ├── datatype-exB.rdf ├── datatype10.n3 ├── datatypeAtoB.n3 ├── datatypes │ ├── dec-div.n3 │ └── inBuiltIns.n3 ├── dbRegression.n3 ├── dbork │ ├── Customers │ ├── OrderTracking0.n3 │ ├── OrderTracking0s.n3 │ ├── OrderTracking1-noExtKeys.n3 │ ├── OrderTracking1-sameFragName.n3 │ ├── OrderTracking1.n3 │ ├── OrderTracking6.n3 │ ├── OrderTracking7.n3 │ ├── Products │ ├── WhatCities.n3 │ ├── aclQuery.n3 │ ├── aclQuery2.n3 │ ├── data │ │ ├── City.daml │ │ ├── City.n3 │ │ ├── Country.daml │ │ ├── Country.n3 │ │ ├── README.txt │ │ ├── State.daml │ │ ├── State.n3 │ │ ├── USCity.daml │ │ ├── USCity.n3 │ │ ├── USRegionState.daml │ │ └── USRegionState.n3 │ ├── daysoftheweek.n3 │ ├── daytable.n3 │ ├── defdoc1.n3 │ ├── defdoc2.n3 │ ├── defdoc2.xml │ ├── defdoc2r.n3 │ ├── defdoc3.n3 │ ├── explain.ai │ ├── explain.png │ ├── geo1.n3 │ └── n3_CMYK.ai ├── dc.n3 ├── delegate │ ├── data │ │ ├── City.n3 │ │ ├── Country.n3 │ │ ├── Country.rdf │ │ ├── README.txt │ │ ├── State.n3 │ │ ├── State.rdf │ │ ├── USCity.n3 │ │ ├── USCity.rdf │ │ ├── USRegionState.n3 │ │ └── USRegionState.rdf │ ├── defdoc1.n3 │ ├── defdoc2.n3 │ └── meta.n3 ├── delta │ ├── README.txt │ ├── bank.n3 │ ├── detailed.tests │ ├── gk1 │ │ ├── README.txt │ │ ├── from.n3 │ │ └── to.n3 │ ├── hjs │ │ ├── atom.owl │ │ ├── blog-1.n3 │ │ └── blog-2.n3 │ ├── ical │ │ ├── Makefile │ │ ├── from-smushed.n3 │ │ ├── from.cnt │ │ ├── from.n3 │ │ ├── ical-ifp.n3 │ │ ├── patch.n3 │ │ ├── smushed-patch.n3 │ │ ├── smushed-regen.nt │ │ ├── to-smushed.n3 │ │ ├── to-smushed.nt │ │ └── to.n3 │ ├── sync │ │ ├── Makefile │ │ ├── d1a.n3 │ │ ├── d1b.n3 │ │ ├── s1a.n3 │ │ ├── s1b.cal │ │ ├── s1b.ics │ │ ├── s1b.n3 │ │ ├── t0.ics │ │ ├── t1.ics │ │ ├── t1.ics3 │ │ ├── t1.icsx │ │ ├── t1a.ics │ │ ├── t1a.ics3 │ │ ├── t1b.ics │ │ ├── t1b.ics3 │ │ └── t2.ics │ ├── t1 │ │ ├── diff.n3 │ │ ├── from.n3 │ │ └── to.n3 │ ├── t2 │ │ ├── Makefile │ │ ├── from-smushed.n3 │ │ ├── from.n3 │ │ ├── patch.n3 │ │ ├── smushed-patch.n3 │ │ ├── smushed-regen.n3 │ │ ├── smushed-regen.nt │ │ ├── smushed-regen.ref.ntriples │ │ ├── to-smushed.n3 │ │ ├── to-smushed.nt │ │ └── to.n3 │ ├── t3 │ │ ├── details.txt │ │ ├── from.n3 │ │ ├── output.n3 │ │ ├── test.n3 │ │ ├── to-diff.n3 │ │ └── to-same.n3 │ ├── t4 │ │ ├── details.txt │ │ ├── from.n3 │ │ ├── output.n3 │ │ ├── scratch.n3 │ │ ├── test.n3 │ │ └── to.n3 │ └── tr │ │ ├── Makefile │ │ ├── assumptions.n3 │ │ ├── gen-rdf.sh │ │ ├── get-revs.sh │ │ ├── status.html │ │ ├── test-diff.sh │ │ ├── test │ │ ├── 0 │ │ │ └── tr.rdf │ │ ├── 1 │ │ │ ├── Makefile │ │ │ ├── tr.cant │ │ │ ├── tr.checked │ │ │ ├── tr.delta │ │ │ ├── tr.nt │ │ │ └── tr.rdf │ │ ├── 2 │ │ │ ├── tr.cant │ │ │ ├── tr.nt │ │ │ ├── tr.nt2 │ │ │ └── tr.rdf │ │ ├── 3 │ │ │ ├── tr.cant │ │ │ ├── tr.delta │ │ │ ├── tr.nt │ │ │ └── tr.rdf │ │ ├── 4 │ │ │ └── tr.rdf │ │ ├── 5 │ │ │ └── tr.rdf │ │ ├── 6 │ │ │ └── tr.rdf │ │ ├── 7 │ │ │ └── tr.rdf │ │ ├── 8 │ │ │ └── tr.rdf │ │ ├── 9 │ │ │ └── tr.rdf │ │ ├── 10 │ │ │ └── tr.rdf │ │ ├── 11 │ │ │ └── tr.rdf │ │ ├── 12 │ │ │ └── tr.rdf │ │ ├── 13 │ │ │ └── tr.rdf │ │ ├── 14 │ │ │ └── tr.rdf │ │ ├── 15 │ │ │ └── tr.rdf │ │ ├── 16 │ │ │ └── tr.rdf │ │ ├── 17 │ │ │ └── tr.rdf │ │ ├── 18 │ │ │ └── tr.rdf │ │ ├── 19 │ │ │ └── tr.rdf │ │ ├── 20 │ │ │ └── tr.rdf │ │ ├── 21 │ │ │ └── tr.rdf │ │ ├── 22 │ │ │ └── tr.rdf │ │ ├── 23 │ │ │ └── tr.rdf │ │ ├── 24 │ │ │ └── tr.rdf │ │ ├── 25 │ │ │ └── tr.rdf │ │ ├── 26 │ │ │ └── tr.rdf │ │ ├── 27 │ │ │ └── tr.rdf │ │ ├── 28 │ │ │ └── tr.rdf │ │ ├── 29 │ │ │ └── tr.rdf │ │ ├── 30 │ │ │ └── tr.rdf │ │ ├── 31 │ │ │ └── tr.rdf │ │ ├── 32 │ │ │ └── tr.rdf │ │ ├── 33 │ │ │ └── tr.rdf │ │ ├── 34 │ │ │ └── tr.rdf │ │ ├── 35 │ │ │ └── tr.rdf │ │ ├── 36 │ │ │ └── tr.rdf │ │ ├── 37 │ │ │ └── tr.rdf │ │ ├── 38 │ │ │ └── tr.rdf │ │ ├── 39 │ │ │ └── tr.rdf │ │ ├── 40 │ │ │ └── tr.rdf │ │ ├── 41 │ │ │ └── tr.rdf │ │ ├── 42 │ │ │ └── tr.rdf │ │ ├── 43 │ │ │ └── tr.rdf │ │ ├── 44 │ │ │ └── tr.rdf │ │ ├── 45 │ │ │ └── tr.rdf │ │ ├── 46 │ │ │ └── tr.rdf │ │ ├── 47 │ │ │ └── tr.rdf │ │ ├── 48 │ │ │ └── tr.rdf │ │ ├── 49 │ │ │ └── tr.rdf │ │ ├── 50 │ │ │ └── tr.rdf │ │ ├── 51 │ │ │ └── tr.rdf │ │ ├── 52 │ │ │ └── tr.rdf │ │ ├── 53 │ │ │ └── tr.rdf │ │ ├── 54 │ │ │ └── tr.rdf │ │ ├── 55 │ │ │ └── tr.rdf │ │ ├── 56 │ │ │ └── tr.rdf │ │ ├── 57 │ │ │ └── tr.rdf │ │ ├── 58 │ │ │ └── tr.rdf │ │ ├── 59 │ │ │ └── tr.rdf │ │ ├── 60 │ │ │ └── tr.rdf │ │ ├── 61 │ │ │ └── tr.rdf │ │ ├── 62 │ │ │ └── tr.rdf │ │ ├── 63 │ │ │ └── tr.rdf │ │ ├── 64 │ │ │ └── tr.rdf │ │ ├── 65 │ │ │ └── tr.rdf │ │ ├── 66 │ │ │ └── tr.rdf │ │ ├── 67 │ │ │ └── tr.rdf │ │ ├── 68 │ │ │ └── tr.rdf │ │ ├── 69 │ │ │ └── tr.rdf │ │ ├── 70 │ │ │ └── tr.rdf │ │ ├── 71 │ │ │ └── tr.rdf │ │ ├── 72 │ │ │ └── tr.rdf │ │ ├── 73 │ │ │ └── tr.rdf │ │ ├── 74 │ │ │ └── tr.rdf │ │ ├── 75 │ │ │ └── tr.rdf │ │ ├── 76 │ │ │ └── tr.rdf │ │ ├── 77 │ │ │ └── tr.rdf │ │ ├── 78 │ │ │ └── tr.rdf │ │ ├── 79 │ │ │ └── tr.rdf │ │ ├── 80 │ │ │ └── tr.rdf │ │ ├── 81 │ │ │ └── tr.rdf │ │ ├── 82 │ │ │ └── tr.rdf │ │ ├── 83 │ │ │ └── tr.rdf │ │ ├── 84 │ │ │ └── tr.rdf │ │ ├── 85 │ │ │ └── tr.rdf │ │ ├── 86 │ │ │ └── tr.rdf │ │ ├── 87 │ │ │ └── tr.rdf │ │ ├── 88 │ │ │ └── tr.rdf │ │ ├── 89 │ │ │ └── tr.rdf │ │ ├── 90 │ │ │ └── tr.rdf │ │ ├── 91 │ │ │ └── tr.rdf │ │ ├── 92 │ │ │ └── tr.rdf │ │ ├── 93 │ │ │ └── tr.rdf │ │ ├── 94 │ │ │ └── tr.rdf │ │ ├── 95 │ │ │ └── tr.rdf │ │ ├── 96 │ │ │ └── tr.rdf │ │ ├── 97 │ │ │ └── tr.rdf │ │ ├── 98 │ │ │ └── tr.rdf │ │ ├── 99 │ │ │ └── tr.rdf │ │ ├── 100 │ │ │ └── tr.rdf │ │ ├── 101 │ │ │ └── tr.rdf │ │ ├── 102 │ │ │ └── tr.rdf │ │ ├── 103 │ │ │ └── tr.rdf │ │ ├── 104 │ │ │ └── tr.rdf │ │ ├── 105 │ │ │ └── tr.rdf │ │ ├── 106 │ │ │ └── tr.rdf │ │ ├── 107 │ │ │ └── tr.rdf │ │ ├── 108 │ │ │ └── tr.rdf │ │ ├── 109 │ │ │ └── tr.rdf │ │ ├── 110 │ │ │ └── tr.rdf │ │ ├── 111 │ │ │ └── tr.rdf │ │ ├── 112 │ │ │ └── tr.rdf │ │ ├── 113 │ │ │ └── tr.rdf │ │ ├── 114 │ │ │ └── tr.rdf │ │ ├── 115 │ │ │ └── tr.rdf │ │ ├── 116 │ │ │ └── tr.rdf │ │ ├── 117 │ │ │ └── tr.rdf │ │ ├── 118 │ │ │ └── tr.rdf │ │ ├── 119 │ │ │ └── tr.rdf │ │ ├── 120 │ │ │ └── tr.rdf │ │ ├── 121 │ │ │ └── tr.rdf │ │ ├── 122 │ │ │ └── tr.rdf │ │ ├── 123 │ │ │ └── tr.rdf │ │ ├── 124 │ │ │ └── tr.rdf │ │ ├── 125 │ │ │ └── tr.rdf │ │ ├── 126 │ │ │ └── tr.rdf │ │ ├── 127 │ │ │ └── tr.rdf │ │ ├── 128 │ │ │ └── tr.rdf │ │ ├── 129 │ │ │ └── tr.rdf │ │ ├── 130 │ │ │ └── tr.rdf │ │ ├── 131 │ │ │ └── tr.rdf │ │ ├── 132 │ │ │ └── tr.rdf │ │ ├── 133 │ │ │ └── tr.rdf │ │ ├── 134 │ │ │ └── tr.rdf │ │ ├── 135 │ │ │ └── tr.rdf │ │ ├── 136 │ │ │ └── tr.rdf │ │ ├── 137 │ │ │ └── tr.rdf │ │ ├── 138 │ │ │ └── tr.rdf │ │ ├── 139 │ │ │ └── tr.rdf │ │ ├── 140 │ │ │ └── tr.rdf │ │ ├── 141 │ │ │ └── tr.rdf │ │ ├── 142 │ │ │ └── tr.rdf │ │ ├── 143 │ │ │ └── tr.rdf │ │ ├── 144 │ │ │ └── tr.rdf │ │ ├── 145 │ │ │ └── tr.rdf │ │ ├── 146 │ │ │ └── tr.rdf │ │ ├── 147 │ │ │ └── tr.rdf │ │ ├── 148 │ │ │ └── tr.rdf │ │ ├── 149 │ │ │ └── tr.rdf │ │ ├── 150 │ │ │ └── tr.rdf │ │ ├── 151 │ │ │ └── tr.rdf │ │ ├── 152 │ │ │ └── tr.rdf │ │ ├── 153 │ │ │ └── tr.rdf │ │ ├── 154 │ │ │ └── tr.rdf │ │ ├── 155 │ │ │ └── tr.rdf │ │ ├── 156 │ │ │ └── tr.rdf │ │ ├── 157 │ │ │ └── tr.rdf │ │ ├── 158 │ │ │ └── tr.rdf │ │ ├── 159 │ │ │ └── tr.rdf │ │ ├── 160 │ │ │ └── tr.rdf │ │ ├── 161 │ │ │ └── tr.rdf │ │ ├── 162 │ │ │ └── tr.rdf │ │ ├── 163 │ │ │ └── tr.rdf │ │ ├── 164 │ │ │ └── tr.rdf │ │ ├── 165 │ │ │ └── tr.rdf │ │ ├── 166 │ │ │ └── tr.rdf │ │ ├── 167 │ │ │ └── tr.rdf │ │ ├── 168 │ │ │ └── tr.rdf │ │ ├── 169 │ │ │ └── tr.rdf │ │ ├── 170 │ │ │ └── tr.rdf │ │ ├── 171 │ │ │ └── tr.rdf │ │ ├── 172 │ │ │ └── tr.rdf │ │ ├── 173 │ │ │ └── tr.rdf │ │ ├── 174 │ │ │ └── tr.rdf │ │ ├── 175 │ │ │ └── tr.rdf │ │ ├── 176 │ │ │ └── tr.rdf │ │ ├── 177 │ │ │ └── tr.rdf │ │ ├── 178 │ │ │ └── tr.rdf │ │ ├── 179 │ │ │ └── tr.rdf │ │ ├── 180 │ │ │ └── tr.rdf │ │ ├── 181 │ │ │ └── tr.rdf │ │ ├── 182 │ │ │ └── tr.rdf │ │ ├── 183 │ │ │ └── tr.rdf │ │ ├── 184 │ │ │ └── tr.rdf │ │ ├── 185 │ │ │ └── tr.rdf │ │ ├── 186 │ │ │ └── tr.rdf │ │ ├── 187 │ │ │ └── tr.rdf │ │ ├── 188 │ │ │ └── tr.rdf │ │ ├── 189 │ │ │ └── tr.rdf │ │ ├── 190 │ │ │ └── tr.rdf │ │ ├── 191 │ │ │ └── tr.rdf │ │ ├── 192 │ │ │ └── tr.rdf │ │ ├── 193 │ │ │ └── tr.rdf │ │ ├── 194 │ │ │ └── tr.rdf │ │ ├── 195 │ │ │ └── tr.rdf │ │ ├── 196 │ │ │ └── tr.rdf │ │ ├── 197 │ │ │ └── tr.rdf │ │ ├── 198 │ │ │ └── tr.rdf │ │ ├── 199 │ │ │ └── tr.rdf │ │ ├── 200 │ │ │ └── tr.rdf │ │ ├── 201 │ │ │ └── tr.rdf │ │ ├── 202 │ │ │ └── tr.rdf │ │ ├── 203 │ │ │ └── tr.rdf │ │ ├── 204 │ │ │ └── tr.rdf │ │ ├── 205 │ │ │ └── tr.rdf │ │ ├── 206 │ │ │ └── tr.rdf │ │ ├── 207 │ │ │ └── tr.rdf │ │ ├── 208 │ │ │ └── tr.rdf │ │ ├── 209 │ │ │ └── tr.rdf │ │ ├── 210 │ │ │ └── tr.rdf │ │ ├── 211 │ │ │ └── tr.rdf │ │ ├── 212 │ │ │ └── tr.rdf │ │ ├── 213 │ │ │ └── tr.rdf │ │ ├── 214 │ │ │ └── tr.rdf │ │ ├── 215 │ │ │ └── tr.rdf │ │ ├── 216 │ │ │ └── tr.rdf │ │ ├── 217 │ │ │ └── tr.rdf │ │ ├── 218 │ │ │ └── tr.rdf │ │ ├── 219 │ │ │ └── tr.rdf │ │ ├── 220 │ │ │ └── tr.rdf │ │ ├── 221 │ │ │ └── tr.rdf │ │ ├── 222 │ │ │ └── tr.rdf │ │ ├── 223 │ │ │ └── tr.rdf │ │ ├── 224 │ │ │ └── tr.rdf │ │ ├── 225 │ │ │ └── tr.rdf │ │ ├── 226 │ │ │ └── tr.rdf │ │ ├── 227 │ │ │ └── tr.rdf │ │ ├── 228 │ │ │ └── tr.rdf │ │ ├── 229 │ │ │ └── tr.rdf │ │ ├── 230 │ │ │ └── tr.rdf │ │ ├── 231 │ │ │ └── tr.rdf │ │ ├── 232 │ │ │ └── tr.rdf │ │ ├── 233 │ │ │ └── tr.rdf │ │ ├── 234 │ │ │ └── tr.rdf │ │ ├── 235 │ │ │ └── tr.rdf │ │ ├── 236 │ │ │ └── tr.rdf │ │ ├── 237 │ │ │ └── tr.rdf │ │ ├── 238 │ │ │ └── tr.rdf │ │ ├── 239 │ │ │ └── tr.rdf │ │ ├── 240 │ │ │ └── tr.rdf │ │ ├── 241 │ │ │ └── tr.rdf │ │ ├── 242 │ │ │ └── tr.rdf │ │ ├── 243 │ │ │ └── tr.rdf │ │ ├── 244 │ │ │ └── tr.rdf │ │ ├── 245 │ │ │ └── tr.rdf │ │ ├── 246 │ │ │ └── tr.rdf │ │ ├── 247 │ │ │ └── tr.rdf │ │ ├── 248 │ │ │ └── tr.rdf │ │ ├── 249 │ │ │ └── tr.rdf │ │ ├── 250 │ │ │ └── tr.rdf │ │ ├── 251 │ │ │ └── tr.rdf │ │ ├── 252 │ │ │ └── tr.rdf │ │ ├── 253 │ │ │ └── tr.rdf │ │ ├── 254 │ │ │ └── tr.rdf │ │ ├── 255 │ │ │ └── tr.rdf │ │ ├── 256 │ │ │ └── tr.rdf │ │ ├── 257 │ │ │ └── tr.rdf │ │ ├── 258 │ │ │ └── tr.rdf │ │ ├── 259 │ │ │ └── tr.rdf │ │ ├── 260 │ │ │ └── tr.rdf │ │ ├── 261 │ │ │ └── tr.rdf │ │ ├── 262 │ │ │ └── tr.rdf │ │ ├── 263 │ │ │ └── tr.rdf │ │ ├── 264 │ │ │ └── tr.rdf │ │ ├── 265 │ │ │ └── tr.rdf │ │ ├── 266 │ │ │ └── tr.rdf │ │ ├── 267 │ │ │ └── tr.rdf │ │ ├── 268 │ │ │ └── tr.rdf │ │ ├── 269 │ │ │ └── tr.rdf │ │ ├── 270 │ │ │ └── tr.rdf │ │ ├── 271 │ │ │ └── tr.rdf │ │ ├── 272 │ │ │ └── tr.rdf │ │ ├── 273 │ │ │ └── tr.rdf │ │ ├── 274 │ │ │ └── tr.rdf │ │ ├── 275 │ │ │ └── tr.rdf │ │ ├── 276 │ │ │ └── tr.rdf │ │ ├── 277 │ │ │ └── tr.rdf │ │ ├── 278 │ │ │ └── tr.rdf │ │ ├── 279 │ │ │ └── tr.rdf │ │ ├── 280 │ │ │ └── tr.rdf │ │ └── 281 │ │ │ ├── tr.delta │ │ │ ├── tr.nt │ │ │ └── tr.rdf │ │ └── tr.rdf ├── demo1 │ ├── biology.n3 │ ├── biology.rdf │ ├── myDingo.n3 │ ├── personal-notes.n3 │ └── personal-notes.rdf ├── double-conclusion.n3 ├── dpo │ ├── Makefile │ ├── a001.n3 │ ├── a127.n3 │ ├── axioms-0.txt │ ├── axioms.n3 │ ├── axioms.sed │ ├── axioms.txt │ ├── axioms0.n3 │ ├── axioms1.n3 │ ├── consts.sed │ ├── convert.n3 │ ├── daml+oil-ex.daml │ ├── daml+oil.daml │ ├── daml+oil.n3 │ ├── dpo.kif │ ├── dpo.nt │ ├── kludge.n3 │ ├── noKIF.n3 │ ├── rules.n3 │ ├── seive.n3 │ └── test.sh ├── dpoq22Aug │ ├── query-answer.daml │ └── query-answer.n3 ├── dt │ ├── dt.n3 │ ├── dtlit1.n3 │ └── typedLit.n3 ├── dt10-conc.n3 ├── dt10-conc.nt ├── dt10-premise.n3 ├── dt10-premise.rdf ├── easter │ ├── Overview.html │ └── easter.n3 ├── ef1.n3 ├── efbind.n3 ├── eferr1.n3 ├── eq │ ├── README │ ├── smush1.n3 │ ├── smush2.n3 │ ├── smush3.n3 │ └── smush4.n3 ├── equality.n3 ├── equiv-syntax.n3 ├── esw2pd.n3 ├── ex-conc.n3 ├── excerpt.n3 ├── f11.n3 ├── ferrell │ ├── Makefile │ ├── anyDingo.n3 │ ├── anyDogs.n3 │ ├── anyDonny.n3 │ ├── axioms.n3 │ ├── biology.n3 │ ├── biology.rdf │ ├── dogs.n3 │ ├── ferrell.rdf │ ├── imports.n3 │ ├── myDingo.n3 │ └── myDingo.rdf ├── fido-proof.n3 ├── file_list.py ├── filter12.n3 ├── fink │ ├── Makefile │ ├── byMaintainer.n3 │ ├── closure.n3 │ ├── defaults.n3 │ ├── stable.def │ ├── stable.index │ ├── stable.info3 │ ├── stable.maint │ ├── unstable.index │ ├── unstable.info3 │ ├── unstable.maint │ ├── web.def │ ├── web.index │ ├── web.info3 │ ├── web.maint │ └── why.n3 ├── flatten-1e.n3 ├── flatten-1e2.n3 ├── flatten-1g.n3 ├── flatten-1u.n3 ├── flatten-2e.n3 ├── flatten-2g.n3 ├── flatten-Falsehood.n3 ├── flatten-Truth.n3 ├── flatten-means.n3 ├── flatten-rule1.n3 ├── flatten-terser.n3 ├── flatten-tests.n3 ├── foo.n3 ├── forgetDups.n3 ├── gedcom │ ├── Makefile │ ├── README.txt │ ├── gedcom-all.n3 │ ├── gedcom-damlex.n3 │ ├── gedcom-facts.n3 │ ├── gedcom-relation.n3 │ ├── gedcom-relations.n3 │ └── lots.n3 ├── gentest.n3 ├── hasContent1.n3 ├── hasContent2.n3 ├── i18n.rdf ├── i18n │ ├── detailed.tests │ ├── hiragana-2.ref.rdf │ ├── hiragana.n3 │ ├── hiragana.rdf │ ├── n3string.n3 │ ├── umlaut.n3 │ ├── umlaut.rdf │ ├── ひらがな.n3 │ └── ひらがな.n3 ├── imports │ ├── a.rdf │ ├── b.rdf │ ├── c.rdf │ ├── closure_ref.n3 │ ├── data.n3 │ ├── rules_base.n3 │ ├── rules_closure.n3 │ └── rules_included.n3 ├── includes │ ├── 404-ref.n3 │ ├── 404.n3 │ ├── Makefile │ ├── blist.n3 │ ├── bnode-conclude-ref.n3 │ ├── bnode.n3 │ ├── bnodeConclude.n3 │ ├── bnodesInLists.n3 │ ├── builtins.n3 │ ├── check-all.n3 │ ├── check.n3 │ ├── concat.n3 │ ├── conclusion-hs.n3 │ ├── conclusion-simple.n3 │ ├── conclusion.n3 │ ├── conjunction.n3 │ ├── decision.n3 │ ├── detailed.tests │ ├── e2.n3 │ ├── enum.n3 │ ├── foo.n3 │ ├── genBnodeInNestedFormula.n3 │ ├── graphCompare.n3 │ ├── list-in-ref.n3 │ ├── list-in.n3 │ ├── logNotIncludes.n3 │ ├── loop.n3 │ ├── n3ExprFor.n3 │ ├── non-ascii.n3 │ ├── non-ascii.rdf │ ├── notinc.n3 │ ├── printer_data.n3 │ ├── quant-implies.n3 │ ├── quantifiers-c3.n3 │ ├── quantifiers.n3 │ ├── quantifiers_limited.n3 │ ├── range.n3 │ ├── range1.n3 │ ├── rule_rules.n3 │ ├── sbp1.n3 │ ├── scrape1.n3 │ ├── semErr.n3 │ ├── sib.n3 │ ├── t1.n3 │ ├── t10.n3 │ ├── t10a.n3 │ ├── t11.n3 │ ├── t12.n3 │ ├── t13.n3 │ ├── t2.n3 │ ├── t3.n3 │ ├── t3b.n3 │ ├── t4.n3 │ ├── t5.n3 │ ├── t6.n3 │ ├── t7.n3 │ ├── t8.n3 │ ├── t9br.n3 │ ├── universalName.n3 │ ├── uri-object-invalid.n3 │ ├── uri-startswith.n3 │ ├── xsd.n3 │ └── xsd.ref ├── invalid-ex.n3 ├── j11.n3 ├── jena │ └── n3_jena.tests ├── jos │ ├── Makefile │ ├── lldm-out.n3 │ ├── lldmD.n3 │ ├── lldmP.n3 │ └── ziv-query.n3 ├── lbase │ └── note-long-example.lbase ├── list-Empty2null.n3 ├── list │ ├── append-0.n3 │ ├── append.n3 │ ├── axioms.n3 │ ├── bindRest.n3 │ ├── bnode_in_list_in_list.n3 │ ├── builtin_generated_match.n3 │ ├── construct.n3 │ ├── detailed.tests │ ├── double.n3 │ ├── first.n3 │ ├── gk0.n3 │ ├── gk1-i.n3 │ ├── gk1.n3 │ ├── gk2.n3 │ ├── gk3.n3 │ ├── impl.n3 │ ├── itemType.rdf │ ├── last.n3 │ ├── list-bug1.n3 │ ├── list-bug2.n3 │ ├── list1.n3 │ ├── list2.n3 │ ├── list3.n3 │ ├── list4.n3 │ ├── list5.n3 │ ├── list6.n3 │ ├── list_include.n3 │ ├── listlayerC.n3 │ ├── listlayerP.n3 │ ├── r1.n3 │ ├── r2.n3 │ ├── reverse.n3 │ ├── sbp.n3 │ ├── sbp2.n3 │ ├── sbp2a.n3 │ ├── todo.tests │ ├── trigo.n3 │ ├── unify1.n3 │ ├── unify2.n3 │ ├── unify3.n3 │ ├── unify4.n3 │ └── unify5.n3 ├── lists-simple.n3 ├── lists.n3 ├── log-filter.n3 ├── log_implies1.n3 ├── math │ ├── ,after1.n3 │ ├── bug1.n3 │ ├── bug2.n3 │ ├── decimal.n3 │ ├── detailed.tests │ ├── fact-and-calc.n3 │ ├── fact-and-dummy.n3 │ ├── long.n3 │ ├── math-test-subset.n3 │ ├── math-test.n3 │ ├── mixed.n3 │ ├── quotient_string.n3 │ ├── trigo-test.n3 │ └── trigo.ref.n3 ├── meet │ ├── Makefile │ ├── all │ ├── blue.n3 │ ├── blue.rdf │ ├── green.n3 │ ├── green.rdf │ ├── red.n3 │ ├── red.rdf │ ├── white.n3 │ └── white.rdf ├── min.n3 ├── n3-xml-test.sh ├── n3 │ ├── Makefile │ ├── commandList │ ├── js_results.html │ ├── js_results.n3 │ ├── js_results.n30 │ ├── makeReport.n3 │ ├── n3-full.tests │ ├── n3-rdf.tests │ ├── n3parser.tests_n3_10001.nt │ ├── n3parser.tests_n3_10002.nt │ ├── n3parser.tests_n3_10003.nt │ ├── n3parser.tests_n3_10004.nt │ ├── n3parser.tests_n3_10005.nt │ ├── n3parser.tests_n3_10006.nt │ ├── n3parser.tests_n3_10007.nt │ ├── n3parser.tests_n3_10008.nt │ ├── n3parser.tests_n3_10009.nt │ ├── n3parser.tests_n3_10010.nt │ ├── n3parser.tests_n3_10011.nt │ ├── n3parser.tests_n3_10012.nt │ ├── n3parser.tests_n3_10013.nt │ ├── n3parser.tests_n3_10014.nt │ ├── n3parser.tests_n3_10015.nt │ ├── n3parser.tests_n3_10016.nt │ ├── n3parser.tests_n3_10017.nt │ ├── n3parser.tests_n3_10018.nt │ ├── n3parser.tests_n3_10019.nt │ ├── n3parser.tests_n3_10020.nt │ ├── n3parser.tests_n3_20000.nt │ ├── n3parser.tests_n3_20001.nt │ ├── n3parser.tests_n3_20002.nt │ ├── n3parser.tests_n3_20003.nt │ ├── saved_commandList │ ├── test_results.html │ ├── test_results.n3 │ ├── tester.py │ └── turtle-manifest.n3 ├── n3parser.tests ├── nodeID │ ├── classes.n3 │ ├── classes.ref.rdf │ ├── ex1.rdf │ └── ex2.n3 ├── norm │ ├── av.n3 │ ├── detailed.tests │ ├── fix.rdf │ ├── one.rdf │ ├── t-200401-unicode.rdf │ ├── t-200401-unicode.ref │ └── t2.n3 ├── ntriples │ ├── detailed.tests │ ├── t1.n3 │ └── t1.ref.ntriples ├── on-add │ ├── README.txt │ ├── smush.n3 │ └── unique.n3 ├── one_trip_per_month.n3 ├── online.tests ├── os │ ├── argv.n3 │ ├── base.n3 │ └── environ.n3 ├── owl-ex.rdf ├── owl │ ├── mtgppl.n3 │ ├── new_owl_rules.n3 │ ├── owl-rules.n3 │ ├── owl.rdf │ ├── prodDesc.n3 │ ├── prodDescMore.n3 │ └── storeTerms.n3 ├── p3p │ ├── Makefile │ ├── ent1.sed │ ├── p3p-rdf-schema.n3 │ ├── p3p-rdf-schema.noents │ ├── p3p-rdf-schema.sed │ ├── p3p-rdf-schema.xml │ ├── schema2.n3 │ ├── schema2.noents │ ├── schema2.sed │ └── schema2.xml ├── paradox │ ├── s.n3 │ ├── s2.n3 │ └── t.n3 ├── pathCross.n3 ├── pathCrossQ.n3 ├── pathway │ ├── Makefile │ ├── daml2dpo.sed │ ├── ent1.sed │ ├── fix.sed │ ├── pathway.anons │ ├── pathway.daml │ ├── pathway.dpo │ ├── pathway.n3 │ ├── pathway.noents │ ├── pathway.rdf │ └── pathway.sed ├── paw │ ├── alice-req2.n3 │ └── detailed.tests ├── perform │ ├── 1.87.log │ ├── 1.88.log │ ├── 1.89.log │ ├── 1.90.log │ ├── Makefile │ ├── colour-oz.n3 │ ├── contig.n3 │ ├── gpsData.n3 │ └── log-results-gpsData.txt ├── pim │ ├── testCal.ics │ ├── testCal.rdf │ ├── testTasks.ics │ └── testTasks.rdf ├── plist │ ├── fromPlist.py │ ├── fromPlist.sed │ └── iTunesMusicLibrary.xml ├── powder4.n3 ├── prefix-rdf.n3 ├── proof │ └── nurdle.n3.py ├── pyc-check ├── pycwmko │ ├── rdfs-rules.n3 │ ├── sameVarRulesNested.n3 │ ├── test.sum.n3 │ └── testfacts.1200.n3 ├── ql │ ├── detailed.tests │ ├── kb1.n3 │ ├── ql2rule.n3 │ ├── t00-ref.n3 │ ├── t00-reified.n3 │ ├── t00-rule.n3 │ ├── t00.n3 │ ├── t01-ref.n3 │ ├── t01-rules.n3 │ └── t01.n3 ├── query │ ├── Overview.html │ ├── filter-bnodes.n3 │ ├── r1.n3 │ ├── t01.n3 │ ├── t02.n3 │ ├── t03.n3 │ ├── t04.n3 │ ├── t05.n3 │ ├── t06.n3 │ ├── t07.n3 │ ├── t08.n3 │ └── trivial-filter.n3 ├── query12.n3 ├── rdfcore-tests.n3 ├── rdfcore-tests.sh ├── rdfcore.n3 ├── rdfs.n3 ├── reason │ ├── ,judy-proof.n3 │ ├── ,no-B-judy-proof.n3 │ ├── ,paw-flattened.n3 │ ├── ,paw-munged-1.n3 │ ├── ,paw-munged.n3 │ ├── ,pf-1.n3 │ ├── ,pf-named.n3 │ ├── ,pf-rdf.n3 │ ├── ,pf.n3 │ ├── ,pf.xml │ ├── ,pf1.n3 │ ├── ,pf2.n3 │ ├── ,pfproxy.py │ ├── ,pfproxy2.py │ ├── Makefile │ ├── Prem.py │ ├── README.txt │ ├── animal-goal.n3 │ ├── animals-proof.n3 │ ├── animals-proof.pml │ ├── animals.n3 │ ├── check.n3 │ ├── conf_reg_ex.n3 │ ├── contradiction.n3 │ ├── danc.n3 │ ├── detailed.tests │ ├── double.n3 │ ├── doubleBind.n3 │ ├── e.n3 │ ├── engine.n3 │ ├── eric-a.n3 │ ├── eric-b.n3 │ ├── eric-out.n3 │ ├── eric-out.proof │ ├── f9.n3 │ ├── filter.n3 │ ├── gmpbnode.n3 │ ├── iw.n3 │ ├── joe_profile.n3 │ ├── judy-checked.n3 │ ├── judy-proof.n3 │ ├── judy-req.n3 │ ├── judy-req.rdf │ ├── judy-result.n3 │ ├── longChain.n3 │ ├── math-test-bit.n3 │ ├── math-test-works-with-why.n3 │ ├── math-test.n3 │ ├── p-premise.n3 │ ├── paw-proof.n3 │ ├── paw-t1.n3 │ ├── pfcheck1.n3 │ ├── pml-example.n3 │ ├── pml-example.rdf │ ├── poor-urop.n3 │ ├── proof-munge.n3 │ ├── reason-report.n3 │ ├── rename-loop.n3 │ ├── revfunc.n3 │ ├── single_gen.n3 │ ├── soc-goal.n3 │ ├── soc-rdfs.n3 │ ├── socrates.n3 │ ├── t1.checked │ ├── t1.n3 │ ├── t1.pml │ ├── t1.proof │ ├── t10.n3 │ ├── t2.checked │ ├── t2.n3 │ ├── t2.proof │ ├── t3.checked │ ├── t3.n3 │ ├── t3.proof │ ├── t4.checked │ ├── t4.n3 │ ├── t4.pml │ ├── t4.proof │ ├── t5-a.proof │ ├── t5.checked │ ├── t5.n3 │ ├── t5.proof │ ├── t6.n3 │ ├── t7.n3 │ ├── t8.n3 │ ├── t9.n3 │ ├── t9.proof │ ├── tests.n3 │ ├── timbl.n3 │ ├── to-pml.n3 │ ├── troop42-policy.n3 │ ├── witch-goal.n3 │ ├── witch-pf-pml.rdf │ ├── witch-pf.n3 │ ├── witch-pf.txt │ └── witch.n3 ├── ref │ ├── animal-1.rdf │ ├── animal-ntriples.n3 │ ├── animal.n3 │ ├── anon-prop-1.n3 │ ├── anonymous_loop.ref │ ├── append-out.n3 │ ├── argv-1.n3 │ ├── argv-2.n3 │ ├── bad-preds.n3 │ ├── base64.n3 │ ├── bi-concat.n3 │ ├── bi-quant-imp.n3 │ ├── bi-quant.n3 │ ├── bi-t1.n3 │ ├── bi-t10.n3 │ ├── bi-t11.n3 │ ├── bi-t2.n3 │ ├── bi-t3.n3 │ ├── bi-t4.n3 │ ├── bi-t5.n3 │ ├── bi-t6.n3 │ ├── bi-t7.n3 │ ├── bi-t8.n3 │ ├── bi-t9.n3 │ ├── bi-uri-startswith.n3 │ ├── bnode.n3 │ ├── bnode.rdf │ ├── bnode_in_list_in_list.ref │ ├── colon-in-uri.n3 │ ├── colon-no-qname.n3 │ ├── conclusion.n3 │ ├── conjunction.n3 │ ├── contexts-1.n3 │ ├── daml-ex.n3 │ ├── daml-ont-piped.n3 │ ├── daml-ont.n3 │ ├── data-ugly.n3 │ ├── dbork-OrderTracking0.n3 │ ├── dbork-OrderTracking1-noExtKeys.n3 │ ├── dbork-OrderTracking1-sameFragName.n3 │ ├── dbork-OrderTracking1.n3 │ ├── dbork-OrderTracking6.n3 │ ├── dbork │ │ ├── OrderTracking0.n3 │ │ ├── OrderTracking1-noExtKeys.n3 │ │ └── OrderTracking1.n3 │ ├── dec-div.ref.n3 │ ├── defdoc1-out.n3 │ ├── defdoc2-out.n3 │ ├── djb1a-out.n3 │ ├── dot-dash.n3 │ ├── double-proof.n3 │ ├── dtlit1.n3 │ ├── endsWith-out.n3 │ ├── environ.n3 │ ├── equiv-syntax.n3 │ ├── filter-bnode.n3 │ ├── flatten-1e.n3 │ ├── flatten-1e2.n3 │ ├── flatten-1g.n3 │ ├── flatten-1u.n3 │ ├── flatten-2g.n3 │ ├── flatten-Falsehood.n3 │ ├── flatten-Truth.n3 │ ├── flatten-means.n3 │ ├── flatten-rule1.n3 │ ├── flatten-rules12.n3 │ ├── flatten-rules13.n3 │ ├── flatten-terse-1e.n3 │ ├── flatten-terse-1e2.n3 │ ├── flatten-terse-Truth.n3 │ ├── flatten-terse-rule1.n3 │ ├── flatten-terse-rules12.n3 │ ├── flatten-terse-rules13.n3 │ ├── genBnodeInNestedFormula-out.n3 │ ├── hiragana.n3 │ ├── in-xml-t.n3 │ ├── in-xml.n3 │ ├── includes-builtins.n3 │ ├── itemType.n3 │ ├── keywords1.n3 │ ├── keywords2.n3 │ ├── lbase-to-otter │ ├── li-double.n3 │ ├── li-gk3.n3 │ ├── li-r1.n3 │ ├── list-bug1.n3 │ ├── list-bug2.n3 │ ├── list-builtin_generated_match.n3 │ ├── list-construct.n3 │ ├── list-last.n3 │ ├── list-unify1.n3 │ ├── list-unify2.n3 │ ├── list-unify3.n3 │ ├── list-unify4.n3 │ ├── list-unify5.n3 │ ├── lists-simple-1.rdf │ ├── lists-simple.n3 │ ├── lists.n3 │ ├── lstring-out.n3 │ ├── math1.n3 │ ├── n-rules12.n3 │ ├── n3ExprFor-out.n3 │ ├── n3string.n3 │ ├── nn-rules12.n3 │ ├── no-last-nl.n3 │ ├── norm-av1.n3 │ ├── norm-av2.n3 │ ├── numbers-n.n3 │ ├── numbers.n3 │ ├── numbers.rdf │ ├── path1.n3 │ ├── path2.n3 │ ├── paw-t01check.n3 │ ├── paw-t02check.n3 │ ├── piped-t016-out.n3 │ ├── prefix1.rdf │ ├── prefix2.rdf │ ├── prefix3.rdf │ ├── quotient_string.ref.n3 │ ├── qvars1.n3 │ ├── qvars2.n3 │ ├── rdf-redefine.rdf │ ├── reason-e.n3 │ ├── reason-poor-urop.n3 │ ├── reason-rename-loop.n3 │ ├── reason-single-gen.n3 │ ├── reason-t01check.n3 │ ├── reason-t01proof.n3 │ ├── reason-t02check.n3 │ ├── reason-t02proof.n3 │ ├── reason-t03check.n3 │ ├── reason-t03proof.n3 │ ├── reason-t04check.n3 │ ├── reason-t04proof.n3 │ ├── reason-t05check.n3 │ ├── reason-t05proof.n3 │ ├── reason-t06check.n3 │ ├── reason-t06proof.n3 │ ├── reason-t08check.n3 │ ├── reason-t08proof.n3 │ ├── reason-t09check.n3 │ ├── reason-t09filter.n3 │ ├── reason-t09filtercheck.n3 │ ├── reason-t09proof.n3 │ ├── reason-t1.n3 │ ├── reason-t2.n3 │ ├── reason-t3.n3 │ ├── reason-t4.n3 │ ├── reason-t5.n3 │ ├── reason-t90check.n3 │ ├── regression.n3_t1005e.out │ ├── reluri-1.rdf │ ├── resolves-rdf.n3 │ ├── roadmap-test.dot │ ├── roughly-out.n3 │ ├── rules-flag-a.n3 │ ├── rules-flag-ntriples.n3 │ ├── rules-flag-t.n3 │ ├── rules12-1.n3 │ ├── rules12-n.n3 │ ├── rules13-1.n3 │ ├── rules13-n.n3 │ ├── sameDan.n3 │ ├── schema1.n3 │ ├── schema2.n3 │ ├── semErr.n3 │ ├── smush.rdf │ ├── smush6.n3 │ ├── socrates.n3 │ ├── strquot.n3 │ ├── strquot_a.n3 │ ├── supports.ref │ ├── supports_proof.ref │ ├── timet1.n3 │ ├── timet1s.n3 │ ├── two-route.n3 │ ├── underbarscope-out.n3 │ ├── uriEncode.n3 │ ├── vblsNotURIs-out.n3 │ ├── xml-base3.n3 │ ├── xml-redefine.rdf │ ├── xml-redefine2.rdf │ ├── xml-syntax-basic-serialization.rdf │ └── xmllit.nt ├── regression.n3 ├── regression.rdf ├── reify │ ├── dereify0.n3 │ ├── dereify1.n3 │ ├── dereify2.n3 │ ├── detailed.tests │ ├── ex1.n3 │ ├── flatten0.n3 │ ├── flatten1.n3 │ ├── quantifiers.ref.n3 │ ├── reify0.n3 │ ├── reify1.n3 │ ├── reify2.n3 │ ├── reify3.n3 │ ├── t1.n3 │ └── t2.n3 ├── reluri-1.n3 ├── resolves-rdf.n3 ├── rete │ ├── anon.n3 │ ├── anon.ref │ ├── builtin3.n3 │ ├── builtin3.ref │ ├── builtin4.n3 │ ├── builtin4.ref │ ├── builtin5.n3 │ ├── builtin5.ref │ ├── detailed.tests │ ├── notworking │ │ ├── builtin6.n3 │ │ └── sameVarRules9.n3 │ ├── simple.n3 │ ├── simple.ref │ ├── sum.n3 │ ├── sum.ref │ ├── sum1.n3 │ ├── sum1.ref │ ├── sum2.n3 │ └── sum2.ref ├── retest.py ├── retest.sh ├── roadmap │ ├── structure-sync.graph │ ├── sw.graph │ ├── test.graph │ ├── test2.graph │ └── todot.n3 ├── rules-simple.n3 ├── rules12-reified.n3 ├── rules12.n3 ├── rules13.n3 ├── russel-dpo.n3 ├── s1.n3 ├── sameDan.n3 ├── sameThing.n3 ├── schema-filter.n3 ├── schema-rules.n3 ├── schema2.n3 ├── seqiter.n3 ├── serialize │ ├── 20100916.rdf │ ├── ab.n3 │ ├── abraham-bernstein.rdf │ ├── isolated_bnodes.n3 │ └── ukpga.rdf ├── sets │ ├── detailed.tests │ ├── set-builtins.ref │ ├── set_ops.n3 │ ├── sets-reified.n3 │ └── sets.n3 ├── smush-examples.rdf ├── smush-query.n3 ├── smush-schema.n3 ├── sparql │ ├── SyntaxFull │ │ ├── syntax-basic-01.rq │ │ ├── syntax-basic-02.rq │ │ ├── syntax-basic-03.rq │ │ ├── syntax-basic-04.rq │ │ ├── syntax-basic-05.rq │ │ ├── syntax-basic-06.rq │ │ ├── syntax-bnodes-01.rq │ │ ├── syntax-bnodes-02.rq │ │ ├── syntax-bnodes-03.rq │ │ ├── syntax-bnodes-04.rq │ │ ├── syntax-bnodes-05.rq │ │ ├── syntax-bnodes-06.rq │ │ ├── syntax-bnodes-07.rq │ │ ├── syntax-bnodes-08.rq │ │ ├── syntax-bnodes-09.rq │ │ ├── syntax-expr-01.rq │ │ ├── syntax-expr-02.rq │ │ ├── syntax-expr-03.rq │ │ ├── syntax-expr-04.rq │ │ ├── syntax-expr-05.rq │ │ ├── syntax-expr-06.rq │ │ ├── syntax-forms-01.rq │ │ ├── syntax-forms-02.rq │ │ ├── syntax-keywords-01.rq │ │ ├── syntax-keywords-02.rq │ │ ├── syntax-keywords-03.rq │ │ ├── syntax-limit-offset-07.rq │ │ ├── syntax-limit-offset-08.rq │ │ ├── syntax-limit-offset-09.rq │ │ ├── syntax-lists-01.rq │ │ ├── syntax-lists-02.rq │ │ ├── syntax-lists-03.rq │ │ ├── syntax-lists-04.rq │ │ ├── syntax-lists-05.rq │ │ ├── syntax-lit-01.rq │ │ ├── syntax-lit-02.rq │ │ ├── syntax-lit-03.rq │ │ ├── syntax-lit-04.rq │ │ ├── syntax-lit-05.rq │ │ ├── syntax-lit-06.rq │ │ ├── syntax-lit-07.rq │ │ ├── syntax-lit-08.rq │ │ ├── syntax-lit-09.rq │ │ ├── syntax-lit-10.rq │ │ ├── syntax-lit-11.rq │ │ ├── syntax-lit-12.rq │ │ ├── syntax-lit-13.rq │ │ ├── syntax-lit-14.rq │ │ ├── syntax-order-01.rq │ │ ├── syntax-order-02.rq │ │ ├── syntax-order-03.rq │ │ ├── syntax-order-04.rq │ │ ├── syntax-order-05.rq │ │ ├── syntax-order-06.rq │ │ ├── syntax-pat-01.rq │ │ ├── syntax-pat-02.rq │ │ ├── syntax-pat-03.rq │ │ ├── syntax-pat-04.rq │ │ ├── syntax-qname-01.rq │ │ ├── syntax-qname-02.rq │ │ ├── syntax-qname-03.rq │ │ ├── syntax-qname-04.rq │ │ ├── syntax-qname-05.rq │ │ ├── syntax-qname-06.rq │ │ ├── syntax-qname-07.rq │ │ ├── syntax-qname-08.rq │ │ ├── syntax-qname-09.rq │ │ ├── syntax-qname-10.rq │ │ ├── syntax-qname-11.rq │ │ ├── syntax-qname-12.rq │ │ ├── syntax-qname-13.rq │ │ ├── syntax-qname-14.rq │ │ ├── syntax-struct-01.rq │ │ ├── syntax-struct-02.rq │ │ ├── syntax-struct-03.rq │ │ ├── syntax-struct-04.rq │ │ ├── syntax-struct-05.rq │ │ ├── syntax-struct-06.rq │ │ ├── syntax-struct-07.rq │ │ ├── syntax-struct-08.rq │ │ ├── syntax-struct-09.rq │ │ ├── syntax-struct-10.rq │ │ ├── syntax-struct-11.rq │ │ ├── syntax-struct-12.rq │ │ ├── syntax-union-01.rq │ │ └── syntax-union-02.rq │ ├── construct.sparql │ ├── construct1-result.n3 │ ├── data.n3 │ ├── data_construct1.n3 │ ├── dataset1.n3 │ ├── datatype-result.n3 │ ├── datatype.n3 │ ├── datatype.sparql │ ├── dawg_log.txt │ ├── dawg_results.n3 │ ├── dawg_tester.py │ ├── detailed.tests │ ├── example.rq │ ├── filter1.n3 │ ├── filter1.sparql │ ├── filter2.n3 │ ├── filter2.sparql │ ├── filter3.sparql │ ├── filter4.sparql │ ├── filter6-result.n3 │ ├── filter6.sparql │ ├── filter6_data.n3 │ ├── lang.sparql │ ├── lit.n3 │ ├── mixing-egl-result.n3 │ ├── mixing_egl.n3 │ ├── mixing_egl.rq │ ├── nested.sparql │ ├── notIncludes1.sparql │ ├── notIncludes2.sparql │ ├── notIncludes3.sparql │ ├── notIncludes4-result.n3 │ ├── notIncludes4.sparql │ ├── notIncludes4_data.n3 │ ├── optional.sparql │ ├── optional1-result.n3 │ ├── optional_data.n3 │ ├── query1_result.rl │ ├── rss2sioc.sparql │ ├── sparql2n3.sed │ ├── sparql_builtin1.n3 │ ├── sparql_tokens.py │ ├── test1.sparql │ ├── test2.sparql │ ├── union.sparql │ ├── union2.sparql │ ├── union4.sparql │ └── union5.sparql ├── spki2may.n3 ├── spot.n3 ├── string │ ├── detailed.tests │ ├── endsWith.n3 │ ├── format.n3 │ ├── notMatches.n3 │ ├── roughly.n3 │ └── uriEncode.n3 ├── stripe-skipping │ ├── 1.xml │ ├── 2.xml │ ├── 3.xml │ └── 4.xml ├── strquot.n3 ├── strsubj.n3 ├── subprop-query.n3 ├── subprop.n3 ├── supports │ ├── detailed.tests │ └── simple.n3 ├── swick │ ├── cwm_baseURI_test2.rdf │ ├── cwm_baseURI_test2a.rdf │ └── email.txt ├── syntax │ ├── ,t │ ├── ,x.n3 │ ├── .htaccess │ ├── BnodeAcrossFormulae.n3 │ ├── a1.n3 │ ├── bad-preds-formula.n3 │ ├── bad-preds-literal.n3 │ ├── bad-preds.n3 │ ├── base-ref.n3 │ ├── base.n3 │ ├── boolean-ref.n3 │ ├── boolean.n3 │ ├── break-pipe.rdf │ ├── colon-in-uri.rdf │ ├── colon-no-qname.n3 │ ├── de-this.sed │ ├── decimal-ref.n3 │ ├── decimal.n3 │ ├── detailed.tests │ ├── djb1.n3 │ ├── djb1a.n3 │ ├── dot-dash.n3 │ ├── embedded-dot-in-qname.n3 │ ├── equals1.n3 │ ├── equals2.n3 │ ├── formula-simple-1.n3 │ ├── formula-subject.n3 │ ├── formula_bnode.n3 │ ├── graph-as-object.n3 │ ├── keywords1.n3 │ ├── keywords2.n3 │ ├── lstring.n3 │ ├── maxAtom.rdf │ ├── minAtom.rdf │ ├── neg-formula-predicate.n3 │ ├── neg-keywords3.n3 │ ├── neg-literal-predicate.n3 │ ├── neg-single-quote.n3 │ ├── neg-thisadoc.n3 │ ├── nested-1.rdf │ ├── nested.n3 │ ├── no-last-nl.n3 │ ├── numbers.n3 │ ├── numbers.rdf │ ├── one-bnode.n3 │ ├── path1.n3 │ ├── path2.n3 │ ├── qname-as-prefix-in-decl.n3 │ ├── qual-after-user.n3 │ ├── qvars1.n3 │ ├── qvars2.n3 │ ├── qvars3.n3 │ ├── qvars4.n3 │ ├── redundant_lists.rdf │ ├── sep-term.n3 │ ├── sib.n3 │ ├── space-in-uri-rdf.rdf │ ├── space-in-uri-ref.n3 │ ├── space-in-uri.n3 │ ├── this-quantifiers-ref.n3 │ ├── this-quantifiers-ref2.n3 │ ├── this-quantifiers.n3 │ ├── this-rules-ref.n3 │ ├── this-rules-ref2.n3 │ ├── this-rules.n3 │ ├── too-nested.n3 │ ├── trailing-dot-in-qname.n3 │ ├── trailing-semicolon-ref.nt │ ├── trailing-semicolon.n3 │ ├── xmlbase.rdf │ ├── zero-length-lname.n3 │ ├── zero-objects.n3 │ └── zero-predicates.n3 ├── t1.n3 ├── t10.n3 ├── t2.n3 ├── t7.n3 ├── tambis-no-ents.daml ├── tambis │ ├── Makefile │ ├── daml2dpo.sed │ ├── tambis-fix.sed │ ├── tambis-forSome-1.n3 │ ├── tambis-forSome-2.n3 │ ├── tambis-forSome.n3 │ ├── tambis-full.daml │ ├── tambis-no-ents.daml │ ├── tambis.anons │ ├── tambis.daml │ ├── tambis.n3 │ ├── tambis.rdf │ └── test.sh ├── test.xml ├── testmeta.n3 ├── tests-not-work.txt ├── tests-work.txt ├── time │ ├── naked-literal.n3 │ ├── now.n3 │ ├── t1.n3 │ └── t1s.n3 ├── tom-mary.n3 ├── tr-aut │ ├── Makefile │ ├── filter-trdata.n3 │ ├── heartbeat-all.n3 │ ├── heartbeat-aux.n3 │ ├── heartbeat.n3 │ ├── new-tr.rdf │ ├── tr-20040601.rdf │ ├── tr-process.n3 │ └── tr.rdf ├── track │ ├── 11-tag.html │ ├── 11-tag.infoset │ ├── Makefile │ ├── actions.n3 │ ├── track-ex.n3 │ └── track-ex.xml ├── triage.n3 ├── turing │ ├── lambda.n3 │ ├── lambda_filter.n3 │ ├── program.n3 │ ├── quine.n3 │ ├── un_expr.n3 │ ├── un_filter.n3 │ ├── unlambda.n3 │ └── unlambda_real.n3 ├── tutorial │ ├── ex.n3 │ └── ex.xml ├── two-route.n3 ├── typednode.n3 ├── uncle.n3 ├── uncleF.n3 ├── underbarscope.n3 ├── unify │ ├── detailed.tests │ ├── ref │ │ └── unify2.out │ ├── reflexive-ref.n3 │ ├── reflexive.n3 │ ├── unify1.n3 │ ├── unify2.n3 │ └── vlad.n3 ├── univar.n3 ├── uriqa │ └── t1.n3 ├── utf8lit.n3 ├── util │ ├── .htaccess │ ├── ex-sch.n3 │ ├── invalid-ex.n3 │ ├── ok.n3 │ ├── ref │ │ ├── val-invalid-ex.n3 │ │ ├── val-ok.n3 │ │ ├── val-undec.n3 │ │ └── valr-ok.n3 │ ├── retest.sh │ └── undec.n3 ├── var.n3 ├── vblsNotURIs.n3 ├── viz │ ├── Makefile │ ├── daml-ex-viz.n3 │ ├── daml2viz.n3 │ └── viz2dot.sed ├── weird-syntax.n3 ├── wsdl │ ├── ex1.n3 │ ├── ex2.n3 │ └── ex3.n3 └── xml-syntax │ ├── basic-serialization.n3 │ ├── bus-error.rdf │ ├── detailed.tests │ ├── empty-xmlns.rdf │ ├── fn_doc1.n3 │ ├── in-xml.xml │ ├── neg-no-ns-on-attr.rdf │ ├── no-rdf-rdf.rdf │ ├── non-ascii-pred.rdf │ ├── rdf_prefix.n3 │ ├── xml-literal-22-ref.n3 │ ├── xml-literal-22.rdf │ ├── xml-literal-22a-ref.n3 │ ├── xml-literal-22a.rdf │ ├── xml-literal-empty-xmlns.n3.ref │ ├── xml-literal-mixed.n3.ref │ ├── xml-literal-mixed.rdf │ ├── xml-literal-mixed.rdf.ref │ ├── xml-literal-text.rdf │ ├── xml-literal-text.rdf.ref │ ├── xml_prefix.n3 │ ├── xml_prefix2.n3 │ ├── xmlbase2.rdf │ ├── xmlbase3.rdf │ ├── xmllit-ref.n3 │ ├── xmllit-ref.rdf │ ├── xmllit.n3 │ ├── xmllit.rdf │ └── xpath1.n3 ├── testViaOtter.py ├── thing.html ├── thing.py ├── time.n3 ├── time.rdf ├── timegm.py ├── times.n3 ├── times.rdf ├── toXML.html ├── toXML.py ├── triple_maker.py ├── update.py ├── uri └── t1.html ├── uripath.html ├── uripath.py ├── util ├── Makefile ├── autoimport.n3 ├── braces.py ├── bugstatus.n3 ├── changePolicy.n3 ├── cwm-iweb.rdf ├── datatypes.n3 ├── dpo-rules-subset.n3 ├── findTrans.n3 ├── fink2n3.py ├── fix-amp.sed ├── funcProp.n3 ├── jsindent.py ├── lp.n3 ├── mailCbHelper.html ├── mailCbSvc.py ├── make.rdf ├── make2n3.py ├── owlAx.lbase ├── owlAx.n3 ├── owlth.n3 ├── plist2rdf.xsl ├── ptsw.py ├── pww.py ├── random_ontology.py ├── rdfs-nice.n3 ├── rdfs-rules.n3 ├── recurse.n3 ├── reqThreadFix.n3 ├── reqThreads.n3 ├── schema-rules.n3 ├── semweb.n3 ├── sitemap.py ├── smush-rules.n3 ├── sniffSchema.n3 ├── sniffSchema.rdf ├── split_sumo.py ├── sshAuth.py ├── subst.n3 ├── time.n3 ├── todot.n3 ├── valc.n3 ├── validate.n3 └── valp.n3 ├── vf2.py ├── webAccess.py ├── webdemo.cgi ├── webdemo2.py ├── why.html ├── why.py ├── wrap_llyn.py ├── wrap_n3.py ├── xml2infoset.html ├── xml2infoset.py ├── xml2rdf.py ├── xmlC14n.py ├── xmllib.py ├── yapps2.py └── yappsrt.py /.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/.cvsignore -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | ,* 3 | -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/.htaccess -------------------------------------------------------------------------------- /ArgHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/ArgHandler.py -------------------------------------------------------------------------------- /ConstTerm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/ConstTerm.py -------------------------------------------------------------------------------- /Examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/Examples.html -------------------------------------------------------------------------------- /KIFSink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/KIFSink.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LICENSE.n3 -------------------------------------------------------------------------------- /LICENSE.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LICENSE.rdf -------------------------------------------------------------------------------- /LX/.cvsignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | .arch-ids 3 | -------------------------------------------------------------------------------- /LX/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/Makefile -------------------------------------------------------------------------------- /LX/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/__init__.py -------------------------------------------------------------------------------- /LX/all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/all.py -------------------------------------------------------------------------------- /LX/describer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/describer.py -------------------------------------------------------------------------------- /LX/engine/.cvsignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | .arch-ids 3 | -------------------------------------------------------------------------------- /LX/engine/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/engine/__init__.py -------------------------------------------------------------------------------- /LX/engine/otter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/engine/otter.py -------------------------------------------------------------------------------- /LX/expr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/expr.py -------------------------------------------------------------------------------- /LX/extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/extract.py -------------------------------------------------------------------------------- /LX/firstOrderLogic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/firstOrderLogic.py -------------------------------------------------------------------------------- /LX/fol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/fol.py -------------------------------------------------------------------------------- /LX/formula.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/formula.py -------------------------------------------------------------------------------- /LX/function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/function.py -------------------------------------------------------------------------------- /LX/kb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/kb.py -------------------------------------------------------------------------------- /LX/ladder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/ladder.py -------------------------------------------------------------------------------- /LX/language/.cvsignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | .arch-ids 3 | 4 | -------------------------------------------------------------------------------- /LX/language/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/language/Makefile -------------------------------------------------------------------------------- /LX/language/kifax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/language/kifax.py -------------------------------------------------------------------------------- /LX/language/lbase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/language/lbase.py -------------------------------------------------------------------------------- /LX/language/otter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/language/otter.py -------------------------------------------------------------------------------- /LX/language/prolog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/language/prolog.py -------------------------------------------------------------------------------- /LX/loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/loader.py -------------------------------------------------------------------------------- /LX/logic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/logic.py -------------------------------------------------------------------------------- /LX/namespace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/namespace.py -------------------------------------------------------------------------------- /LX/newkb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/newkb.py -------------------------------------------------------------------------------- /LX/nodepath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/nodepath.py -------------------------------------------------------------------------------- /LX/old/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /LX/old/rdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/old/rdf.py -------------------------------------------------------------------------------- /LX/operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/operator.py -------------------------------------------------------------------------------- /LX/rdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/rdf.py -------------------------------------------------------------------------------- /LX/reporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/reporter.py -------------------------------------------------------------------------------- /LX/sniff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/sniff.py -------------------------------------------------------------------------------- /LX/store/basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/store/basic.py -------------------------------------------------------------------------------- /LX/term.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/term.py -------------------------------------------------------------------------------- /LX/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/test.py -------------------------------------------------------------------------------- /LX/test/sniff-1.plain: -------------------------------------------------------------------------------- 1 | This is a plain text file. 2 | -------------------------------------------------------------------------------- /LX/test/sniff-2.plain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/LX/test/sniff-2.plain -------------------------------------------------------------------------------- /MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/MANIFEST -------------------------------------------------------------------------------- /MSOutlookContacts.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/MSOutlookContacts.n3 -------------------------------------------------------------------------------- /MSOutlookContacts.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/MSOutlookContacts.rdf -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/Makefile -------------------------------------------------------------------------------- /NTriplesSink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/NTriplesSink.py -------------------------------------------------------------------------------- /OrderedSequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/OrderedSequence.py -------------------------------------------------------------------------------- /Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/Overview.html -------------------------------------------------------------------------------- /Primer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/Primer.html -------------------------------------------------------------------------------- /RDFSink.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/RDFSink.html -------------------------------------------------------------------------------- /RDFSink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/RDFSink.py -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/README -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/README.md -------------------------------------------------------------------------------- /SemEnglish.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/SemEnglish.g -------------------------------------------------------------------------------- /SemEnglish.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/SemEnglish.html -------------------------------------------------------------------------------- /SemEnglish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/SemEnglish.py -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/__init__.py -------------------------------------------------------------------------------- /admin/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/admin/Makefile -------------------------------------------------------------------------------- /admin/N3-Bugs.ics: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/bugReport.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/admin/bugReport.n3 -------------------------------------------------------------------------------- /admin/bugStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/admin/bugStatus.html -------------------------------------------------------------------------------- /admin/openBugs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/admin/openBugs.html -------------------------------------------------------------------------------- /branchtest: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cant.py -------------------------------------------------------------------------------- /check.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/check.html -------------------------------------------------------------------------------- /check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/check.py -------------------------------------------------------------------------------- /comsyn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/comsyn.py -------------------------------------------------------------------------------- /converter-cgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/converter-cgi.py -------------------------------------------------------------------------------- /crawl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/crawl.py -------------------------------------------------------------------------------- /crypto.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/crypto.n3 -------------------------------------------------------------------------------- /crypto.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/crypto.rdf -------------------------------------------------------------------------------- /cvs-authors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cvs-authors -------------------------------------------------------------------------------- /cwm-0.7.3+.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-0.7.3+.tar.gz -------------------------------------------------------------------------------- /cwm-0.7.3-plus.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-0.7.3-plus.tar.gz -------------------------------------------------------------------------------- /cwm-0.8.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-0.8.1.tar.gz -------------------------------------------------------------------------------- /cwm-0.8.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-0.8.tar.gz -------------------------------------------------------------------------------- /cwm-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.0.0.tar.gz -------------------------------------------------------------------------------- /cwm-1.0.0rc1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.0.0rc1.tar.gz -------------------------------------------------------------------------------- /cwm-1.0.0rc2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.0.0rc2.tar.gz -------------------------------------------------------------------------------- /cwm-1.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.0.1.tar.gz -------------------------------------------------------------------------------- /cwm-1.1.0rc1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.1.0rc1.tar.gz -------------------------------------------------------------------------------- /cwm-1.1.0rc2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.1.0rc2.tar.gz -------------------------------------------------------------------------------- /cwm-1.1.9b1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.1.9b1.tar.gz -------------------------------------------------------------------------------- /cwm-1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.2.0.tar.gz -------------------------------------------------------------------------------- /cwm-1.2.0a1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.2.0a1.tar.gz -------------------------------------------------------------------------------- /cwm-1.2.0a2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.2.0a2.tar.gz -------------------------------------------------------------------------------- /cwm-1.2.0a3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.2.0a3.tar.gz -------------------------------------------------------------------------------- /cwm-1.2.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm-1.2.1.tar.gz -------------------------------------------------------------------------------- /cwm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm.html -------------------------------------------------------------------------------- /cwm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm.py -------------------------------------------------------------------------------- /cwm_crypto.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_crypto.html -------------------------------------------------------------------------------- /cwm_crypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_crypto.py -------------------------------------------------------------------------------- /cwm_list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_list.html -------------------------------------------------------------------------------- /cwm_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_list.py -------------------------------------------------------------------------------- /cwm_math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_math.html -------------------------------------------------------------------------------- /cwm_math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_math.py -------------------------------------------------------------------------------- /cwm_maths.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_maths.html -------------------------------------------------------------------------------- /cwm_maths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_maths.py -------------------------------------------------------------------------------- /cwm_os.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_os.html -------------------------------------------------------------------------------- /cwm_os.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_os.py -------------------------------------------------------------------------------- /cwm_set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_set.py -------------------------------------------------------------------------------- /cwm_sparql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_sparql.py -------------------------------------------------------------------------------- /cwm_string.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_string.html -------------------------------------------------------------------------------- /cwm_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_string.py -------------------------------------------------------------------------------- /cwm_time.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_time.html -------------------------------------------------------------------------------- /cwm_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_time.py -------------------------------------------------------------------------------- /cwm_times.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_times.html -------------------------------------------------------------------------------- /cwm_times.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_times.py -------------------------------------------------------------------------------- /cwm_trigo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_trigo.py -------------------------------------------------------------------------------- /cwm_uri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_uri.py -------------------------------------------------------------------------------- /cwm_xml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwm_xml.py -------------------------------------------------------------------------------- /cwmdemostyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/cwmdemostyle.css -------------------------------------------------------------------------------- /data.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/data.n3 -------------------------------------------------------------------------------- /data.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/data.rdf -------------------------------------------------------------------------------- /db.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/db.n3 -------------------------------------------------------------------------------- /db.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/db.rdf -------------------------------------------------------------------------------- /dbork/.cvsignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | .arch-ids 3 | 4 | -------------------------------------------------------------------------------- /dbork/SqlDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/dbork/SqlDB.py -------------------------------------------------------------------------------- /dbork/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dbork/dbview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/dbork/dbview.py -------------------------------------------------------------------------------- /dbork/sparqltoy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/dbork/sparqltoy.py -------------------------------------------------------------------------------- /de-cr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/de-cr.py -------------------------------------------------------------------------------- /delta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/delta.py -------------------------------------------------------------------------------- /diag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/diag.html -------------------------------------------------------------------------------- /diag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/diag.py -------------------------------------------------------------------------------- /doc/Built-In.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Built-In.html -------------------------------------------------------------------------------- /doc/CwmBuiltins.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/CwmBuiltins.html -------------------------------------------------------------------------------- /doc/CwmHelp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/CwmHelp.html -------------------------------------------------------------------------------- /doc/CwmInstall.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/CwmInstall.html -------------------------------------------------------------------------------- /doc/Functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Functions.html -------------------------------------------------------------------------------- /doc/Glossary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Glossary.html -------------------------------------------------------------------------------- /doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Makefile -------------------------------------------------------------------------------- /doc/Motivation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Motivation.html -------------------------------------------------------------------------------- /doc/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Overview.html -------------------------------------------------------------------------------- /doc/Patch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Patch.html -------------------------------------------------------------------------------- /doc/Processing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Processing.html -------------------------------------------------------------------------------- /doc/Reach.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Reach.html -------------------------------------------------------------------------------- /doc/Rules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Rules.html -------------------------------------------------------------------------------- /doc/Shortcuts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Shortcuts.html -------------------------------------------------------------------------------- /doc/Trust.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/Trust.html -------------------------------------------------------------------------------- /doc/app-plans.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/app-plans.html -------------------------------------------------------------------------------- /doc/appendix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/appendix.pdf -------------------------------------------------------------------------------- /doc/appendix.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/appendix.ps -------------------------------------------------------------------------------- /doc/bi.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/bi.css -------------------------------------------------------------------------------- /doc/changes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/changes.html -------------------------------------------------------------------------------- /doc/code/pyjs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/code/pyjs.html -------------------------------------------------------------------------------- /doc/cwm-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/cwm-help.txt -------------------------------------------------------------------------------- /doc/cwm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/cwm.html -------------------------------------------------------------------------------- /doc/cwm_TODO.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/cwm_TODO.html -------------------------------------------------------------------------------- /doc/fodder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/fodder.html -------------------------------------------------------------------------------- /doc/formats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/formats.html -------------------------------------------------------------------------------- /doc/items.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/items.n3 -------------------------------------------------------------------------------- /doc/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/main.css -------------------------------------------------------------------------------- /doc/ontologies.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/ontologies.html -------------------------------------------------------------------------------- /doc/paper/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/paper/Makefile -------------------------------------------------------------------------------- /doc/paper/index.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/paper/index.1.jpg -------------------------------------------------------------------------------- /doc/paper/index.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/paper/index.bib -------------------------------------------------------------------------------- /doc/paper/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/paper/index.html -------------------------------------------------------------------------------- /doc/paper/index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/paper/index.pdf -------------------------------------------------------------------------------- /doc/paper/index.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/paper/index.tex -------------------------------------------------------------------------------- /doc/paper/paw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/paper/paw.jpg -------------------------------------------------------------------------------- /doc/paper/psfig.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/paper/psfig.sty -------------------------------------------------------------------------------- /doc/paper200209.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/paper200209.html -------------------------------------------------------------------------------- /doc/plans.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/plans.html -------------------------------------------------------------------------------- /doc/primer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/primer.css -------------------------------------------------------------------------------- /doc/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/print.css -------------------------------------------------------------------------------- /doc/proof_ont.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/proof_ont.txt -------------------------------------------------------------------------------- /doc/rule-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/rule-systems.html -------------------------------------------------------------------------------- /doc/schema2html.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/schema2html.n3 -------------------------------------------------------------------------------- /doc/states.graph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/states.graph -------------------------------------------------------------------------------- /doc/states.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/style.css -------------------------------------------------------------------------------- /doc/tutorial-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/tutorial-1.pdf -------------------------------------------------------------------------------- /doc/tutorial-1.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/tutorial-1.ps -------------------------------------------------------------------------------- /doc/tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/tutorial.pdf -------------------------------------------------------------------------------- /doc/tutorial.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/doc/tutorial.ps -------------------------------------------------------------------------------- /formula.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/formula.html -------------------------------------------------------------------------------- /formula.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/formula.py -------------------------------------------------------------------------------- /formulaUnion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/formulaUnion.py -------------------------------------------------------------------------------- /gram2html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/gram2html.py -------------------------------------------------------------------------------- /grammar/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/.htaccess -------------------------------------------------------------------------------- /grammar/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/Makefile -------------------------------------------------------------------------------- /grammar/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/README.txt -------------------------------------------------------------------------------- /grammar/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/__init__.py -------------------------------------------------------------------------------- /grammar/bnf-rules.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/bnf-rules.n3 -------------------------------------------------------------------------------- /grammar/bnf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/bnf.n3 -------------------------------------------------------------------------------- /grammar/bnf.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/bnf.rdf -------------------------------------------------------------------------------- /grammar/bnf2html.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/bnf2html.n3 -------------------------------------------------------------------------------- /grammar/bnf2ietf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/bnf2ietf.n3 -------------------------------------------------------------------------------- /grammar/cfg2bnf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/cfg2bnf.n3 -------------------------------------------------------------------------------- /grammar/ebnf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/ebnf.n3 -------------------------------------------------------------------------------- /grammar/ebnf.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/ebnf.rdf -------------------------------------------------------------------------------- /grammar/ebnf2bnf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/ebnf2bnf.n3 -------------------------------------------------------------------------------- /grammar/gramLL1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/gramLL1.py -------------------------------------------------------------------------------- /grammar/n3-checked.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /grammar/n3-ietf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/n3-ietf.txt -------------------------------------------------------------------------------- /grammar/n3-ql.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/n3-ql.n3 -------------------------------------------------------------------------------- /grammar/n3-rdf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/n3-rdf.n3 -------------------------------------------------------------------------------- /grammar/n3-report.big: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/n3-report.big -------------------------------------------------------------------------------- /grammar/n3-rules.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/n3-rules.n3 -------------------------------------------------------------------------------- /grammar/n3-yacc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/n3-yacc.c -------------------------------------------------------------------------------- /grammar/n3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/n3.n3 -------------------------------------------------------------------------------- /grammar/n3.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/n3.rdf -------------------------------------------------------------------------------- /grammar/n3ql-checked.txt: -------------------------------------------------------------------------------- 1 | Loading n3ql-selectors.n3 2 | Loaded. 3 | -------------------------------------------------------------------------------- /grammar/notation3.bnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/notation3.bnf -------------------------------------------------------------------------------- /grammar/notation3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/notation3.n3 -------------------------------------------------------------------------------- /grammar/notation3.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/notation3.rdf -------------------------------------------------------------------------------- /grammar/regex.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/regex.n3 -------------------------------------------------------------------------------- /grammar/regex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/regex.py -------------------------------------------------------------------------------- /grammar/sparql.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/sparql.n3 -------------------------------------------------------------------------------- /grammar/spec2bnf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/spec2bnf.xsl -------------------------------------------------------------------------------- /grammar/to-utf16.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/to-utf16.sed -------------------------------------------------------------------------------- /grammar/tokenizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/tokenizer.py -------------------------------------------------------------------------------- /grammar/turtle-bnf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/turtle-bnf.n3 -------------------------------------------------------------------------------- /grammar/turtle.bnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/turtle.bnf -------------------------------------------------------------------------------- /grammar/turtle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/turtle.html -------------------------------------------------------------------------------- /grammar/turtle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/turtle.json -------------------------------------------------------------------------------- /grammar/turtle.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/turtle.n3 -------------------------------------------------------------------------------- /grammar/yosiParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/yosiParser.py -------------------------------------------------------------------------------- /grammar/yy.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/yy.n3 -------------------------------------------------------------------------------- /grammar/yy2n3.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/grammar/yy2n3.sed -------------------------------------------------------------------------------- /hotswap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/hotswap.py -------------------------------------------------------------------------------- /html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/html.py -------------------------------------------------------------------------------- /importList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/importList.py -------------------------------------------------------------------------------- /infoset/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/infoset/Makefile -------------------------------------------------------------------------------- /infoset/infoset.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/infoset/infoset.n3 -------------------------------------------------------------------------------- /infoset/infoset.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/infoset/infoset.rdf -------------------------------------------------------------------------------- /infoset/infoset.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /infoset/infoset0.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/infoset/infoset0.n3 -------------------------------------------------------------------------------- /infoset/style.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/infoset/style.n3 -------------------------------------------------------------------------------- /infoset/xmlContent.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/infoset/xmlContent.n3 -------------------------------------------------------------------------------- /infoset/xmod67.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/infoset/xmod67.html -------------------------------------------------------------------------------- /isXML.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/isXML.py -------------------------------------------------------------------------------- /isodate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/isodate.py -------------------------------------------------------------------------------- /kifExpr.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/kifExpr.g -------------------------------------------------------------------------------- /kifExpr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/kifExpr.html -------------------------------------------------------------------------------- /kifForm.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/kifForm.g -------------------------------------------------------------------------------- /kifForm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/kifForm.html -------------------------------------------------------------------------------- /kifForm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/kifForm.py -------------------------------------------------------------------------------- /link.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/link.sed -------------------------------------------------------------------------------- /list.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/list.n3 -------------------------------------------------------------------------------- /list.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/list.rdf -------------------------------------------------------------------------------- /llyn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/llyn.html -------------------------------------------------------------------------------- /llyn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/llyn.py -------------------------------------------------------------------------------- /local_decimal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/local_decimal.py -------------------------------------------------------------------------------- /log.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/log.n3 -------------------------------------------------------------------------------- /log.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/log.rdf -------------------------------------------------------------------------------- /math.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/math.n3 -------------------------------------------------------------------------------- /math.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/math.rdf -------------------------------------------------------------------------------- /maths.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/maths.n3 -------------------------------------------------------------------------------- /maths.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/maths.rdf -------------------------------------------------------------------------------- /mixin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/mixin.py -------------------------------------------------------------------------------- /model.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/model.n3 -------------------------------------------------------------------------------- /myStore.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/myStore.html -------------------------------------------------------------------------------- /myStore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/myStore.py -------------------------------------------------------------------------------- /my_profiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/my_profiler.py -------------------------------------------------------------------------------- /n-triples2kif.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/n-triples2kif.pl -------------------------------------------------------------------------------- /n-triples2xplanet.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/n-triples2xplanet.pl -------------------------------------------------------------------------------- /n3-simple.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/n3-simple.pl -------------------------------------------------------------------------------- /n3absyn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/n3absyn.py -------------------------------------------------------------------------------- /n3p_tm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/n3p_tm.py -------------------------------------------------------------------------------- /n3spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/n3spark.py -------------------------------------------------------------------------------- /not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/not -------------------------------------------------------------------------------- /notation3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/notation3.html -------------------------------------------------------------------------------- /notation3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/notation3.py -------------------------------------------------------------------------------- /notify/pubsub.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/notify/pubsub.n3 -------------------------------------------------------------------------------- /os.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/os.n3 -------------------------------------------------------------------------------- /os.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/os.rdf -------------------------------------------------------------------------------- /p3p/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/p3p/Makefile -------------------------------------------------------------------------------- /p3p/anonShop.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/p3p/anonShop.n3 -------------------------------------------------------------------------------- /p3p/ex32.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/p3p/ex32.xml -------------------------------------------------------------------------------- /p3p/forShoppers.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/p3p/forShoppers.n3 -------------------------------------------------------------------------------- /p3p/forShoppers.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/p3p/forShoppers.rdf -------------------------------------------------------------------------------- /p3p/grokPolicy.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/p3p/grokPolicy.xsl -------------------------------------------------------------------------------- /p3p/p3pAArules.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/p3p/p3pAArules.n3 -------------------------------------------------------------------------------- /packages/debian/debian-files/debian/dirs: -------------------------------------------------------------------------------- 1 | /usr/lib/python/2.2/ 2 | usr/share/doc/swap-cwm 3 | -------------------------------------------------------------------------------- /packages/debian/debian-files/debian/files: -------------------------------------------------------------------------------- 1 | swap-cwm_0.9-1_all.deb interpreters optional 2 | -------------------------------------------------------------------------------- /pim/,salesTax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/,salesTax.py -------------------------------------------------------------------------------- /pim/,total2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/,total2.py -------------------------------------------------------------------------------- /pim/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/Makefile -------------------------------------------------------------------------------- /pim/PhotoEvent.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/PhotoEvent.n3 -------------------------------------------------------------------------------- /pim/airportLookup.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/airportLookup.n3 -------------------------------------------------------------------------------- /pim/airportNames.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/airportNames.n3 -------------------------------------------------------------------------------- /pim/calIntFig.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/calIntFig.dot -------------------------------------------------------------------------------- /pim/calIntFig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/calIntFig.png -------------------------------------------------------------------------------- /pim/calIntFig.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/calIntFig.ps -------------------------------------------------------------------------------- /pim/calIntFig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/calIntFig.svg -------------------------------------------------------------------------------- /pim/calIntShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/calIntShot.png -------------------------------------------------------------------------------- /pim/cat-report.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/cat-report.n3 -------------------------------------------------------------------------------- /pim/check2n3.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/check2n3.sed -------------------------------------------------------------------------------- /pim/cityLookup.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/cityLookup.n3 -------------------------------------------------------------------------------- /pim/conf2cal-all.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/conf2cal-all.n3 -------------------------------------------------------------------------------- /pim/conf2cal.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/conf2cal.n3 -------------------------------------------------------------------------------- /pim/contact-rules.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/contact-rules.n3 -------------------------------------------------------------------------------- /pim/contact.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/contact.n3 -------------------------------------------------------------------------------- /pim/contact.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/contact.rdf -------------------------------------------------------------------------------- /pim/contactStitch.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/contactStitch.n3 -------------------------------------------------------------------------------- /pim/contactStitch.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/contactStitch.rdf -------------------------------------------------------------------------------- /pim/daily.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/daily.make -------------------------------------------------------------------------------- /pim/day.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/day.py -------------------------------------------------------------------------------- /pim/de-space-uris.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/de-space-uris.py -------------------------------------------------------------------------------- /pim/dedup-tunes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/dedup-tunes.py -------------------------------------------------------------------------------- /pim/doc.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/doc.n3 -------------------------------------------------------------------------------- /pim/doc.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/doc.rdf -------------------------------------------------------------------------------- /pim/du/du-svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/du/du-svg.py -------------------------------------------------------------------------------- /pim/earthMap.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/earthMap.n3 -------------------------------------------------------------------------------- /pim/email.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/email.rdf -------------------------------------------------------------------------------- /pim/exif.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/exif.n3 -------------------------------------------------------------------------------- /pim/exif.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/exif.rdf -------------------------------------------------------------------------------- /pim/extract-ldif.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/extract-ldif.n3 -------------------------------------------------------------------------------- /pim/fin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/fin.py -------------------------------------------------------------------------------- /pim/fitness/nights.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/fitness/nights.js -------------------------------------------------------------------------------- /pim/fromGarmin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/fromGarmin.py -------------------------------------------------------------------------------- /pim/futureEvents.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/futureEvents.n3 -------------------------------------------------------------------------------- /pim/get-balances.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/get-balances.n3 -------------------------------------------------------------------------------- /pim/gpx2n3.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/gpx2n3.sed -------------------------------------------------------------------------------- /pim/grokItinTable.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/grokItinTable.xsl -------------------------------------------------------------------------------- /pim/grokLeg.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/grokLeg.dot -------------------------------------------------------------------------------- /pim/grokLeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/grokLeg.png -------------------------------------------------------------------------------- /pim/grokLeg.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/grokLeg.ps -------------------------------------------------------------------------------- /pim/grokLeg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/grokLeg.svg -------------------------------------------------------------------------------- /pim/grokTravItin.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/grokTravItin.pl -------------------------------------------------------------------------------- /pim/hybrid/README: -------------------------------------------------------------------------------- 1 | http://ilrt.org/discovery/2001/06/schemas/ical-full/hybrid.rdf 2 | -------------------------------------------------------------------------------- /pim/hybrid/hybrid.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/hybrid/hybrid.n3 -------------------------------------------------------------------------------- /pim/iCalendar.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/iCalendar.n3 -------------------------------------------------------------------------------- /pim/ical.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ical.n3 -------------------------------------------------------------------------------- /pim/ical.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ical.rdf -------------------------------------------------------------------------------- /pim/ical2rdf.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ical2rdf.pl -------------------------------------------------------------------------------- /pim/ics2txt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ics2txt.py -------------------------------------------------------------------------------- /pim/irs/general.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/irs/general.n3 -------------------------------------------------------------------------------- /pim/irs/st_11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/irs/st_11.pdf -------------------------------------------------------------------------------- /pim/irs/tax-report.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/irs/tax-report.n3 -------------------------------------------------------------------------------- /pim/irs/test.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/irs/test.n3 -------------------------------------------------------------------------------- /pim/itin2ical.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/itin2ical.n3 -------------------------------------------------------------------------------- /pim/itinArcs.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/itinArcs.n3 -------------------------------------------------------------------------------- /pim/itinMarks.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/itinMarks.n3 -------------------------------------------------------------------------------- /pim/jhead/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/Makefile -------------------------------------------------------------------------------- /pim/jhead/READ1ST.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/READ1ST.TXT -------------------------------------------------------------------------------- /pim/jhead/changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/changes.txt -------------------------------------------------------------------------------- /pim/jhead/exif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/exif.c -------------------------------------------------------------------------------- /pim/jhead/jhead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/jhead.c -------------------------------------------------------------------------------- /pim/jhead/jhead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/jhead.h -------------------------------------------------------------------------------- /pim/jhead/jpgfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/jpgfile.c -------------------------------------------------------------------------------- /pim/jhead/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/make.bat -------------------------------------------------------------------------------- /pim/jhead/myglob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/myglob.c -------------------------------------------------------------------------------- /pim/jhead/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/readme.txt -------------------------------------------------------------------------------- /pim/jhead/usage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jhead/usage.html -------------------------------------------------------------------------------- /pim/jobieLabels.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/jobieLabels.pl -------------------------------------------------------------------------------- /pim/json2n3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/json2n3.py -------------------------------------------------------------------------------- /pim/ldif/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ldif/Makefile -------------------------------------------------------------------------------- /pim/ldif/zac.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ldif/zac.ldif -------------------------------------------------------------------------------- /pim/ldif/zac.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ldif/zac.n3 -------------------------------------------------------------------------------- /pim/ldif/zac.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ldif/zac.rdf -------------------------------------------------------------------------------- /pim/ldif2n3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ldif2n3.py -------------------------------------------------------------------------------- /pim/lookout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/lookout.py -------------------------------------------------------------------------------- /pim/mapVizFig.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mapVizFig.dot -------------------------------------------------------------------------------- /pim/mapVizFig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mapVizFig.png -------------------------------------------------------------------------------- /pim/mapVizFig.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mapVizFig.ps -------------------------------------------------------------------------------- /pim/mapVizFig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mapVizFig.svg -------------------------------------------------------------------------------- /pim/mergeCalendars.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mergeCalendars.n3 -------------------------------------------------------------------------------- /pim/mime/mail2html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mime/mail2html.js -------------------------------------------------------------------------------- /pim/mortgage.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mortgage.n3 -------------------------------------------------------------------------------- /pim/mp3/mp3info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mp3/mp3info.py -------------------------------------------------------------------------------- /pim/mso.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mso.n3 -------------------------------------------------------------------------------- /pim/mso2hybrid.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mso2hybrid.n3 -------------------------------------------------------------------------------- /pim/mso2vcard.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/mso2vcard.n3 -------------------------------------------------------------------------------- /pim/music/0README.txt: -------------------------------------------------------------------------------- 1 | 2 | See also ../mp3 3 | 4 | -------------------------------------------------------------------------------- /pim/ofx-headers.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ofx-headers.n3 -------------------------------------------------------------------------------- /pim/ofx/.htaccess: -------------------------------------------------------------------------------- 1 | DirectoryIndex ontology.n3 2 | -------------------------------------------------------------------------------- /pim/ofx/ofx20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ofx/ofx20.pdf -------------------------------------------------------------------------------- /pim/ofx/ontology.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/ofx/ontology.n3 -------------------------------------------------------------------------------- /pim/outline2n3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/outline2n3.py -------------------------------------------------------------------------------- /pim/pd2ical.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/pd2ical.n3 -------------------------------------------------------------------------------- /pim/plist2ttl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/plist2ttl.py -------------------------------------------------------------------------------- /pim/qfx2n3.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/qfx2n3.sed -------------------------------------------------------------------------------- /pim/qfx2qu.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/qfx2qu.n3 -------------------------------------------------------------------------------- /pim/qif.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/qif.n3 -------------------------------------------------------------------------------- /pim/qif.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/qif.rdf -------------------------------------------------------------------------------- /pim/qif2n3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/qif2n3.py -------------------------------------------------------------------------------- /pim/salesTax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/salesTax.py -------------------------------------------------------------------------------- /pim/tax-report.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/tax-report.n3 -------------------------------------------------------------------------------- /pim/tax.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/tax.n3 -------------------------------------------------------------------------------- /pim/timelineChart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/timelineChart.py -------------------------------------------------------------------------------- /pim/toIcal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/toIcal.py -------------------------------------------------------------------------------- /pim/toLdif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/toLdif.py -------------------------------------------------------------------------------- /pim/total.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/total.py -------------------------------------------------------------------------------- /pim/track-ex.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/track-ex.n3 -------------------------------------------------------------------------------- /pim/track-rules.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/track-rules.n3 -------------------------------------------------------------------------------- /pim/track.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/track.n3 -------------------------------------------------------------------------------- /pim/track.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/track.xml -------------------------------------------------------------------------------- /pim/travel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/travel.html -------------------------------------------------------------------------------- /pim/travelFig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/travelFig.png -------------------------------------------------------------------------------- /pim/travelFig.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/travelFig.rdf -------------------------------------------------------------------------------- /pim/travelFig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/travelFig.svg -------------------------------------------------------------------------------- /pim/travelFig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/travelFig.xml -------------------------------------------------------------------------------- /pim/travelTerms.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/travelTerms.n3 -------------------------------------------------------------------------------- /pim/travelTerms.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/travelTerms.rdf -------------------------------------------------------------------------------- /pim/tree.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/tree.n3 -------------------------------------------------------------------------------- /pim/unclassified.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/unclassified.n3 -------------------------------------------------------------------------------- /pim/usps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/usps.html -------------------------------------------------------------------------------- /pim/usps.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/usps.n3 -------------------------------------------------------------------------------- /pim/usps.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/usps.rdf -------------------------------------------------------------------------------- /pim/usps_ex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/usps_ex.html -------------------------------------------------------------------------------- /pim/usps_ex_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/usps_ex_out.png -------------------------------------------------------------------------------- /pim/vcard2n3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pim/vcard2n3.py -------------------------------------------------------------------------------- /pluggable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pluggable.py -------------------------------------------------------------------------------- /plwm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/plwm.py -------------------------------------------------------------------------------- /ply/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/ply/__init__.py -------------------------------------------------------------------------------- /ply/lex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/ply/lex.py -------------------------------------------------------------------------------- /ply/yacc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/ply/yacc.py -------------------------------------------------------------------------------- /ppt-bank/bankSW.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/ppt-bank/bankSW.n3 -------------------------------------------------------------------------------- /ppt-bank/bug1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/ppt-bank/bug1.n3 -------------------------------------------------------------------------------- /ppt-bank/checking.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/ppt-bank/checking.n3 -------------------------------------------------------------------------------- /pretty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pretty.html -------------------------------------------------------------------------------- /pretty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pretty.py -------------------------------------------------------------------------------- /pychinko/__init__.py: -------------------------------------------------------------------------------- 1 | # -------------------------------------------------------------------------------- /pychinko/builtins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pychinko/builtins.py -------------------------------------------------------------------------------- /pychinko/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pychinko/config.py -------------------------------------------------------------------------------- /pychinko/exception.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pychinko/exception.py -------------------------------------------------------------------------------- /pychinko/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pychinko/helpers.py -------------------------------------------------------------------------------- /pychinko/nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pychinko/nodes.py -------------------------------------------------------------------------------- /pychinko/rete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pychinko/rete.py -------------------------------------------------------------------------------- /pychinko/terms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pychinko/terms.py -------------------------------------------------------------------------------- /pycwmko.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pycwmko.py -------------------------------------------------------------------------------- /pyjs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/Makefile -------------------------------------------------------------------------------- /pyjs/experience.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/experience.txt -------------------------------------------------------------------------------- /pyjs/fix.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/fix.sed -------------------------------------------------------------------------------- /pyjs/js_cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/js_cmd -------------------------------------------------------------------------------- /pyjs/js_results.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/js_results.html -------------------------------------------------------------------------------- /pyjs/js_results.n3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyjs/missing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/missing.js -------------------------------------------------------------------------------- /pyjs/n3parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/n3parser.js -------------------------------------------------------------------------------- /pyjs/not3-test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/not3-test.html -------------------------------------------------------------------------------- /pyjs/not3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/not3.js -------------------------------------------------------------------------------- /pyjs/not3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/not3.py -------------------------------------------------------------------------------- /pyjs/pre.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/pre.sed -------------------------------------------------------------------------------- /pyjs/pyjamas-0.1/pyjs/tests/test042.js: -------------------------------------------------------------------------------- 1 | 42 2 | -------------------------------------------------------------------------------- /pyjs/pyjamas-0.1/pyjs/tests/test042.py: -------------------------------------------------------------------------------- 1 | 42 2 | -------------------------------------------------------------------------------- /pyjs/pyjamas-0.1/pyjs/tests/test046.py: -------------------------------------------------------------------------------- 1 | def test(): 2 | bar = foo[1:5] 3 | -------------------------------------------------------------------------------- /pyjs/pyjs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/pyjs.py -------------------------------------------------------------------------------- /pyjs/testn3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/testn3.js -------------------------------------------------------------------------------- /pyjs/utf8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/pyjs/utf8.js -------------------------------------------------------------------------------- /query.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/query.html -------------------------------------------------------------------------------- /query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/query.py -------------------------------------------------------------------------------- /rdf2dot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdf2dot.py -------------------------------------------------------------------------------- /rdflib2rdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdflib2rdf.html -------------------------------------------------------------------------------- /rdflib2rdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdflib2rdf.py -------------------------------------------------------------------------------- /rdflib_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdflib_user.py -------------------------------------------------------------------------------- /rdfn3-gram.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdfn3-gram.html -------------------------------------------------------------------------------- /rdfn3.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdfn3.g -------------------------------------------------------------------------------- /rdfn3_yapps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdfn3_yapps.py -------------------------------------------------------------------------------- /rdfn3_yappstest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdfn3_yappstest.py -------------------------------------------------------------------------------- /rdfpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdfpath.py -------------------------------------------------------------------------------- /rdfx2kif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdfx2kif.py -------------------------------------------------------------------------------- /rdfxml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/rdfxml.py -------------------------------------------------------------------------------- /reason.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/reason.n3 -------------------------------------------------------------------------------- /reason.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/reason.rdf -------------------------------------------------------------------------------- /reify.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/reify.html -------------------------------------------------------------------------------- /reify.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/reify.n3 -------------------------------------------------------------------------------- /reify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/reify.py -------------------------------------------------------------------------------- /relaxNG-gram.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/relaxNG-gram.html -------------------------------------------------------------------------------- /relaxNG.g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/relaxNG.g -------------------------------------------------------------------------------- /restore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/restore.py -------------------------------------------------------------------------------- /sax2rdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/sax2rdf.html -------------------------------------------------------------------------------- /sax2rdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/sax2rdf.py -------------------------------------------------------------------------------- /serial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/serial.py -------------------------------------------------------------------------------- /set.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/set.n3 -------------------------------------------------------------------------------- /set.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/set.rdf -------------------------------------------------------------------------------- /set_importer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/set_importer.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/setup.py -------------------------------------------------------------------------------- /soapserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/soapserver.py -------------------------------------------------------------------------------- /spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/spark.py -------------------------------------------------------------------------------- /sparql/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/sparql/Makefile -------------------------------------------------------------------------------- /sparql/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparql/earley.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/sparql/earley.py -------------------------------------------------------------------------------- /sparql/webserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/sparql/webserver.py -------------------------------------------------------------------------------- /sparql2cwm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/sparql2cwm.py -------------------------------------------------------------------------------- /sparqlCwm.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/sparqlCwm.n3 -------------------------------------------------------------------------------- /string.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/string.n3 -------------------------------------------------------------------------------- /string.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/string.rdf -------------------------------------------------------------------------------- /surnia/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/.cvsignore -------------------------------------------------------------------------------- /surnia/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/Makefile -------------------------------------------------------------------------------- /surnia/play/sets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/play/sets -------------------------------------------------------------------------------- /surnia/play/toOtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/play/toOtt -------------------------------------------------------------------------------- /surnia/play/toOtt2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/play/toOtt2 -------------------------------------------------------------------------------- /surnia/play/toOtt3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/play/toOtt3 -------------------------------------------------------------------------------- /surnia/play/toOtt3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/play/toOtt3a -------------------------------------------------------------------------------- /surnia/play/toOtt4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/play/toOtt4 -------------------------------------------------------------------------------- /surnia/play/toOtt5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/play/toOtt5 -------------------------------------------------------------------------------- /surnia/play/toOtt5a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/play/toOtt5a -------------------------------------------------------------------------------- /surnia/play/toOtt6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/play/toOtt6 -------------------------------------------------------------------------------- /surnia/surnia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/surnia/surnia.py -------------------------------------------------------------------------------- /sync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/sync.py -------------------------------------------------------------------------------- /tab2n3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/tab2n3.html -------------------------------------------------------------------------------- /tab2n3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/tab2n3.py -------------------------------------------------------------------------------- /talk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/Makefile -------------------------------------------------------------------------------- /talk/Overview-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/Overview-1.html -------------------------------------------------------------------------------- /talk/Overview-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/Overview-2.html -------------------------------------------------------------------------------- /talk/Overview-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/Overview-3.html -------------------------------------------------------------------------------- /talk/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/Overview.html -------------------------------------------------------------------------------- /talk/all-old.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/all-old.htm -------------------------------------------------------------------------------- /talk/all.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/all.htm -------------------------------------------------------------------------------- /talk/infos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/infos.txt -------------------------------------------------------------------------------- /talk/local.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/local.css -------------------------------------------------------------------------------- /talk/slide1-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide1-0.html -------------------------------------------------------------------------------- /talk/slide1-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide1-1.html -------------------------------------------------------------------------------- /talk/slide1-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide1-2.html -------------------------------------------------------------------------------- /talk/slide1-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide1-3.html -------------------------------------------------------------------------------- /talk/slide10-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide10-0.html -------------------------------------------------------------------------------- /talk/slide10-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide10-1.html -------------------------------------------------------------------------------- /talk/slide10-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide10-2.html -------------------------------------------------------------------------------- /talk/slide10-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide10-3.html -------------------------------------------------------------------------------- /talk/slide2-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide2-0.html -------------------------------------------------------------------------------- /talk/slide2-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide2-1.html -------------------------------------------------------------------------------- /talk/slide2-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide2-2.html -------------------------------------------------------------------------------- /talk/slide2-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide2-3.html -------------------------------------------------------------------------------- /talk/slide3-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide3-0.html -------------------------------------------------------------------------------- /talk/slide3-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide3-1.html -------------------------------------------------------------------------------- /talk/slide3-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide3-2.html -------------------------------------------------------------------------------- /talk/slide3-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide3-3.html -------------------------------------------------------------------------------- /talk/slide4-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide4-0.html -------------------------------------------------------------------------------- /talk/slide4-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide4-1.html -------------------------------------------------------------------------------- /talk/slide4-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide4-2.html -------------------------------------------------------------------------------- /talk/slide4-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide4-3.html -------------------------------------------------------------------------------- /talk/slide5-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide5-0.html -------------------------------------------------------------------------------- /talk/slide5-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide5-1.html -------------------------------------------------------------------------------- /talk/slide5-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide5-2.html -------------------------------------------------------------------------------- /talk/slide5-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide5-3.html -------------------------------------------------------------------------------- /talk/slide6-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide6-0.html -------------------------------------------------------------------------------- /talk/slide6-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide6-1.html -------------------------------------------------------------------------------- /talk/slide6-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide6-2.html -------------------------------------------------------------------------------- /talk/slide6-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide6-3.html -------------------------------------------------------------------------------- /talk/slide7-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide7-0.html -------------------------------------------------------------------------------- /talk/slide7-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide7-1.html -------------------------------------------------------------------------------- /talk/slide7-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide7-2.html -------------------------------------------------------------------------------- /talk/slide7-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide7-3.html -------------------------------------------------------------------------------- /talk/slide8-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide8-0.html -------------------------------------------------------------------------------- /talk/slide8-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide8-1.html -------------------------------------------------------------------------------- /talk/slide8-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide8-2.html -------------------------------------------------------------------------------- /talk/slide8-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide8-3.html -------------------------------------------------------------------------------- /talk/slide9-0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide9-0.html -------------------------------------------------------------------------------- /talk/slide9-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide9-1.html -------------------------------------------------------------------------------- /talk/slide9-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide9-2.html -------------------------------------------------------------------------------- /talk/slide9-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/talk/slide9-3.html -------------------------------------------------------------------------------- /term.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/term.html -------------------------------------------------------------------------------- /term.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/term.py -------------------------------------------------------------------------------- /test/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/.cvsignore -------------------------------------------------------------------------------- /test/EricNeumann/t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/EricNeumann/t -------------------------------------------------------------------------------- /test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/Makefile -------------------------------------------------------------------------------- /test/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/README.html -------------------------------------------------------------------------------- /test/acl-pf.kif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/acl-pf.kif -------------------------------------------------------------------------------- /test/acl-pf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/acl-pf.n3 -------------------------------------------------------------------------------- /test/amp-in-url.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/amp-in-url.nt -------------------------------------------------------------------------------- /test/amp-in-url.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/amp-in-url.rdf -------------------------------------------------------------------------------- /test/andy/D.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/andy/D.n3 -------------------------------------------------------------------------------- /test/andy/t2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/andy/t2.n3 -------------------------------------------------------------------------------- /test/animal-simple.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/animal-simple.n3 -------------------------------------------------------------------------------- /test/animal.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/animal.rdf -------------------------------------------------------------------------------- /test/animals.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/animals.n3 -------------------------------------------------------------------------------- /test/anon-prop.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/anon-prop.n3 -------------------------------------------------------------------------------- /test/cal/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cal/Makefile -------------------------------------------------------------------------------- /test/cant/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/Makefile -------------------------------------------------------------------------------- /test/cant/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/README.txt -------------------------------------------------------------------------------- /test/cant/cal1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/cal1.1 -------------------------------------------------------------------------------- /test/cant/cal1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/cal1.2 -------------------------------------------------------------------------------- /test/cant/cal1.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/cal1.nt -------------------------------------------------------------------------------- /test/cant/cal1a.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/cal1a.nt -------------------------------------------------------------------------------- /test/cant/cal2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/cal2.1 -------------------------------------------------------------------------------- /test/cant/cal2.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/cal2.2 -------------------------------------------------------------------------------- /test/cant/cal2.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/cal2.nt -------------------------------------------------------------------------------- /test/cant/cal2a.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/cal2a.nt -------------------------------------------------------------------------------- /test/cant/seq-r.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/seq-r.1 -------------------------------------------------------------------------------- /test/cant/seq-r.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/seq-r.nt -------------------------------------------------------------------------------- /test/cant/seq-t.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/seq-t.1 -------------------------------------------------------------------------------- /test/cant/seq-t.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cant/seq-t.nt -------------------------------------------------------------------------------- /test/ccpp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ccpp/Makefile -------------------------------------------------------------------------------- /test/ccpp/cpp.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ccpp/cpp.n3 -------------------------------------------------------------------------------- /test/ccpp/cpp.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ccpp/cpp.rdf -------------------------------------------------------------------------------- /test/ccpp/ex2-2-b.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ccpp/ex2-2-b.rdf -------------------------------------------------------------------------------- /test/ccpp/schema.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ccpp/schema.rdf -------------------------------------------------------------------------------- /test/ccppfig2-2a.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ccppfig2-2a.n3 -------------------------------------------------------------------------------- /test/cg/bus.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cg/bus.n3 -------------------------------------------------------------------------------- /test/closure/e.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/closure/e.n3 -------------------------------------------------------------------------------- /test/contexts.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/contexts.n3 -------------------------------------------------------------------------------- /test/crawlFoaf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/crawlFoaf.n3 -------------------------------------------------------------------------------- /test/crawlSeeAlso.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/crawlSeeAlso.n3 -------------------------------------------------------------------------------- /test/crypto/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/crypto/Makefile -------------------------------------------------------------------------------- /test/crypto/Myfile.txt: -------------------------------------------------------------------------------- 1 | blargh 2 | -------------------------------------------------------------------------------- /test/crypto/acc.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/crypto/acc.n3 -------------------------------------------------------------------------------- /test/crypto/access-1.checked: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /test/crypto/hash-data.txt: -------------------------------------------------------------------------------- 1 | blargh -------------------------------------------------------------------------------- /test/crypto/make.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/crypto/make.jpg -------------------------------------------------------------------------------- /test/crypto/make.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/crypto/make.svg -------------------------------------------------------------------------------- /test/csv/comma.csv: -------------------------------------------------------------------------------- 1 | Color,Size,Length 2 | blue,12,4 3 | green,15,20 4 | -------------------------------------------------------------------------------- /test/cwm/fam-rules.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cwm/fam-rules.n3 -------------------------------------------------------------------------------- /test/cwm/fam.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/cwm/fam.n3 -------------------------------------------------------------------------------- /test/d11.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/d11.n3 -------------------------------------------------------------------------------- /test/daml-ex.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/daml-ex.n3 -------------------------------------------------------------------------------- /test/daml-ex.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/daml-ex.rdf -------------------------------------------------------------------------------- /test/daml-ont.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/daml-ont.n3 -------------------------------------------------------------------------------- /test/daml-ont.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/daml-ont.rdf -------------------------------------------------------------------------------- /test/daml-pref.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/daml-pref.n3 -------------------------------------------------------------------------------- /test/datatype-exA.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/datatype-exA.rdf -------------------------------------------------------------------------------- /test/datatype-exB.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/datatype-exB.rdf -------------------------------------------------------------------------------- /test/datatype10.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/datatype10.n3 -------------------------------------------------------------------------------- /test/datatypeAtoB.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/datatypeAtoB.n3 -------------------------------------------------------------------------------- /test/dbRegression.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dbRegression.n3 -------------------------------------------------------------------------------- /test/dbork/Customers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dbork/Customers -------------------------------------------------------------------------------- /test/dbork/Products: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dbork/Products -------------------------------------------------------------------------------- /test/dbork/defdoc1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dbork/defdoc1.n3 -------------------------------------------------------------------------------- /test/dbork/defdoc2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dbork/defdoc2.n3 -------------------------------------------------------------------------------- /test/dbork/defdoc3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dbork/defdoc3.n3 -------------------------------------------------------------------------------- /test/dbork/explain.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dbork/explain.ai -------------------------------------------------------------------------------- /test/dbork/geo1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dbork/geo1.n3 -------------------------------------------------------------------------------- /test/dbork/n3_CMYK.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dbork/n3_CMYK.ai -------------------------------------------------------------------------------- /test/dc.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dc.n3 -------------------------------------------------------------------------------- /test/delegate/meta.n3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/README.txt -------------------------------------------------------------------------------- /test/delta/bank.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/bank.n3 -------------------------------------------------------------------------------- /test/delta/gk1/to.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/gk1/to.n3 -------------------------------------------------------------------------------- /test/delta/ical/to.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/ical/to.n3 -------------------------------------------------------------------------------- /test/delta/t1/diff.n3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/t1/from.n3: -------------------------------------------------------------------------------- 1 | @keywords. 2 | a b [ d e ]. 3 | -------------------------------------------------------------------------------- /test/delta/t1/to.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/t1/to.n3 -------------------------------------------------------------------------------- /test/delta/t2/from.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/t2/from.n3 -------------------------------------------------------------------------------- /test/delta/t2/to.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/t2/to.n3 -------------------------------------------------------------------------------- /test/delta/t3/from.n3: -------------------------------------------------------------------------------- 1 | @prefix : <#> . 2 | 3 | :a :b [ :c :d ] . 4 | -------------------------------------------------------------------------------- /test/delta/t3/test.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/t3/test.n3 -------------------------------------------------------------------------------- /test/delta/t4/from.n3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/t4/test.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/t4/test.n3 -------------------------------------------------------------------------------- /test/delta/t4/to.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/t4/to.n3 -------------------------------------------------------------------------------- /test/delta/tr/Makefile: -------------------------------------------------------------------------------- 1 | # http://www.w3.org/2002/01/tr-automation/tr.rdf 2 | -------------------------------------------------------------------------------- /test/delta/tr/test/0/tr.rdf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/tr/test/1/tr.cant: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/tr/test/1/tr.checked: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/tr/test/1/tr.delta: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/tr/test/2/tr.cant: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/tr/test/3/tr.cant: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/tr/test/3/tr.delta: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/delta/tr/tr.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/delta/tr/tr.rdf -------------------------------------------------------------------------------- /test/demo1/biology.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/demo1/biology.n3 -------------------------------------------------------------------------------- /test/demo1/myDingo.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/demo1/myDingo.n3 -------------------------------------------------------------------------------- /test/dpo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/Makefile -------------------------------------------------------------------------------- /test/dpo/a001.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/a001.n3 -------------------------------------------------------------------------------- /test/dpo/a127.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/a127.n3 -------------------------------------------------------------------------------- /test/dpo/axioms-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/axioms-0.txt -------------------------------------------------------------------------------- /test/dpo/axioms.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/axioms.n3 -------------------------------------------------------------------------------- /test/dpo/axioms.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/axioms.sed -------------------------------------------------------------------------------- /test/dpo/axioms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/axioms.txt -------------------------------------------------------------------------------- /test/dpo/axioms0.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/axioms0.n3 -------------------------------------------------------------------------------- /test/dpo/axioms1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/axioms1.n3 -------------------------------------------------------------------------------- /test/dpo/consts.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/consts.sed -------------------------------------------------------------------------------- /test/dpo/convert.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/convert.n3 -------------------------------------------------------------------------------- /test/dpo/daml+oil.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/daml+oil.n3 -------------------------------------------------------------------------------- /test/dpo/dpo.kif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/dpo.kif -------------------------------------------------------------------------------- /test/dpo/dpo.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/dpo.nt -------------------------------------------------------------------------------- /test/dpo/kludge.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/kludge.n3 -------------------------------------------------------------------------------- /test/dpo/noKIF.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/noKIF.n3 -------------------------------------------------------------------------------- /test/dpo/rules.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/rules.n3 -------------------------------------------------------------------------------- /test/dpo/seive.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/seive.n3 -------------------------------------------------------------------------------- /test/dpo/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dpo/test.sh -------------------------------------------------------------------------------- /test/dt/dt.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dt/dt.n3 -------------------------------------------------------------------------------- /test/dt/dtlit1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dt/dtlit1.n3 -------------------------------------------------------------------------------- /test/dt/typedLit.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dt/typedLit.n3 -------------------------------------------------------------------------------- /test/dt10-conc.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dt10-conc.n3 -------------------------------------------------------------------------------- /test/dt10-conc.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dt10-conc.nt -------------------------------------------------------------------------------- /test/dt10-premise.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dt10-premise.n3 -------------------------------------------------------------------------------- /test/dt10-premise.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/dt10-premise.rdf -------------------------------------------------------------------------------- /test/easter/easter.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/easter/easter.n3 -------------------------------------------------------------------------------- /test/ef1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ef1.n3 -------------------------------------------------------------------------------- /test/efbind.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/efbind.n3 -------------------------------------------------------------------------------- /test/eferr1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/eferr1.n3 -------------------------------------------------------------------------------- /test/eq/README: -------------------------------------------------------------------------------- 1 | Tests relating to daml equality. 2 | Smushing, diffs, etc 3 | -------------------------------------------------------------------------------- /test/eq/smush1.n3: -------------------------------------------------------------------------------- 1 | # Smush me 2 | 3 | @prefix : <#>. 4 | 5 | :a = :b. 6 | 7 | -------------------------------------------------------------------------------- /test/eq/smush2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/eq/smush2.n3 -------------------------------------------------------------------------------- /test/eq/smush3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/eq/smush3.n3 -------------------------------------------------------------------------------- /test/eq/smush4.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/eq/smush4.n3 -------------------------------------------------------------------------------- /test/equality.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/equality.n3 -------------------------------------------------------------------------------- /test/equiv-syntax.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/equiv-syntax.n3 -------------------------------------------------------------------------------- /test/esw2pd.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/esw2pd.n3 -------------------------------------------------------------------------------- /test/ex-conc.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ex-conc.n3 -------------------------------------------------------------------------------- /test/excerpt.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/excerpt.n3 -------------------------------------------------------------------------------- /test/f11.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/f11.n3 -------------------------------------------------------------------------------- /test/ferrell/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ferrell/Makefile -------------------------------------------------------------------------------- /test/ferrell/dogs.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ferrell/dogs.n3 -------------------------------------------------------------------------------- /test/fido-proof.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/fido-proof.n3 -------------------------------------------------------------------------------- /test/file_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/file_list.py -------------------------------------------------------------------------------- /test/filter12.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/filter12.n3 -------------------------------------------------------------------------------- /test/fink/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/fink/Makefile -------------------------------------------------------------------------------- /test/fink/web.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/fink/web.def -------------------------------------------------------------------------------- /test/fink/why.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/fink/why.n3 -------------------------------------------------------------------------------- /test/flatten-1e.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/flatten-1e.n3 -------------------------------------------------------------------------------- /test/flatten-1g.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/flatten-1g.n3 -------------------------------------------------------------------------------- /test/flatten-1u.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/flatten-1u.n3 -------------------------------------------------------------------------------- /test/flatten-2e.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/flatten-2e.n3 -------------------------------------------------------------------------------- /test/flatten-2g.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/flatten-2g.n3 -------------------------------------------------------------------------------- /test/foo.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/foo.n3 -------------------------------------------------------------------------------- /test/forgetDups.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/forgetDups.n3 -------------------------------------------------------------------------------- /test/gentest.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/gentest.n3 -------------------------------------------------------------------------------- /test/i18n.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/i18n.rdf -------------------------------------------------------------------------------- /test/i18n/ひらがな.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/i18n/ひらがな.n3 -------------------------------------------------------------------------------- /test/i18n/ひらがな.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/i18n/ひらがな.n3 -------------------------------------------------------------------------------- /test/imports/a.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/imports/a.rdf -------------------------------------------------------------------------------- /test/imports/b.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/imports/b.rdf -------------------------------------------------------------------------------- /test/imports/c.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/imports/c.rdf -------------------------------------------------------------------------------- /test/includes/xsd.ref: -------------------------------------------------------------------------------- 1 | CASH IS 6 2 | -------------------------------------------------------------------------------- /test/invalid-ex.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/invalid-ex.n3 -------------------------------------------------------------------------------- /test/j11.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/j11.n3 -------------------------------------------------------------------------------- /test/jos/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/jos/Makefile -------------------------------------------------------------------------------- /test/jos/lldmD.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/jos/lldmD.n3 -------------------------------------------------------------------------------- /test/jos/lldmP.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/jos/lldmP.n3 -------------------------------------------------------------------------------- /test/list/bnode_in_list_in_list.n3: -------------------------------------------------------------------------------- 1 | :a :b (([:c :d])) . 2 | -------------------------------------------------------------------------------- /test/list/first.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/first.n3 -------------------------------------------------------------------------------- /test/list/gk0.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/gk0.n3 -------------------------------------------------------------------------------- /test/list/gk1-i.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/gk1-i.n3 -------------------------------------------------------------------------------- /test/list/gk1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/gk1.n3 -------------------------------------------------------------------------------- /test/list/gk2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/gk2.n3 -------------------------------------------------------------------------------- /test/list/gk3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/gk3.n3 -------------------------------------------------------------------------------- /test/list/impl.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/impl.n3 -------------------------------------------------------------------------------- /test/list/last.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/last.n3 -------------------------------------------------------------------------------- /test/list/list2.n3: -------------------------------------------------------------------------------- 1 | ( ) = . 2 | -------------------------------------------------------------------------------- /test/list/list3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/list3.n3 -------------------------------------------------------------------------------- /test/list/list4.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/list4.n3 -------------------------------------------------------------------------------- /test/list/list5.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/list5.n3 -------------------------------------------------------------------------------- /test/list/list6.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/list6.n3 -------------------------------------------------------------------------------- /test/list/r1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/r1.n3 -------------------------------------------------------------------------------- /test/list/r2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/r2.n3 -------------------------------------------------------------------------------- /test/list/sbp.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/sbp.n3 -------------------------------------------------------------------------------- /test/list/sbp2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/sbp2.n3 -------------------------------------------------------------------------------- /test/list/sbp2a.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/sbp2a.n3 -------------------------------------------------------------------------------- /test/list/trigo.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/list/trigo.n3 -------------------------------------------------------------------------------- /test/lists.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/lists.n3 -------------------------------------------------------------------------------- /test/log-filter.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/log-filter.n3 -------------------------------------------------------------------------------- /test/math/bug1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/math/bug1.n3 -------------------------------------------------------------------------------- /test/math/bug2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/math/bug2.n3 -------------------------------------------------------------------------------- /test/math/long.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/math/long.n3 -------------------------------------------------------------------------------- /test/math/mixed.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/math/mixed.n3 -------------------------------------------------------------------------------- /test/meet/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/meet/Makefile -------------------------------------------------------------------------------- /test/meet/all: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/meet/blue.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/meet/blue.n3 -------------------------------------------------------------------------------- /test/meet/blue.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/meet/blue.rdf -------------------------------------------------------------------------------- /test/meet/green.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/meet/green.n3 -------------------------------------------------------------------------------- /test/meet/red.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/meet/red.n3 -------------------------------------------------------------------------------- /test/meet/red.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/meet/red.rdf -------------------------------------------------------------------------------- /test/meet/white.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/meet/white.n3 -------------------------------------------------------------------------------- /test/min.n3: -------------------------------------------------------------------------------- 1 | [ ]. 2 | -------------------------------------------------------------------------------- /test/n3/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/n3/Makefile -------------------------------------------------------------------------------- /test/n3/n3parser.tests_n3_20000.nt: -------------------------------------------------------------------------------- 1 | # next char: u'a' 2 | -------------------------------------------------------------------------------- /test/n3/n3parser.tests_n3_20001.nt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/n3/n3parser.tests_n3_20002.nt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/n3/n3parser.tests_n3_20003.nt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/n3/tester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/n3/tester.py -------------------------------------------------------------------------------- /test/nodeID/ex2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/nodeID/ex2.n3 -------------------------------------------------------------------------------- /test/norm/av.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/norm/av.n3 -------------------------------------------------------------------------------- /test/norm/fix.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/norm/fix.rdf -------------------------------------------------------------------------------- /test/norm/one.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/norm/one.rdf -------------------------------------------------------------------------------- /test/norm/t2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/norm/t2.n3 -------------------------------------------------------------------------------- /test/online.tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/online.tests -------------------------------------------------------------------------------- /test/os/argv.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/os/argv.n3 -------------------------------------------------------------------------------- /test/os/base.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/os/base.n3 -------------------------------------------------------------------------------- /test/os/environ.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/os/environ.n3 -------------------------------------------------------------------------------- /test/owl-ex.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/owl-ex.rdf -------------------------------------------------------------------------------- /test/owl/mtgppl.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/owl/mtgppl.n3 -------------------------------------------------------------------------------- /test/owl/owl.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/owl/owl.rdf -------------------------------------------------------------------------------- /test/p3p/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/p3p/Makefile -------------------------------------------------------------------------------- /test/p3p/ent1.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/p3p/ent1.sed -------------------------------------------------------------------------------- /test/paradox/s.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/paradox/s.n3 -------------------------------------------------------------------------------- /test/paradox/s2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/paradox/s2.n3 -------------------------------------------------------------------------------- /test/paradox/t.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/paradox/t.n3 -------------------------------------------------------------------------------- /test/pathCross.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/pathCross.n3 -------------------------------------------------------------------------------- /test/pathCrossQ.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/pathCrossQ.n3 -------------------------------------------------------------------------------- /test/pathway/pathway.daml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/powder4.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/powder4.n3 -------------------------------------------------------------------------------- /test/prefix-rdf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/prefix-rdf.n3 -------------------------------------------------------------------------------- /test/pyc-check: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/ql/kb1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ql/kb1.n3 -------------------------------------------------------------------------------- /test/ql/ql2rule.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ql/ql2rule.n3 -------------------------------------------------------------------------------- /test/ql/t00-ref.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ql/t00-ref.n3 -------------------------------------------------------------------------------- /test/ql/t00.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ql/t00.n3 -------------------------------------------------------------------------------- /test/ql/t01-ref.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ql/t01-ref.n3 -------------------------------------------------------------------------------- /test/ql/t01.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ql/t01.n3 -------------------------------------------------------------------------------- /test/query/r1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query/r1.n3 -------------------------------------------------------------------------------- /test/query/t01.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query/t01.n3 -------------------------------------------------------------------------------- /test/query/t02.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query/t02.n3 -------------------------------------------------------------------------------- /test/query/t03.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query/t03.n3 -------------------------------------------------------------------------------- /test/query/t04.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query/t04.n3 -------------------------------------------------------------------------------- /test/query/t05.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query/t05.n3 -------------------------------------------------------------------------------- /test/query/t06.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query/t06.n3 -------------------------------------------------------------------------------- /test/query/t07.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query/t07.n3 -------------------------------------------------------------------------------- /test/query/t08.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query/t08.n3 -------------------------------------------------------------------------------- /test/query12.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/query12.n3 -------------------------------------------------------------------------------- /test/rdfcore.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rdfcore.n3 -------------------------------------------------------------------------------- /test/rdfs.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rdfs.n3 -------------------------------------------------------------------------------- /test/reason/,pf.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/,pf.n3 -------------------------------------------------------------------------------- /test/reason/e.n3: -------------------------------------------------------------------------------- 1 | [ 2 | [] 3 | ]. 4 | -------------------------------------------------------------------------------- /test/reason/f9.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/f9.n3 -------------------------------------------------------------------------------- /test/reason/iw.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/iw.n3 -------------------------------------------------------------------------------- /test/reason/judy-checked.n3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/reason/t1.n3: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /test/reason/t1.pml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t1.pml -------------------------------------------------------------------------------- /test/reason/t10.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t10.n3 -------------------------------------------------------------------------------- /test/reason/t2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t2.n3 -------------------------------------------------------------------------------- /test/reason/t3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t3.n3 -------------------------------------------------------------------------------- /test/reason/t4.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t4.n3 -------------------------------------------------------------------------------- /test/reason/t4.pml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t4.pml -------------------------------------------------------------------------------- /test/reason/t5.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t5.n3 -------------------------------------------------------------------------------- /test/reason/t6.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t6.n3 -------------------------------------------------------------------------------- /test/reason/t7.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t7.n3 -------------------------------------------------------------------------------- /test/reason/t8.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t8.n3 -------------------------------------------------------------------------------- /test/reason/t9.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reason/t9.n3 -------------------------------------------------------------------------------- /test/ref/animal.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/animal.n3 -------------------------------------------------------------------------------- /test/ref/argv-1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/argv-1.n3 -------------------------------------------------------------------------------- /test/ref/argv-2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/argv-2.n3 -------------------------------------------------------------------------------- /test/ref/base64.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/base64.n3 -------------------------------------------------------------------------------- /test/ref/bi-t1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t1.n3 -------------------------------------------------------------------------------- /test/ref/bi-t10.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t10.n3 -------------------------------------------------------------------------------- /test/ref/bi-t11.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t11.n3 -------------------------------------------------------------------------------- /test/ref/bi-t2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t2.n3 -------------------------------------------------------------------------------- /test/ref/bi-t3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t3.n3 -------------------------------------------------------------------------------- /test/ref/bi-t4.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t4.n3 -------------------------------------------------------------------------------- /test/ref/bi-t5.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t5.n3 -------------------------------------------------------------------------------- /test/ref/bi-t6.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t6.n3 -------------------------------------------------------------------------------- /test/ref/bi-t7.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t7.n3 -------------------------------------------------------------------------------- /test/ref/bi-t8.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t8.n3 -------------------------------------------------------------------------------- /test/ref/bi-t9.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bi-t9.n3 -------------------------------------------------------------------------------- /test/ref/bnode.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bnode.n3 -------------------------------------------------------------------------------- /test/ref/bnode.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/bnode.rdf -------------------------------------------------------------------------------- /test/ref/dtlit1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/dtlit1.n3 -------------------------------------------------------------------------------- /test/ref/in-xml.n3: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/ref/li-gk3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/li-gk3.n3 -------------------------------------------------------------------------------- /test/ref/li-r1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/li-r1.n3 -------------------------------------------------------------------------------- /test/ref/lists.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/lists.n3 -------------------------------------------------------------------------------- /test/ref/math1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/math1.n3 -------------------------------------------------------------------------------- /test/ref/path1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/path1.n3 -------------------------------------------------------------------------------- /test/ref/path2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/path2.n3 -------------------------------------------------------------------------------- /test/ref/qvars1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/qvars1.n3 -------------------------------------------------------------------------------- /test/ref/qvars2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/qvars2.n3 -------------------------------------------------------------------------------- /test/ref/semErr.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/semErr.n3 -------------------------------------------------------------------------------- /test/ref/smush.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/smush.rdf -------------------------------------------------------------------------------- /test/ref/smush6.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/smush6.n3 -------------------------------------------------------------------------------- /test/ref/timet1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/timet1.n3 -------------------------------------------------------------------------------- /test/ref/xmllit.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/ref/xmllit.nt -------------------------------------------------------------------------------- /test/regression.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/regression.n3 -------------------------------------------------------------------------------- /test/reify/ex1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reify/ex1.n3 -------------------------------------------------------------------------------- /test/reify/t1.n3: -------------------------------------------------------------------------------- 1 | # n3 2 | . 3 | -------------------------------------------------------------------------------- /test/reify/t2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reify/t2.n3 -------------------------------------------------------------------------------- /test/reluri-1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/reluri-1.n3 -------------------------------------------------------------------------------- /test/rete/anon.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rete/anon.n3 -------------------------------------------------------------------------------- /test/rete/anon.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rete/anon.ref -------------------------------------------------------------------------------- /test/rete/sum.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rete/sum.n3 -------------------------------------------------------------------------------- /test/rete/sum.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rete/sum.ref -------------------------------------------------------------------------------- /test/rete/sum1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rete/sum1.n3 -------------------------------------------------------------------------------- /test/rete/sum1.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rete/sum1.ref -------------------------------------------------------------------------------- /test/rete/sum2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rete/sum2.n3 -------------------------------------------------------------------------------- /test/rete/sum2.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rete/sum2.ref -------------------------------------------------------------------------------- /test/retest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/retest.py -------------------------------------------------------------------------------- /test/retest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/retest.sh -------------------------------------------------------------------------------- /test/rules12.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rules12.n3 -------------------------------------------------------------------------------- /test/rules13.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/rules13.n3 -------------------------------------------------------------------------------- /test/russel-dpo.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/russel-dpo.n3 -------------------------------------------------------------------------------- /test/s1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/s1.n3 -------------------------------------------------------------------------------- /test/sameDan.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/sameDan.n3 -------------------------------------------------------------------------------- /test/sameThing.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/sameThing.n3 -------------------------------------------------------------------------------- /test/schema2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/schema2.n3 -------------------------------------------------------------------------------- /test/seqiter.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/seqiter.n3 -------------------------------------------------------------------------------- /test/sets/sets.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/sets/sets.n3 -------------------------------------------------------------------------------- /test/sparql/SyntaxFull/syntax-basic-01.rq: -------------------------------------------------------------------------------- 1 | SELECT * 2 | WHERE { } 3 | -------------------------------------------------------------------------------- /test/sparql/SyntaxFull/syntax-basic-02.rq: -------------------------------------------------------------------------------- 1 | SELECT * {} 2 | -------------------------------------------------------------------------------- /test/sparql/SyntaxFull/syntax-lists-03.rq: -------------------------------------------------------------------------------- 1 | SELECT * WHERE { ( ?z ) } 2 | -------------------------------------------------------------------------------- /test/sparql/lit.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/sparql/lit.n3 -------------------------------------------------------------------------------- /test/sparql/notIncludes4_data.n3: -------------------------------------------------------------------------------- 1 | @prefix : . 2 | 3 | :a :b :c . 4 | -------------------------------------------------------------------------------- /test/spki2may.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/spki2may.n3 -------------------------------------------------------------------------------- /test/spot.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/spot.n3 -------------------------------------------------------------------------------- /test/strquot.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/strquot.n3 -------------------------------------------------------------------------------- /test/strsubj.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/strsubj.n3 -------------------------------------------------------------------------------- /test/subprop.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/subprop.n3 -------------------------------------------------------------------------------- /test/syntax/,t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/syntax/,t -------------------------------------------------------------------------------- /test/syntax/,x.n3: -------------------------------------------------------------------------------- 1 | (1 2 ) :sum 3. 2 | -------------------------------------------------------------------------------- /test/syntax/a1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/syntax/a1.n3 -------------------------------------------------------------------------------- /test/syntax/equals1.n3: -------------------------------------------------------------------------------- 1 | :a = :b . 2 | -------------------------------------------------------------------------------- /test/syntax/equals2.n3: -------------------------------------------------------------------------------- 1 | :a = "hello" . 2 | -------------------------------------------------------------------------------- /test/syntax/formula-simple-1.n3: -------------------------------------------------------------------------------- 1 | <> :about { :c :d :e }. 2 | -------------------------------------------------------------------------------- /test/syntax/formula-subject.n3: -------------------------------------------------------------------------------- 1 | { :c :d :e } :source <>. 2 | -------------------------------------------------------------------------------- /test/syntax/neg-formula-predicate.n3: -------------------------------------------------------------------------------- 1 | :a {:b :c :d} :e . 2 | -------------------------------------------------------------------------------- /test/syntax/neg-literal-predicate.n3: -------------------------------------------------------------------------------- 1 | :a "hello" :c . 2 | -------------------------------------------------------------------------------- /test/syntax/neg-single-quote.n3: -------------------------------------------------------------------------------- 1 | <#a> <#b> 'A single quoted string' . 2 | -------------------------------------------------------------------------------- /test/syntax/no-last-nl.n3: -------------------------------------------------------------------------------- 1 | 2 | . 3 | -------------------------------------------------------------------------------- /test/syntax/one-bnode.n3: -------------------------------------------------------------------------------- 1 | [ ] . 2 | -------------------------------------------------------------------------------- /test/syntax/sib.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/syntax/sib.n3 -------------------------------------------------------------------------------- /test/syntax/zero-objects.n3: -------------------------------------------------------------------------------- 1 | :a :b . 2 | -------------------------------------------------------------------------------- /test/t1.n3: -------------------------------------------------------------------------------- 1 | @prefix : <#> . 2 | :a :b :c . 3 | -------------------------------------------------------------------------------- /test/t10.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/t10.n3 -------------------------------------------------------------------------------- /test/t2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/t2.n3 -------------------------------------------------------------------------------- /test/t7.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/t7.n3 -------------------------------------------------------------------------------- /test/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/test.xml -------------------------------------------------------------------------------- /test/testmeta.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/testmeta.n3 -------------------------------------------------------------------------------- /test/time/now.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/time/now.n3 -------------------------------------------------------------------------------- /test/time/t1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/time/t1.n3 -------------------------------------------------------------------------------- /test/time/t1s.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/time/t1s.n3 -------------------------------------------------------------------------------- /test/tom-mary.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/tom-mary.n3 -------------------------------------------------------------------------------- /test/tr-aut/tr.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/tr-aut/tr.rdf -------------------------------------------------------------------------------- /test/triage.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/triage.n3 -------------------------------------------------------------------------------- /test/two-route.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/two-route.n3 -------------------------------------------------------------------------------- /test/typednode.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/typednode.n3 -------------------------------------------------------------------------------- /test/uncle.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/uncle.n3 -------------------------------------------------------------------------------- /test/uncleF.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/uncleF.n3 -------------------------------------------------------------------------------- /test/unify/vlad.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/unify/vlad.n3 -------------------------------------------------------------------------------- /test/univar.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/univar.n3 -------------------------------------------------------------------------------- /test/uriqa/t1.n3: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /test/utf8lit.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/utf8lit.n3 -------------------------------------------------------------------------------- /test/util/ok.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/util/ok.n3 -------------------------------------------------------------------------------- /test/util/undec.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/util/undec.n3 -------------------------------------------------------------------------------- /test/var.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/var.n3 -------------------------------------------------------------------------------- /test/viz/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/viz/Makefile -------------------------------------------------------------------------------- /test/wsdl/ex1.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/wsdl/ex1.n3 -------------------------------------------------------------------------------- /test/wsdl/ex2.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/wsdl/ex2.n3 -------------------------------------------------------------------------------- /test/wsdl/ex3.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/test/wsdl/ex3.n3 -------------------------------------------------------------------------------- /testViaOtter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/testViaOtter.py -------------------------------------------------------------------------------- /thing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/thing.html -------------------------------------------------------------------------------- /thing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/thing.py -------------------------------------------------------------------------------- /time.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/time.n3 -------------------------------------------------------------------------------- /time.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/time.rdf -------------------------------------------------------------------------------- /timegm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/timegm.py -------------------------------------------------------------------------------- /times.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/times.n3 -------------------------------------------------------------------------------- /times.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/times.rdf -------------------------------------------------------------------------------- /toXML.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/toXML.html -------------------------------------------------------------------------------- /toXML.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/toXML.py -------------------------------------------------------------------------------- /triple_maker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/triple_maker.py -------------------------------------------------------------------------------- /update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/update.py -------------------------------------------------------------------------------- /uri/t1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/uri/t1.html -------------------------------------------------------------------------------- /uripath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/uripath.html -------------------------------------------------------------------------------- /uripath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/uripath.py -------------------------------------------------------------------------------- /util/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/Makefile -------------------------------------------------------------------------------- /util/autoimport.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/autoimport.n3 -------------------------------------------------------------------------------- /util/braces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/braces.py -------------------------------------------------------------------------------- /util/bugstatus.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/bugstatus.n3 -------------------------------------------------------------------------------- /util/cwm-iweb.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/cwm-iweb.rdf -------------------------------------------------------------------------------- /util/datatypes.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/datatypes.n3 -------------------------------------------------------------------------------- /util/findTrans.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/findTrans.n3 -------------------------------------------------------------------------------- /util/fink2n3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/fink2n3.py -------------------------------------------------------------------------------- /util/fix-amp.sed: -------------------------------------------------------------------------------- 1 | s/&/&/g 2 | -------------------------------------------------------------------------------- /util/funcProp.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/funcProp.n3 -------------------------------------------------------------------------------- /util/jsindent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/jsindent.py -------------------------------------------------------------------------------- /util/lp.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/lp.n3 -------------------------------------------------------------------------------- /util/mailCbSvc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/mailCbSvc.py -------------------------------------------------------------------------------- /util/make.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/make.rdf -------------------------------------------------------------------------------- /util/make2n3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/make2n3.py -------------------------------------------------------------------------------- /util/owlAx.lbase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/owlAx.lbase -------------------------------------------------------------------------------- /util/owlAx.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/owlAx.n3 -------------------------------------------------------------------------------- /util/owlth.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/owlth.n3 -------------------------------------------------------------------------------- /util/plist2rdf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/plist2rdf.xsl -------------------------------------------------------------------------------- /util/ptsw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/ptsw.py -------------------------------------------------------------------------------- /util/pww.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/pww.py -------------------------------------------------------------------------------- /util/rdfs-nice.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/rdfs-nice.n3 -------------------------------------------------------------------------------- /util/rdfs-rules.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/rdfs-rules.n3 -------------------------------------------------------------------------------- /util/recurse.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/recurse.n3 -------------------------------------------------------------------------------- /util/reqThreads.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/reqThreads.n3 -------------------------------------------------------------------------------- /util/semweb.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/semweb.n3 -------------------------------------------------------------------------------- /util/sitemap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/sitemap.py -------------------------------------------------------------------------------- /util/split_sumo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/split_sumo.py -------------------------------------------------------------------------------- /util/sshAuth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/sshAuth.py -------------------------------------------------------------------------------- /util/subst.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/subst.n3 -------------------------------------------------------------------------------- /util/time.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/time.n3 -------------------------------------------------------------------------------- /util/todot.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/todot.n3 -------------------------------------------------------------------------------- /util/valc.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/valc.n3 -------------------------------------------------------------------------------- /util/validate.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/validate.n3 -------------------------------------------------------------------------------- /util/valp.n3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/util/valp.n3 -------------------------------------------------------------------------------- /vf2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/vf2.py -------------------------------------------------------------------------------- /webAccess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/webAccess.py -------------------------------------------------------------------------------- /webdemo.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/webdemo.cgi -------------------------------------------------------------------------------- /webdemo2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/webdemo2.py -------------------------------------------------------------------------------- /why.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/why.html -------------------------------------------------------------------------------- /why.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/why.py -------------------------------------------------------------------------------- /wrap_llyn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/wrap_llyn.py -------------------------------------------------------------------------------- /wrap_n3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/wrap_n3.py -------------------------------------------------------------------------------- /xml2infoset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/xml2infoset.html -------------------------------------------------------------------------------- /xml2infoset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/xml2infoset.py -------------------------------------------------------------------------------- /xml2rdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/xml2rdf.py -------------------------------------------------------------------------------- /xmlC14n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/xmlC14n.py -------------------------------------------------------------------------------- /xmllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/xmllib.py -------------------------------------------------------------------------------- /yapps2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/yapps2.py -------------------------------------------------------------------------------- /yappsrt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linkeddata/swap/HEAD/yappsrt.py --------------------------------------------------------------------------------