| 1 | # -*- Mode: n3 -*- |
|---|
| 2 | |
|---|
| 3 | @prefix abcl: <https://abcl.org#> . |
|---|
| 4 | <> |
|---|
| 5 | abcl:is "W3C Turtle RDF serializations format" . |
|---|
| 6 | |
|---|
| 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 | |
|---|
| 11 | <> a doap:Project . |
|---|
| 12 | |
|---|
| 13 | <> rdfs:seeAlso <urn:abcl.not.org> . |
|---|
| 14 | <> rdfs:seeAlso <urn:not.org> . |
|---|
| 15 | |
|---|
| 16 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
|---|
| 17 | <> |
|---|
| 18 | abcl:branch <http://abcl.org/svn/trunk/abcl> ; |
|---|
| 19 | dc:identifier <urn:abcl.org/1.5.0#dev> ; |
|---|
| 20 | doap:language "Common Lisp" ; |
|---|
| 21 | dc:created "01-JAN-2004" ; |
|---|
| 22 | dc:modified "11-JUN-2017" ; |
|---|
| 23 | dc:version "abcl-1.5.0" ; |
|---|
| 24 | # dc:release "dev" ; |
|---|
| 25 | abcl:git <https://github.com/easye/abcl/> ; # Does this overwrite? TODO Check RDF specs. |
|---|
| 26 | abcl:git <https://gitlab.common-lisp.net/abcl/abcl/> ; |
|---|
| 27 | abcl:svn <http://abcl.org/trac/changeset/15075> . # UPDATE |
|---|
| 28 | |
|---|
| 29 | <> |
|---|
| 30 | rdfs:seeAlso <file:README> ; |
|---|
| 31 | rdfs:seeAlso <file:MANUAL> ; |
|---|
| 32 | rdfs:seeAlso <file:CHANGES> ; |
|---|
| 33 | rdfs:seeAlso <file:doc/manual/abcl.tex> . |
|---|
| 34 | |
|---|
| 35 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
|---|
| 36 | |
|---|
| 37 | <abcl:doap> |
|---|
| 38 | a doap:Project ; |
|---|
| 39 | doap:label "Armed Bear Common Lisp" ; |
|---|
| 40 | doap:download <http://abcl.org/> ; |
|---|
| 41 | |
|---|
| 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; |
|---|
| 50 | rdf:_0 "Common Lisp"; |
|---|
| 51 | rdf:_1 "Java"; |
|---|
| 52 | rdf:_2 "Ant"; |
|---|
| 53 | rdf:_3 "Bourne Shell Script"; |
|---|
| 54 | rdf:_4 "Windows Batch Script" |
|---|
| 55 | ] . |
|---|
| 56 | |
|---|
| 57 | <abcl:doap> |
|---|
| 58 | dc:contributor [ |
|---|
| 59 | a rdf:Bag; |
|---|
| 60 | rdf:_1024 _:peter ; |
|---|
| 61 | rdf:_2048 _:piso ; |
|---|
| 62 | rdf:_1 _:ehu ; |
|---|
| 63 | rdf:_2 _:easye ; |
|---|
| 64 | rdf:_3 _:ville ; |
|---|
| 65 | rdf:_4 _:astalla ; |
|---|
| 66 | rdf:_5 _:rudi ; |
|---|
| 67 | rdf:_11 _:ferada ; |
|---|
| 68 | rdf:_11 _:olof ; |
|---|
| 69 | rdf:_11 "Olof-Joachim Frahm" ; |
|---|
| 70 | rdf:_7 _:cyrus ; |
|---|
| 71 | rdf:_8 _:dmiles ; |
|---|
| 72 | rdf:_9 _:alanr ; |
|---|
| 73 | rdf:_9 "Alan Ruttenberg" ; |
|---|
| 74 | rdf:_10 _:pipping ; |
|---|
| 75 | rdf:_10 "Elias Pipping" ; |
|---|
| 76 | rdf:_12 _:vibhu ; |
|---|
| 77 | rdf:_12 "Vibhu Mohindra" ; |
|---|
| 78 | ] . |
|---|
| 79 | |
|---|
| 80 | <abcl:doap> |
|---|
| 81 | doap:language |
|---|
| 82 | "Common Lisp", "Java", "Ant", "Bourne Shell Script", "Windows Batch Script" . |
|---|
| 83 | |
|---|
| 84 | _:user dc:identifier <http://ville.not.org/#me> ; |
|---|
| 85 | rdf:label "V-ille" . |
|---|
| 86 | |
|---|
| 87 | <http://purl.org/dc/elements/1.1/> |
|---|
| 88 | rdfs:seeAlso <http://dublincore.org/documents/2012/06/14/dcmi-terms/> . |
|---|
| 89 | |
|---|
| 90 | <> doap:license [ |
|---|
| 91 | dc:license <http://usefulinc.com/doap/licenses/gplv2> ; |
|---|
| 92 | dc:license <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; |
|---|
| 93 | dc:licenseDocument |
|---|
| 94 | <http://abcl.org/svn/tags/1.5.0/src/org/armedbear/COPYING> ; |
|---|
| 95 | ] . |
|---|
| 96 | |
|---|
| 97 | doap:Project rdfs:seeAlso [ |
|---|
| 98 | a rdf:Bag; |
|---|
| 99 | rdf:_0 <http://abcl.org/releases/1.5.0/abcl-1.5.0.jar> ; |
|---|
| 100 | rdf:_1 <http://abcl.org/trac/timeline> ; |
|---|
| 101 | rdf:_2 <http://abcl.org/trac/wiki> ; |
|---|
| 102 | rdf:_4 <https://github.com/easye/abcl/> ; |
|---|
| 103 | rdf:_5 <https://gitlab.common-lisp.net/abcl/abcl/> ; |
|---|
| 104 | dc:source abcl:tag ; |
|---|
| 105 | dc:Software [ |
|---|
| 106 | a rdf:Bag; |
|---|
| 107 | rdf:_1 <urn:abcl:previousVersion> ; |
|---|
| 108 | rdf:_2 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.0.1.jar> ; |
|---|
| 109 | rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.0.2.jar> ; |
|---|
| 110 | rdf:_4 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.1.jar> ; |
|---|
| 111 | rdf:_5 <http://abcl.org/releases/1.2.1/abcl-1.2.1.jar> ; |
|---|
| 112 | rdf:_6 <http://abcl.org/releases/1.3.0/abcl-1.3.0.jar> ; |
|---|
| 113 | rdf:_14 <http://abcl.org/releases/1.3.2/abcl-1.3.1.jar> ; |
|---|
| 114 | rdf:_7 <http://abcl.org/releases/1.3.2/abcl-1.3.2.jar> ; |
|---|
| 115 | rdf:_8 <http://abcl.org/releases/1.3.3/abcl-1.3.3.jar> ; |
|---|
| 116 | rdf:_9 <http://abcl.org/releases/1.4.0/abcl-1.4.0.jar> ; |
|---|
| 117 | ] ; |
|---|
| 118 | ] . |
|---|
| 119 | |
|---|
| 120 | <> abcl:provides <release#abcl-contrib.jar> ; |
|---|
| 121 | rdfs:seeAlso <file:contrib/README.markdown>. |
|---|
| 122 | |
|---|
| 123 | <> dc:Standard <urn:abcl.org/ansi/common-lisp#X3J13> ; |
|---|
| 124 | rdfs:seeAlso [ |
|---|
| 125 | a rdf:Bag ; |
|---|
| 126 | rdf:_1 <urn:ansi.common-lisp> ; |
|---|
| 127 | rdf:_2 "ANSI+INCITS+226-1994+(R2004).pdf" |
|---|
| 128 | ] ; |
|---|
| 129 | dc:abstract |
|---|
| 130 | "ANSI INCITS 226-1994 (R2004) American National Standard for Programming Language Common LISP (X3J13)" . |
|---|
| 131 | |
|---|
| 132 | <> rdfs:seeAlso <urn:abcl.org/ansi/common-lisp#X3J13> . |
|---|
| 133 | |
|---|
| 134 | doap:Project rdfs:seeAlso |
|---|
| 135 | <http://abcl.org/trac/timeline> , |
|---|
| 136 | <http://abcl.org/trac/wiki> , |
|---|
| 137 | <http://github.com/armedbear/abcl/> , |
|---|
| 138 | <http://gitlab.common-lisp.net/abcl/abcl/> , |
|---|
| 139 | <http://code.google.com/p/abcl-dynamic-install/> , |
|---|
| 140 | <http://abcl.org/svn/trunk/abcl/> . |
|---|
| 141 | |
|---|
| 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 | rdf:_10 abcl:abcl-introspect ; |
|---|
| 153 | ] . |
|---|
| 154 | |
|---|
| 155 | abcl:jna |
|---|
| 156 | dc:version "4.2.2" . |
|---|
| 157 | abcl:asdf |
|---|
| 158 | dc:version "3.2.1" . |
|---|
| 159 | |
|---|
| 160 | abcl:abcl-introspect |
|---|
| 161 | rdfs:seeAlso <file:contrib/abcl-introspect/README.markdown> . |
|---|
| 162 | |
|---|
| 163 | abcl:abcl-contrib |
|---|
| 164 | rdfs:seeAlso <file:contrib/README.markdown> . |
|---|
| 165 | abcl:abcl-asdf |
|---|
| 166 | rdfs:seeAlso <file:contrib/asdf-asdf/README.markdown> . |
|---|
| 167 | abcl:asdf-jar |
|---|
| 168 | rdfs:seeAlso <file:contrib/asdf-jar/README.markdown> . |
|---|
| 169 | abcl:jfli |
|---|
| 170 | rdfs:seeAlso <file:contrib/jfli/README> . |
|---|
| 171 | abcl:jss |
|---|
| 172 | rdfs:seeAlso <file:contrib/jss/README.markdown> . |
|---|
| 173 | |
|---|
| 174 | |
|---|