https://github.com/gbv/ssso
Specification of Simple Service Status Ontology (SSSO)
https://github.com/gbv/ssso
Last synced: 9 months ago
JSON representation
Specification of Simple Service Status Ontology (SSSO)
- Host: GitHub
- URL: https://github.com/gbv/ssso
- Owner: gbv
- Created: 2012-12-01T13:45:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T14:48:13.000Z (over 11 years ago)
- Last Synced: 2025-01-06T10:29:14.752Z (11 months ago)
- Homepage: http://purl.org/ontology/ssso
- Size: 854 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-semantic-web - ssso - Specification of Simple Service Status Ontology. (Ontologies / Community)
- awesome-semantic-web - ssso - Specification of Simple Service Status Ontology. (Ontologies / Community)
README
This repository contains the specification of **Simple Service Status Ontology
(SSSO)**.
The URI of this ontology is and it's URI
namespace is .
See for a full documentation. RDF serializations
are available at and
.
[Feedback](https://github.com/gbv/ssso/issues) is welcome!
# Overview
The following diagram illustrates the classes and properties definied in this ontology:
``` {.ditaa}
nextService / previousService
------
| |
v v
+--------------------+
| ServiceEvent |
| |
| ReservedService |
| PreparedService |
| ProvidedService |
| ExecutedService |
| RejectedService |
| |
| ServiceFulfillment |
+-----^--------------+
| ^
| |
------
dcterms:hasPart / dcterms:partOf
```