Changeset 14301 for branches/1.1.x/abcl.rdf
- Timestamp:
- 12/06/12 20:17:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.x/abcl.rdf
r14300 r14301 1 1 # -*- Mode: n3 -*- 2 2 3 @prefix abcl: <https://abcl.org> . 3 @prefix abcl: <https://abcl.org#> . 4 <> 5 abcl:is "W3C Turtle RDF serializations format" ; 6 abcl:tag <http://svn.common-lisp.net/tags/1.1.0/> . 7 4 8 @prefix doap: <http://usefulinc.com/ns/doap#> . 5 9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . … … 12 16 13 17 @prefix dc: <http://purl.org/dc/elements/1.1/> . 14 <> dc:modified "06-DEC-2012" . 18 <> 19 abcl:tag <http://svn.common-lisp.net/tags/1.1.0/> ; 20 dc:identifier <urn:abcl.org/release/1.1.0> ; 21 doap:language "Common Lisp" ; 22 dc:created "01-JAN-2004" ; 23 dc:modified "06-DEC-2012" ; 15 24 16 <> dc:version "abcl-1.1.0" . 17 <>abcl:releaseCandidate "rc-3" .25 dc:version "abcl-1.1.0" ; 26 abcl:releaseCandidate "rc-3" . 18 27 19 <> rdfs:seeAlso <README> . 20 <> rdfs:seeAlso <file:doc/manual/abcl.tex> . 28 <> 29 rdfs:seeAlso <README> ; 30 rdfs:seeAlso <file:doc/manual/abcl.tex> . 21 31 22 <https://abcl.org/index#doap> 32 @prefix dc: <http://purl.org/dc/elements/1.1/> . 33 34 <abcl:doap> 23 35 a doap:Project ; 24 36 doap:label "Armed Bear Common Lisp" ; 25 37 doap:download <http://common-lisp.net/project/armedbear/> ; 26 doap:shortname "ABCL" ;27 doap:contributors """( ehu easye v-ille astalla rudi peter)""" .28 38 29 <https://abcl.org/index#doap> 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> 30 67 doap:language 31 68 "Common Lisp", "Java", "Ant", "Bourne Shell Script", "Windows Batch Script" . 32 69 33 <https://abcl.org/index#doap> 34 doap:license [ 35 dc:license <http://usefulinc.com/doap/licenses/gplv2> , 36 <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; 37 ] . 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 85 doap: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-rc-2.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> . 38 111 39 112 doap:Project rdfs:seeAlso
Note: See TracChangeset
for help on using the changeset viewer.