Last change
on this file since 13842 was
13842,
checked in by Mark Evenson, 9 years ago
|
metadata+doc: Add Rudi Schlatte as a current committer.
|
File size:
1.1 KB
|
Line | |
---|
1 | # -*- Mode: n3 -*- |
---|
2 | |
---|
3 | @prefix abcl: <https://abcl.org> |
---|
4 | @prefix doap: <http://usefulinc.com/ns/doap#> . |
---|
5 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
---|
6 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
---|
7 | |
---|
8 | <> a doap:Project . |
---|
9 | |
---|
10 | <> rdfs:seeAlso <urn:abcl.not.org> . |
---|
11 | <> rdfs:seeAlso <urn:not.org> . |
---|
12 | |
---|
13 | <> dc:modified "01-FEB-2012" . |
---|
14 | |
---|
15 | <https://abcl.org/index#doap> |
---|
16 | a doap:Project ; |
---|
17 | doap:label "Armed Bear Common Lisp" ; |
---|
18 | doap:download-page <http://common-lisp.net/project/armedbear/> ; |
---|
19 | doap:license [ |
---|
20 | _:license <http://usefulinc.com/doap/licenses/gplv2> , |
---|
21 | <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; |
---|
22 | ] |
---|
23 | doap:programming-language """("Common Lisp" "Java" "Ant" "Shell Script") """" ; |
---|
24 | doap:shortname "ABCL"^^xsd:string |
---|
25 | doap:contributors """( ehu easye v-ille astalla rudi peter)""" . |
---|
26 | |
---|
27 | doap:Project rdfs:seeAlso |
---|
28 | <http://trac.common-lisp.net/armedbear/timeline> , |
---|
29 | <http://trac.common-lisp.net/armedbear/wiki> , |
---|
30 | <http://code.google.com/p/abcl-dynamic-install/> . |
---|
31 | |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.