@rdfine/owl
Version:
> ## @rdfine/owl > ### Generated JavaScript types for OWL Web Ontology Language
26 lines (25 loc) • 1.55 kB
TypeScript
export { AllDifferentBundle } from './AllDifferent.js';
export { AllDisjointClassesBundle } from './AllDisjointClasses.js';
export { AllDisjointPropertiesBundle } from './AllDisjointProperties.js';
export { AnnotationBundle } from './Annotation.js';
export { AnnotationPropertyBundle } from './AnnotationProperty.js';
export { AsymmetricPropertyBundle } from './AsymmetricProperty.js';
export { AxiomBundle } from './Axiom.js';
export { ClassBundle } from './Class.js';
export { DataRangeBundle } from './DataRange.js';
export { DatatypePropertyBundle } from './DatatypeProperty.js';
export { DeprecatedClassBundle } from './DeprecatedClass.js';
export { DeprecatedPropertyBundle } from './DeprecatedProperty.js';
export { FunctionalPropertyBundle } from './FunctionalProperty.js';
export { InverseFunctionalPropertyBundle } from './InverseFunctionalProperty.js';
export { IrreflexivePropertyBundle } from './IrreflexiveProperty.js';
export { NamedIndividualBundle } from './NamedIndividual.js';
export { NegativePropertyAssertionBundle } from './NegativePropertyAssertion.js';
export { NothingBundle } from './Nothing.js';
export { ObjectPropertyBundle } from './ObjectProperty.js';
export { OntologyBundle } from './Ontology.js';
export { OntologyPropertyBundle } from './OntologyProperty.js';
export { ReflexivePropertyBundle } from './ReflexiveProperty.js';
export { RestrictionBundle } from './Restriction.js';
export { SymmetricPropertyBundle } from './SymmetricProperty.js';
export { TransitivePropertyBundle } from './TransitiveProperty.js';