Uses of Interface
be.ugent.rml.term.Term
-
Packages that use Term Package Description be.ugent.rml be.ugent.rml.access be.ugent.rml.conformer be.ugent.rml.functions be.ugent.rml.metadata be.ugent.rml.records be.ugent.rml.store be.ugent.rml.term be.ugent.rml.termgenerator -
-
Uses of Term in be.ugent.rml
Methods in be.ugent.rml that return Term Modifier and Type Method Description TermPredicateObjectGraphMapping. getParentTriplesMap()TermMappingInfo. getTerm()Methods in be.ugent.rml that return types with arguments of type Term Modifier and Type Method Description static List<Term>Utils. getList(QuadStore store, Term first)static List<Term>Utils. getList(QuadStore store, Term first, List<Term> list)HashMap<Term,Mapping>Initializer. getMappings()static List<Term>Utils. getObjectsFromQuads(List<Quad> quads)static List<Term>Utils. getSubjectsFromQuads(List<Quad> quads)List<Term>Executor. getTriplesMaps()List<Term>Initializer. getTriplesMaps()Methods in be.ugent.rml with parameters of type Term Modifier and Type Method Description MappingMappingFactory. createMapping(Term triplesMap, QuadStore store)static SingleRecordFunctionExecutorRecordFunctionExecutorFactory. generate(QuadStore store, Term termMap, boolean encodeURI, boolean ignoreDoubleQuotes)static List<Term>Utils. getList(QuadStore store, Term first)static List<Term>Utils. getList(QuadStore store, Term first, List<Term> list)voidPredicateObjectGraphMapping. setParentTriplesMap(Term parentTriplesMap)Method parameters in be.ugent.rml with type arguments of type Term Modifier and Type Method Description QuadStoreExecutor. execute(List<Term> triplesMaps)QuadStoreExecutor. execute(List<Term> triplesMaps, boolean removeDuplicates, MetadataGenerator metadataGenerator)QuadStoreExecutor. executeWithFunction(List<Term> triplesMaps, boolean removeDuplicates, BiConsumer<ProvenancedTerm,PredicateObjectGraph> pogFunction)static List<Term>Utils. getList(QuadStore store, Term first, List<Term> list)Constructors in be.ugent.rml with parameters of type Term Constructor Description MappingInfo(Term term, TermGenerator termGenerator) -
Uses of Term in be.ugent.rml.access
-
Uses of Term in be.ugent.rml.conformer
Methods in be.ugent.rml.conformer with parameters of type Term Modifier and Type Method Description voidR2RMLConverter. convert(Term triplesMap, Map<String,String> mappingOptions)Tries to convert R2RML TriplesMap to rml by: - renaming logicalTable to logicalSource - adding referenceFormulation: CSV - adding sqlVersion: SQL2008 - renaming rr:sqlQuery to rml:query - renaming all rr:column properties to rml:reference - removing all rr:logicalTable nodes, leaving rml:logicalSource to take their place - moving rest over from logicalTable to logicalSourcebooleanR2RMLConverter. detect(Term triplesMap)TriplesMap is R2RML if RR:logicalTable property is found -
Uses of Term in be.ugent.rml.functions
Methods in be.ugent.rml.functions that return Term Modifier and Type Method Description TermFunctionModel. getURI()Methods in be.ugent.rml.functions that return types with arguments of type Term Modifier and Type Method Description static List<Term>FunctionUtils. getFunctionParameterUris(QuadStore store, List<Term> parameterResources)Methods in be.ugent.rml.functions with parameters of type Term Modifier and Type Method Description FunctionModelFunctionLoader. getFunction(Term iri)Method parameters in be.ugent.rml.functions with type arguments of type Term Modifier and Type Method Description static List<Term>FunctionUtils. getFunctionParameterUris(QuadStore store, List<Term> parameterResources)static Class<?>[]FunctionUtils. parseFunctionParameters(QuadStore store, List<Term> parameterResources)Constructors in be.ugent.rml.functions with parameters of type Term Constructor Description FunctionModel(Term URI, Method m, List<Term> parameters, List<Term> outputs)Constructor parameters in be.ugent.rml.functions with type arguments of type Term Constructor Description FunctionModel(Term URI, Method m, List<Term> parameters, List<Term> outputs) -
Uses of Term in be.ugent.rml.metadata
Methods in be.ugent.rml.metadata with parameters of type Term Modifier and Type Method Description static voidDatasetLevelMetadataGenerator. createMetadata(Term rdfDataset, Term rdfDatasetGeneration, Term rmlMapper, QuadStore result, List<Term> logicalSources, String startTimestamp, String stopTimestamp, String[] mappingFiles)voidMetadata. setSourceMap(Term sourceMap)Method parameters in be.ugent.rml.metadata with type arguments of type Term Modifier and Type Method Description static voidDatasetLevelMetadataGenerator. createMetadata(Term rdfDataset, Term rdfDatasetGeneration, Term rmlMapper, QuadStore result, List<Term> logicalSources, String startTimestamp, String stopTimestamp, String[] mappingFiles)voidMetadataGenerator. preMappingGeneration(List<Term> triplesMaps, QuadStore mappingQuads)Generates metadata before the actual mapping. -
Uses of Term in be.ugent.rml.records
Methods in be.ugent.rml.records with parameters of type Term Modifier and Type Method Description List<Record>RecordsFactory. createRecords(Term triplesMap, QuadStore rmlStore)This method creates and returns records for a given Triples Map and set of RML rules.List<Record>CSVRecordFactory. getRecords(Access access, Term logicalSource, QuadStore rmlStore)This method returns a list of CSV records for a data source.List<Record>IteratorFormat. getRecords(Access access, Term logicalSource, QuadStore rmlStore)This method returns a list of records for a data source.List<Record>ReferenceFormulationRecordFactory. getRecords(Access access, Term logicalSource, QuadStore rmlStore)This method returns a list of records for a data source. -
Uses of Term in be.ugent.rml.store
Methods in be.ugent.rml.store that return Term Modifier and Type Method Description TermQuad. getGraph()TermQuad. getObject()TermQuad. getPredicate()TermQuad. getSubject()Methods in be.ugent.rml.store with parameters of type Term Modifier and Type Method Description voidQuadStore. addQuad(Term subject, Term predicate, Term object)Helper functionabstract voidQuadStore. addQuad(Term subject, Term predicate, Term object, Term graph)Add given Quad to storevoidRDF4JStore. addQuad(Term subject, Term predicate, Term object, Term graph)voidSimpleQuadStore. addQuad(Term subject, Term predicate, Term object, Term graph)booleanQuadStore. contains(Term subject, Term predicate, Term object)Helper functionabstract booleanQuadStore. contains(Term subject, Term predicate, Term object, Term graph)True if Quad matching input is present in store.booleanRDF4JStore. contains(Term subject, Term predicate, Term object, Term graph)booleanSimpleQuadStore. contains(Term subject, Term predicate, Term object, Term graph)QuadQuadStore. getQuad(Term subject, Term predicate, Term object)Helper functionQuadQuadStore. getQuad(Term subject, Term predicate, Term object, Term graph)Helper functionList<Quad>QuadStore. getQuads(Term subject, Term predicate, Term object)Helper functionabstract List<Quad>QuadStore. getQuads(Term subject, Term predicate, Term object, Term graph)Get all Quads in store matching arguments.List<Quad>RDF4JStore. getQuads(Term subject, Term predicate, Term object, Term graph)List<Quad>SimpleQuadStore. getQuads(Term subject, Term predicate, Term object, Term graph)voidQuadStore. removeQuads(Term subject, Term predicate, Term object)Helper functionabstract voidQuadStore. removeQuads(Term subject, Term predicate, Term object, Term graph)Remove all Quads matching input from store.voidRDF4JStore. removeQuads(Term subject, Term predicate, Term object, Term graph)voidSimpleQuadStore. removeQuads(Term subject, Term predicate, Term object, Term graph)voidQuadStore. renameAll(Term fromPredicate, Term toPredicate)Rename all predicates in graphvoidQuadStore. tryPropertyTranslation(Term from, Term fromPredicate, Term to, Term toPredicate)If fromPredicate is present on from, rename it to toPredicate and move it to to -
Uses of Term in be.ugent.rml.term
Classes in be.ugent.rml.term that implement Term Modifier and Type Class Description classAbstractTermclassBlankNodeclassLiteralclassNamedNodeMethods in be.ugent.rml.term that return Term Modifier and Type Method Description TermLiteral. getDatatype()TermProvenancedTerm. getTerm()Constructors in be.ugent.rml.term with parameters of type Term Constructor Description Literal(String value, Term datatype)ProvenancedTerm(Term term)ProvenancedTerm(Term term, MappingInfo mappingInfo)ProvenancedTerm(Term term, Metadata metadata) -
Uses of Term in be.ugent.rml.termgenerator
Methods in be.ugent.rml.termgenerator that return types with arguments of type Term Modifier and Type Method Description List<Term>BlankNodeGenerator. generate(Record record)List<Term>LiteralGenerator. generate(Record record)List<Term>NamedNodeGenerator. generate(Record record)abstract List<Term>TermGenerator. generate(Record record)Constructors in be.ugent.rml.termgenerator with parameters of type Term Constructor Description LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, Term datatype)
-