Changeset 13842 for trunk/abcl/abcl.rdf
- Timestamp:
- 02/01/12 20:06:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.rdf
r13840 r13842 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#> . 6 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .7 6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 7 9 <> a doap:Project. 10 <> rdfs:seeAlso <urn:abcl.org> . 8 <> a doap:Project . 9 10 <> rdfs:seeAlso <urn:abcl.not.org> . 11 <> rdfs:seeAlso <urn:not.org> . 12 13 <> dc:modified "01-FEB-2012" . 11 14 12 15 <https://abcl.org/index#doap> … … 14 17 doap:label "Armed Bear Common Lisp" ; 15 18 doap:download-page <http://common-lisp.net/project/armedbear/> ; 16 doap:license <http://usefulinc.com/doap/licenses/gplv2> ; 17 doap:programming-language """ ("Common Lisp" "Java" "Ant" "Shell Script") """ ; 18 doap:shortname "ABCL"^^xsd:string ; 19 doap:contributors """( ehu, easye, v-ille, astalla, rudi, peter)""" . 19 doap:license [ 20 _:license <http://usefulinc.com/doap/licenses/gplv2> , 21 <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ; 22 ] 23 doap:programming-language """("Common Lisp" "Java" "Ant" "Shell Script") """" ; 24 doap:shortname "ABCL"^^xsd:string 25 doap:contributors """( ehu easye v-ille astalla rudi peter)""" . 20 26 21 27 doap:Project rdfs:seeAlso
Note: See TracChangeset
for help on using the changeset viewer.