-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I am trying to execute the following OPPL script:
?PresentSituation:CLASS
SELECT ?PresentSituation SubClassOf
'Clinical finding present (situation)' and 'Role group (attribute)' some ('Associated finding (attribute)' some 'Heart murmur (finding)' and 'Finding context (attribute)' some 'Known present (qualifier value)' and 'Temporal context (attribute)' some 'Current or specified time (qualifier value)' and 'Subject relationship context (attribute)' some 'Subject of record (person)')
BEGIN
ADD ?PresentSituation SubClassOf TestClass
END;
The class exist in the ontology. OPPL does not raise any syntactical error when parsing it but no class is found.
I suspect that the error might be due to the deep of the nesting?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels