You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>
The text was updated successfully, but these errors were encountered: