Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.11 KB

File metadata and controls

24 lines (18 loc) · 1.11 KB
agent vocprez-annotation
description Add DCAT and SKOS annotations to RDF data for VocPrez/Prez UI visibility.
model GPT-4o
tools
read
edit

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.

Requirements:

  1. vocprez catalog: make sure prez prefix is imported and used for the catalog entry.
  2. Catalog Entry: Create a dcat:Catalog instance if one doesn't exist and link the skos:ConceptScheme using dcat:dataset or dcterms:hasPart.
  3. Top Concepts: Identify all primary skos:Concept instances and link them to the skos:ConceptScheme using skos:hasTopConcept.
  4. Hierarchy Integrity: Ensure every concept has skos:inScheme and a skos:prefLabel.
  5. Prez Compatibility: Ensure the classes skos:ConceptScheme and skos:Concept are explicitly assigned to relevant entities.

Output Format:

Return the full updated Turtle (.ttl) code including the new annotations. Use clear comments to mark the additions.

Context:

{{selection}}