added changelog and copyright stuff
authorSergio Fernandez <sergio.fernandez@fundacionctic.org>
Thu, 20 Oct 2011 12:58:42 +0200
changeset 184 271899970981
parent 183 c54341c6f890
child 189 799504dd986b
added changelog and copyright stuff
ontologies/specgen/libvocab.py
ontologies/specgen/specgen6.py
--- 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:
 #