Skip to content

Commit

Permalink
Fix: export sourceDataset for LDES
Browse files Browse the repository at this point in the history
- LDES has no void:feature, which means the WHERE clause would never match for LDES
  • Loading branch information
Ruben authored and x-m-el committed May 16, 2024
1 parent 89e29a5 commit ded98d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/vocab-configs/vocabularies.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,11 @@ def get_vocabs_config_triples(vocab_uris, graph=DATA_GRAPH):
mu:uuid ?sdUuid;
dcterms:type ?type;
foaf:page ?page;
void:feature ?format;
ext:maxRequests ?maxRequests;
ext:dereferenceMembers ?derefMembers.
OPTIONAL {
?sourceDataset void:feature ?format .
}
} UNION {
?vocab ext:mappingShape ?mappingShape.
{
Expand Down

0 comments on commit ded98d8

Please sign in to comment.