Service¶
A Program is composed of one or more Services.
IRI: https://w3id.org/citydata/part2/v1/Service
Diagram¶

Formalization for Service¶
| Property | Constraint |
|---|---|
| cdm1:hasDescription | max 1 |
| cdm1:hasDescription | max 1 xsd:string |
| cdm1:hasName | max 1 |
| cdm1:hasName | max 1 xsd:string |
| hasBeneficialStakeholder | only Stakeholder |
| hasBeneficialStakeholder | only Stakeholder |
| hasContributingStakeholder | only Stakeholder |
| hasContributingStakeholder | only Stakeholder |
| hasInput | only Input |
| hasInput | only Input |
| hasOutcome | only Outcome |
| hasOutcome | only Outcome |
| hasOutput | only Output |
| hasOutput | only Output |
| subClassOf | cdm1:Activity |
| subClassOf | CityServiceThing |
Used by classes¶
| Class | Property |
|---|---|
| Program | hasService |