Skip to content

Commit

Permalink
Minor update in unility SPARQL query
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzov committed Apr 10, 2024
1 parent 344f4c0 commit 8564694
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/sparql/updateStationDocs.rq
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ construct{
where{
?s a cpmeta:AS .
?s cpmeta:hasDocumentationObject ?olddoc .
#?newer cpmeta:isNextVersionOf+ ?doc .
filter exists{[] cpmeta:isNextVersionOf ?olddoc}
}
}

#?s cpmeta:hasDocumentationObject ?newest .
#?newest cpmeta:isNextVersionOf+ ?olddoc .
#filter not exists{[] cpmeta:isNextVersionOf ?newest}

0 comments on commit 8564694

Please sign in to comment.