Skip to content

Add missing advanced features documentation page#20

Closed
Copilot wants to merge 5 commits into
mainfrom
copilot/add-advanced-features-page
Closed

Add missing advanced features documentation page#20
Copilot wants to merge 5 commits into
mainfrom
copilot/add-advanced-features-page

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 19, 2026

Multiple documentation files reference advanced.md which doesn't exist, creating broken links throughout the docs.

Changes

  • Created docs/advanced.md with comprehensive coverage of all four advanced features:
    • Streaming XML with XPath (links to existing streaming-xml.md)
    • Python Functions in Transforms (links to existing python-functions.md)
    • SPARQL Support (full documentation, no dedicated page exists)
    • SHACL Validation (full documentation, no dedicated page exists)

Each section includes key features, code examples, and usage guidance. All Turtle code blocks have complete namespace prefix declarations.

Example

@prefix setl: <http://purl.org/twc/vocab/setl/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .

# Load transformed RDF to SPARQL endpoint
:sparql_load a setl:Load, sd:Service ;
    sd:endpoint <http://localhost:3030/dataset/update> ;
    prov:used :myGraph .

Fixes broken links in: README.md, tutorial.md, quickstart.md, python-api.md, examples.md, jsldt.md

Original prompt

The advanced features page mentioned in many docs pages seems to be missing. Add the page to list the ones mention in other pages.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits January 19, 2026 04:44
Co-authored-by: jpmccu <602385+jpmccu@users.noreply.github.com>
Co-authored-by: jpmccu <602385+jpmccu@users.noreply.github.com>
Co-authored-by: jpmccu <602385+jpmccu@users.noreply.github.com>
Copilot AI changed the title [WIP] Add advanced features page to documentation Add missing advanced features documentation page Jan 19, 2026
Copilot AI requested a review from jpmccu January 19, 2026 04:50
@jpmccu jpmccu closed this Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants