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
|
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 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
---|
14 | <> dc:modified "01-DEC-2012" . |
---|
15 | |
---|
16 | <> dc:version "abcl-1.2-dev" . |
---|
17 | |
---|
18 | <https://abcl.org/index#doap> |
---|
19 | a doap:Project ; |
---|
20 | doap:label "Armed Bear Common Lisp" ; |
---|
21 | doap:download <http://common-lisp.net/project/armedbear/> ; |
---|
22 | doap:shortname "ABCL" ; |
---|
23 | doap:contributors """( ehu easye v-ille astalla rudi peter)""" . |
---|
24 | |
---|
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 | |
---|
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.