Open TBoonX opened 4 years ago
The Harvester does load SKOS predicates into the key string pairs in "Additional Info". The following predicates are supported:
('Concept', SKOS.Concept),
('Concept Scheme', SKOS.ConceptScheme),
('Definition', SKOS.definition),
('Related', SKOS.related),
('Related Concept', SKOS.semanticRelation),
('Broader Concept', SKOS.broader),
When the dcat endpoints provide SKOS metadata, the harvesting should be done again.
13