www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Now D supports semantic Web (RDF and SPARQL particularly)

reply Victor Porton <porton narod.ru> writes:
Now D supports semantic Web (RDF and SPARQL particularly):

I've created a D wrapper around C semantic Web library librdf.

Here is the code (it also supports several other programming 
languages, particularly I did also Ada2012 wrapper, the Ada 
wrapper is however somehow not stable):

https://github.com/vporton/redland-bindings

See also https://codereview.stackexchange.com/q/212017/189213 
about some future plans and probable some future API 
incompatibility.

Please participate in code review and adding more unittests.
Jan 22 2019
parent aberba <karabutaworld gmail.com> writes:
On Tuesday, 22 January 2019 at 19:53:10 UTC, Victor Porton wrote:
 Now D supports semantic Web (RDF and SPARQL particularly):

 I've created a D wrapper around C semantic Web library librdf.

 Here is the code (it also supports several other programming 
 languages, particularly I did also Ada2012 wrapper, the Ada 
 wrapper is however somehow not stable):

 https://github.com/vporton/redland-bindings

 See also https://codereview.stackexchange.com/q/212017/189213 
 about some future plans and probable some future API 
 incompatibility.

 Please participate in code review and adding more unittests.
Interesting
Jan 25 2019