Skip to content

Commit

Permalink
[#184] Make custom spinrdf function deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Aug 14, 2024
1 parent d27954b commit d7d17c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void executeCustomSPINRDFFunctionWithinQuery() {
PREFIX kbss-spif: <http://onto.fel.cvut.cz/ontologies/lib/spin-function/>
SELECT ?sparqlServiceUrl
WHERE {
BIND(kbss-spif:create-sparql-service-url(
BIND(kbss-spif:create-sparql-service-url-deprecated(
"%s",
"%s"
) AS ?sparqlServiceUrl)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spl> ;
.
kbss-spif:create-sparql-service-url
kbss-spif:create-sparql-service-url-deprecated
rdf:type spin:Function ;
spin:body [
rdf:type sp:Select ;
Expand Down

0 comments on commit d7d17c5

Please sign in to comment.