1 | # -*- Mode: n3 -*- |
---|
2 | |
---|
3 | @prefix abcl: <https://abcl.org#> . |
---|
4 | <> |
---|
5 | abcl:is "W3C Turtle RDF serializations format" . |
---|
6 | |
---|
7 | |
---|
8 | @prefix doap: <http://usefulinc.com/ns/doap#> . |
---|
9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
---|
10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
---|
11 | |
---|
12 | <> a doap:Project . |
---|
13 | |
---|
14 | <> rdfs:seeAlso <urn:abcl.not.org> . |
---|
15 | <> rdfs:seeAlso <urn:not.org> . |
---|
16 | |
---|
17 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
---|
18 | <> |
---|
19 | abcl:branch <http://abcl.org/svn/trunk/abcl> ; |
---|
20 | dc:identifier <urn:abcl.org/1.3.2#> ; |
---|
21 | doap:language "Common Lisp" ; |
---|
22 | dc:created "01-JAN-2004" ; |
---|
23 | dc:modified "19-APR-2015" ; |
---|
24 | dc:version "abcl-1.3.2" ; |
---|
25 | <> |
---|
26 | rdfs:seeAlso <file:README> ; |
---|
27 | rdfs:seeAlso <file:MANUAL> ; |
---|
28 | rdfs:seeAlso <file:CHANGES> ; |
---|
29 | rdfs:seeAlso <file:doc/manual/abcl.tex> . |
---|
30 | |
---|
31 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
---|
32 | |
---|
33 | <abcl:doap> |
---|
34 | a doap:Project ; |
---|
35 | doap:label "Armed Bear Common Lisp" ; |
---|
36 | doap:download <http://abcl.org/> ; |
---|
37 | |
---|
38 | dc:abstract "An implementation of ANSI Common Lisp that runs on the JVM." ; |
---|
39 | doap:shortname "ABCL" ; |
---|
40 | abcl:contributors """ehu easye v-ille astalla rudi peter""" . |
---|
41 | |
---|
42 | <abcl:doap> doap:language "Common Lisp" . |
---|
43 | |
---|
44 | <> <urn:abcl.org:releng:implementation:language> [ |
---|
45 | a rdf:Bag; |
---|
46 | rdf:_1 "Java"; |
---|
47 | rdf:_2 "Ant"; |
---|
48 | rdf:_3 "Bourne Shell Script"; |
---|
49 | rdf:_4 "Windows Batch Script" |
---|
50 | ] . |
---|
51 | |
---|
52 | <abcl:doap> |
---|
53 | dc:contributor [ |
---|
54 | a rdf:Bag; |
---|
55 | rdf:_1 _:ehu ; |
---|
56 | rdf:_2 _:easye ; |
---|
57 | rdf:_3 _:ville ; |
---|
58 | rdf:_4 _:astalla ; |
---|
59 | rdf:_5 _:rudi |
---|
60 | ] . |
---|
61 | |
---|
62 | <abcl:doap> |
---|
63 | doap:language |
---|
64 | "Common Lisp", "Java", "Ant", "Bourne Shell Script", "Windows Batch Script" . |
---|
65 | |
---|
66 | _:user dc:identifier <http://ville.not.org/#me> ; |
---|
67 | rdf:label "V-ille" . |
---|
68 | |
---|
69 | <http://purl.org/dc/elements/1.1/> |
---|
70 | rdfs:seeAlso <http://dublincore.org/documents/2012/06/14/dcmi-terms/> . |
---|
71 | |
---|
72 | <> doap:license [ |
---|
73 | dc:license <http://usefulinc.com/doap/licenses/gplv2> ; |
---|
74 | dc:license <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; |
---|
75 | |
---|
76 | rdfs:seeAlso <urn:abcl.org/release/1.3.1#> ; |
---|
77 | rdfs:seeAlso <urn:abcl.org/release/1.3.0#> ; |
---|
78 | dc:licenseDocument <file:COPYING> ; |
---|
79 | dc:licenseDocument |
---|
80 | <http://abcl.org/svn/trunk/abcl/src/org/armedbear/LICENSE> ; |
---|
81 | ] . |
---|
82 | |
---|
83 | doap:Project rdfs:seeAlso [ |
---|
84 | a rdf:Bag; |
---|
85 | rdf:_1 <http://abcl.org/trac/timeline> ; |
---|
86 | rdf:_2 <http://abcl.org/trac/wiki> ; |
---|
87 | rdf:_3 <http://code.google.com/p/abcl-dynamic-install/> ; |
---|
88 | dc:source abcl:tag ; |
---|
89 | dc:Software [ |
---|
90 | a rdf:Bag; |
---|
91 | rdf:_1 <urn:abcl:previousVersion> ; |
---|
92 | rdf:_2 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.0.1.jar> ; |
---|
93 | rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.0.2.jar> ; |
---|
94 | rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.1.jar> ; |
---|
95 | rdf:_4 <http://abcl.org/releases/1.2.1/abcl-1.2.1.jar> ; |
---|
96 | rdf:_4 <http://abcl.org/releases/1.3.0/abcl-1.3.0.jar> |
---|
97 | rdf:_4 <http://abcl.org/releases/1.3.1/abcl-1.3.1.jar> |
---|
98 | ] ; |
---|
99 | ] . |
---|
100 | |
---|
101 | <> abcl:provides <release#abcl-contrib.jar> ; |
---|
102 | rdfs:seeAlso <file:contrib/README.markdown>. |
---|
103 | |
---|
104 | <> dc:Standard <urn:abcl.org/ansi/common-lisp#X3J13> ; |
---|
105 | rdfs:seeAlso [ |
---|
106 | a rdf:Bag ; |
---|
107 | rdf:_1 <urn:ansi.common-lisp> ; |
---|
108 | rdf:_2 "ANSI+INCITS+226-1994+(R2004).pdf" |
---|
109 | ] ; |
---|
110 | dc:abstract |
---|
111 | "ANSI INCITS 226-1994 (R2004) American National Standard for Programming Language Common LISP (X3J13)" . |
---|
112 | |
---|
113 | <> rdfs:seeAlso <urn:abcl.org/ansi/common-lisp#X3J13> . |
---|
114 | |
---|
115 | doap:Project rdfs:seeAlso |
---|
116 | <http://abcl.org/trac/timeline> , |
---|
117 | <http://abcl.org/trac/wiki> , |
---|
118 | <http://code.google.com/p/abcl-dynamic-install/> , |
---|
119 | <http://abcl.org/svn/trunk/abcl/> . |
---|
120 | |
---|
121 | <> doap:packages [ |
---|
122 | a rdf:Alt; |
---|
123 | rdf:_1 abcl:abcl ; |
---|
124 | rdf:_2 abcl:abcl-contrib ; |
---|
125 | rdf:_3 abcl:asdf-install ; |
---|
126 | rdf:_4 abcl:jss ; |
---|
127 | rdf:_5 abcl:jfli ; |
---|
128 | rdf:_6 abcl:abcl-asdf ; |
---|
129 | rdf:_7 abcl:jna ; |
---|
130 | rdf:_8 abcl:asdf-jar ; |
---|
131 | rdf:_9 abcl:quicklisp-abcl ; |
---|
132 | ] . |
---|
133 | |
---|
134 | abcl:asdf dc:version "3.1.4" . |
---|
135 | |
---|
136 | abcl:abcl-contrib |
---|
137 | rdfs:seeAlso <file:contrib/README.markdown> . |
---|
138 | |
---|
139 | abcl:asdf-install |
---|
140 | rdfs:seeAlso <file:contrib/asdf-install/README> . |
---|
141 | |
---|
142 | abcl:abcl-asdf |
---|
143 | rdfs:seeAlso <file:contrib/asdf-asdf/README.markdown> . |
---|
144 | abcl:asdf-jar |
---|
145 | rdfs:seeAlso <file:contrib/asdf-jar/README.markdown> . |
---|
146 | |
---|
147 | abcl:jfli |
---|
148 | rdfs:seeAlso <file:contrib/jfli/README> . |
---|
149 | |
---|
150 | abcl:jss |
---|
151 | rdfs:seeAlso <file:contrib/jss/README.markdown> . |
---|
152 | |
---|
153 | |
---|