All predicatesShow sourcerdf_schema.pl

Source rdf_graph_schema(+Graph, +SchemaTriples) is det
Create an initial schema by providing definitions for all predicates and types (classes) used in Graph. The schema is dumped into the graph SchemaGraph.
Source type_in_graph(+Graph, -Class)[private]
Generate the unique types in Graph
Source resource_type(+URI, +Graph, -Type) is det[private]