[ 
https://issues.apache.org/jira/browse/YETUS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15313716#comment-15313716
 ] 

Kengo Seki commented on YETUS-407:
----------------------------------

bq. the programming languages is supposed to be a comma delimited list

Hmm. The current DOAP seems correctly rendered on 
https://projects.apache.org/project.html?yetus about programming languages, and 
the following RDF is regarded as valid on http://www.w3.org/RDF/Validator/. So 
I think there is no need to do so...

{code}
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
         xmlns="http://usefulinc.com/ns/doap#";
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
         xmlns:asfext="http://projects.apache.org/ns/asfext#";
         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
<!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->
  <Project rdf:about="https://yetus.apache.org";>
    <created>2015-09-16</created>
    <license rdf:resource="http://spdx.org/licenses/Apache-2.0"; />
    <name>Apache Yetus</name>
    <homepage rdf:resource="https://yetus.apache.org/"; />
    <asfext:pmc rdf:resource="https://yetus.apache.org/"; />
    <shortdesc>A collection of libraries and tools that enable contribution and 
release processes for software projects.</shortdesc>
    <description>A collection of libraries and tools that enable contribution 
and release processes for software projects.</description>
    <bug-database rdf:resource="https://issues.apache.org/jira/browse/yetus"; />
    <mailing-list rdf:resource="https://yetus.apache.org/mailinglists/"; />
    <download-page rdf:resource="http://yetus.apache.org/downloads/"; />
    <programming-language>Bash</programming-language>
    <programming-language>Java</programming-language>
    <programming-language>Python</programming-language>
    <category 
rdf:resource="http://projects.apache.org/category/build-management"; />
    <category rdf:resource="http://projects.apache.org/category/library"; />
    <category rdf:resource="http://projects.apache.org/category/testing"; />
    <repository>
      <GitRepository>
        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/yetus.git"/>
        <browse rdf:resource="https://github.com/apache/yetus"/>
      </GitRepository>
    </repository>
    <maintainer>
      <foaf:Person>
        <foaf:name>Allen Wittenauer</foaf:name>
          <foaf:mbox rdf:resource="mailto:[email protected]"/>
      </foaf:Person>
    </maintainer>
  </Project>
</rdf:RDF>
{code}

but let me know if I'm wrong since I'm not familiar with RDF :)

> DOAP is broken
> --------------
>
>                 Key: YETUS-407
>                 URL: https://issues.apache.org/jira/browse/YETUS-407
>             Project: Yetus
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>         Environment: http://yetus.apache.org/doap_yetus.rdf
>            Reporter: Sebb
>            Assignee: Kengo Seki
>             Fix For: 0.4.0
>
>         Attachments: YETUS-407.00.patch
>
>
> DOAP contains invalid XML.
> e.g. Firefox complains:
> XML Parsing Error: mismatched tag. Expected: </Project>.
> Location: http://yetus.apache.org/doap_yetus.rdf
> Line Number 63, Column 7:    </release>
> ------^
> There may be other errors.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to