- list_resource(+URI, +Options)// is det
- Component that emits the `local view' for URI. The local view
shows the basic properties of URI, the context in which is
appears and the graphs from which the information is extracted.
Options is one of:
- graph(Graph)
- Limit properties in the table to the given graph
- sorted(Sorted)
- One of
default
ornone
.
Calls the hook cliopatria:list_resource//2. For compatibility reasons, it also tries the hook cliopatria:list_resource//1.
- See also
- - list_resource/1 is the corresponding HTTP handler. The component rdf_link//1 creates a link to list_resource/1.