@rdfine/owl
Version:
> ## @rdfine/owl > ### Generated JavaScript types for OWL Web Ontology Language
26 lines (25 loc) • 1.63 kB
JavaScript
export { AllDifferentMixin } from './lib/AllDifferent.js';
export { AllDisjointClassesMixin } from './lib/AllDisjointClasses.js';
export { AllDisjointPropertiesMixin } from './lib/AllDisjointProperties.js';
export { AnnotationMixin } from './lib/Annotation.js';
export { AnnotationPropertyMixin } from './lib/AnnotationProperty.js';
export { AsymmetricPropertyMixin } from './lib/AsymmetricProperty.js';
export { AxiomMixin } from './lib/Axiom.js';
export { ClassMixin } from './lib/Class.js';
export { DataRangeMixin } from './lib/DataRange.js';
export { DatatypePropertyMixin } from './lib/DatatypeProperty.js';
export { DeprecatedClassMixin } from './lib/DeprecatedClass.js';
export { DeprecatedPropertyMixin } from './lib/DeprecatedProperty.js';
export { FunctionalPropertyMixin } from './lib/FunctionalProperty.js';
export { InverseFunctionalPropertyMixin } from './lib/InverseFunctionalProperty.js';
export { IrreflexivePropertyMixin } from './lib/IrreflexiveProperty.js';
export { NamedIndividualMixin } from './lib/NamedIndividual.js';
export { NegativePropertyAssertionMixin } from './lib/NegativePropertyAssertion.js';
export { NothingMixin } from './lib/Nothing.js';
export { ObjectPropertyMixin } from './lib/ObjectProperty.js';
export { OntologyMixin } from './lib/Ontology.js';
export { OntologyPropertyMixin } from './lib/OntologyProperty.js';
export { ReflexivePropertyMixin } from './lib/ReflexiveProperty.js';
export { RestrictionMixin } from './lib/Restriction.js';
export { SymmetricPropertyMixin } from './lib/SymmetricProperty.js';
export { TransitivePropertyMixin } from './lib/TransitiveProperty.js';