Uses of Class
se.liu.ida.hefquin.rml.RMLParserException
Packages that use RMLParserException
-
Uses of RMLParserException in se.liu.ida.hefquin.rml
Methods in se.liu.ida.hefquin.rml that throw RMLParserExceptionModifier and TypeMethodDescriptionstatic JsonPathQueryRML2MappingAlgebra.checkSourceAndGetRootQuery(org.apache.jena.rdf.model.Resource tm) Checks that the logical source of the given triples map has rml:JSONPath as its reference formulation and obtains the root iterator query of the logical source.static MappingOperatorRML2MappingAlgebra.convert(org.apache.jena.rdf.model.Resource tm, org.apache.jena.rdf.model.Model rmlDescription, org.apache.jena.graph.Node baseIRI) This implements lines 4-26 of Algorithm 1 of the paper.static ExtendExpressionRML2MappingAlgebra.createExtendExpression(org.apache.jena.rdf.model.Resource u, org.apache.jena.graph.Node baseIRI, Map<String, String> reverseP) This function implements Algorithm 3 of the paper.static Map<String, JsonPathQuery> Given a version of map P in which the queries are represented just as strings, this function creates a version of P in which the queries are represented asJsonPathQueryobjects.static SourceReferenceRML2MappingAlgebra.createSourceReference(org.apache.jena.rdf.model.Resource tm) static List<ExtendExpression>