Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbv/dso
Specification of Document Service Ontology (DSO)
https://github.com/gbv/dso
Last synced: 3 days ago
JSON representation
Specification of Document Service Ontology (DSO)
- Host: GitHub
- URL: https://github.com/gbv/dso
- Owner: gbv
- Created: 2013-03-19T08:01:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T20:58:33.000Z (about 9 years ago)
- Last Synced: 2024-11-10T03:17:31.413Z (2 months ago)
- Language: Makefile
- Homepage: http://purl.org/ontology/dso
- Size: 466 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains the **Document Service Ontology (DSO)**
The URI of this ontology is going to be and it's
URI namespace is going to be (not registered
yet).The current version of this specification can be found at
and a public git repository at .
[Feedback](https://github.com/gbv/dso/issues) is welcome!The following diagram illustrates the classes and properties defined in this ontology.
~~~
+---------------------+
| dso:ServiceEvent |
| +-----------------+ | hasDocument +-----------------------+
| | DocumentService |------------------>| ...any document class |
| | |<------------------| |
| | Loan | | hasService +-----------------------+
| | Presentation | |
| | Interloan | |
| | OpenAccess | |
| | Digitization | |
| | Identification | |
| | ... | |
| +-----------------+ |
+---------------------+
~~~