Skip to content

Commit

Permalink
add rest of properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jun 4, 2024
1 parent 16acc0b commit 4953eab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions apis/shared-dimensions/lib/shapes/dimensions-query-shape.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,18 @@ prefix md: <https://cube-creator.zazuko.com/shared-dimensions/vocab#>
[
sh:path schema:name ;
] ;
sh:property
[
sh:path schema:alternateName ;
] ;
sh:property
[
sh:path rdf:type ;
] ;
sh:property
[
sh:path schema:validThrough ;
] ;
sh:property
[
sh:path md:terms ;
Expand Down
2 changes: 1 addition & 1 deletion apis/shared-dimensions/lib/shapes/hierarchy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function ({ rdfTypeProperty = false }: { rdfTypeProperty?: boolea
nodeKind: sh.IRI,
[dash.editor.value]: dash.InstancesSelectEditor,
[hydra.search.value]: iriTemplate({
template: 'dimension/_term-sets?{&q}',
template: 'dimension/_term-sets{?q}',
mapping: {
variable: 'q',
property: hydra.freetextQuery,
Expand Down

0 comments on commit 4953eab

Please sign in to comment.