Skip to content

Commit e0e4547

Browse files
Fix: themeTaxonomy namespace and help text (#236)
1 parent 799b593 commit e0e4547

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/schemes/semantic_artefact_catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ record:
589589
themeTaxonomy:
590590
display: "general"
591591
label: "Theme Taxonomy"
592-
helpText: "Taxonomy themes of the catalog."
592+
helpText: "A knowledge organization system (KOS) used to classify catalog's datasets and services."
593593
example: [ "http://vocabularies.unesco.org/thesaurus" ]
594594
default: [ "http://vocabularies.unesco.org/thesaurus" ]
595595

lib/ontologies_linked_data/models/mod/semantic_artefact_catalog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class SemanticArtefactCatalog < LinkedData::Models::ModBase
5353
attribute :mailingList, namespace: :mod, enforce: [:url]
5454
attribute :fairScore, namespace: :mod, enforce: [:url]
5555

56-
attribute :themeTaxonomy, namespace: :mod, enforce: [:list, :url]
56+
attribute :themeTaxonomy, namespace: :dcat, enforce: [:list, :url]
5757
attribute :federated_portals, enforce: [:list]
5858
attribute :fundedBy, namespace: :foaf, enforce: [:list]
5959
attribute :language, namespace: :dcterms, enforce: [:list]

0 commit comments

Comments
 (0)