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