Changeset 14276
- Timestamp:
- 12/02/12 12:42:31 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.rdf
r14264 r14276 1 1 # -*- Mode: n3 -*- 2 2 3 @prefix abcl: <https://abcl.org> 3 @prefix abcl: <https://abcl.org> . 4 4 @prefix doap: <http://usefulinc.com/ns/doap#> . 5 5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . … … 11 11 <> rdfs:seeAlso <urn:not.org> . 12 12 13 @prefix dc: <http://purl.org/dc/elements/1.1/> . 13 14 <> dc:modified "01-DEC-2012" . 14 15 … … 18 19 a doap:Project ; 19 20 doap:label "Armed Bear Common Lisp" ; 20 doap:download-page <http://common-lisp.net/project/armedbear/> ; 21 doap:download <http://common-lisp.net/project/armedbear/> ; 22 doap:shortname "ABCL" ; 23 doap:contributors """( ehu easye v-ille astalla rudi peter)""" . 24 25 <https://abcl.org/index#doap> 26 doap:language 27 "Common Lisp", "Java", "Ant", "Bourne Shell Script", "Windows Batch Script" . 28 29 <https://abcl.org/index#doap> 21 30 doap:license [ 22 _:license <http://usefulinc.com/doap/licenses/gplv2> , 23 <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; 24 ] 25 doap:programming-language """("Common Lisp" "Java" "Ant" "Shell Script") """" ; 26 doap:shortname "ABCL"^^xsd:string 27 doap:contributors """( ehu easye v-ille astalla rudi peter)""" . 31 dc:license <http://usefulinc.com/doap/licenses/gplv2> , 32 <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; 33 ] . 28 34 29 35 doap:Project rdfs:seeAlso
Note: See TracChangeset
for help on using the changeset viewer.