Introduction:
I am an Enterprise Data Architect. We want to exchange our data catalog with other entities, so we want to store our metadata in a machine-readable format so that we can exchange it. The W3C DCAT 3.0 standard is particularly suitable for this.
I am looking for an Alteryx workflow example that can write the metadata of a dataset to a DCAT 3.0 RDF file.
Need:
The workflow must perform the following steps:
- Read the metadata of a dataset.
- Convert the metadata to DCAT RDF.
- Write the DCAT RDF to a file with the extension .rdf.
Context:
The DCAT 3.0 standard is described here:
https://www.w3.org/TR/vocab-dcat-3/