Package org.sensorhub.api.semantic
Interface IConceptDef
- All Superinterfaces:
IResource
- All Known Subinterfaces:
IDerivedProperty
Interface for concept definitions. In OSH, such definitions are used mainly to describe:
- Observed properties
- Controllable properties
- System properties
- Feature properties
- System and component types
- Since:
- Apr 7, 2022
-
Method Summary
Methods inherited from interface org.vast.util.IResource
getDescription, getName
-
Method Details
-
getURI
String getURI()- Returns:
- the concept IRI
-
getReferences
Collection<Reference> getReferences()- Returns:
- List of URLs to reference documents
-