Doesn't support built in primitive datatypes

Issue #9 new
Dmitry Tsarkov repo owner created an issue

Original issue 9 created by dtsarkov on 2008-03-13T23:02:48.000Z:

I classified my ontology with data in a bunch of different datatypes. boolean, float, decimal, dateTime, and duration didn't work It looks like integer and nonNegativeInteger worked though.

So without testing further, it looks like built-in derived types works and built-in primitive types don't work. (http://www.w3.org/TR/xmlschema-2/#built-in-datatypes)

I definitely need to reason with these dataTypes though...

I'm using WindowsXP, java 1.6, OWLAPI 2.1.1, FaCT++OWLAPI-v1.1.10+

Comments (2)

  1. Dmitry Tsarkov reporter

    Comment [#1](https://code.google.com/p/factplusplus/issues/detail?id=9#c1) originally posted by dtsarkov on 2010-07-25T13:46:41.000Z:

    The problem also occurs on Mac + Java 1.5, OWL API 3.0, and FaCT++OWLAPI-v1.4

    Unsupported datatype 'http://www.w3.org/2001/XMLSchema#gMonth' at uk.abdn.ac.align.onto.owl.ComplexOWLOntology.initReasoner(ComplexOWLOntology.java:1087) at uk.abdn.ac.align.onto.owl.ComplexOWLOntology.initialize(ComplexOWLOntology.java:155) at uk.abdn.ac.align.main.OWLOntoMap.init(OWLOntoMap.java:77) at uk.abdn.ac.align.main.OWLOntoMap.<init>(OWLOntoMap.java:23) at uk.abdn.ac.align.main.OWLOntoMap.main(OWLOntoMap.java:126)

  2. Dmitry Tsarkov reporter

    Comment #2 originally posted by dtsarkov on 2015-04-08T16:38:22.000Z:

    FaCT++ now (1.6.3) supports most of OWL 2 datatypes, however not all of them. Boolean/float/decimal/dateTime are supported now. gYear/gMonth/... are not the standard OWL 2 datatypes; its support is not planned at the moment.

  3. Log in to comment