<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is the Distribution node editable in the DCAT? in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/is-the-distribution-node-editable-in-the-dcat/m-p/1567369#M6495</link>
    <description>&lt;P&gt;Hey all,&lt;BR /&gt;&lt;BR /&gt;To preface, I am new to ArcGIS Hub and editing the JSON Feed. I've been reading the documentation, and I thought I understood how to edit the DCAT, but I guess I am misunderstanding it somehow. We're using DCAT-US 1.1&lt;BR /&gt;&lt;BR /&gt;I am looking to edit the distribution node, specifically the "title" attribute so that it includes the {{name}} of the dataset and the file type. We have a separate open data site that uses the CKAN harvester, and in the download name and links section, it uses the "title" attribute. When users report that link as not working, it sends us just "shapefile has been reported". So I would like to add the name of the file so we could pinpoint these errors. Below is Figure 1, its what I currently have, as i am trying to start small, but I noticed when I preview this JSON in ArcGIS Hub, that it's not overwriting that specific node, rather it adds it before. See Figure 2&lt;BR /&gt;&lt;BR /&gt;Figure 1: Current JSON DCAT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;{
	"title": "{{name}}",
	"description": "{{description}}",
	"keyword": "{{tags}}",
	"issued": "{{created:toISO}}",
	"modified": "{{modified:toISO}}",
	"publisher": {
		"name": "{{source}}"
	},
	"keywords": {
		"en": "{{categories}}"
	},
	"contactPoint": {
		"fn": "{{owner}}",
		"hasEmail": "{{orgContactEmail}}"
	},
	"spatial": "{{extent}}",
	"theme": [
		"geospatial"
	],
	"distribution": [
		{
			"@type": "dcat:Distribution",
			"title": "{{name}} - ArcGIS Hub Dataset",
			"format": "Web Page",
			"mediaType": "text/html",
			"accessURL": "{{url}}"
		}
	]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Figure 2: Figure 1's Output:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt; "distribution": [
        {
          "@type": "dcat:Distribution",
          "title": "NES Shoreline Areas - ArcGIS Hub Dataset",
          "format": "Web Page",
          "mediaType": "text/html",
          "accessURL": "https://services1.arcgis.com/WxiLK82TWf8W3O3f/arcgis/rest/services/OpenData_NES_Shoreline_Areas/FeatureServer/21"
        },
        {
          "@type": "dcat:Distribution",
          "title": "ArcGIS Hub Dataset",
          "format": "Web Page",
          "mediaType": "text/html",
          "accessURL": "https://hub.arcgis.com/datasets/NiagaraRegion::nes-shoreline-areas-1"
...
So on and so forth with the typical distribution links&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2024 17:45:29 GMT</pubDate>
    <dc:creator>SenadHodzicNR</dc:creator>
    <dc:date>2024-12-11T17:45:29Z</dc:date>
    <item>
      <title>Is the Distribution node editable in the DCAT?</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/is-the-distribution-node-editable-in-the-dcat/m-p/1567369#M6495</link>
      <description>&lt;P&gt;Hey all,&lt;BR /&gt;&lt;BR /&gt;To preface, I am new to ArcGIS Hub and editing the JSON Feed. I've been reading the documentation, and I thought I understood how to edit the DCAT, but I guess I am misunderstanding it somehow. We're using DCAT-US 1.1&lt;BR /&gt;&lt;BR /&gt;I am looking to edit the distribution node, specifically the "title" attribute so that it includes the {{name}} of the dataset and the file type. We have a separate open data site that uses the CKAN harvester, and in the download name and links section, it uses the "title" attribute. When users report that link as not working, it sends us just "shapefile has been reported". So I would like to add the name of the file so we could pinpoint these errors. Below is Figure 1, its what I currently have, as i am trying to start small, but I noticed when I preview this JSON in ArcGIS Hub, that it's not overwriting that specific node, rather it adds it before. See Figure 2&lt;BR /&gt;&lt;BR /&gt;Figure 1: Current JSON DCAT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;{
	"title": "{{name}}",
	"description": "{{description}}",
	"keyword": "{{tags}}",
	"issued": "{{created:toISO}}",
	"modified": "{{modified:toISO}}",
	"publisher": {
		"name": "{{source}}"
	},
	"keywords": {
		"en": "{{categories}}"
	},
	"contactPoint": {
		"fn": "{{owner}}",
		"hasEmail": "{{orgContactEmail}}"
	},
	"spatial": "{{extent}}",
	"theme": [
		"geospatial"
	],
	"distribution": [
		{
			"@type": "dcat:Distribution",
			"title": "{{name}} - ArcGIS Hub Dataset",
			"format": "Web Page",
			"mediaType": "text/html",
			"accessURL": "{{url}}"
		}
	]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Figure 2: Figure 1's Output:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt; "distribution": [
        {
          "@type": "dcat:Distribution",
          "title": "NES Shoreline Areas - ArcGIS Hub Dataset",
          "format": "Web Page",
          "mediaType": "text/html",
          "accessURL": "https://services1.arcgis.com/WxiLK82TWf8W3O3f/arcgis/rest/services/OpenData_NES_Shoreline_Areas/FeatureServer/21"
        },
        {
          "@type": "dcat:Distribution",
          "title": "ArcGIS Hub Dataset",
          "format": "Web Page",
          "mediaType": "text/html",
          "accessURL": "https://hub.arcgis.com/datasets/NiagaraRegion::nes-shoreline-areas-1"
...
So on and so forth with the typical distribution links&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 17:45:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/is-the-distribution-node-editable-in-the-dcat/m-p/1567369#M6495</guid>
      <dc:creator>SenadHodzicNR</dc:creator>
      <dc:date>2024-12-11T17:45:29Z</dc:date>
    </item>
  </channel>
</rss>

