You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/05/05 11:45:32 UTC

svn commit: r1677763 - /jena/site/trunk/content/about_jena/jena.rdf

Author: rvesse
Date: Tue May  5 09:45:31 2015
New Revision: 1677763

URL: http://svn.apache.org/r1677763
Log:
Fix missing afext:id in DOAP (JENA-933)

Modified:
    jena/site/trunk/content/about_jena/jena.rdf

Modified: jena/site/trunk/content/about_jena/jena.rdf
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/about_jena/jena.rdf?rev=1677763&r1=1677762&r2=1677763&view=diff
==============================================================================
--- jena/site/trunk/content/about_jena/jena.rdf (original)
+++ jena/site/trunk/content/about_jena/jena.rdf Tue May  5 09:45:31 2015
@@ -100,7 +100,7 @@
       <asfext:Standard>
         <asfext:title>Resource Description Framework</asfext:title>
         <asfext:body>W3C</asfext:body>
-        <asfext:id></asfext:id>
+        <asfext:id>RDF</asfext:id>
         <asfext:url rdf:resource="http://www.w3.org/RDF/"/>
      </asfext:Standard>
     </asfext:implements>
@@ -108,7 +108,7 @@
       <asfext:Standard>
         <asfext:title>SPARQL</asfext:title>
         <asfext:body>W3C</asfext:body>
-        <asfext:id></asfext:id>
+        <asfext:id>SPARQL</asfext:id>
         <asfext:url rdf:resource="http://www.w3.org/TR/rdf-sparql-query/"/>
      </asfext:Standard>
     </asfext:implements>