rdfs:comment"A physical location at which a user may interact with the Public Service."@en;
rdfs:isDefinedBy<http://purl.org/vocab/cpsv#>.
#
# http://purl.org/vocab/cpsv#provides
cpsv:providesaowl:ObjectProperty;
rdfs:label"provides"@en;
rdfs:comment"The provides property links an Agent to a Public Service for which it is responsible. Whether it provides the service directly or outsources it is not relevant, the Agent that provides the service is the one that is ultimately responsible for its provision."@en;
rdfs:isDefinedBy<http://purl.org/vocab/cpsv#>.
#
# http://purl.org/vocab/cpsv#uses
cpsv:usesaowl:ObjectProperty;
rdfs:label"uses"@en;
rdfs:comment"The uses property links an Agent to a Public Service in which it plays the specific role of user, meaning that it provides the input and receives the output but does not play any direct role in providing the service. This will typically be an individual citizen or an outside organisation."@en;
@@ -543,6 +525,13 @@ time:TemporalEntity a owl:Class ;
rdfs:isDefinedBy<http://www.w3.org/2006/time#>;
rdfs:label"Temporal entity"@en.
#
# http://purl.org/vocab/cpsv#PublicService
cpsv:PublicServiceaowl:Class;
rdfs:label"Public Service"@en;
rdfs:comment"This class represents the service itself. A public service is the capacity to carry out a procedure and exists whether it is used or not. It is a set of deeds and acts performed by or on behalf of a public agency for the benefit of a citizen, a business or another public agency."@en;