Hi Steve,

another question: in iTQL query mode,
how I can use the PID value on where clause?
for example, adding an instruction like
"and $object has_pid 'demo:1'"

what is the predicate for the instruction has_pid?

Thank's
Vincenzo

Steve Bayliss ha scritto:
> Hi Vincenzo
>
> You'll need to use full-text models to do this - take a read here:
> http://docs.mulgara.org/itqloperations/fulltextmodels.html
>
> You'll also need to turn on full text models in fedora.fcfg - take a look at
> the autoTextIndex parameter in the mulgara triplestore configuration.
>
> Regards
> Steve
>
> -----Original Message-----
> From: Vincenzo Galella [mailto:[email protected]] 
> Sent: 11 February 2009 15:14
> To: [email protected]
> Subject: [Fedora-commons-developers] Itql Query
>
>
> Hi,
> I try to use fedora reasearch,to find tuples with itql language
>
> I make this query
>
> select $object $identifier
> from <#ri>
> where $object <dc:identifier> $identifier
> and $identifier <mulgara:is> 'enx:04'
>
>
> that return the list of object than have as dc:identifier the value 
> 'enx:04'.
>
> But, if I want to discover all the object that have as dc:identifier the 
> value 'enx:*' (sql like),
> that is the truncate of the String enx: (So, I attend as result all the 
> object that have ad identifer enx:04, enx:05 etc...)
>
> How I can do it?
>
> Thanks
> V.Galella
>
> ----------------------------------------------------------------------------
> --
> Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing
> skills and code to build responsive, highly engaging applications that
> combine the power of local resources and data with the reach of the web.
> Download the Adobe AIR SDK and Ajax docs to start building applications
> today-http://p.sf.net/sfu/adobe-com
> _______________________________________________
> Fedora-commons-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
>
>   


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Fedora-commons-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers

Reply via email to