diff --git a/ontology/EBUCorePlus/ebucoreplus.owl b/ontology/EBUCorePlus/ebucoreplus.owl index 603bf6e9..72b9b94e 100644 --- a/ontology/EBUCorePlus/ebucoreplus.owl +++ b/ontology/EBUCorePlus/ebucoreplus.owl @@ -13703,6 +13703,14 @@ ec:Resource rdf:type owl:Class ; owl:onProperty ec:isCommissionedBy ; owl:allValuesFrom ec:Contract ] , + [ rdf:type owl:Restriction ; + owl:onProperty ec:hasCopyright ; + owl:allValuesFrom ec:Copyright + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ec:hasRights ; + owl:allValuesFrom ec:Rights + ] , [ rdf:type owl:Restriction ; owl:onProperty ec:hasDateDeleted ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;