Class EntityMappingReader

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

public class EntityMappingReader extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Map<org.apache.jena.graph.Node,Set<org.apache.jena.graph.Node>>
    read(org.apache.jena.graph.Graph mappingDescription)
    Parses the given RDF description of an entity mapping into a Map in which the global terms of the entity mapping are the keys, each of them associated with a set of its corresponding local terms.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EntityMappingReader

      public EntityMappingReader()
  • Method Details

    • read

      public static Map<org.apache.jena.graph.Node,Set<org.apache.jena.graph.Node>> read(org.apache.jena.graph.Graph mappingDescription)
      Parses the given RDF description of an entity mapping into a Map in which the global terms of the entity mapping are the keys, each of them associated with a set of its corresponding local terms. Assumes that the subject of every owl:sameAs statement in the given RDF description is a local URI and the object is the corresponding global URI.