| agent | vocprez-annotation | ||
|---|---|---|---|
| description | Add DCAT and SKOS annotations to RDF data for VocPrez/Prez UI visibility. | ||
| model | GPT-4o | ||
| tools |
|
Add DCAT and SKOS annotations to RDF data for VocPrez/Prez UI visibility.
Analyze the following RDF data and generate the necessary triples to make it fully browsable in the VocPrez UI.
- vocprez catalog: make sure prez prefix is imported and used for the catalog entry.
- Catalog Entry: Create a
dcat:Cataloginstance if one doesn't exist and link theskos:ConceptSchemeusingdcat:datasetordcterms:hasPart. - Top Concepts: Identify all primary
skos:Conceptinstances and link them to theskos:ConceptSchemeusingskos:hasTopConcept. - Hierarchy Integrity: Ensure every concept has
skos:inSchemeand askos:prefLabel. - Prez Compatibility: Ensure the classes
skos:ConceptSchemeandskos:Conceptare explicitly assigned to relevant entities.
Return the full updated Turtle (.ttl) code including the new annotations. Use clear comments to mark the additions.
{{selection}}