Woraus ergibt sich bei DCAT-AP oder DCAT-AP.de die Pflicht, dass ein dcat:Dataset
und eventuell auch eine dcat:Distribution
einen URI (rdf:about
) haben muss? Darf es auch Kataloge geben, die nur anonyme Datasets und Distributionen haben.
<dcat:Catalog rdf:about="https://example.org/catalog">
<dcat:dataset>
<dcat:Dataset>
<dct:identifier>239ce00d-ebac-40a3-8974-65662a4df1ce</dct:identifier>
...
<dcat:distribution>
<dcat:Distribution>
...
</dcat:Distribution>
</dcat:distribution>
</dcat:Dataset>
</dcat:dataset>
</dcat:Catalog>