SoftwareAgent
Class
http://www.w3.org/ns/prov#SoftwareAgent
Class Hierarchy
- Thing
- ↳ SoftwareAgent
- ↳ ProvenanceService
- ↳ ServiceDescription
Definition
A software agent is running software.
Properties
Category
expanded
Component
agents-responsibility
Relationships
Asserted object-property edges to other entities. Logical class axioms such as
owl:disjointWith are shown separately below.
dm
term-agent, term-agent
Subclasses 2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
prov:SoftwareAgent a owl:Class ;
rdfs:label "SoftwareAgent" ;
rdfs:isDefinedBy prov:,
<http://www.w3.org/ns/prov-o#> ;
rdfs:subClassOf owl:Thing,
prov:Agent ;
prov:category "expanded" ;
prov:component "agents-responsibility" ;
prov:definition "A software agent is running software."@en ;
prov:dm "http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent"^^xsd:anyURI,
"http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent"^^xsd:anyURI ;
prov:n "http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types"^^xsd:anyURI,
"http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types"^^xsd:anyURI .