[armedbear-cvs] r13840 - trunk/abcl
mevenson at common-lisp.net
mevenson at common-lisp.net
Wed Feb 1 10:10:34 UTC 2012
Author: mevenson
Date: Wed Feb 1 02:10:33 2012
New Revision: 13840
Log:
Fix syntactically incorrect DOAP description.
Modified:
trunk/abcl/abcl.rdf
Modified: trunk/abcl/abcl.rdf
==============================================================================
--- trunk/abcl/abcl.rdf Wed Feb 1 02:10:32 2012 (r13839)
+++ trunk/abcl/abcl.rdf Wed Feb 1 02:10:33 2012 (r13840)
@@ -1,8 +1,9 @@
# -*- Mode: n3 -*-
- at prefix abcl: <https://abcl.org>
+ at prefix abcl: <https://abcl.org> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+ at prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<> a doap:Project.
@@ -13,11 +14,9 @@
doap:label "Armed Bear Common Lisp" ;
doap:download-page <http://common-lisp.net/project/armedbear/> ;
doap:license <http://usefulinc.com/doap/licenses/gplv2> ;
-
- doap:programming-language """("Common Lisp" "Java" "Ant" "Shell Script") """" ;
- doap:shortname "ABCL"^^xsd:string
- doap:contributors """( ehu, easye, v-ille, astalla, rudi, peter)"""
-
+ doap:programming-language """ ("Common Lisp" "Java" "Ant" "Shell Script") """ ;
+ doap:shortname "ABCL"^^xsd:string ;
+ doap:contributors """( ehu, easye, v-ille, astalla, rudi, peter)""" .
doap:Project rdfs:seeAlso
<http://trac.common-lisp.net/armedbear/timeline> ,
More information about the armedbear-cvs
mailing list