|  | 
		Yes, I was getting the same error. However, my reason maybe different from yours.
 My Situation:
 
 I had a data property that was data range expression {"name1", "name2"} in Protege to defined string as range. While this works in Protege, it does not work in Owlready2 0.20. Funnily, this used to work in Owlready2 .0.05.
 
 Domain: Myclass
 Range: {"name1", "name2"}
 
 My workaround:
 
 So, I had to sadly remove my range express to stop getting the error to:
 
 Domain: Myclass
 Range: xsd:string
 
 It would be great to be able to use the range expression in Owlready2 again. :)
 
 
 |