Good evening everyone. I am working on an ontology about simpsons and I should define a rule that reads the value of a given properties and based on that places me users in a specific class. The class is called Student, and it must be populated through this rule : Rule: People(?p), occupation(?p, ?occupation), xsd:string"student" -> Student(?p).
I don't know why but protege gives me error, has anyone come across this type of error?