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

Literal type is not getting fetched from ontology #355

Closed
kapiljadhav opened this issue Sep 10, 2017 · 1 comment
Closed

Literal type is not getting fetched from ontology #355

kapiljadhav opened this issue Sep 10, 2017 · 1 comment

Comments

@kapiljadhav
Copy link

I have to manually select the literal type from the drop down on set semantictypes dialogue while mapping a column to model.

Why this is not automatically populated based on the type specified in ontology?

Following is the sample from model I am using.

<rdf:Description rdf:about="http://example.com/ontologies/Person/age">
<rdfs:domain rdf:resource="http://example.com/ontologies/Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
</rdf:Description>

@dkapoor
Copy link
Collaborator

dkapoor commented Oct 12, 2017

Right now the Literal type list is a static list of XML schema types. We do not auto-load it from the Ontology or auto-set it in the Semantic type dialog.

Will mark this as a feature that we could add.

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

No branches or pull requests

3 participants