How to add dot '.' in the name of individuals in Sparql? -


is possible have . (dot) in qname of individuals or rdf resources in general?

something this?

select  ?tablename ?fieldname  { ?fieldname hrdata:relatedfield hrdata:ps_ti0002.emplid. } 

the dot in ps_ti0002.emplid problematic.

your code right , should work. possible use dot in individual's name.

i think should check data property (relatedfield), maybe not clarified right.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -