Closed loicjaouen closed 1 year ago
the project's IRI used to be:
http://rdfh.ch/projects/0103
, it will now be:http://rdfh.ch/projects/GTsqfu_hQR61SayOgcIXrg
a quick review of the code: https://github.com/LaDHUL/Theatre-de-societe/search?q=http%3A%2F%2Frdfh.ch%2Fprojects%2F0103
shows that the projec's code:
=> nothing to change, nothing to do
Really? probably, but let's test on ls-test where this v25 has been released
possible blind spots:
0103
didn't bring anything looking at risk,attachedToProject
which did not bring anything problematic usage eitherPREFIX knora-base: <http://www.knora.org/ontology/knora-base#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX knora-admin: <http://www.knora.org/ontology/knora-admin#>
select
(count(?s) as ?c)
#(count(?p) as ?d)
#(count(?pp) as ?e)
#(count(?oo) as ?f)
where {
bind(<http://rdfh.ch/projects/GTsqfu_hQR61SayOgcIXrg> as ?project)
#bind(<http://rdfh.ch/projects/0103> as ?project)
?s ?p ?project .
# ?project ?pp ?oo.
}
next update is on friday when the release is due
dsp-api v25.0.0 release introduced a breaking change:
Breaking change means that we have to adjust on our side too.