Hello
I have a person pesron table with columns (id, name , country_geo), person
table type in R2RML is foaf:person, I have also loaded geonames onology in
my virtuoso server at link http://localhost:8890/ontologies/geonames

now for the country_geo column the r2rml is :
rr:predicateObjectMap [ rr:predicateMap [ rr:constant SIO:SIO_000664 ] ;
rr:objectMap [ rr:column "Country_geo" ]; ] ;

the value of country_geo is IRI e.g "http://sws.geonames.org/2378080/";
described in my loaded ontology geonames.
now how can I make the generated country_geo property in person refer to my
loaded ontology geonames, what should I write in r2rml ???
my objective is making sparql queries on the generated views (persons) and
traverse to geonames for more info about countries.

wish it's clear question :)
thanks

-- 
-----------------------------------
> Eng.Bassam Najeeb.
>Software Engineer.
------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to