source: tags/1.1.0.2/abcl/abcl.rdf

Last change on this file was 14338, checked in by Mark Evenson, 11 years ago

1.1.0.2: Once more, with feeling.

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