International-Data-Spaces-Association / InformationModel

The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Apache License 2.0
63 stars 35 forks source link

Code lists should be represented as skos:ConceptSchemes #448

Open clange opened 3 years ago

clange commented 3 years ago

For better reusability and tool support (e.g., https://fcp.vse.cz/iga-hybrid/), our code lists should not only be implemented by having multiple individuals of the same class, but with a redundant SKOS structure. We hardly ever even make explicit use of SKOS – Frequency is the only example I could find. That is, in addition to

ids:Foo a owl:Class. 
ids:FOO a ids:Foo. 

it would be good to have

ids:Foo a owl:Class, skos:ConceptScheme .

ids:FOO a ids:Foo, skos:Concept ;
  skos:inScheme ids:Foo . 
riannella commented 2 years ago

I would strongly support this suggestion. Adding SKOS is important for vocab tool support.