• 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/lib/semweb/rdf_describe.pl
All Application Manual Name SummaryHelp

  • lib
    • semweb
      • rdf_label.pl -- Generate labels for RDF objects
      • rdf_optimise.pl
      • rdf_file_type.pl -- Load RDF data from unknown file-type
      • rdf_json.pl -- JSON Representation for RDF graphs
      • rdf_describe.pl -- RDF Bounded descriptions
        • rdf_bounded_description/4
        • rdf_bounded_description/5
        • resource_CBD/3
        • graph_CBD/3
        • rdf_include_reifications/3
        • rdf_include_labels/3
        • lcbd_label/3
      • rdf_bnode.pl -- RDF graph operations on bnodes
      • rdf_schema.pl
      • rdf_graphviz.pl -- Interface to graphviz for RDF graphs
      • rdf_abstract.pl -- Abstract RDF graphs
      • rdf_description.pl -- Deal with descriptive nodes in RDF models
 rdf_bounded_description(:Expand, +Type, +URI, -Graph) is det
 rdf_bounded_description(:Expand, +Type, +Filter, +URI, -Graph) is det
Graph is a Bounded Description of URI. The literature defines various types of bounding descriptions. Currently supported types are:
cbd
Concise Bounded Description of URI. This notion is also known as "the bnode-closure of a resource"
scbd
Symmetric Concise Bounded Description is similar to cbd, but includes triples with both URI as subject and object.
ClioPatria (version V3.1.1-51-ga0b30a5)