Stardog ####### The core :obj:`stardog` module provides functionality for connecting to and working with local or remote Stardog knowledge graph endpoints. Use this module for database administration, executing SPARQL queries, and managing data in your Stardog knowledge graphs. API Reference ********************* stardog.connection ================== .. automodule:: stardog.connection :members: :undoc-members: :show-inheritance: :special-members: __init__ stardog.admin ============= .. automodule:: stardog.admin :members: :undoc-members: :show-inheritance: :special-members: __init__ stardog.content =============== .. automodule:: stardog.content :members: :undoc-members: :show-inheritance: :special-members: __init__ stardog.results =============== .. automodule:: stardog.results :members: :undoc-members: :show-inheritance: :special-members: __init__ stardog.exceptions ================== .. automodule:: stardog.exceptions :members: :undoc-members: :show-inheritance: