NERD-project/nerd-ontology

add rdfs:isDefinedBy

Opened this issue · 2 comments

Add rdfs:isDefinedBy to each class/prop to allow users to find NERD terms in a repo. Eg

nerd:SchoolNewspaper a owl:Class ;
  rdfs:isDefinedBy nerd: ;
  ...

+1 @VladimirAlexiev ! Some years ago, @kidehen made a similar request to follow his nose. This is planned for an upcoming release of the ontology which will also clean up a lot of broken links.

@rtroncy this should simply boil down to forward-chained data generation using SPARQL 1.1 INSERT. That's basically how I've dealt with these matters over the years.