This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Vitor Santos Costa d37e198c12 signals
doc support
2016-11-23 22:35:39 -06:00
..
2016-08-23 11:15:07 -05:00
2016-08-23 11:15:07 -05:00
2015-10-13 08:17:51 +01:00
2015-10-13 08:17:51 +01:00
2015-10-13 08:17:51 +01:00
2015-10-13 08:17:51 +01:00
2015-10-13 08:17:51 +01:00
2015-10-13 08:17:51 +01:00
2015-10-13 08:17:51 +01:00
2016-10-19 22:44:59 -05:00
2015-10-13 08:17:51 +01:00
2015-10-13 08:17:51 +01:00
2016-11-23 22:35:39 -06:00
2016-01-06 12:36:36 +00:00
2016-01-06 12:36:36 +00:00

WWW Reader/Writers for YAP.

This provides YAP a rdf reader using raptor. The library is available for Windows, Linux/Unix and MacOS machines.

###Example Usage

?- use_module(rdf).
?- rdf_load('example.rdf',user,example).
../example.rdf : 3 triples

?- example(Subject,Predicate,Object).
Object = 'http://www.example.org/tv_show',
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.