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

/srv/ClioPatria/api/lod.pl
All Application Manual Name SummaryHelp

  • ClioPatria
    • api
      • sesame.pl
      • journal.pl -- RDF DB journal-API
      • sparql.pl
      • json.pl
      • export.pl -- Export data from the server
      • void.pl -- Void vocabulary description of the server
      • rdflib.pl -- Provide access to the ontology library
      • lod_crawler.pl
      • lod.pl -- LOD - Linked Open Data server
        • redirect_uri/3
        • lod_description/2
        • lod_api/2
        • triple_in/5
      • pengines.pl -- Provide pengines Prolog and JavaScript API
 lod_api(+Options, +Request)
Reply to a Linked Data request. The handler is capable of three output formats. It decides on the desired format based on the HTTP Accept header-field. If no acceptable format is found, it replies with a human-readable description of the resource using ClioPatria RDF browser-page as defined by list_resource//2.

Options:

redirected_from(+URL)
This option must be provided when using a purl.org or similar redirect. See overall documentation of this library.
bounded_description(+Type)
Description style to use. See rdf_bounded_description/4. The default is cbd (Concise Bounded Description)
ClioPatria (version V3.1.1-51-ga0b30a5)