@piveau/piveau-hub-ui-modules 4.6.60 → 4.6.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,7 +62,11 @@ const t = {
62
62
  "dct:isReferencedBy",
63
63
  "prov:wasGeneratedBy",
64
64
  "dct:isVersionOf",
65
- "dct:hasVersion"
65
+ "dct:hasVersion",
66
+ "stat:attribute",
67
+ "stat:dimension",
68
+ "dqv:hasQualityAnnotation",
69
+ "stat:statUnitMeasure"
66
70
  ],
67
71
  distributions: [
68
72
  "dcat:accessURL",
@@ -71,7 +75,7 @@ const t = {
71
75
  "odrl:hasPolicy"
72
76
  ],
73
77
  catalogues: ["dct:hasPart", "dct:spatial", "dcat:catalog", "dct:language"]
74
- }, c = {
78
+ }, e = {
75
79
  datasets: [
76
80
  "dct:issued",
77
81
  "dct:modified",
@@ -87,7 +91,7 @@ const t = {
87
91
  "dcat:byteSize"
88
92
  ],
89
93
  catalogues: []
90
- }, e = {
94
+ }, c = {
91
95
  datasets: [
92
96
  "owl:versionInfo",
93
97
  // nested singulat strings
@@ -107,8 +111,10 @@ const t = {
107
111
  // hasAddress
108
112
  "rdfs:label",
109
113
  // conformsTo and provenance
110
- "foaf:name"
114
+ "foaf:name",
111
115
  // creator
116
+ "stat:numSeries"
117
+ //stat-dcat
112
118
  ],
113
119
  distributions: [
114
120
  // nested singular string
@@ -233,8 +239,8 @@ const t = {
233
239
  }, n = {
234
240
  singularURI: t,
235
241
  multipleURI: a,
236
- typedStrings: c,
237
- singularString: e,
242
+ typedStrings: e,
243
+ singularString: c,
238
244
  multilingualStrings: d,
239
245
  groupedProperties: s,
240
246
  additionalPropertyTypes: i,
@@ -1 +1 @@
1
- {"version":3,"file":"format-types.mjs","sources":["../../../../lib/data-provider-interface/config/dcatap/format-types.js"],"sourcesContent":["// all properties which value is a single URI\nconst singularURI = {\n datasets: [\n \n \"dct:accrualPeriodicity\",\n \"dct:accessRights\",\n \"dct:type\",\n // singular URIs nested within other properties\n \"vcard:hasEmail\", // contact point\n \"vcard:hasURL\", // contect point\n \"dext:isUsedBy\", // isUsedBy\n \"foaf:mbox\", // creator\n \"foaf:homepage\", // creator\n \"dct:format\", // page\n \"dct:Relation\", // qualifiedRelation\n \"dcat:hadRole\", //qualifiedRelation\n ],\n distributions: [\n \"dct:format\",\n \"dct:type\",\n \"dcat:mediaType\",\n \"dcatap:availability\",\n \"dcat:compressFormat\",\n \"dcat:packageFormat\",\n \"adms:status\",\n // singular URIs nested within other properties\n \"spdx:algorithm\", // checksum\n \"dcat:endpointURL\", // accessservice\n \"skos:exactMatch\", // license\n ],\n catalogues: [\n \"foaf:homepage\", // homepage and creator\n \n \"dct:isPartOf\",\n // singular URIs nested within other properties\n \"foaf:mbox\", // creator\n \"dct:format\", // page\n \"skos:exactMatch\", // license\n ],\n};\n\n// all properties with multiple URI values\nconst multipleURI = {\n datasets: [\n \"dct:language\",\n \"dct:subject\",\n \"dcat:theme\",\n \"dct:spatial\",\n \"dct:source\",\n \"dcat:landingPage\",\n \"dct:relation\",\n \"prov:qualifiedAttribution\",\n \"dct:isReferencedBy\",\n \"prov:wasGeneratedBy\",\n \"dct:isVersionOf\",\n \"dct:hasVersion\",\n ],\n distributions: [\n \"dcat:accessURL\",\n \"dcat:downloadURL\",\n \"dct:language\",\n \"odrl:hasPolicy\",\n ],\n catalogues: [\"dct:hasPart\", \"dct:spatial\", \"dcat:catalog\", \"dct:language\"],\n};\n\n// all properties which are typed strings\nconst typedStrings = {\n datasets: [\n \"dct:issued\",\n \"dct:modified\",\n \"dcat:spatialResolutionInMeters\",\n // nested typed strings\n \"dcat:endDate\",\n \"dcat:startDate\",\n ],\n distributions: [\n \"dct:issued\",\n \"dct:modified\",\n \"dcat:spatialResolutionInMeters\",\n \"dcat:byteSize\",\n ],\n catalogues: [],\n};\n\n// all properties with a singular string\nconst singularString = {\n datasets: [\n \"owl:versionInfo\",\n // nested singulat strings\n \"vcard:fn\", // contactPoint\n \"vcard:hasOrganizationName\", // contactPoint\n \"vcard:hasTelephone\", // contactPoint\n \"vcard:country_name\", // hasAddress\n \"vcard:locality\", // hasAddress\n \"vcard:postal_code\", // hasAddress\n \"vcard:street_address\", // hasAddress\n \"rdfs:label\", // conformsTo and provenance\n \"foaf:name\", // creator\n \n ],\n distributions: [\n // nested singular string\n \"spdx:checksumValue\", //checksum\n \"rdfs:label\", // rights !!!\n \"skos:prefLabel\", //license\n ],\n catalogues: [\n // nested singular strings\n \"rdfs:label\", // conformsTo and rights\n \"foaf:name\", // creator\n \"skos:prefLabel\", // license\n ],\n};\n\n// all properties which can be provided in different languages\nconst multilingualStrings = {\n datasets: [\n \"dct:title\", // also nested within page\n \"dct:description\", // also nested within page\n \"dcat:keyword\",\n \"adms:versionNotes\",\n ],\n distributions: [\n \"dct:title\", // also nested within page\n \"dct:description\", // also nested within page\n ],\n catalogues: [\"dct:title\", \"dct:description\"],\n};\n\n// all properties which contain grouped values\nconst groupedProperties = {\n datasets: [\n \"dcat:contactPoint\",\n \"dct:creator\",\n \"dext:metadataExtension\",\n \"dct:provenance\",\n \"dct:conformsTo\",\n \"foaf:page\",\n \"dct:temporal\",\n \"adms:identifier\",\n // nested grouped properties\n \"vcard:hasAddress\",\n \"skos:notation\",\n \"dcat:qualifiedRelation\",\n \"dcat:Relationship\",\n ],\n distributions: [\n \"foaf:page\",\n \"dcat:accessService\",\n \"spdx:checksum\",\n \"dct:conformsTo\",\n ],\n catalogues: [\"dct:creator\", \"dct:conformsTo\"],\n};\n\n// for properties with dynamic input type\nconst conditionalProperties = {\n datasets: ['dct:publisher',],\n distributions: [\"dct:license\"],\n catalogues: ['dct:publisher',\"dct:license\"],\n};\n\n// some properties have additional statement included which must be added to the linked data\nconst additionalPropertyTypes = {\n \"dct:temporal\": \"dct:PeriodOfTime\",\n \"dct:conformsTo\": \"dct:Standard\",\n \"foaf:page\": \"foaf:Document\",\n \"dct:provenance\": \"dct:ProvenanceStatement\",\n \"dext:metadataExtension\": \"dext:MetadataExtension\",\n \"spdx:checksum\": \"spdx:Checksum\",\n \"dcat:accessService\": \"dcat:DataService\",\n \"dct:license\": \"dct:LicenseDocument\",\n \"dcat:qualifiedRelation\": \"dcat:Relationship\",\n 'dct:publisher': 'foaf:Agent',\n};\n\n// some inputs need URIs in diefferent formats\nconst URIformat = {\n // {'name': '', 'resource': ''} mainly needed for vocabulary data\n voc: [\n \"dct:publisher\",\n \"dcat:theme\",\n \"dct:accrualPeriodicity\",\n \"dct:accessRights\",\n \"dct:type\",\n \"dct:format\",\n \"dcat:mediaType\",\n \"dcatap:availability\",\n \"dcat:compressFormat\",\n \"dcat:packageFormat\",\n \"spdx:algorithm\",\n \"dct:subject\",\n \"dct:language\",\n \"adms:status\",\n \"dct:spatial\",\n ],\n // 'URI' mainly used for mail addresses\n string: [\n \"vcard:hasEmail\",\n \"vcard:hasURL\",\n \"foaf:mbox\",\n \"skos:exactMatch\",\n \"foaf:homepage\",\n \"dext:isUsedBy\",\n \"dcat:endpointURL\",\n \"dct:isPartOf\",\n ],\n // {'@id': ''} mainly used for repeated links\n id: [\n \"dct:source\",\n \"dcat:accessURL\",\n \"dcat:downloadURL\",\n \"odrl:hasPolicy\",\n \"dct:hasPart\",\n \"dcat:catalog\",\n \"dct:source\",\n \"dcat:landingPage\",\n \"dct:relation\",\n \"prov:qualifiedAttribution\",\n \"dct:isReferencedBy\",\n \"prov:wasGeneratedBy\",\n \"dct:isVersionOf\",\n \"dct:hasVersion\",\n \"dct:Relation\",\n ],\n};\n\nexport default {\n singularURI,\n multipleURI,\n typedStrings,\n singularString,\n multilingualStrings,\n groupedProperties,\n additionalPropertyTypes,\n conditionalProperties,\n URIformat,\n};\n"],"names":["singularURI","multipleURI","typedStrings","singularString","multilingualStrings","groupedProperties","conditionalProperties","additionalPropertyTypes","URIformat","formatTypes"],"mappings":"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"}
1
+ {"version":3,"file":"format-types.mjs","sources":["../../../../lib/data-provider-interface/config/dcatap/format-types.js"],"sourcesContent":["// all properties which value is a single URI\nconst singularURI = {\n datasets: [\n \n \"dct:accrualPeriodicity\",\n \"dct:accessRights\",\n \"dct:type\",\n // singular URIs nested within other properties\n \"vcard:hasEmail\", // contact point\n \"vcard:hasURL\", // contect point\n \"dext:isUsedBy\", // isUsedBy\n \"foaf:mbox\", // creator\n \"foaf:homepage\", // creator\n \"dct:format\", // page\n \"dct:Relation\", // qualifiedRelation\n \"dcat:hadRole\", //qualifiedRelation\n ],\n distributions: [\n \"dct:format\",\n \"dct:type\",\n \"dcat:mediaType\",\n \"dcatap:availability\",\n \"dcat:compressFormat\",\n \"dcat:packageFormat\",\n \"adms:status\",\n // singular URIs nested within other properties\n \"spdx:algorithm\", // checksum\n \"dcat:endpointURL\", // accessservice\n \"skos:exactMatch\", // license\n ],\n catalogues: [\n \"foaf:homepage\", // homepage and creator\n \n \"dct:isPartOf\",\n // singular URIs nested within other properties\n \"foaf:mbox\", // creator\n \"dct:format\", // page\n \"skos:exactMatch\", // license\n ],\n};\n\n// all properties with multiple URI values\nconst multipleURI = {\n datasets: [\n \"dct:language\",\n \"dct:subject\",\n \"dcat:theme\",\n \"dct:spatial\",\n \"dct:source\",\n \"dcat:landingPage\",\n \"dct:relation\",\n \"prov:qualifiedAttribution\",\n \"dct:isReferencedBy\",\n \"prov:wasGeneratedBy\",\n \"dct:isVersionOf\",\n \"dct:hasVersion\",\n \"stat:attribute\",\n \"stat:dimension\",\n \"dqv:hasQualityAnnotation\",\n \"stat:statUnitMeasure\"\n ],\n distributions: [\n \"dcat:accessURL\",\n \"dcat:downloadURL\",\n \"dct:language\",\n \"odrl:hasPolicy\",\n ],\n catalogues: [\"dct:hasPart\", \"dct:spatial\", \"dcat:catalog\", \"dct:language\"],\n};\n\n// all properties which are typed strings\nconst typedStrings = {\n datasets: [\n \"dct:issued\",\n \"dct:modified\",\n \"dcat:spatialResolutionInMeters\",\n // nested typed strings\n \"dcat:endDate\",\n \"dcat:startDate\",\n ],\n distributions: [\n \"dct:issued\",\n \"dct:modified\",\n \"dcat:spatialResolutionInMeters\",\n \"dcat:byteSize\",\n ],\n catalogues: [],\n};\n\n// all properties with a singular string\nconst singularString = {\n datasets: [\n \"owl:versionInfo\",\n // nested singulat strings\n \"vcard:fn\", // contactPoint\n \"vcard:hasOrganizationName\", // contactPoint\n \"vcard:hasTelephone\", // contactPoint\n \"vcard:country_name\", // hasAddress\n \"vcard:locality\", // hasAddress\n \"vcard:postal_code\", // hasAddress\n \"vcard:street_address\", // hasAddress\n \"rdfs:label\", // conformsTo and provenance\n \"foaf:name\", // creator\n \"stat:numSeries\" //stat-dcat\n \n ],\n distributions: [\n // nested singular string\n \"spdx:checksumValue\", //checksum\n \"rdfs:label\", // rights !!!\n \"skos:prefLabel\", //license\n ],\n catalogues: [\n // nested singular strings\n \"rdfs:label\", // conformsTo and rights\n \"foaf:name\", // creator\n \"skos:prefLabel\", // license\n ],\n};\n\n// all properties which can be provided in different languages\nconst multilingualStrings = {\n datasets: [\n \"dct:title\", // also nested within page\n \"dct:description\", // also nested within page\n \"dcat:keyword\",\n \"adms:versionNotes\",\n ],\n distributions: [\n \"dct:title\", // also nested within page\n \"dct:description\", // also nested within page\n ],\n catalogues: [\"dct:title\", \"dct:description\"],\n};\n\n// all properties which contain grouped values\nconst groupedProperties = {\n datasets: [\n \"dcat:contactPoint\",\n \"dct:creator\",\n \"dext:metadataExtension\",\n \"dct:provenance\",\n \"dct:conformsTo\",\n \"foaf:page\",\n \"dct:temporal\",\n \"adms:identifier\",\n // nested grouped properties\n \"vcard:hasAddress\",\n \"skos:notation\",\n \"dcat:qualifiedRelation\",\n \"dcat:Relationship\",\n ],\n distributions: [\n \"foaf:page\",\n \"dcat:accessService\",\n \"spdx:checksum\",\n \"dct:conformsTo\",\n ],\n catalogues: [\"dct:creator\", \"dct:conformsTo\"],\n};\n\n// for properties with dynamic input type\nconst conditionalProperties = {\n datasets: ['dct:publisher',],\n distributions: [\"dct:license\"],\n catalogues: ['dct:publisher',\"dct:license\"],\n};\n\n// some properties have additional statement included which must be added to the linked data\nconst additionalPropertyTypes = {\n \"dct:temporal\": \"dct:PeriodOfTime\",\n \"dct:conformsTo\": \"dct:Standard\",\n \"foaf:page\": \"foaf:Document\",\n \"dct:provenance\": \"dct:ProvenanceStatement\",\n \"dext:metadataExtension\": \"dext:MetadataExtension\",\n \"spdx:checksum\": \"spdx:Checksum\",\n \"dcat:accessService\": \"dcat:DataService\",\n \"dct:license\": \"dct:LicenseDocument\",\n \"dcat:qualifiedRelation\": \"dcat:Relationship\",\n 'dct:publisher': 'foaf:Agent',\n};\n\n// some inputs need URIs in diefferent formats\nconst URIformat = {\n // {'name': '', 'resource': ''} mainly needed for vocabulary data\n voc: [\n \"dct:publisher\",\n \"dcat:theme\",\n \"dct:accrualPeriodicity\",\n \"dct:accessRights\",\n \"dct:type\",\n \"dct:format\",\n \"dcat:mediaType\",\n \"dcatap:availability\",\n \"dcat:compressFormat\",\n \"dcat:packageFormat\",\n \"spdx:algorithm\",\n \"dct:subject\",\n \"dct:language\",\n \"adms:status\",\n \"dct:spatial\",\n ],\n // 'URI' mainly used for mail addresses\n string: [\n \"vcard:hasEmail\",\n \"vcard:hasURL\",\n \"foaf:mbox\",\n \"skos:exactMatch\",\n \"foaf:homepage\",\n \"dext:isUsedBy\",\n \"dcat:endpointURL\",\n \"dct:isPartOf\",\n ],\n // {'@id': ''} mainly used for repeated links\n id: [\n \"dct:source\",\n \"dcat:accessURL\",\n \"dcat:downloadURL\",\n \"odrl:hasPolicy\",\n \"dct:hasPart\",\n \"dcat:catalog\",\n \"dct:source\",\n \"dcat:landingPage\",\n \"dct:relation\",\n \"prov:qualifiedAttribution\",\n \"dct:isReferencedBy\",\n \"prov:wasGeneratedBy\",\n \"dct:isVersionOf\",\n \"dct:hasVersion\",\n \"dct:Relation\",\n ],\n};\n\nexport default {\n singularURI,\n multipleURI,\n typedStrings,\n singularString,\n multilingualStrings,\n groupedProperties,\n additionalPropertyTypes,\n conditionalProperties,\n URIformat,\n};\n"],"names":["singularURI","multipleURI","typedStrings","singularString","multilingualStrings","groupedProperties","conditionalProperties","additionalPropertyTypes","URIformat","formatTypes"],"mappings":"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"}
@@ -3,7 +3,7 @@ import { FormKitSchemaDefinition } from '@formkit/core';
3
3
  /**
4
4
  * Available properties for datasets.
5
5
  */
6
- export type DcatApDatasetsProperty = "datasetID" | "overview" | "description" | "title" | "contactPoint" | "subject" | "keyword" | "publisher" | "spatial" | "temporal" | "theme" | "accessRights" | "creator" | "conformsTo" | "page" | "accrualPeriodicity" | "hasVersion" | "isVersionOf" | "source" | "identifier" | "isReferencedBy" | "landingPage" | "language" | "admsIdentifier" | "provenance" | "qualifiedAttribution" | "wasGeneratedBy" | "qualifiedRelation" | "relation" | "issued" | "modified" | "spatialResolutionInMeters" | "temporalResolution" | "type" | "versionInfo" | "versionNotes" | "catalog" | "isUsedBy";
6
+ export type DcatApDatasetsProperty = "datasetID" | "overview" | "description" | "title" | "contactPoint" | "subject" | "keyword" | "publisher" | "spatial" | "temporal" | "theme" | "accessRights" | "creator" | "conformsTo" | "page" | "accrualPeriodicity" | "hasVersion" | "isVersionOf" | "source" | "identifier" | "isReferencedBy" | "landingPage" | "language" | "admsIdentifier" | "provenance" | "qualifiedAttribution" | "wasGeneratedBy" | "qualifiedRelation" | "relation" | "issued" | "modified" | "spatialResolutionInMeters" | "temporalResolution" | "type" | "versionInfo" | "versionNotes" | "catalog" | "isUsedBy" | "attribute" | "dimension" | "numSeries" | "hasQualityAnnotation" | "statUnitMeasure";
7
7
  /**
8
8
  * Available properties for distributions.
9
9
  */
@@ -7,6 +7,108 @@ const t = {
7
7
  property: "datasets"
8
8
  }
9
9
  },
10
+ attribute: {
11
+ identifier: "attribute",
12
+ $formkit: "repeatable",
13
+ name: "stat:attribute",
14
+ minimum: 1,
15
+ children: [
16
+ {
17
+ $formkit: "group",
18
+ identifier: "attribute",
19
+ name: "stat:attribute",
20
+ children: [
21
+ {
22
+ identifier: "attributeURL",
23
+ $formkit: "url",
24
+ name: "@id",
25
+ validation: "optional|url",
26
+ classes: {
27
+ outer: "w100-textfield"
28
+ }
29
+ }
30
+ ]
31
+ }
32
+ ]
33
+ },
34
+ dimension: {
35
+ identifier: "dimension",
36
+ $formkit: "repeatable",
37
+ name: "stat:dimension",
38
+ minimum: 1,
39
+ children: [
40
+ {
41
+ $formkit: "group",
42
+ identifier: "dimension",
43
+ name: "stat:dimension",
44
+ children: [
45
+ {
46
+ identifier: "dimensionURL",
47
+ $formkit: "url",
48
+ name: "@id",
49
+ validation: "optional|url",
50
+ classes: {
51
+ outer: "w100-textfield"
52
+ }
53
+ }
54
+ ]
55
+ }
56
+ ]
57
+ },
58
+ hasQualityAnnotation: {
59
+ identifier: "hasQualityAnnotation",
60
+ $formkit: "repeatable",
61
+ name: "dqv:hasQualityAnnotation",
62
+ minimum: 1,
63
+ children: [
64
+ {
65
+ $formkit: "group",
66
+ identifier: "hasQualityAnnotation",
67
+ name: "dqv:hasQualityAnnotation",
68
+ children: [
69
+ {
70
+ identifier: "hasQualityAnnotationURL",
71
+ $formkit: "url",
72
+ name: "@id",
73
+ validation: "optional|url",
74
+ classes: {
75
+ outer: "w100-textfield"
76
+ }
77
+ }
78
+ ]
79
+ }
80
+ ]
81
+ },
82
+ statUnitMeasure: {
83
+ identifier: "statUnitMeasure",
84
+ $formkit: "repeatable",
85
+ name: "stat:statUnitMeasure",
86
+ minimum: 1,
87
+ children: [
88
+ {
89
+ $formkit: "group",
90
+ identifier: "statUnitMeasure",
91
+ name: "stat:statUnitMeasure",
92
+ children: [
93
+ {
94
+ identifier: "statUnitMeasureURL",
95
+ $formkit: "url",
96
+ name: "@id",
97
+ validation: "optional|url",
98
+ classes: {
99
+ outer: "w100-textfield"
100
+ }
101
+ }
102
+ ]
103
+ }
104
+ ]
105
+ },
106
+ numSeries: {
107
+ identifier: "numSeries",
108
+ $formkit: "simpleInput",
109
+ name: "stat:numSeries",
110
+ validationType: "number"
111
+ },
10
112
  datasetID: {
11
113
  identifier: "datasetID",
12
114
  $formkit: "id",