added class_SoftwareAgent
authorStephan Zednik <zednis@rpi.edu>
Wed, 25 Apr 2012 16:37:03 -0600
changeset 2545 7661221ab9d7
parent 2544 1eac0021fb13
child 2546 11d48502e468
added class_SoftwareAgent
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_SoftwareAgent.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_SoftwareAgent.ttl	Wed Apr 25 16:23:50 2012 -0600
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_SoftwareAgent.ttl	Wed Apr 25 16:37:03 2012 -0600
@@ -4,4 +4,7 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# TODO
+# Googlebot is Google's web crawling bot.  it can initiate and participate in web-crawling activities.
+:googlebot
+	a prov:SoftwareAgent ;
+	rdfs:label "Googlebot"^^xsd:string .