HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

Many errors in Ohloh import #336

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are quite a few issues with the Ohloh import:
- Homepage URLs of the contributors ('Ohloh page') are incorrect, using 
/account rather than /accounts and appending the full name instead of the 
username.
- Many errors in the log, like:

(line 89 column 481): {E202} Expecting XML start or end element(s). String data 
"Hyrum Wright" not allowed. Maybe there should be an rdf:parseType='Literal' 
for embedding mixed XML content in RDF. Maybe a striping error.

- The resulting RDF is strange, for example for the project Subversion: 

       <doap:developer> 
          <foaf:Person rdf:about="http://www.ohloh.net/accounts/"> 
            <foaf:name>philip</foaf:name> 
            <foaf:holdsAccount> 
              <foaf:OnlineAccount> 
                <foaf:accountName> 
                  <foaf:name/> 
                </foaf:accountName> 
                <foaf:accountServiceHomepage rdf:resource="http://www.ohloh.net"/ 
              </foaf:OnlineAccount> 
            </foaf:holdsAccount> 
          ....

The whole import needs to be checked more thoroughly

Original issue reported on code.google.com by sander.v...@oucs.ox.ac.uk on 4 Aug 2010 at 10:42