Extensions to the Semantic Web library

History management

The library rdf_history.pl will deal with streamlining and querying the modification history, aiming at multiuser Wiki style editing

Prolog files

rdf_abstract.pl  -- Abstract RDF graphsShow source
rdf_bnode.pl  -- RDF graph operations on bnodesShow source
rdf_describe.pl  -- RDF Bounded descriptionsShow source
graph_CBD/3Add concise bounded descriptions for bnodes in a graph, creating an expanded graph.Source
lcbd_label/3Standard conforming `Expand' for rdf_include_labels/3.Source
rdf_bounded_description/4Graph is a Bounded Description of URI.Source
rdf_bounded_description/5Graph is a Bounded Description of URI.Source
rdf_include_labels/3Include missing `label' statements in Graph0.Source
rdf_include_reifications/3Include the reification of any reified statements in Graph0.Source
resource_CBD/3Graph is the Concise Bounded Description of URI.Source
rdf_description.pl  -- Deal with descriptive nodes in RDF modelsShow source
rdf_file_type.pl  -- Load RDF data from unknown file-typeShow source
rdf_graphviz.pl  -- Interface to graphviz for RDF graphsShow source
rdf_json.pl  -- JSON Representation for RDF graphsShow source
rdf_label.pl  -- Generate labels for RDF objectsShow source
rdf_optimise.plShow source
rdf_db_goal/4True if Goal is a pure (logical) predicate on the RDF database involving the given Subject, Predicate and Object.Source
rdf_optimise/1Optimise Goal and execute the result.Source
rdf_optimise/2Goal is a Prolog control-structure with calls to the rdf_db.pl and SeRQL runtime predicates.Source
rdf_schema.plShow source
rdf_graph_schema/2Create an initial schema by providing definitions for all predicates and types (classes) used in Graph.Source