--- a/ontologies/specgen/libvocab.py Thu Oct 20 12:32:11 2011 +0200
+++ b/ontologies/specgen/libvocab.py Thu Oct 20 12:58:42 2011 +0200
@@ -1,6 +1,14 @@
#!/usr/bin/env python
-# total rewrite. --danbri
+# modifications and improvements: Sergio Fernández, October 2011
+# + owl:equivalentClass
+# + skos:editorialNote
+# + rdfs:Datatype
+# + fixed curies generation
+# + general markup improvements
+#
+# Copyright 2011 W3C WebID XG <http://www.w3.org/2005/Incubator/webid/>
+#
#
# modifications and extensions: Bob Ferris, July 2010
# + multiple property and class types
@@ -10,7 +18,10 @@
# + inverse properties (explicit and anonymous)
# + sub properties
#
-# Copyright 2010 Bob Ferris <http://smiy.wordpress.com/author/zazi0815/>
+# Copyright 2010 Bob Ferris <http://smiy.wordpress.com/author/zazi0815/>
+#
+#
+# total rewrite. --danbri
#
# Usage:
#
--- a/ontologies/specgen/specgen6.py Thu Oct 20 12:32:11 2011 +0200
+++ b/ontologies/specgen/specgen6.py Thu Oct 20 12:58:42 2011 +0200
@@ -1,15 +1,23 @@
#!/usr/bin/env python
-# This is a draft rewrite of specgen5, the family of scripts (originally
-# in Ruby, then Python) that are used with the Counter Ontology, Ordered Lists
-# Ontology and Info Service Ontology.
-# This version is based on danbri's specgen version (specgen5) and heavily extended
-# by Bob Ferris in July 2010 (the main extensions are in libvocab.py). This version is
-# a bit more FOAF independent ;)
+# specgen6-webid:
+#
+# Fork by the W3C WebID XG, trying to improve the tool for the concrete
+# scope of the group ontologies (cert and rsa), but keeping all changes
+# ready for a general purpose usage.
+#
+# Copyright 2011 W3C WebID XG <http://www.w3.org/2005/Incubator/webid/>
#
# spegen6:
#
-# Copyright 2010 Bob Ferris <http://smiy.wordpress.com/author/zazi0815/>
+# This is a draft rewrite of specgen5, the family of scripts (originally
+# in Ruby, then Python) that are used with the Counter Ontology, Ordered Lists
+# Ontology and Info Service Ontology.
+# This version is based on danbri's specgen version (specgen5) and heavily extended
+# by Bob Ferris in July 2010 (the main extensions are in libvocab.py). This version is
+# a bit more FOAF independent ;)
+#
+# Copyright 2010 Bob Ferris <http://smiy.wordpress.com/author/zazi0815/>
#
# specgen5:
#