• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/home/vdeboer/src/ClioPatria/ClioPatria/applications/browse.pl
AllApplicationManualNameSummaryHelp

  • ClioPatria
    • applications
      • yasgui.pl
      • admin.pl -- ClioPatria administrative interface
      • user.pl
      • browse.pl -- ClioPatria RDF data browser
        • graph_info//1
        • graph_actions//1
        • graph_as_resource//2
        • list_resource//2
        • context_graph//2
      • config.pl -- ClioPatria configuration interface
 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 or none.

Calls the hook cliopatria:list_resource//2. For compatibility reasons, it also tries the hook 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.
ClioPatria (version V3.1.1-21-gb8003bb)