Class SchemaMappingReader

java.lang.Object
se.liu.ida.hefquin.base.data.mappings.impl.SchemaMappingReader

public class SchemaMappingReader extends Object
  • Constructor Details

    • SchemaMappingReader

      public SchemaMappingReader()
  • Method Details

    • read

      public static Map<org.apache.jena.graph.Node,Set<TermMapping>> read(org.apache.jena.graph.Graph mappingDescription)
      Parses the given RDF description of a schema mapping into a Map in which every global term of the schema mapping is a key that is associated with a set of all TermMappings that have the global term as their TermMapping.getGlobalTerm().
    • collectAllListElements

      protected static void collectAllListElements(org.apache.jena.graph.Graph g, org.apache.jena.graph.Node l, Set<org.apache.jena.graph.Node> sink)