Re: [Virtuoso-users] virtrdf:label / custom label control

2017-10-04 Thread Hugh Williams
Hi Jason,

I would suggest compiling from source to get the FCT vad for the Virtuoso 
binary you are also compiling, although generally VADs built from other 
archives should work ...

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.  //  http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers



> On 4 Oct 2017, at 14:18, Jason Haag  wrote:
> 
> Thanks Hugh. To upgrade fct do I need to include it in the install config 
> path as usual (see below)? Or is there an updated vad I should download and 
> upload it to conductor?
> 
> ./configure --prefix=/usr/local/ --with-readline 
> --program-transform-name="s/isql/isql-v/" --with-layout=Debian --with-debug 
> --enable-rdfmappers-vad --enable-conductor-vad --enable-rdb2rdf-vad 
> --enable-fct-vad --enable-isparql-vad --enable-cartridges-vad  
> --enable-maintainer-mode
> 
> 
> On Tue, Oct 3, 2017 at 6:28 PM, Hugh Williams  > wrote:
> Hi Jason,
> 
> I note you are running an older version of Virtuoso and the Faceted browser. 
> The latest version of FCT is 1.13.91 and Virtuoso server 07.20.3217 , thus 
> can you please try upgrading to the latest develop/7 git branch at 
> https://github.com/openlink/virtuoso-opensource 
>  
> 
> Best Regards
> Hugh Williams
> Professional Services
> OpenLink Software, Inc.  //  http://www.openlinksw.com/ 
> 
> Weblog   -- http://www.openlinksw.com/blogs/ 
> 
> LinkedIn -- http://www.linkedin.com/company/openlink-software/ 
> 
> Twitter  -- http://twitter.com/OpenLink 
> Google+  -- http://plus.google.com/100570109519069333827/ 
> 
> Facebook -- http://www.facebook.com/OpenLinkSoftware 
> 
> Universal Data Access, Integration, and Management Technology Providers
> 
> 
> 
>> On 30 Sep 2017, at 17:16, Jason Haag > > wrote:
>> 
>> Is there a way to do the opposite of what's in this documentation:
>> 
>> http://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksCustomControlLabelsURI
>>  
>> 
>> 
>> Currently, my install of the faceted browser is showing the
>> skos:prefLabel property values for actual anchor text. I like the
>> older version of the FCT browser that showed the IRI for the anchor
>> (linked) text.
>> 
>> It seems the opposite of the article linked above would be to delete
>> the label's subproperty association with the virtrdf:label like this:
>> 
>> SPARQL DELETE
>>   {
>> GRAPH 
>>   {
>> > >
>> > >
>> > > .
>>   }
>>   }
>> ;
>> 
>> However, this SPARQL query didn't seem to work.
>> 
>> Is there a way to reverse this so that IRIs can be displayed as the links?
>> 
>> I'm currently evaluating VOS 07.20.3215 and FCT 1.13.85.
>> 
>> Thanks in advance,
>> 
>> Jason
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org ! 
>> http://sdm.link/slashdot___ 
>> 
>> Virtuoso-users mailing list
>> Virtuoso-users@lists.sourceforge.net 
>> 
>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users 
>> 
> 
> 



smime.p7s
Description: S/MIME cryptographic signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Re: [Virtuoso-users] virtrdf:label / custom label control

2017-10-03 Thread Hugh Williams
Hi Jason,

I note you are running an older version of Virtuoso and the Faceted browser. 
The latest version of FCT is 1.13.91 and Virtuoso server 07.20.3217 , thus can 
you please try upgrading to the latest develop/7 git branch at 
https://github.com/openlink/virtuoso-opensource 
 

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.  //  http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers



> On 30 Sep 2017, at 17:16, Jason Haag  wrote:
> 
> Is there a way to do the opposite of what's in this documentation:
> 
> http://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksCustomControlLabelsURI
>  
> 
> 
> Currently, my install of the faceted browser is showing the
> skos:prefLabel property values for actual anchor text. I like the
> older version of the FCT browser that showed the IRI for the anchor
> (linked) text.
> 
> It seems the opposite of the article linked above would be to delete
> the label's subproperty association with the virtrdf:label like this:
> 
> SPARQL DELETE
>   {
> GRAPH 
>   {
>  >
>  >
>  > .
>   }
>   }
> ;
> 
> However, this SPARQL query didn't seem to work.
> 
> Is there a way to reverse this so that IRIs can be displayed as the links?
> 
> I'm currently evaluating VOS 07.20.3215 and FCT 1.13.85.
> 
> Thanks in advance,
> 
> Jason
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot___
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users



smime.p7s
Description: S/MIME cryptographic signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


[Virtuoso-users] virtrdf:label / custom label control

2017-09-30 Thread Jason Haag
Is there a way to do the opposite of what's in this documentation:

http://vos.openlinksw.com/owiki/wiki/VOS/VirtTipsAndTricksCustomControl
LabelsURI

Currently, my install of the faceted browser is showing the
skos:prefLabel property values for actual anchor text. I like the
older version of the FCT browser that showed the IRI for the anchor
(linked) text.

It seems the opposite of the article linked above would be to delete
the label's subproperty association with the virtrdf:label like this:

SPARQL DELETE
  {
GRAPH 
  {


 .
  }
  }
;

However, this SPARQL query didn't seem to work.

Is there a way to reverse this so that IRIs can be displayed as the links?

I'm currently evaluating VOS 07.20.3215 and FCT 1.13.85.

Thanks in advance,

Jason
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users