Hi!

I just want to double-check this !

A LDAP expert I know has constructed a OWL ontology, that maps LDAP
attributes and object classes into RDF properties and classes.

Now, I've encountered a problem with this ontology.

A typical property uri in this ontology will look like this:

http://www.ldap.com/1/schema/ldapv3.owl#0.9.2342.19200300

Now, rdflib barks on this and says it can not split the uri.

Looking at the code I find the reason to be that the leading character
in "0.9.2342.19200300" does not belong to one of the
NAME_START_CATEGORIES. In fact none of the characters does.

So are rdflib correct and therefor the ontology faulty ? Or ?

-- Roland
_______________________________________________
Dev mailing list
Dev@rdflib.net
http://rdflib.net/mailman/listinfo/dev

Reply via email to