- lib
- semweb
- rdf_label.pl -- Generate labels for RDF objects
 - rdf_optimise.pl
 - rdf_file_type.pl -- Load RDF data from unknown file-type
 - rdf_json.pl -- JSON Representation for RDF graphs
 - rdf_describe.pl -- RDF Bounded descriptions
 - rdf_bnode.pl -- RDF graph operations on bnodes
 - rdf_schema.pl
 - rdf_graphviz.pl -- Interface to graphviz for RDF graphs
 - rdf_abstract.pl -- Abstract RDF graphs
 
 
 - semweb
 
- graph_resources(+Graph, -Resources:list(atom)) is det
 - Resources is a sorted list of unique resources appearing in
Graph. All resources are in Resources, regardless of the role
played in the graph: node, edge (predicate) or type for a typed
literal.
- See also
 - - graph_resources/4 distinguishes the role of the resources.