@piveau/dpi 0.1.0-beta.5
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.
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/assets/dpi.css +1 -0
- package/dist/composables/useRuntimeEnv.js +11 -0
- package/dist/composables/useTed.js +9 -0
- package/dist/data-provider-interface/DPIMenu.vue.js +457 -0
- package/dist/data-provider-interface/DataProviderInterface.vue.js +43 -0
- package/dist/data-provider-interface/DataProviderInterface.vue2.js +144 -0
- package/dist/data-provider-interface/HappyFlowComponents/BlogDPIHome.vue.js +13 -0
- package/dist/data-provider-interface/HappyFlowComponents/CommunityDPI.vue.js +11 -0
- package/dist/data-provider-interface/HappyFlowComponents/ComponentLibrary.vue.js +1052 -0
- package/dist/data-provider-interface/HappyFlowComponents/ConsultingDPI.vue.js +11 -0
- package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +26 -0
- package/dist/data-provider-interface/HappyFlowComponents/FAQDPIHome.vue.js +11 -0
- package/dist/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +109 -0
- package/dist/data-provider-interface/HappyFlowComponents/ServiceDPIHome.vue.js +11 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/CheckCircleFill.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Circle.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/CircleFill.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/DatenbereitstellerV3.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Ellipse2Error.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Ellipse2Published.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Ellipse2Warning.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/FurV3.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/IllustrationCelebrate.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/IllustrationStart.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/InfoFill.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected1.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected1_2.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected2.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected2_2.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected3.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected3_2.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected4.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected4_2.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected5.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/Selected5_2.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/WarningFill.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/bydata_logo_blue_small.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/iconRight.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/img/x-circleFill.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +135 -0
- package/dist/data-provider-interface/HappyFlowComponents/services/eventBus.js +16 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js +256 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/CheckboxV3.vue.js +96 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Chip.vue.js +91 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/CloseOpenButtonV3.vue.js +67 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue.js +63 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/DatasetStatus.vue.js +52 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue2.js +96 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js +231 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Illustration.vue.js +33 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +477 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/InputV3.vue.js +182 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/LogoV3.vue.js +40 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/ModalSimpleV3.vue.js +123 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +566 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/MoreButton.vue.js +56 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessRightsV3.vue.js +41 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +157 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AvailabilityV3.vue.js +80 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ByteSizeV3.vue.js +50 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +113 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +116 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +157 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DescriptionV3.vue.js +40 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +227 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/FileFormatV3.vue.js +148 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/IssuedDateV3.vue.js +43 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +70 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LicenseAttributionByText.vue.js +46 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ModifiedDateV3.vue.js +43 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +130 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +67 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +157 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsModal.vue.js +106 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +247 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +79 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +73 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +134 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/FindabilityChips.vue.js +43 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/HVDSwitch.vue.js +68 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +64 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SwitchV3.vue.js +195 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +207 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +115 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonLarge.vue.js +108 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue.js +125 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +69 -0
- package/dist/data-provider-interface/components/AutocompleteInput.vue.js +279 -0
- package/dist/data-provider-interface/components/BasicInfosPage.vue.js +9 -0
- package/dist/data-provider-interface/components/ConditionalInput.vue.js +196 -0
- package/dist/data-provider-interface/components/ContactPage.vue.js +246 -0
- package/dist/data-provider-interface/components/CoveringPage.vue.js +9 -0
- package/dist/data-provider-interface/components/DataFetchingComponent.vue.js +49 -0
- package/dist/data-provider-interface/components/DiscoverabilityPage.vue.js +60 -0
- package/dist/data-provider-interface/components/DistLicense.vue.js +160 -0
- package/dist/data-provider-interface/components/DistributionSimplePage.vue.js +1147 -0
- package/dist/data-provider-interface/components/DistributionStepper.vue.js +212 -0
- package/dist/data-provider-interface/components/Dropup.vue.js +62 -0
- package/dist/data-provider-interface/components/FileUpload.vue.js +278 -0
- package/dist/data-provider-interface/components/HVDPage.vue.js +106 -0
- package/dist/data-provider-interface/components/HappyFlowLandingPage.vue.js +70 -0
- package/dist/data-provider-interface/components/InfoSlot.vue.js +81 -0
- package/dist/data-provider-interface/components/InputPageStep.vue.js +40 -0
- package/dist/data-provider-interface/components/InputPageStep.vue2.js +4 -0
- package/dist/data-provider-interface/components/LanguageSelector.vue.js +65 -0
- package/dist/data-provider-interface/components/Navigation.vue.js +256 -0
- package/dist/data-provider-interface/components/Navigation.vue2.js +1 -0
- package/dist/data-provider-interface/components/PolGeoUriPage.vue.js +81 -0
- package/dist/data-provider-interface/components/PublisherPage.vue.js +176 -0
- package/dist/data-provider-interface/components/ReviewAndPublishPage.vue.js +413 -0
- package/dist/data-provider-interface/components/SelectControlledGroup.vue.js +55 -0
- package/dist/data-provider-interface/components/SelectControlledGroup.vue2.js +4 -0
- package/dist/data-provider-interface/components/SimpleAccessURLInput.vue.js +32 -0
- package/dist/data-provider-interface/components/SimpleInput.vue.js +35 -0
- package/dist/data-provider-interface/components/SimpleSelect.vue.js +111 -0
- package/dist/data-provider-interface/components/SpatialInput.vue.js +276 -0
- package/dist/data-provider-interface/components/TempResPage.vue.js +211 -0
- package/dist/data-provider-interface/components/TheErrorDialog.vue.js +90 -0
- package/dist/data-provider-interface/components/TheErrorDialog.vue2.js +4 -0
- package/dist/data-provider-interface/components/TitelPage.vue.js +52 -0
- package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.js +75 -0
- package/dist/data-provider-interface/components/UpdateDate.vue.js +75 -0
- package/dist/data-provider-interface/components/dpiV3Description.vue.js +44 -0
- package/dist/data-provider-interface/composables/aucotomplete.js +50 -0
- package/dist/data-provider-interface/composables/useDpiContext.js +17 -0
- package/dist/data-provider-interface/composables/useDpiEditMode.js +88 -0
- package/dist/data-provider-interface/composables/useDpiFormValues.js +8 -0
- package/dist/data-provider-interface/composables/useDpiSimpleLoader.js +384 -0
- package/dist/data-provider-interface/composables/useDpiStepper.js +47 -0
- package/dist/data-provider-interface/composables/useDpiUtils.js +39 -0
- package/dist/data-provider-interface/composables/useErrorDialog.js +31 -0
- package/dist/data-provider-interface/composables/useFormSchema.js +56 -0
- package/dist/data-provider-interface/composables/useRequestUriName.js +58 -0
- package/dist/data-provider-interface/config/dcatap/format-types.js +256 -0
- package/dist/data-provider-interface/config/dcatap/input-definition.js +1842 -0
- package/dist/data-provider-interface/config/dcatap/page-content-config.js +23 -0
- package/dist/data-provider-interface/config/dcatap/prefixes.js +25 -0
- package/dist/data-provider-interface/config/dcatap/vocab-prefixes.js +24 -0
- package/dist/data-provider-interface/config/dcatapde/format-types.js +274 -0
- package/dist/data-provider-interface/config/dcatapde/input-definition.js +2131 -0
- package/dist/data-provider-interface/config/dcatapde/page-content-config.js +23 -0
- package/dist/data-provider-interface/config/dcatapde/prefixes.js +27 -0
- package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.js +33 -0
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/converter.js +161 -0
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/format-types.js +5 -0
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +2196 -0
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/page-content-config.js +82 -0
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/prefixes.js +5 -0
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/vocab-prefixes.js +5 -0
- package/dist/data-provider-interface/config/dcatapdeODB/format-types.js +5 -0
- package/dist/data-provider-interface/config/dcatapdeODB/input-definition.js +18 -0
- package/dist/data-provider-interface/config/dcatapdeODB/page-content-config.js +5 -0
- package/dist/data-provider-interface/config/dcatapdeODB/prefixes.js +5 -0
- package/dist/data-provider-interface/config/dcatapdeODB/vocab-prefixes.js +5 -0
- package/dist/data-provider-interface/config/dpi-spec-config.js +54 -0
- package/dist/data-provider-interface/config/selector-languages.json.js +57 -0
- package/dist/data-provider-interface/plugins/userConfigShimPlugin.js +10 -0
- package/dist/data-provider-interface/store/dpiStore.js +33 -0
- package/dist/data-provider-interface/store/modules/formSchemaStore.js +94 -0
- package/dist/data-provider-interface/store/modules/navigationStore.js +24 -0
- package/dist/data-provider-interface/utils/general-helper.js +218 -0
- package/dist/data-provider-interface/utils/injectionKeys.js +5 -0
- package/dist/data-provider-interface/utils/translation-helper.js +31 -0
- package/dist/data-provider-interface/utils/useSteps.js +34 -0
- package/dist/data-provider-interface/views/DistributionInputPage.vue.js +100 -0
- package/dist/data-provider-interface/views/DistributionOverview.vue.js +201 -0
- package/dist/data-provider-interface/views/DraftsPage.vue.js +278 -0
- package/dist/data-provider-interface/views/InputPage.vue.js +1182 -0
- package/dist/data-provider-interface/views/LinkedDataViewer.vue.js +105 -0
- package/dist/data-provider-interface/views/OverviewPage/CatalogueOverview.vue.js +86 -0
- package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.js +214 -0
- package/dist/data-provider-interface/views/OverviewPage/DistributionOverview.vue.js +219 -0
- package/dist/data-provider-interface/views/OverviewPage/Properties/MultilingualProp.vue.js +19 -0
- package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.js +397 -0
- package/dist/data-provider-interface/views/OverviewPage/Properties/StringProp.vue.js +56 -0
- package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.js +109 -0
- package/dist/data-provider-interface/views/OverviewPage/Properties/URLProp.vue.js +92 -0
- package/dist/data-provider-interface/views/OverviewPage/PropertyEntry.vue.js +103 -0
- package/dist/data-provider-interface/views/OverviewPage.vue.js +189 -0
- package/dist/data-provider-interface/views/PropertyChooser.vue.js +41 -0
- package/dist/data-provider-interface/views/UserCataloguesPage.vue.js +74 -0
- package/dist/data-provider-interface/views/UserProfilePage.vue.js +83 -0
- package/dist/filters/dateFilters.js +39 -0
- package/dist/form/FormKitGroup.vue.js +55 -0
- package/dist/form/Repeatable.vue.js +7 -0
- package/dist/form/Repeatable.vue2.js +72 -0
- package/dist/form/inputDefinitions.js +131 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +124 -0
- package/dist/utils/helpers.js +32 -0
- package/dist/widgets/AppLink.vue.js +118 -0
- package/package.json +96 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
datasets: {
|
|
3
|
+
Mandatory: ["title", "datasetID", "description", "catalog", "publisher", "theme", "issued", "modified"],
|
|
4
|
+
Advised: ["keyword", "subject", "contactPoint", "landingPage", "accrualPeriodicity", "language", "spatial", "temporal", "creator", "identifier", "admsIdentifier", "page", "accessRights"],
|
|
5
|
+
Recommended: ["type", "isUsedBy", "conformsTo", "versionInfo", "versionNotes", "temporalResolution", "spatialResolutionInMeters", "relation", "qualifiedRelation", "isReferencedBy", "hasVersion", "isVersionOf", "source", "provenance", "qualifiedAttribution", "wasGeneratedBy"],
|
|
6
|
+
Distributions: [],
|
|
7
|
+
Overview: ["overview"]
|
|
8
|
+
},
|
|
9
|
+
distributions: {
|
|
10
|
+
Mandatory: ["accessURL", "title", "description"],
|
|
11
|
+
Advised: ["downloadUrl", "format", "mediaType", "licence", "status", "availability", "issued", "modified"],
|
|
12
|
+
Recommended: ["type", "byteSize", "checksum", "compressFormat", "packageFormat", "language", "page", "conformsTo", "rights", "hasPolicy", "temporalResolution", "spatialResolutionInMeters"],
|
|
13
|
+
DataService: ["accessService"]
|
|
14
|
+
},
|
|
15
|
+
catalogues: {
|
|
16
|
+
Mandatory: ["title", "datasetID", "description", "publisher", "language", "homepage", "licence"],
|
|
17
|
+
Advised: ["spatial", "hasPart", "isPartOf", "rights", "catalog", "creator"],
|
|
18
|
+
Overview: ["overview"]
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
e as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const t = {
|
|
2
|
+
adms: "http://www.w3.org/ns/adms#",
|
|
3
|
+
dcat: "http://www.w3.org/ns/dcat#",
|
|
4
|
+
dcatap: "http://data.europa.eu/r5r/",
|
|
5
|
+
dct: "http://purl.org/dc/terms/",
|
|
6
|
+
foaf: "http://xmlns.com/foaf/0.1/",
|
|
7
|
+
locn: "http://www.w3.org/ns/locn#",
|
|
8
|
+
owl: "http://www.w3.org/2002/07/owl#",
|
|
9
|
+
odrl: "http://www.w3.org/ns/odrl/2/",
|
|
10
|
+
prov: "http://www.w3.org/ns/prov#",
|
|
11
|
+
rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
|
|
12
|
+
rdfs: "http://www.w3.org/2000/01/rdf-schema#",
|
|
13
|
+
schema: "http://schema.org/",
|
|
14
|
+
skos: "http://www.w3.org/2004/02/skos/core#",
|
|
15
|
+
spdx: "http://spdx.org/rdf/terms#",
|
|
16
|
+
xsd: "http://www.w3.org/2001/XMLSchema#",
|
|
17
|
+
vann: "http://purl.org/vocab/vann/",
|
|
18
|
+
voaf: "http://purl.org/vocommons/voaf#",
|
|
19
|
+
vcard: "http://www.w3.org/2006/vcard/ns#",
|
|
20
|
+
time: "http://www.w3.org/2006/time#",
|
|
21
|
+
dext: "https://data.europa.eu/ns/ext#"
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
t as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const t = {
|
|
2
|
+
licence: "http://publications.europa.eu/resource/authority/licence/",
|
|
3
|
+
// no unified URI!!
|
|
4
|
+
"planned-availability": "http://publications.europa.eu/resource/authority/planned-availability/",
|
|
5
|
+
"dataset-type": "http://publications.europa.eu/resource/authority/dataset-type/",
|
|
6
|
+
eurovoc: "http://eurovoc.europa.eu/",
|
|
7
|
+
"corporate-body": "http://publications.europa.eu/resource/authority/corporate-body/",
|
|
8
|
+
continent: "http://publications.europa.eu/resource/authority/continent/",
|
|
9
|
+
country: "http://publications.europa.eu/resource/authority/country/",
|
|
10
|
+
place: "http://publications.europa.eu/resource/authority/place/",
|
|
11
|
+
"data-theme": "http://publications.europa.eu/resource/authority/data-theme/",
|
|
12
|
+
"access-right": "http://publications.europa.eu/resource/authority/access-right/",
|
|
13
|
+
"file-type": "http://publications.europa.eu/resource/authority/file-type/",
|
|
14
|
+
frequency: "http://publications.europa.eu/resource/authority/frequency/",
|
|
15
|
+
language: "http://publications.europa.eu/resource/authority/language/",
|
|
16
|
+
"notation-type": "http://publications.europa.eu/resource/authority/notation-type/",
|
|
17
|
+
"iana-media-types": "https://www.iana.org/assignments/media-types/",
|
|
18
|
+
"spdx-checksum-algorithm": "http://spdx.org/rdf/terms#",
|
|
19
|
+
"distribution-type": "http://publications.europa.eu/resource/authority/distribution-type/",
|
|
20
|
+
"dataset-status": "http://publications.europa.eu/resource/authority/dataset-status/"
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
t as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
const t = {
|
|
2
|
+
datasets: [
|
|
3
|
+
"dct:accrualPeriodicity",
|
|
4
|
+
"dct:accessRights",
|
|
5
|
+
"dct:type",
|
|
6
|
+
"dcatap:availability",
|
|
7
|
+
"dcatde:qualityProcessURI",
|
|
8
|
+
// singular URIs nested within other properties
|
|
9
|
+
"vcard:hasEmail",
|
|
10
|
+
// contact point
|
|
11
|
+
"vcard:hasURL",
|
|
12
|
+
// contect point
|
|
13
|
+
"dext:isUsedBy",
|
|
14
|
+
// isUsedBy
|
|
15
|
+
"foaf:mbox",
|
|
16
|
+
// creator, publisher
|
|
17
|
+
"foaf:homepage",
|
|
18
|
+
// creator, publisher
|
|
19
|
+
"dct:format"
|
|
20
|
+
// page
|
|
21
|
+
],
|
|
22
|
+
distributions: [
|
|
23
|
+
"dct:format",
|
|
24
|
+
"dct:type",
|
|
25
|
+
"dcat:mediaType",
|
|
26
|
+
"dcatap:availability",
|
|
27
|
+
"dcat:compressFormat",
|
|
28
|
+
"dcat:packageFormat",
|
|
29
|
+
"adms:status",
|
|
30
|
+
// singular URIs nested within other properties
|
|
31
|
+
"spdx:algorithm",
|
|
32
|
+
// checksum
|
|
33
|
+
"dcat:endpointURL",
|
|
34
|
+
// accessservice
|
|
35
|
+
"skos:exactMatch",
|
|
36
|
+
// license,
|
|
37
|
+
"dct:license"
|
|
38
|
+
],
|
|
39
|
+
catalogues: [
|
|
40
|
+
"foaf:homepage",
|
|
41
|
+
// homepage and creator
|
|
42
|
+
"dct:isPartOf",
|
|
43
|
+
// singular URIs nested within other properties
|
|
44
|
+
"foaf:mbox",
|
|
45
|
+
// creator
|
|
46
|
+
"dct:format",
|
|
47
|
+
// page
|
|
48
|
+
"skos:exactMatch"
|
|
49
|
+
// license
|
|
50
|
+
]
|
|
51
|
+
}, a = {
|
|
52
|
+
datasets: [
|
|
53
|
+
"dcatde:politicalGeocodingLevelURI",
|
|
54
|
+
"dcatde:politicalGeocodingURI",
|
|
55
|
+
"dcatde:contributorID",
|
|
56
|
+
"dct:language",
|
|
57
|
+
"dct:subject",
|
|
58
|
+
"dcat:theme",
|
|
59
|
+
"dct:source",
|
|
60
|
+
"dcat:landingPage",
|
|
61
|
+
"dct:relation",
|
|
62
|
+
"dcat:qualifiedRelation",
|
|
63
|
+
"prov:qualifiedAttribution",
|
|
64
|
+
"dct:isReferencedBy",
|
|
65
|
+
"prov:wasGeneratedBy",
|
|
66
|
+
"dct:isVersionOf",
|
|
67
|
+
"dct:hasVersion",
|
|
68
|
+
"dct:references",
|
|
69
|
+
"dct:spatial"
|
|
70
|
+
],
|
|
71
|
+
distributions: [
|
|
72
|
+
"dcat:accessURL",
|
|
73
|
+
"dcat:downloadURL",
|
|
74
|
+
"dct:language",
|
|
75
|
+
"odrl:hasPolicy"
|
|
76
|
+
],
|
|
77
|
+
catalogues: [
|
|
78
|
+
"dct:hasPart",
|
|
79
|
+
"dcat:catalog",
|
|
80
|
+
"dct:language",
|
|
81
|
+
"dct:spatial"
|
|
82
|
+
]
|
|
83
|
+
}, e = {
|
|
84
|
+
datasets: [
|
|
85
|
+
"dct:issued",
|
|
86
|
+
"dct:modified",
|
|
87
|
+
"dcat:spatialResolutionInMeters",
|
|
88
|
+
// nested typed strings
|
|
89
|
+
"dcat:endDate",
|
|
90
|
+
"dcat:startDate"
|
|
91
|
+
],
|
|
92
|
+
distributions: [
|
|
93
|
+
"dct:issued",
|
|
94
|
+
"dct:modified",
|
|
95
|
+
"dcat:spatialResolutionInMeters",
|
|
96
|
+
"dcat:byteSize"
|
|
97
|
+
],
|
|
98
|
+
catalogues: []
|
|
99
|
+
}, c = {
|
|
100
|
+
datasets: [
|
|
101
|
+
"owl:versionInfo",
|
|
102
|
+
// nested singulat strings
|
|
103
|
+
"vcard:fn",
|
|
104
|
+
// contactPoint
|
|
105
|
+
"vcard:hasOrganizationName",
|
|
106
|
+
// contactPoint
|
|
107
|
+
"vcard:hasTelephone",
|
|
108
|
+
// contactPoint
|
|
109
|
+
"vcard:country_name",
|
|
110
|
+
// hasAddress
|
|
111
|
+
"vcard:locality",
|
|
112
|
+
// hasAddress
|
|
113
|
+
"vcard:postal_code",
|
|
114
|
+
// hasAddress
|
|
115
|
+
"vcard:street_address",
|
|
116
|
+
// hasAddress
|
|
117
|
+
"rdfs:label",
|
|
118
|
+
// conformsTo and provenance
|
|
119
|
+
"foaf:name"
|
|
120
|
+
// creator, publisher
|
|
121
|
+
],
|
|
122
|
+
distributions: [
|
|
123
|
+
// nested singular string
|
|
124
|
+
"spdx:checksumValue",
|
|
125
|
+
//checksum
|
|
126
|
+
"rdfs:label",
|
|
127
|
+
// rights !!!
|
|
128
|
+
"skos:prefLabel"
|
|
129
|
+
//license
|
|
130
|
+
],
|
|
131
|
+
catalogues: [
|
|
132
|
+
// nested singular strings
|
|
133
|
+
"rdfs:label",
|
|
134
|
+
// conformsTo and rights
|
|
135
|
+
"foaf:name",
|
|
136
|
+
// creator
|
|
137
|
+
"skos:prefLabel"
|
|
138
|
+
// license
|
|
139
|
+
]
|
|
140
|
+
}, d = {
|
|
141
|
+
datasets: [
|
|
142
|
+
"dct:title",
|
|
143
|
+
// also nested within page
|
|
144
|
+
"dct:description",
|
|
145
|
+
// also nested within page
|
|
146
|
+
"dcat:keyword",
|
|
147
|
+
"adms:versionNotes",
|
|
148
|
+
"dcatde:geocodingDescription",
|
|
149
|
+
"dcatde:legalBasis"
|
|
150
|
+
],
|
|
151
|
+
distributions: [
|
|
152
|
+
"dct:title",
|
|
153
|
+
// also nested within page
|
|
154
|
+
"dct:description",
|
|
155
|
+
// also nested within page
|
|
156
|
+
"dcatde:licenseAttributionByText"
|
|
157
|
+
],
|
|
158
|
+
catalogues: [
|
|
159
|
+
"dct:title",
|
|
160
|
+
"dct:description"
|
|
161
|
+
]
|
|
162
|
+
}, s = {
|
|
163
|
+
datasets: [
|
|
164
|
+
"dcat:contactPoint",
|
|
165
|
+
"dct:creator",
|
|
166
|
+
"dext:metadataExtension",
|
|
167
|
+
"dct:provenance",
|
|
168
|
+
"dct:conformsTo",
|
|
169
|
+
"foaf:page",
|
|
170
|
+
"dct:temporal",
|
|
171
|
+
"adms:identifier",
|
|
172
|
+
// nested grouped properties
|
|
173
|
+
"vcard:hasAddress",
|
|
174
|
+
"skos:notation",
|
|
175
|
+
"dct:contributor",
|
|
176
|
+
"dcatde:originator",
|
|
177
|
+
"dcatde:maintainer"
|
|
178
|
+
],
|
|
179
|
+
distributions: [
|
|
180
|
+
"foaf:page",
|
|
181
|
+
"dcat:accessService",
|
|
182
|
+
"spdx:checksum",
|
|
183
|
+
"dct:conformsTo"
|
|
184
|
+
],
|
|
185
|
+
catalogues: [
|
|
186
|
+
"dct:creator",
|
|
187
|
+
"dct:conformsTo"
|
|
188
|
+
]
|
|
189
|
+
}, o = {
|
|
190
|
+
datasets: [
|
|
191
|
+
"dct:publisher"
|
|
192
|
+
],
|
|
193
|
+
distributions: [],
|
|
194
|
+
catalogues: [
|
|
195
|
+
"dct:publisher",
|
|
196
|
+
"dct:license"
|
|
197
|
+
]
|
|
198
|
+
}, i = {
|
|
199
|
+
"dct:temporal": "dct:PeriodOfTime",
|
|
200
|
+
"dct:conformsTo": "dct:Standard",
|
|
201
|
+
"foaf:page": "foaf:Document",
|
|
202
|
+
"dct:provenance": "dct:ProvenanceStatement",
|
|
203
|
+
"dext:metadataExtension": "dext:MetadataExtension",
|
|
204
|
+
"spdx:checksum": "spdx:Checksum",
|
|
205
|
+
"dcat:accessService": "dcat:DataService",
|
|
206
|
+
"dct:publisher": "foaf:Agent"
|
|
207
|
+
}, r = {
|
|
208
|
+
// {'name': '', 'resource': ''} mainly needed for vocabulary data
|
|
209
|
+
voc: [
|
|
210
|
+
"dct:publisher",
|
|
211
|
+
"dcat:theme",
|
|
212
|
+
"dct:accrualPeriodicity",
|
|
213
|
+
"dct:accessRights",
|
|
214
|
+
"dct:type",
|
|
215
|
+
"dct:format",
|
|
216
|
+
"dcat:mediaType",
|
|
217
|
+
"dcatap:availability",
|
|
218
|
+
"dcat:compressFormat",
|
|
219
|
+
"dcat:packageFormat",
|
|
220
|
+
"spdx:algorithm",
|
|
221
|
+
"dct:subject",
|
|
222
|
+
"dct:language",
|
|
223
|
+
"adms:status",
|
|
224
|
+
"dct:spatial",
|
|
225
|
+
"dcatde:politicalGeocodingLevelURI",
|
|
226
|
+
"dcatde:contributorID",
|
|
227
|
+
"dcatde:politicalGeocodingURI",
|
|
228
|
+
"dct:license"
|
|
229
|
+
],
|
|
230
|
+
// 'URI' mainly used for mail addresses
|
|
231
|
+
string: [
|
|
232
|
+
"vcard:hasEmail",
|
|
233
|
+
"vcard:hasURL",
|
|
234
|
+
"foaf:mbox",
|
|
235
|
+
"skos:exactMatch",
|
|
236
|
+
"foaf:homepage",
|
|
237
|
+
"dext:isUsedBy",
|
|
238
|
+
"dcat:endpointURL",
|
|
239
|
+
"dcatde:qualityProcessURI"
|
|
240
|
+
],
|
|
241
|
+
// {'@id': ''} mainly used for repeated links
|
|
242
|
+
id: [
|
|
243
|
+
"dct:source",
|
|
244
|
+
"dcat:accessURL",
|
|
245
|
+
"dcat:downloadURL",
|
|
246
|
+
"odrl:hasPolicy",
|
|
247
|
+
"dct:hasPart",
|
|
248
|
+
"dcat:catalog",
|
|
249
|
+
"dct:source",
|
|
250
|
+
"dcat:landingPage",
|
|
251
|
+
"dct:relation",
|
|
252
|
+
"dcat:qualifiedRelation",
|
|
253
|
+
"prov:qualifiedAttribution",
|
|
254
|
+
"dct:isReferencedBy",
|
|
255
|
+
"prov:wasGeneratedBy",
|
|
256
|
+
"dct:isVersionOf",
|
|
257
|
+
"dct:hasVersion",
|
|
258
|
+
"dct:isPartOf",
|
|
259
|
+
"dct:references"
|
|
260
|
+
]
|
|
261
|
+
}, n = {
|
|
262
|
+
singularURI: t,
|
|
263
|
+
multipleURI: a,
|
|
264
|
+
typedStrings: e,
|
|
265
|
+
singularString: c,
|
|
266
|
+
multilingualStrings: d,
|
|
267
|
+
groupedProperties: s,
|
|
268
|
+
additionalPropertyTypes: i,
|
|
269
|
+
conditionalProperties: o,
|
|
270
|
+
URIformat: r
|
|
271
|
+
};
|
|
272
|
+
export {
|
|
273
|
+
n as default
|
|
274
|
+
};
|