Skip to content

Commit

Permalink
fix: structure for dataset (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
GtanSndil authored Feb 16, 2024
1 parent 1b99801 commit 99d970e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ WHERE {
?uri a dcat:Dataset ;
dcterms:identifier "${ID}" ;

OPTIONAL {?structure dcterms:identifier ?structureId .
OPTIONAL {
?uri insee:structure ?structure .
?structure dcterms:identifier ?structureId .
?structure skos:notation ?dsd .}

}

0 comments on commit 99d970e

Please sign in to comment.