Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single connector - multiple separated role relations #15

Open
MaxGavr opened this issue Apr 30, 2017 · 1 comment
Open

Single connector - multiple separated role relations #15

MaxGavr opened this issue Apr 30, 2017 · 1 comment
Assignees

Comments

@MaxGavr
Copy link

MaxGavr commented Apr 30, 2017

Code block:
image
In line 28: "SyntaxError: Expected ";;" but "(" found."
It seems to be that problem is in single connector followed be several different rrels, separated by ";". This issue is similar to #11.
Using extension v. 0.3.1

concept_boolean_algebra_of_sets.txt

@deniskoronchik deniskoronchik self-assigned this Apr 30, 2017
@deniskoronchik
Copy link
Contributor

deniskoronchik commented May 26, 2017

Internal sentences is a 4 level of SCs.
x -> y: z; u; t: p;; - appears on level 7

So you can't use it in internal sentences. So use:

<- pair_set;;
        -> ...
            (*
                <- oriented_set;;
                -> rrel_1: 2;;
                -> rrel_2: 2;;
                -> rrel_3: 1;;
            *);;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants