Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
efb154b
feat: :sparkles: automatically fetch sparql functions and create sect…
simonstey Aug 15, 2025
350be06
style: :art: restore formatting of sections
simonstey Aug 15, 2025
0cdd709
Import SPARQL function triples into shnex-sparql.ttl — labels, descri…
simonstey Aug 16, 2025
f28f2dd
Render SPARQL functions table in node-expr UI from local shnex-sparql…
simonstey Aug 16, 2025
8cc6612
feat: Add examples for SPARQL functions in shnex-sparql vocabulary
simonstey Aug 16, 2025
530b33d
chore: Normalize SPARQL function labels to lowercase in shnex-sparql.…
simonstey Aug 17, 2025
753311e
refactor: :speech_balloon: Replace dc:description with rdfs:comment
simonstey Aug 17, 2025
fdfad05
feat: add property definitions for function categorization, example a…
simonstey Aug 17, 2025
5479885
fix: update comments for clarity in SPARQL functions and update .giti…
simonstey Sep 18, 2025
97a6094
fix: :twisted_rightwards_arrows: prepare rebase with HEAD
simonstey Oct 27, 2025
d473456
Merge branch 'gh-pages' into issue-455
simonstey Oct 27, 2025
ff36058
fix: clean up HTML structure; fix merge issues
simonstey Oct 27, 2025
d5029f1
Merge branch 'gh-pages' into issue-455
HolgerKnublauch Oct 27, 2025
eceac9b
Minor cleanup to align indentation, and make sure error message doesn…
HolgerKnublauch Oct 27, 2025
8b41285
Merged Description and Example into one column to (hopefully) improve…
HolgerKnublauch Oct 28, 2025
6b984bb
Corrections to some examples
HolgerKnublauch Oct 28, 2025
df9c6f8
Update shacl12-vocabularies/shnex-sparql.ttl
HolgerKnublauch Oct 28, 2025
a5f274f
Update shacl12-vocabularies/shnex-sparql.ttl
HolgerKnublauch Oct 28, 2025
8ef9801
Replaced rdf:types of functions to follow SHACL conventions
HolgerKnublauch Oct 29, 2025
e0ddd8d
Merge branch 'issue-455' of https://github.com/w3c/data-shapes into i…
HolgerKnublauch Oct 29, 2025
0efd81f
Deleted aggregate functions because they belong into shnex as they ta…
HolgerKnublauch Oct 29, 2025
a5f8987
Removed filter-exists, not-exists, in and not-in
HolgerKnublauch Oct 29, 2025
53d1e42
Tabs vs spaces
HolgerKnublauch Oct 29, 2025
26707cf
Updated JS to new rdf:type
HolgerKnublauch Oct 29, 2025
7cdee8b
Merge branch 'gh-pages' into issue-455
HolgerKnublauch Nov 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ hs_err_*
\#*
.#*
*.tmp
/tmp
/.roo
Loading