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

R2RML: Problem creating typed literals #457

Open
rajaram5 opened this issue Aug 13, 2015 · 0 comments
Open

R2RML: Problem creating typed literals #457

rajaram5 opened this issue Aug 13, 2015 · 0 comments

Comments

@rajaram5
Copy link

Is it possible to create "typed literals" in Virtuoso R2RML? I tried the following codes to create the integer typed literal, but it didn't work.

Code 1:

rr:predicateObjectMap
[
    rr:predicate example:year;
    rr:objectMap 
    [ 
        rr:column "sampled_year"; 
        rr:datatype xsd:integer;
    ];

]

Code 2:

rr:predicateObjectMap
[
    rr:predicate example:year;
    rr:objectMap 
    [ 
        rr:termType rr:Literal; 
        rr:template "{sampled_year}"; 
        rr:datatype xsd:integer;
    ];
]

Regards,
Rajaram

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

No branches or pull requests

1 participant