Hello everybody,
We are creating an open data portal for our city using ArcGIS HUB. We have uploaded about 160 Data Items already and filled the metadata.
We have given the DCAT-AP 3.0 Feed to the federal goverment for the harvesting.
It works but not completely:
1. dct:publisher remains empty in the Feed. We have checked every metadata looking for the empty "publisher" but we do not find the Item to fill. We use the INSPIRE Metadata Directive.
"dct:publisher": {
"@type": "foaf:Agent",
"foaf:name": "{{ orgName }}"
},
2. The License is also filled but it appeared as empty:
"dct:license": {
"@id": ""
}
How can I fill both metadata?
thanks in advance!