Did you know ... | Search Documentation: |
Pack ontodot -- prolog/ontodot.pl |
This is an easy predicate for using the rdf_load/1 predicate.
Generate all associations related to the give Node (all subjects and objects related to it).
Return all the nodes in the RDF graph in its abbreviated form. The current registered prefixes are used for making abbreviations.
Generate a dot representation of the default RDF graph. To improve readability, property objects are not represented associated with the other subjects. See draw_edges_noprops/1 for more information.
This predicate can be used with load_ttl/1. For instance:
?- load_ttl('my_kb.ttl'), draw_all(Str).
The image type is deduce by the File extension. 'example.png
' will create a PNG
image.
The image type is deduce by the File extension. 'example.png
' will create a PNG
image.
The image type is deduce by the File extension. 'example.png
' will create a PNG
image.
The image type is deduce by the File extension. 'example.png
' will create a PNG
image.