Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:SmartDataAnalytics/SparqlIntegra…
Browse files Browse the repository at this point in the history
…te into develop
  • Loading branch information
Aklakan committed Oct 21, 2024
2 parents 01f5d54 + f23108c commit 4f51eb6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/sparql-extensions/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX eg: <http://www.example.org/>
eg:prefixMapping
sh:declare [ sh:prefix "afn" ; sh:namespace "http://jena.apache.org/ARQ/function#" ]
sh:declare [ sh:prefix "afn" ; sh:namespace "http://jena.apache.org/ARQ/function#" ] ;
.
eg:greet udf:simpleDefinition ("CONCAT('Hello ', STR(?x), '!')" "x") .
eg:greet
sh:prefixes eg:prefixMapping ;
udf:simpleDefinition ("CONCAT('Hello ', STR(?x), '!')" "x") ;
.
```

## Using the Macros
Expand Down

0 comments on commit 4f51eb6

Please sign in to comment.