Changeset 34985


Ignore:
Timestamp:
2021-04-03T09:32:16+13:00 (3 years ago)
Author:
davidb
Message:

Tweak of triple statement generated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/perllib/DBDrivers/FUSEKI.pm

    r34969 r34985  
    381381    # $turtle_rec_str .= "    dc:PRelation.isPartOf $is_part_of_col ;\n";
    382382    $turtle_rec_str .= "    dc:Relation.isPartOf collection: ;\n";
    383     $turtle_rec_str .= "    dc:Relation.isPartOf collection:classify ;\n";
     383    $turtle_rec_str .= "    dc:Relation.isPartOf collection-classify: ;\n";
    384384   
    385385    foreach my $infodb_value_key (keys(%$infodb_map)) {
Note: See TracChangeset for help on using the changeset viewer.