Cesbron, Brice wrote:
> Hello,
>  
> I've downloaded and just installed Virtuoso :
> virtuoso-opensource-win32-5.0.1
> I have already done my ontology so how can I import my file.owl into the
> virtuoso database?
>  
> If someone has some example or some tuto I would appreciate it.
> Thanks in advance.
>  

Hi,

First, you can import triples - including from .owl files - by either

a) uploading to DAV briefcase and letting it import the triples as metadata  or
b) using the ttlp() function:
http://docs.openlinksw.com/virtuoso/rdfapiandsql.html#rdfapidataimport

However, I suspect you're trying to perform a SQL->RDF mapping, in which
case you'll find more documents here:

1. RDF Views Documentation:
http://virtuoso.openlinksw.com/Whitepapers/pdf/Virtuoso_SQL_to_RDF_Mapping.pdf

2. RDF Views Presentations:
http://virtuoso.openlinksw.com/presentations/Virtuoso_RDF_Views_1.ppt

HTH,

~Tim
-- 
Tim Haynes
OpenLink Software
<http://www.openlinksw.com/>

Reply via email to