| Paste number 7533: | A simple reflector |
| Pasted by: | Arnia |
| When: | 7 years, 1 month ago |
| Share: | Tweet this! | http://paste.lisp.org/+5T9 |
| Channel: | #swhack |
| Paste contents: |
class Contributor(Reflector):
"""
Reflect a contributor into OO from the graph
"""
__reflect_type__ = FOAF['Person']
name = rdf(Property(FOAF['name']))
email = rdf(Property(FOAF['mbox']))
This paste has no annotations.