Hello,

I'm working on a mapping file that create instances for an existing
ontology. I plan to dump the rdf data and import it into the ontology.

I defined the base uri for my ontology on a @prefix tag, e.g.

@prefix bec: <http://blablabla.com/ontologies/bec.owl#>


I would like to use this prefix as the base for instance URI, but I have to
write:

map:Paciente a d2rq:ClassMap;
    d2rq:dataStorage map:database;
    d2rq:uriPattern "http://blablabla.com/ontologies/bec.owl#Paciente
@@PEP.RGH@@";
    d2rq:class bec:Paciente
.

Is there any way I can use the bec: prefix, like

d2rq:uriPattern "bec:@@PEP.RGH@@";

so I can save a few keystrokes?



--
diogo patrĂ£o
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
d2rq-map-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to