Hi,

I am using Virtuoso Version :06.01.3127
                                        Build Feb 062012

I dont know why I am getting this error for the following Construct Query.

Error

Virtuoso 22023 Error SR007: Function sprintf needs a string or UNAME
or NULL as argument 2, not an arg of type INTEGER (189)


Query

construct
{
?entities a <http://www.scai.fraunhofer.de/rdf/entity/prominer>.
?entities a <http://www.scai.fraunhofer.de/rdf/entity/peregrine>.
}

where

{

?nneIdPr <http://purl.org/ao/context> ?prominercontextId.
?prominercontextId <http://purl.org/ao/selectors/exact> ?entities.
?nneIdPr <http://purl.org/ao/hasTopic> ?prominerconceptId.
?prominerconceptId a <http://www.scai.fraunhofer.de/rdf/entity/prominer>.
?nneIdPg <http://purl.org/ao/context> ?peregrinecontextId.
?peregrinecontextId <http://purl.org/ao/selectors/exact> ?entities.
?nneIdPg <http://purl.org/ao/hasTopic> ?peregrineconceptId.
?peregrineconceptId a <http://www.scai.fraunhofer.de/rdf/entity/peregrine>.

}


-- 
Thanks and Regards,
Dinesh Reddy. P l Life Science informatics|
Bonn-Aachen International Center for Information Technology,Germany |
(Mobile) +49-17670750965 |
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to