OSLC is a set of related [[Open Source]] specification documents to standardize data exchange for a variety of common digital thread-related use cases:
- Application Lifecycle Management
- Product Lifecycle Management
- Requirements Management
- Configuration Management
- Reporting
- Asset Management
- Performance Monitoring
- Quality Management
- ...and others ([see the list](https://www.open-services.net/specifications/))
OSLC prescribes the use of web technologies, such as the use of [[RESTful API]]s, exchange of [[Resource Description Framework|RDF]] [[XML]]. Everything is uniformly accessible via a [[URI]]. It allows **data to link to data**, instead of the standard document-to-document paradigm.
OSLC is from the [[OASIS]] consortium.
****
# More
## Source
- [The official website](https://www.open-services.net)
## Related