java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.explainer.NamePropertyTuple

public class NamePropertyTuple extends Object
Internal data structure which represents a tuple of the form (String name, Property property).
  • Field Details

    • name

      public String name
    • property

      public org.apache.jena.rdf.model.Property property
  • Constructor Details

    • NamePropertyTuple

      public NamePropertyTuple(String name, org.apache.jena.rdf.model.Property property)