rdf_schema.pl
- 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.
- type_in_graph(+Graph, -Class)[private]
- Generate the unique types in Graph
- resource_type(+URI, +Graph, -Type) is det[private]