Changeset 13840 for trunk/abcl/abcl.rdf
- Timestamp:
- 02/01/12 10:10:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.rdf
r13797 r13840 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#> . 6 7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 7 8 … … 14 15 doap:download-page <http://common-lisp.net/project/armedbear/> ; 15 16 doap:license <http://usefulinc.com/doap/licenses/gplv2> ; 16 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)""" 20 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)""" . 21 20 22 21 doap:Project rdfs:seeAlso
Note: See TracChangeset
for help on using the changeset viewer.