Uses of Class
be.ugent.rml.store.QuadStore
-
Packages that use QuadStore 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 -
-
Uses of QuadStore in be.ugent.rml
Methods in be.ugent.rml that return QuadStore 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)Methods in be.ugent.rml with parameters of type QuadStore 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)Constructors in be.ugent.rml with parameters of type QuadStore Constructor Description Executor(QuadStore rmlStore, RecordsFactory recordsFactory, FunctionLoader functionLoader, QuadStore resultingQuads, String baseIRI)Executor(QuadStore rmlStore, RecordsFactory recordsFactory, FunctionLoader functionLoader, String baseIRI)Executor(QuadStore rmlStore, RecordsFactory recordsFactory, String baseIRI)Initializer(QuadStore rmlStore, FunctionLoader functionLoader) -
Uses of QuadStore in be.ugent.rml.access
-
Uses of QuadStore in be.ugent.rml.conformer
Methods in be.ugent.rml.conformer that return QuadStore Modifier and Type Method Description QuadStoreMappingConformer. getStore()Get a valid QuadStoreConstructors in be.ugent.rml.conformer with parameters of type QuadStore Constructor Description MappingConformer(QuadStore store)Create MappingConformer from InputStream of mapping file in RDF.MappingConformer(QuadStore store, Map<String,String> mappingOptions)Create MappingConformer from InputStream of mapping file in RDF. -
Uses of QuadStore in be.ugent.rml.functions
Methods in be.ugent.rml.functions with parameters of type QuadStore 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 QuadStore Constructor Description FunctionLoader(QuadStore functionDescriptionTriples)FunctionLoader(QuadStore functionDescriptionTriples, Map<String,Class> libraryMap) -
Uses of QuadStore in be.ugent.rml.metadata
Methods in be.ugent.rml.metadata that return QuadStore Modifier and Type Method Description QuadStoreMetadataGenerator. getResult()Methods in be.ugent.rml.metadata with parameters of type QuadStore 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. postMappingGeneration(String startTimestamp, String stopTimestamp, QuadStore result)Generates metadata after the actual mapping.voidMetadataGenerator. preMappingGeneration(List<Term> triplesMaps, QuadStore mappingQuads)Generates metadata before the actual mapping.Constructors in be.ugent.rml.metadata with parameters of type QuadStore Constructor Description MetadataGenerator(MetadataGenerator.DETAIL_LEVEL detailLevel, String outputFile, String[] mappingFiles, QuadStore inputData)MetadataGenerator(MetadataGenerator.DETAIL_LEVEL detailLevel, String outputFile, String[] mappingFiles, QuadStore inputData, QuadStore metadataStore) -
Uses of QuadStore in be.ugent.rml.records
Methods in be.ugent.rml.records with parameters of type QuadStore 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 QuadStore in be.ugent.rml.store
Subclasses of QuadStore in be.ugent.rml.store Modifier and Type Class Description classRDF4JStoreImplementation of QuadStore with RDF4J Package-privateclassSimpleQuadStoreImplementation of QuadStore with a List of Quads.Methods in be.ugent.rml.store that return QuadStore Modifier and Type Method Description static QuadStoreQuadStoreFactory. read(File file)Read from file, default Turtle formatstatic QuadStoreQuadStoreFactory. read(File file, org.eclipse.rdf4j.rio.RDFFormat format)Read from file in given formatstatic QuadStoreQuadStoreFactory. read(InputStream mappingStream)Read from InputStream, default Turtle formatstatic QuadStoreQuadStoreFactory. read(InputStream mappingStream, org.eclipse.rdf4j.rio.RDFFormat format)Read from InputStream in given formatMethods in be.ugent.rml.store with parameters of type QuadStore Modifier and Type Method Description abstract voidQuadStore. copyNameSpaces(QuadStore store)Copy namespaces between stores.voidRDF4JStore. copyNameSpaces(QuadStore store)voidSimpleQuadStore. copyNameSpaces(QuadStore store)abstract booleanQuadStore. isIsomorphic(QuadStore store)Test if given store and this store are isomorphic RDF graph representationsbooleanRDF4JStore. isIsomorphic(QuadStore store)booleanSimpleQuadStore. isIsomorphic(QuadStore store)abstract booleanQuadStore. isSubset(QuadStore store)Test if given store is subset of this storebooleanRDF4JStore. isSubset(QuadStore store)booleanSimpleQuadStore. isSubset(QuadStore store)
-