Last change
on this file since 14276 was
14276,
checked in by Mark Evenson, 8 years ago
|
abcl.rdf: correct parsability with Jeannie.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[13796] | 1 | # -*- Mode: n3 -*- |
---|
| 2 | |
---|
[14276] | 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 | |
---|
[14276] | 13 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
---|
[14264] | 14 | <> dc:modified "01-DEC-2012" . |
---|
[13842] | 15 | |
---|
[14264] | 16 | <> dc:version "abcl-1.2-dev" . |
---|
| 17 | |
---|
[13796] | 18 | <https://abcl.org/index#doap> |
---|
| 19 | a doap:Project ; |
---|
| 20 | doap:label "Armed Bear Common Lisp" ; |
---|
[14276] | 21 | doap:download <http://common-lisp.net/project/armedbear/> ; |
---|
| 22 | doap:shortname "ABCL" ; |
---|
[13842] | 23 | doap:contributors """( ehu easye v-ille astalla rudi peter)""" . |
---|
[13796] | 24 | |
---|
[14276] | 25 | <https://abcl.org/index#doap> |
---|
| 26 | doap:language |
---|
| 27 | "Common Lisp", "Java", "Ant", "Bourne Shell Script", "Windows Batch Script" . |
---|
| 28 | |
---|
| 29 | <https://abcl.org/index#doap> |
---|
| 30 | doap:license [ |
---|
| 31 | dc:license <http://usefulinc.com/doap/licenses/gplv2> , |
---|
| 32 | <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; |
---|
| 33 | ] . |
---|
| 34 | |
---|
[13796] | 35 | doap:Project rdfs:seeAlso |
---|
| 36 | <http://trac.common-lisp.net/armedbear/timeline> , |
---|
| 37 | <http://trac.common-lisp.net/armedbear/wiki> , |
---|
| 38 | <http://code.google.com/p/abcl-dynamic-install/> . |
---|
| 39 | |
---|
| 40 | |
---|
Note: See
TracBrowser
for help on using the repository browser.