OpenHPS/openhps-rdf

View on GitHub
src/models/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export * from './Geometry';
export * from './QuantityValue';
export * from './Address';
export * from './FeatureOfInterest';
export * from './ObservableProperty';
export * from './ActuableProperty';
export * from './Place';
export * from './Property';
export * from './PropertyAccuracy';
export * from './Agent';
export * from './User';
export * from './Event';
export * from './Procedure';
export * from './System';
export * from './Platform';
export * from './Deployment';
export * from './Action';
export * from './SerializableThing';