Package edu.isi.karma.kr2rml.template

Examples of edu.isi.karma.kr2rml.template.TemplateTermSetPopulatorPlan


      throws HNodeNotFoundKarmaException {
    subjectTermsToPaths = new HashMap<ColumnTemplateTerm, HNodePath>();
    SubjectMap subjMap = triplesMap.getSubject();
    subjectMapTTSPopulator = generateTemplateTermSetPopulatorForSubjectMap(subjMap);
    populateTermsToPathForSubject(subjectTermsToPaths, subjectMapTTSPopulator.getTerms());
    subjectPlan = new TemplateTermSetPopulatorPlan(subjectTermsToPaths, subjectTermsToPaths.keySet(), selection);
    return subjMap;
  }
View Full Code Here

TOP

Related Classes of edu.isi.karma.kr2rml.template.TemplateTermSetPopulatorPlan

Copyright © 2018 www.massapicom. 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.