Rev | Line | |
---|
[13796] | 1 | # -*- Mode: n3 -*- |
---|
| 2 | |
---|
[13842] | 3 | @prefix abcl: <https://abcl.org> |
---|
[13796] | 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 | |
---|
[13842] | 8 | <> a doap:Project . |
---|
[13796] | 9 | |
---|
[13842] | 10 | <> rdfs:seeAlso <urn:abcl.not.org> . |
---|
| 11 | <> rdfs:seeAlso <urn:not.org> . |
---|
| 12 | |
---|
[14264] | 13 | <> dc:modified "01-DEC-2012" . |
---|
[13842] | 14 | |
---|
[14264] | 15 | <> dc:version "abcl-1.2-dev" . |
---|
| 16 | |
---|
[13796] | 17 | <https://abcl.org/index#doap> |
---|
| 18 | a doap:Project ; |
---|
| 19 | doap:label "Armed Bear Common Lisp" ; |
---|
| 20 | doap:download-page <http://common-lisp.net/project/armedbear/> ; |
---|
[13842] | 21 | doap:license [ |
---|
| 22 | _:license <http://usefulinc.com/doap/licenses/gplv2> , |
---|
| 23 | <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; |
---|
| 24 | ] |
---|
| 25 | doap:programming-language """("Common Lisp" "Java" "Ant" "Shell Script") """" ; |
---|
| 26 | doap:shortname "ABCL"^^xsd:string |
---|
| 27 | doap:contributors """( ehu easye v-ille astalla rudi peter)""" . |
---|
[13796] | 28 | |
---|
| 29 | doap:Project rdfs:seeAlso |
---|
| 30 | <http://trac.common-lisp.net/armedbear/timeline> , |
---|
| 31 | <http://trac.common-lisp.net/armedbear/wiki> , |
---|
| 32 | <http://code.google.com/p/abcl-dynamic-install/> . |
---|
| 33 | |
---|
| 34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.