java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena.typetransformation.JenaTransformerHelper

public class JenaTransformerHelper extends Object
A helper class for jena transformers. It usually just retrieves some properties for the transformation.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • DEFAULT_HINT_LANG

      private static final org.apache.jena.riot.Lang DEFAULT_HINT_LANG
  • Constructor Details

    • JenaTransformerHelper

      public JenaTransformerHelper()
  • Method Details

    • getSpec

      public static org.apache.jena.ontology.OntModelSpec getSpec(Properties parameters)
    • hintLang

      public static org.apache.jena.riot.Lang hintLang(Properties parameters)
    • getShortNameForModelRepresentations

      public static List<String> getShortNameForModelRepresentations(List<Set<Object>> models)
    • getShortNameForModelRepresentation

      public static String getShortNameForModelRepresentation(Set<Object> model)
    • getModelRepresentation

      public static String getModelRepresentation(Set<Object> model)
    • jenaModelToString

      public static String jenaModelToString(org.apache.jena.rdf.model.Model m)
    • getDomainCountsFromSubjects

      private static List<Map.Entry<String,Integer>> getDomainCountsFromSubjects(org.apache.jena.rdf.model.Model m, int sampleSize)
    • getUriDomain

      private static String getUriDomain(String uri)