Skip to content

Commit

Permalink
Adapt example values to US profile
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 4, 2024
1 parent ebadc16 commit 171a7d8
Showing 1 changed file with 14 additions and 22 deletions.
36 changes: 14 additions & 22 deletions examples/ckan/ckan_full_dataset_dcat_us_vocabularies.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"issued": "2024-05-01",
"modified": "2024-05-05",
"identifier": "xx-some-dataset-id-yy",
"frequency": "http://publications.europa.eu/resource/authority/frequency/MONTHLY",
"frequency": "http://purl.org/cld/terms/annual",
"provenance": "https://example.org/some-provenance-statement.html",
"dcat_type": "http://purl.org/dc/dcmitype/Dataset",
"version_notes": "Some version notes",
"access_rights": "http://publications.europa.eu/resource/authority/access-right/PUBLIC",
"access_rights": "https://resources.data.gov/vocab/access-right/TODO/PUBLIC",
"alternate_identifier": [
"https://org1.example.org/datasets/alt-id-1",
"https://org2.example.org/datasets/alt-id-2"
Expand All @@ -30,24 +30,19 @@
"https://example.org/uri/theme3"
],
"language": [
"http://publications.europa.eu/resource/authority/language/ENG",
"http://publications.europa.eu/resource/authority/language/SPA",
"http://publications.europa.eu/resource/authority/language/CAT"
"http://id.loc.gov/vocabulary/iso639-1/en",
"http://id.loc.gov/vocabulary/iso639-1/es",
"http://id.loc.gov/vocabulary/iso639-1/ca"
],
"documentation": [
"https://example.org/some-doc.html"
],
"conforms_to": [
"https://joinup.ec.europa.eu/collection/semic-support-centre/solution/dcat-application-profile-data-portals-europe/release/211",
"https://joinup.ec.europa.eu/collection/semic-support-centre/solution/dcat-application-profile-data-portals-europe/release/210"
"https://resources.data.gov/vocab/TODO/ProtocolValue/DCAT_US_3_0"
],
"is_referenced_by": [
"https://doi.org/10.1038/sdata.2018.22"
],
"applicable_legislation": [
"http://data.europa.eu/eli/reg_impl/2023/138/oj",
"http://data.europa.eu/eli/reg_impl/2023/138/oj_alt"
],
"contact": [
{
"name": "Contact 1",
Expand All @@ -62,8 +57,7 @@
{
"name": "Test Publisher",
"email": "[email protected]",
"url": "https://example.org",
"type": "http://publications.europa.eu/resource/authority/corporate-body-classification/CB_INT"
"url": "https://example.org"
}
],
"temporal_coverage": [
Expand Down Expand Up @@ -146,9 +140,8 @@
"name": "Resource 1",
"description": "Some description",
"url": "https://example.com/data.csv",
"format": "http://publications.europa.eu/resource/authority/file-type/CSV",
"format": "https://resources.data.gov/vocab/file-type/TODO/CSV",
"mimetype": "http://www.iana.org/assignments/media-types/text/csv",
"availability": "http://publications.europa.eu/resource/authority/planned-availability/EXPERIMENTAL",
"compress_format": "http://www.iana.org/assignments/media-types/application/gzip",
"package_format": "http://publications.europa.eu/resource/authority/file-type/TAR",
"size": 12323,
Expand All @@ -159,16 +152,15 @@
"download_url": "https://example.com/data.csv",
"issued": "2024-05-01T01:20:33",
"modified": "2024-05-05T09:33:20",
"license": "http://publications.europa.eu/resource/authority/licence/CC_BYNC_4_0",
"rights": "http://publications.europa.eu/resource/authority/access-right/PUBLIC",
"license": "https://resources.data.gov/vocab/license/TODO/CC_BYNC_4_0",
"rights": "This dataset is provided by the United States Malacological Commission (USMC)",
"conforms_to": [
"https://joinup.ec.europa.eu/collection/semic-support-centre/solution/dcat-application-profile-data-portals-europe/release/211",
"https://joinup.ec.europa.eu/collection/semic-support-centre/solution/dcat-application-profile-data-portals-europe/release/210"
"https://resources.data.gov/vocab/TODO/ProtocolValue/DCAT_US_3_0"
],
"language": [
"http://publications.europa.eu/resource/authority/language/ENG",
"http://publications.europa.eu/resource/authority/language/SPA",
"http://publications.europa.eu/resource/authority/language/CAT"
"http://id.loc.gov/vocabulary/iso639-1/en",
"http://id.loc.gov/vocabulary/iso639-1/es",
"http://id.loc.gov/vocabulary/iso639-1/ca"
],
"access_services": [
{
Expand Down

0 comments on commit 171a7d8

Please sign in to comment.