Skip to content

OPPL script with nested expression does not work #2

@CMCosta

Description

@CMCosta

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions