summaryrefslogtreecommitdiff
path: root/extra
Commit message (Expand)AuthorAgeFilesLines
* Merge with dbschema4 (which was updated against trunk).Siegfried-Angel Gevatter Pujals2011-03-231-0/+1
|\
| * Added nco.trig to /extra/ontology/Makefile.amMorten Mjelva2011-02-091-0/+1
* | Add current_uri to the subject class.Seif Lotfy2011-03-111-1/+7
|/
* Avoid recursive ddocstring for DenyEvent. RIP RainCTMikkel Kamstrup Erlandsen2011-02-091-1/+1
* Add AcceptEvent, DenyEvent, and ExpireEvent. Also polish a bit up on the comm...Mikkel Kamstrup Erlandsen2011-02-091-2/+15
* change license from lgpl v3 to lgpl v2.1+Seif Lotfy2011-01-171-1/+1
* Remove datahub leftovers. (Remove old packaging directory from bzr).Siegfried-Angel Gevatter Pujals2010-12-0412-258/+0
* fixing removed iso_strptime copyrights from COPYRIGHT and the debian copyrigh...Seif Lotfy2010-11-101-6/+1
* Ontology bugfix: Property is in the rdf: namespace not rdfsMikkel Kamstrup Erlandsen2010-09-161-6/+6
* * zeitgeist now supports rdflib2 and rdflib3 (LP: #626224)Markus Korn2010-09-012-6/+20
* Update debian/.Siegfried-Angel Gevatter Pujals2010-07-175-25/+21
* extra/: Fix Makefile to remove PythonSerializer.pyc on clean.Siegfried-Angel Gevatter Pujals2010-06-191-1/+2
* Change symbol names from CamelCase to CAMEL_CASE. This improves backwards com...Mikkel Kamstrup Erlandsen2010-04-261-1/+13
* * updated README.OntologyMarkus Korn2010-04-251-23/+0
* Fixed failing testcases, only one to go!Markus Korn2010-04-251-1/+1
* merged changes from lp:zeitgeistMarkus Korn2010-04-258-102/+32
|\
| * Update Debian packaging.Siegfried-Angel Gevatter Pujals2010-04-228-102/+32
* | Merge with trunk.Siegfried-Angel Gevatter Pujals2010-03-2611-0/+337
|\ \ | |/
| * extra/packaging: add debian/ directory and script to generate a snapshot Debi...Siegfried-Angel Gevatter Pujals2010-03-2411-0/+337
* | added missing files to extra/Makefile.amMarkus Korn2010-03-241-1/+3
* | the python serializer is now a bit smarter, itMarkus Korn2010-03-121-39/+28
* | Import nmm.trigMikkel Kamstrup Erlandsen2010-03-121-0/+315
* | Fix label of nfo:FileDataObject to be "File" not "file". I should be shot for...Mikkel Kamstrup Erlandsen2010-03-111-1/+1
* | Rename zeo.trig -> zg.trig to be consistent with our name spacingMikkel Kamstrup Erlandsen2010-03-118-786/+3587
* | * resolve children/parents of a Symbol in a lazy way, such that a parentMarkus Korn2010-03-111-23/+29
* | * extra/ontology/: added make target to create one big python representationMarkus Korn2010-03-111-1/+5
* | Symbol names are now CamelCase instead of all UPPERCASE to be compatibleMarkus Korn2010-03-101-11/+1
* | re-ordered items in zeo.trig and added description for each partMarkus Korn2010-03-101-4/+10
* | Rename OpenEvent to AccessEvent as discussed on IRCMikkel Kamstrup Erlandsen2010-03-091-7/+21
* | all symbols are now properly attached to their parent symbolMarkus Korn2010-03-081-8/+34
* | we don't need a label for EventInterpretationMarkus Korn2010-03-081-1/+0
* | * removed more enum related stuffMarkus Korn2010-03-081-26/+20
* | added nfo.trigMarkus Korn2010-03-082-1/+766
* | * changed namespace uri of nie according the latest commit to the serializerMarkus Korn2010-03-081-1/+1
* | * changes nie namepsace uri to use the revision used in NepomukMarkus Korn2010-03-081-28/+13
* | Enable autotools magic to generate .py modules from .trig on build time. For ...Mikkel Kamstrup Erlandsen2010-03-073-20/+22
* | Don't include ResultType and StorageState enums in the ontologyMikkel Kamstrup Erlandsen2010-03-061-86/+0
* | made make_symbol_name() more efficientMarkus Korn2010-03-061-6/+7
* | * removed whitespces at line eniding from PythonSerializerMarkus Korn2010-03-061-10/+29
* | sort enums by id in python representaion of the ontologyMarkus Korn2010-03-051-1/+7
* | added ResultType enums to the ontologyMarkus Korn2010-03-051-1/+65
* | added support for enums to the serializerMarkus Korn2010-03-051-19/+44
* | added a discussion item to the trig.REAMDMEMarkus Korn2010-03-051-0/+1
* | Added StorageState enum, please also consider this as a proof of concept ofMarkus Korn2010-03-051-0/+22
* | removed custom parser of trig files, we are using rdflibMarkus Korn2010-03-051-191/+0
* | * don't create python representation of the Event class for nowMarkus Korn2010-03-052-2/+12
* | simplified parser codeMarkus Korn2010-03-051-5/+1
* | * rdfs:label is also used to define a name of a collectionMarkus Korn2010-03-052-1/+4
* | * for symbols rdfs:label is used as displaynameMarkus Korn2010-03-052-2/+5
* | * rdfs:comment attributes are used as docstring in general, and are esp.Markus Korn2010-03-052-27/+24