diff --git a/docs/release_notes/issue1151-skos-annotation-stubs.md b/docs/release_notes/issue1151-skos-annotation-stubs.md new file mode 100644 index 00000000..59e29e65 --- /dev/null +++ b/docs/release_notes/issue1151-skos-annotation-stubs.md @@ -0,0 +1,3 @@ +### Patch Updates + +- Added missing stubs for SKOS annotations. Issue [#1151](https://github.com/semanticarts/gist/issues/1151). diff --git a/ontologies/gistCore.ttl b/ontologies/gistCore.ttl index f17edfa3..5705abb3 100644 --- a/ontologies/gistCore.ttl +++ b/ontologies/gistCore.ttl @@ -24,14 +24,26 @@ gist:license "https://creativecommons.org/licenses/by/4.0/"^^xsd:string ; . +skos:altLabel + a owl:AnnotationProperty ; + . + skos:definition a owl:AnnotationProperty ; . +skos:editorialNote + a owl:AnnotationProperty ; + . + skos:example a owl:AnnotationProperty ; . +skos:historyNote + a owl:AnnotationProperty ; + . + skos:prefLabel a owl:AnnotationProperty ; .