You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading miapa.owl with Protégé yields the following pair of errors multiple times:
Level: ERROR
Time: 1478717453622
Message: Illegal redeclarations of entities: reuse of entity http://www.w3.org/ns/prov#wasRevisionOf in punning not allowed [Declaration(ObjectProperty(<http://www.w3.org/ns/prov#wasRevisionOf>)), Declaration(AnnotationProperty(<http://www.w3.org/ns/prov#wasRevisionOf>))]
Level: ERROR
Time: 1478717453626
Message: Illegal redeclarations of entities: reuse of entity http://www.w3.org/ns/prov#specializationOf in punning not allowed [Declaration(ObjectProperty(<http://www.w3.org/ns/prov#specializationOf>)), Declaration(AnnotationProperty(<http://www.w3.org/ns/prov#specializationOf>))]
The text was updated successfully, but these errors were encountered:
This error is not generated when PROV is loaded into Protege 5.1. So, the error is not internal to PROV. MIAPA does not itself redefine wasRevisionOf or specializationOf. This suggests that the problem may be that MIAPA is loading a second ontology that duplicates terms in PROV.
Loading miapa.owl with Protégé yields the following pair of errors multiple times:
The text was updated successfully, but these errors were encountered: