Skip to content

Commit

Permalink
adjust example metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Sep 16, 2024
1 parent 12267cf commit c8f1c80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/lib/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ declare module 'barnard59-core' {
'publish-job': PublishJob
'unlist-job': UnlistJob
'target-graph': string
profile: string
targetFile: string
revision: number
namespace: string
Expand Down
4 changes: 4 additions & 0 deletions fuseki/sample-ubd.trig
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ graph <cube-project/ubd/dataset> {
a void:Dataset, hydra:Resource, schema:Dataset, dcat:Dataset ;
schema:hasPart <https://environment.ld.admin.ch/foen/ubd/28> ;
cc:dimensionMetadata <cube-project/ubd/dimensions-metadata> ;
schema:dateCreated "2015-08-06"^^xsd:date;
dcterms:title "UBD28" ;
schema:name "UBD28"@en ;
dcat:contactPoint [ vcard:fn 'Test Name' ;
vcard:hasEmail 'test@mail.ch' ] ;
schema:contactPoint <test@mail.ch> ;
schema:workExample <https://ld.admin.ch/application/visualize> ;
schema:creativeWorkStatus <https://ld.admin.ch/vocabulary/CreativeWorkStatus/Draft> ;
dcterms:creator <http://example.com/organization-id> ;
Expand Down Expand Up @@ -108,6 +110,7 @@ graph <cube-project/ubd/dimensions-metadata> {
<cube-project/ubd/dimensions-metadata/dimension-value>
schema:about <https://environment.ld.admin.ch/foen/ubd/28/dimension/value> ;
schema:name "Wert"@de ;
qudt:scaleType qudt:NominalScale ;
qudt:unit <http://qudt.org/vocab/unit/MicroGM-PER-M3> ;
.

Expand All @@ -121,6 +124,7 @@ graph <cube-project/ubd/dimensions-metadata> {
<cube-project/ubd/dimensions-metadata/aggregation>
schema:about <https://environment.ld.admin.ch/foen/ubd/28/aggregation> ;
schema:name "Aggregation"@en ;
qudt:scaleType qudt:NominalScale ;
.

<cube-project/ubd/dimensions-metadata/pollutant>
Expand Down

0 comments on commit c8f1c80

Please sign in to comment.