Ignore:
Timestamp:
2023-01-20T00:10:17+13:00 (15 months ago)
Author:
davidb
Message:

The old style of http-greenstone:// was found to be not allowed in Fuseki in SPARQL queries (although it could be in a TTL file and ingested). Now chagned to http://ld.greenstone.org

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/structured-image/trunk/perllib/plugins/GoogleVisionAPIConverter.pm

    r37139 r37168  
    1 ######################################################################
     1#####################################################################
    22#
    33# GoogleVisionAPIConverter.pm -- helper plugin that allows other plugins
     
    353353    #  (ii) And collection rebuilt
    354354   
    355     my $uri_prefix = "http-greenstone://";
     355    my $uri_prefix = "http://ld.greenstone.org/";
    356356    $uri_prefix .= "${site}/" if (defined $site) && $site ne ""; # GS3 specific
    357357    $uri_prefix .= "${collect}/";
     
    680680    #  (ii) And collection rebuilt
    681681   
    682     my $uri_prefix = "http-greenstone://";
     682    my $uri_prefix = "http://ld.greenstone.org/";
    683683    $uri_prefix .= "${site}/" if (defined $site) && $site ne ""; # GS3 specific
    684684    $uri_prefix .= "${collect}/";
Note: See TracChangeset for help on using the changeset viewer.