cemento.axioms package#
Subpackages#
- cemento.axioms.modules package
- Submodules
- cemento.axioms.modules.ms module
MSMS.AndMS.AsymmetricMS.DifferentFromMS.FunctionalMS.IntroTermMS.InverseFunctionalMS.IrreflexiveMS.IsMS.NotMS.OntologyMS.OrMS.ReflexiveMS.RemoveIterNumberMS.SameAsMS.SelfMS.SingleMS.SymmetricMS.TransitiveMS.belongsToMS.equivalentToMS.exactlyMS.forWhichMS.langRangeMS.lengthMS.maxMS.maxExclusiveMS.maxInclusiveMS.maxLengthMS.minMS.minExclusiveMS.minInclusiveMS.minLengthMS.oMS.ofMS.onClassMS.onPropertyMS.onlyMS.patternMS.someMS.subPropertyChainMS.thatMS.value
- Module contents
Submodules#
cemento.axioms.constants module#
- cemento.axioms.constants.get_ms_turtle_mapping() dict[URIRef, URIRef]#
cemento.axioms.extract_axioms module#
- cemento.axioms.extract_axioms.expand_tree(term_graph, restriction_nodes, pivot_nodes) tuple[DiGraph, dict[str, URIRef]]#
- cemento.axioms.extract_axioms.extract_axiom_graph(term_graph, term_substitution, restriction_nodes, collection_headers, intro_restriction_triples, faceted_terms) Graph#
- cemento.axioms.extract_axioms.infer_number_str_type(number_str: str) URIRef#
- cemento.axioms.extract_axioms.parse_chain_tuple(input_tuple, collection_headers, term_substitution, facet_substitution, ms_turtle_mapping)#
- cemento.axioms.extract_axioms.parse_item(item, collection_headers, term_substitution, facet_substitution, ms_turtle_mapping) URIRef#
- cemento.axioms.extract_axioms.retrieve_facet_nodes(facet_graph, term_substitution, faceted_terms) tuple[Graph, dict[str, BNode]]#