RDFSolve 0.0.2 Documentation
RDFSolve: A library for RDF schema analysis and VoID generation.
Main modules: - api: High-level API functions (all re-exported here) - parser: VoidParser class for parsing VoID descriptions and schemas - miner: SchemaMiner class for direct SPARQL schema mining - query: SPARQL query execution with structured results - iri: IRI resolution against SPARQL endpoints - compose: SPARQL query composition from diagram paths
Table of Contents
Getting Started
API Reference
- API
compose_query_from_paths()execute_sparql()graph_to_jsonld()graph_to_linkml()graph_to_schema()graph_to_shacl()import_semra_source()import_sssom_source()infer_mappings()load_mapping_jsonld()load_parser_from_file()load_parser_from_graph()load_parser_from_jsonld()mine_all_sources()mine_schema()probe_instance_mapping()resolve_iris()seed_inferenced_mappings()seed_instance_mappings()seed_semra_mappings()seed_sssom_mappings()to_jsonld_from_file()to_linkml_from_file()to_rdfconfig_from_file()to_shacl_from_file()to_void_from_file()
- Parser
- Miner
- Schema Models
- Mapping Models
Format Converters
Mappings & Integration
Internals