doap:Project versus CreativeWork

Hi all,
Looking on what CreativeWork offers to represent software projects I did 
the below example encoding properties both with RDFa 1.1. Lite and 
Microdata. I used DOAP with RDFa and Microdata with Schema. The example 
is a a bit long but may help.

In overall I found that  CreativeWork does not define a number of 
specific properties with respect of software work similar with 
doap:license, doap:release, doap:version, doap:revision.

Is @author same as doap:maintainer ? Or, maybe @editor is same as 
doap:maintainer
I used @discussionUrl same as doap:mailing-list

Maybe we need http://schema.org/Software or 
http://schema.org/CreativeWork/Software .

Here is the example (there is a wiki http://getschema.org were such 
examples are maintained):


<body itemscope itemtype="http://schema.org/CreativeWork" about="#Redland">
<h1 property="doap:name" itemprop="name">Redland RDF Application 
Framework</h1>
<p>Project URL:
<a property="doap:homepage"
        itemprop="url" href="http://www.redland.opensource.ac.uk/">
            http://www.redland.opensource.ac.uk/
</a>
</p>
<p itemprop="headline" property="doap:shortdesc">
A library for the Resource Description Framework (RDF) allowing it 
parsed from XML, stored, queried and manipulated.
</p>
<h2>Project Description</h2>
<p property="doap:description" itemprop="description">
Redland is a library that provides a high-level interface for the 
Resource Description Framework (RDF) allowing the RDF graph
to be parsed from XML, stored, queried and manipulated. ...
</p>
<h2>Versions</h2>
<p>
Last
<span property="doap:release">
<span property="doap:version">
<span property="doap:name">    stable </span>
      release, created:
<span property="doap:created" itemprop="dateModified">2004-02-24</span>
      version:
<span property="doap:revision">
<meta itemprop="version" content="0916"/>     0.9.16
</span>
</span>
</span>
</p>
<h2>Known Public Mailing Lists</h2>
<p>
<ul>
<li>Development: <a property="doap:mailing-list" 
href="http://lists.usefulinc.com/mailman/listinfo/redland-dev">http://lists.usefulinc.com/mailman/listinfo/redland-dev</a> 
</li>
<li>Announcements: <a property="doap:mailing-list" 
itemprop="discussionUrl" 
href="http://lists.usefulinc.com/mailman/listinfo/redland-announce">http://lists.usefulinc.com/mailman/listinfo/redland-announce</a> 
</li>
<li>Commits: <a property="doap:mailing-list" 
href="http://lists.usefulinc.com/mailman/listinfo/redland-commits">http://lists.usefulinc.com/mailman/listinfo/redland-commits</a> 
</li>
</ul>
<h2>Downloads</h2>
<p>Official page: <a property="doap:download-page" 
itemprop="contentLocation" 
href="http://www.redland.opensource.ac.uk/dist/">http://www.redland.opensource.ac.uk/dist/</a></p>
<p>Mirror page: <a property="doap:download-page" 
href="http://sourceforge.net/projects/librdf/">http://sourceforge.net/projects/librdf/</a></p>
<h2>Maintainer</h2>
<p>
<span property="doap:maintainer" itemprop="author">
<span prefix="foaf: http://xmlns.com/foaf/0.1/" typeOf="foaf:Person" 
itemscope itemtype="http://schema.org/Person">
<span property="foaf:name" itemprop="name">Dave Beckett</span>
<span 
property="foaf:mbox_sha1sum">970987f991961f2553a1bf2574166fa29befbccb</span>
<span prefix="rdfs: http://www.w3.org/2000/01/rdf-schema#"
            property="rdfs:seeAlso"
                 
  itemprop="url">http://www.ilrt.bris.ac.uk/people/cmdjb/webwho.xrdf
</span>
</span>
</span>
</p>
<h2>Source Repository</h2>
<p property="doap:repository">
<span property="doap:CVSRepository">
   CVS Server
<span 
property="doap:anon-root">:pserver:anonymous@cvs.ilrt.org:2401/cvsroot</span><br/>
     Module
<span property="doap:module">redland</span><br/>
     Browse repository:
<a itemprop="contentLocation" property="doap:browse" 
href="http://cvs.ilrt.org/cvsweb/redland/librdf/">
        http://cvs.ilrt.org/cvsweb/redland/librdf/
</a>
</span>
</p>
<h2>Categories</h2>
<p>
<meta itemprop="keywords" content="Database 
Engines/Servers,Indexing/Search"/>
<link property="doap:category" 
href="http://software.freecode.com/tags/database-enginesservers"/>
         Database Engines/Servers,
<link property="doap:category" 
href="http://software.freecode.com/tags/database-enginesservers"/>
         Indexing/Search
</p>

<h2>Licenses</h2>
<!-- CreativeWork don't define license -->
<p>
<link property="doap:license" 
href="http://usefulinc.com/doap/licenses/gpl"/>GPL,
<link property="doap:license" 
href="http://usefulinc.com/doap/licenses/lgpl"/>LGPL,
<link property="doap:license" 
href="http://usefulinc.com/doap/licenses/mpl"/>MPL
</p>
</body>

-Adrian Giurca
/
/

Received on Friday, 24 February 2012 14:14:27 UTC