CreativeWork

From getSchema

Jump to: navigation, search

This Page Semantic Annotations

Description

The most generic kind of creative work, including articles, books, movies, photographs, software programs, etc. While Schema.org does not distinguish abstract types versus concrete types we suggest that CreativeWork is abstract therefore you have to look to its concrete subtypes.

This class contains derivatives of IPTC rNews properties. rNews is a data model of publishing metadata with serializations currently available for RDFa as well as HTML5 Microdata.

Examples

Encoding a Software Project

Below we show an example of encoding a software project using RDFa 1.1 Lite and DOAP vocabulary as well using Microdata and Schema.org vocabulary.

<div vocab="http://schema.org/" prefix="doap: http://usefulinc.com/doap/#" itemscope itemtype="http://schema.org/CreativeWork"       about="#Redland" typeof="doap:Project"> <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 about"> 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. Redland implements each of the RDF concepts in its own class via an object based API, reflected into the language APIs, currently Java, Perl, PHP, Python, Ruby and Tcl. Several classes providing functionality such as for parsers, storage are built as modules that can be loaded at compile or run-time as required. </p> <h2>Versions</h2> <p> Last <span property="doap:release">  <span property="doap:version">    <span property="doap:name 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/" t     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:[email protected]: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>   <p prefix="cc: http://creativecommons.org/ns#" typeof="cc:License">  <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  <br/>  The documentation is licensed under <a property="cc:license" href="http://creativecommons.org/licenses/by/3.0/us/">   Creative Commons Attribution-Share Alike 3.0 United States License</a> </p> </div>

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox