diff --git a/ontology/uco/core/core.ttl b/ontology/uco/core/core.ttl index 22ce16f1..6d1bcd48 100644 --- a/ontology/uco/core/core.ttl +++ b/ontology/uco/core/core.ttl @@ -90,6 +90,11 @@ core:Compilation rdfs:subClassOf core:UcoObject ; rdfs:label "Compilation"@en ; rdfs:comment "A compilation is a grouping of things."@en ; + sh:property [ + sh:class core:UcoObject ; + sh:nodeKind sh:IRI ; + sh:path core:object ; + ] ; sh:targetClass core:Compilation ; .