--- 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 .