Definition of s4city:Agent
Defined in https://saref.etsi.org/saref4city/v1.1.2/ as:
An agent making an action in the context of a city. An agent could be a person, software, etc.
Description as a Class
- has super-classes
-
cpsv:provides only
s4city:PublicService
cpsv:uses only s4city:PublicService
<http://xmlns.com/foaf/0.1/Agent>
Turtle
@prefix cpsv: <http://purl.org/vocab/cpsv#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4city: <https://saref.etsi.org/saref4city/> .
s4city:Event rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4city:Agent ;
owl:onProperty s4city:isOrganizedBy ] .
s4city:KeyPerformanceIndicatorAssessment rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4city:Agent ;
owl:onProperty s4city:isAssessedBy ] .
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references s4city:Agent .
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references s4city:Agent .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4city:Agent .
<https://saref.etsi.org/saref4city/v1.1.2/> dct:references s4city:Agent ;
dct:subject s4city:Agent .
<https://saref.etsi.org/saref4city/v2.1.1/> dct:references s4city:Agent ;
dct:subject s4city:Agent .
s4city:Agent a owl:Class ;
rdfs:label "Agent"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#>,
<https://saref.etsi.org/saref4city/v2.1.1/>,
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#>,
<https://saref.etsi.org/saref4watr/v1.1.1/> ;
rdfs:comment "An agent making an action in the context of a city. An agent could be a person, software, etc."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v2.1.1/>,
<https://saref.etsi.org/saref4watr/v1.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4city:PublicService ;
owl:onProperty cpsv:provides ],
[ a owl:Restriction ;
owl:allValuesFrom s4city:PublicService ;
owl:onProperty cpsv:uses ],
<http://xmlns.com/foaf/0.1/Agent> ;
ns1:hiddenLabel "Agent" .