Class EntityMappingReader
java.lang.Object
se.liu.ida.hefquin.base.data.mappings.impl.EntityMappingReader
-
Constructor Summary
Constructors -
Method Summary
-
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 aMap
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.
-