-
Notifications
You must be signed in to change notification settings - Fork 196
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
Implemented Automatically Generate Literal Types feature and fixed bug #398
base: development
Are you sure you want to change the base?
Conversation
Implemented Automatically Generate Literal Types feature and fix isPrimary params do not pass and apply to set SemanticType related functions and class bug.
please resolve conflicts |
undated command delete and undo notiifcations to eliminate users' misunderstanding of the command delete operation's result
Quick question: What is the intended use of "isPrimary params" ? What is it supposed to generate ? |
Also Talking about the Literal type, does the this issue address the issue of Literal node that can be URI ? There is a feature in Karma, allowing to create a Literal node ? and a check box to click and say if it is an URI ? I do click it, but when i generate the json-ld, it does not have the information that it is a literal to be intepreted as un URI i.e. id, and therefore the json-ld generate have it treated as if it was a string. I wonder if you address that issue or shall i open an issue for that ? |
Hi there,
no i am not talking about literal type or node. I wanted to apply the join function which makes a connection between tables but the problem is that i can work with each table seperately and i can not map the tables to each other. I found a way that i can import multiple tables via SQL Query but it not really correct way to do it.
Cheers,Emin
On Tuesday, April 2, 2019, 1:26:59 PM GMT+2, Maatary <[email protected]> wrote:
Also Talking about the Literal type, does the this issue address the issue of Literal node that can be URI ? There is a feature in Karma, allowing to create a Literal node ? and a check box to click and say if it is an URI ? I do click it, but when i generate the json-ld, it does not have the information that it is a literal to be intepreted as un URI i.e. id, and therefore the json-ld generate have it treated as if it was a string. I wonder if you address that issue or shall i open an issue for that ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Implemented Automatically Generate Literal Types feature and fix isPrimary params do not pass and apply to set SemanticType related functions and class bug.