Examples of TriplesMapGraphMerger


Examples of edu.isi.karma.kr2rml.planning.TriplesMapGraphMerger

  private Map<String, String> blankNodesUriPrefixMap;
  private Map<String, List<PredicateObjectMap>> columnNameToPredObjMLinks;
  private Map<String, String> subjectMapIdToTemplateAnchor;
 
  public KR2RMLMappingAuxillaryInformation() {
    this.triplesMapGraphMerger = new TriplesMapGraphMerger();
    this.blankNodesUriPrefixMap = new HashMap<String, String>();
    this.blankNodesColumnCoverage = new HashMap<String, List<String>>();
    this.columnNameToPredObjMLinks = new HashMap<String, List<PredicateObjectMap>>();
    this.subjectMapIdToTemplateAnchor = new HashMap<String, String>();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.