-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* merge sparql endpoints update sparql functions update tests add otherAnnotationProps to annotations remove startup graph posting * fix tests - rdflib's query can't handle (valid) empty VALUES statements in SPARQL queries, so exclude from the query if there are no terms. * Update SPARQL_ENDPOINT For other tests * Update doco Remove sequence path for sh:color Upudate env template * Fix object endpoint Remove relative properties functionality - path/sequence path functionality has been extended to listing queries * Treat skos:narrower and skos:broader as annotation properties. * Add back in relative properties - using other annotations for broader/narrower is a bit blunt. It includes a lot of unintended annotations as it applies at the profile level. The only other option would be to interpret a combination of sequence and inverse path as concepts are skos:inScheme the focus node (inverse path), and the additional properties we want on them (broader, narrower) are two steps away from the focus node. This is trivial in SPARQL but probably requires more careful design in SHACL. * Update dockerfile / dev setup * Update dockerfile / dev setup * Add/fix caching tests and add to GH action. * Remove "Generic Prez" and other unncessary prez flavour specification from profiles queries/functions. * Change reference from SpacePrez to Prez where appropriate * For SPARQL endpoint pass on headers except 'host' * Remove unused "GenericPrez" from profiles.py * Fix README-Dev.md table markdown
- Loading branch information
1 parent
4f0a3a1
commit cc2b9d2
Showing
55 changed files
with
608 additions
and
969 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
VOCPREZ_SPARQL_ENDPOINT= | ||
SPACEPREZ_SPARQL_ENDPOINT= | ||
CATPREZ_SPARQL_ENDPOINT= | ||
|
||
VOCPREZ_SPARQL_UPDATE= | ||
SPACEPREZ_SPARQL_UPDATE= | ||
CATPREZ_SPARQL_UPDATE= | ||
|
||
VOCPREZ_SPARQL_HTTP_STORE= | ||
SPACEPREZ_SPARQL_HTTP_STORE= | ||
CATPREZ_SPARQL_HTTP_STORE= | ||
|
||
VOCPREZ_SPARQL_USERNAME= | ||
VOCPREZ_SPARQL_PASSWORD= | ||
SPACEPREZ_SPARQL_USERNAME= | ||
SPACEPREZ_SPARQL_PASSWORD= | ||
CATPREZ_SPARQL_USERNAME= | ||
CATPREZ_SPARQL_PASSWORD= | ||
|
||
PREZ_DEV_SERVER_PORT= | ||
SPARQL_ENDPOINT= | ||
SPARQL_USERNAME= | ||
SPARQL_PASSWORD= | ||
PREZ_DEV_SERVER_PORT= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,3 @@ __pycache__/ | |
.pytest_cache/ | ||
.env* | ||
!.env-template | ||
tbox_cache.nt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.