phenoscape / scowl

A Scala DSL for programming with the OWL API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add annotation to OWLIndividual?

balhoff opened this issue · comments

Can't add Annotation to OWLIndividual, must be named or anonymous...

Can this be fixed? Need it quite urgently for the synapse project OWL generation.

Many thank,
David

Also essential for plans to use SCOWL for OWL generation for VFB.

@dosumis it should work if your object is typed as OWLNamedIndividual or OWLAnonymousIndividual. Are you hitting a situation where you only have the type 'OWLIndividual'? I'll take a look and see if it is straightforward to add.

Ahh - had forgotten about the distinction. Switching to OWLNamedIndividual has fixed. Thanks.

Okay, let me know if this ends up being awkward.