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
Usually, the OWLAPI provides the correct definition for UML:VisibilityKind but provides an error IRI for the definition of UML:ParameterEffectKind.
With Protege 5.2.0, loading these ontologies produces errors in the log:
2017-06-19 12:45:05.632 [pool-4-thread-1] ERROR OWLRDFConsumer Entity not properly recognized, missing triples in input? http://org.semanticweb.owlapi/error#Error2 for type Class
2017-06-19 12:45:05.636 [pool-4-thread-1] INFO OntologyLoader Finished loading imported ontology at file:/opt/local/imce/users/nfr/github.imce/gov.nasa.jpl.imce.ontologies.public/ontologies/imce.jpl.nasa.gov/www.omg.org/spec/PrimitiveTypes/20110701/PrimitiveTypes.owl
2017-06-19 12:45:06.002 [pool-4-thread-1] ERROR OWLRDFConsumer Entity not properly recognized, missing triples in input? http://org.semanticweb.owlapi/error#Error3 for type Datatype
2017-06-19 12:45:06.006 [pool-4-thread-1] ERROR OWLRDFConsumer Entity not properly recognized, missing triples in input? http://org.semanticweb.owlapi/error#Error4 for type Datatype
2017-06-19 12:45:06.007 [pool-4-thread-1] ERROR OWLRDFConsumer Entity not properly recognized, missing triples in input? http://org.semanticweb.owlapi/error#Error5 for type Datatype
2017-06-19 12:45:06.008 [pool-4-thread-1] ERROR OWLRDFConsumer Entity not properly recognized, missing triples in input? http://org.semanticweb.owlapi/error#Error6 for type Datatype
2017-06-19 12:45:06.009 [pool-4-thread-1] ERROR OWLRDFConsumer Entity not properly recognized, missing triples in input? http://org.semanticweb.owlapi/error#Error7 for type Datatype
The text was updated successfully, but these errors were encountered:
Converting from OWL => OML requires mapping OWL datatype definitions as OML scalar data ranges.
Two variants of OWL datatypes seem to pose problems with the OWL2API v5.0.5 currently used:
Asking the OWLAPI for the definition of
PrimitiveTypes:UnlimitedNatural
returns an error IRI like this:<http://org.semanticweb.owlapi/error#Error9>
.Usually, the OWLAPI provides the correct definition for
UML:VisibilityKind
but provides an error IRI for the definition ofUML:ParameterEffectKind
.With Protege 5.2.0, loading these ontologies produces errors in the log:
The text was updated successfully, but these errors were encountered: