Skip to content

Commit

Permalink
make dataset format metadata optional (ldes)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiDi authored Jul 29, 2024
1 parent 83ffaed commit 7681eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/vocab-configs/vocabularies.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def copy_vocabs_configs_from_graph(graph_orig, graph_target=DATA_GRAPH):
dcterms:type ?type;
foaf:page ?page;
mu:uuid ?sourceUuid;
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 7681eab

Please sign in to comment.