sepio.owl includes http://purl.org/dc/terms/source as both an ObjectProperty and an AnnotationProperty
This leads to an error message when opening the ontology in Protege:
Illegal redeclarations of entities: reuse of entity http://purl.org/dc/terms/source in punning not allowed [Declaration(ObjectProperty(<http://purl.org/dc/terms/source>)), Declaration(AnnotationProperty(<http://purl.org/dc/terms/source>))]
And also throws a TypeError when trying to load using owlready2:
TypeError: Property 'http://purl.org/dc/terms/source' is both an ObjectProperty and an AnnotationProperty!