This repository was archived by the owner on Apr 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 195
Implemented Automatically Generate Literal Types feature and fixed bug #398
Open
KimQ0126
wants to merge
8
commits into
usc-isi-i2:development
Choose a base branch
from
KimQ0126:master
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implemented Automatically Generate Literal Types feature and fix isPrimary params do not pass and apply to set SemanticType related functions and class bug.