Administrator
|
Hello,
There are 9 annotation properties that are predefined in OWL or RDFS (such as label and comment).
You can get all annotation properties by adding these 9 annotation properties, as follows:
print(list(default_world.annotation_properties()) + [comment, label, backwardCompatibleWith, deprecated, incompatibleWith, isDefinedBy, priorVersion, seeAlso, versionInfo])
Best regards,
Jiba
|