This commit is contained in:
Vitor Santos Costa
2016-11-16 17:17:33 -06:00
parent 56905d86ae
commit 8d1cc35a8a
36 changed files with 1523 additions and 2164 deletions

View File

@@ -1,7 +1,5 @@
@defgroup YAPRaptor An RDF Reader for YAP.
@ingroup YAPPackages
#YAP raptor Interface
WWW Reader/Writers for YAP. (#YAPRaptor)
###########################
This provides YAP a rdf reader using
[raptor](http://librdf.org/raptor/). The library is available for
@@ -21,3 +19,5 @@ Predicate = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type',
Subject = 'http://www.example.org/law_and_order_ci' ?
~~~~{.prolog}
The code also includes a library under developent to connect Yap and libXML2.