ripple
ripple copied to clipboard
Semantic Web scripting language
Is there any updates to this documentation that work? This page refers to LinkedDataSailGraph: https://github.com/tinkerpop/gremlin/wiki/LinkedData-Sail#the-mechanics-of-linkeddatasail I'm very new to sail and haven't got a grip on the concepts involved, so...
HI I wonder if a migration to the new stack is already planned? Looking at the [migration guide](http://docs.rdf4j.org/migration/) RDF4J 2.0 is based on sesame 4.1.2 API, so the migration should...
hi joshsh, ihave some problem on titan,ask for your help . [https://github.com/thinkaurelius/titan/issues/1371](url) there are many titan 1.0 instances running online now i create the property key ( like 'userId' )first,...
When I click in the [RDFizers link](https://github.com/joshsh/ripple/wikijava/apidocs/net/fortytwo/linkeddata/Rdfizer.html), I get a 404.
There are now quite a few primitives without unit tests. Write some.
Having typed a namespace prefix, followed by a colon, pressing 'Tab' should reveal all known terms in the namespace. That no longer happens. 1 >> rdf:type. rdf:_1 (rdf:type) rdf:type rdf:Property;...
Turtle view shouldn't use the URI-to-keyword map, as multiple URIs may map to the same keyword. 236 >> in. rdf:_1 (in) rdf:type rpl:Function; rpl:arity 2; rpl:parameters _:node12op154qfx75; rpl:returnType rdf:List; rdfs:label...
LinkedDataSail should request, parse, and comply with the robots.txt of domains which supply one. Original link: http://code.google.com/p/ripple/issues/detail?id=52
Add them. Original link: http://code.google.com/p/ripple/issues/detail?id=51
The toString primitive is useful, but ill-defined. Give it clear and consistent behavior. E.g. {{{ 44) dup toString >> . [1] "<http://fortytwo.net/2008/08/ripple/stack#dup>"^^xsd:string 45) :foo toString >> . [1] "http://ripple.fortytwo.net/code/examples#foo"^^xsd:string 46)...