pavor84 / factplusplus

Automatically exported from code.google.com/p/factplusplus
0 stars 0 forks source link

Doesn't support built in primitive datatypes #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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+

Original issue reported on code.google.com by TheD...@gmail.com on 13 Mar 2008 at 11:02

GoogleCodeExporter commented 9 years ago
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)

Original comment by devilspa...@googlemail.com on 25 Jul 2010 at 1:46

GoogleCodeExporter commented 9 years ago
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.

Original comment by dmitry.t...@gmail.com on 8 Apr 2015 at 4:38