https://github.com/gbv/dso
Specification of Document Service Ontology (DSO)
https://github.com/gbv/dso
Last synced: 9 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T20:58:33.000Z (almost 10 years ago)
- Last Synced: 2025-01-06T10:29:09.238Z (11 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
- awesome-semantic-web - dso - Specification of Document Service Ontology. (Ontologies / Community)
- awesome-semantic-web - dso - Specification of Document Service Ontology. (Ontologies / Community)
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 | |
| | ... | |
| +-----------------+ |
+---------------------+
~~~