@rdfine/rdfs
Version:
> ## @rdfine/rdfs > ### Generated JavaScript types for The RDF Schema vocabulary (RDFS)
11 lines (10 loc) • 578 B
TypeScript
export { ClassMixin } from './lib/Class.js';
export type { Class } from './lib/Class.js';
export { ContainerMixin } from './lib/Container.js';
export type { Container } from './lib/Container.js';
export { ContainerMembershipPropertyMixin } from './lib/ContainerMembershipProperty.js';
export type { ContainerMembershipProperty } from './lib/ContainerMembershipProperty.js';
export { DatatypeMixin } from './lib/Datatype.js';
export type { Datatype } from './lib/Datatype.js';
export { ResourceMixin } from './lib/Resource.js';
export type { Resource } from './lib/Resource.js';