HTML and CSS Reference
In-Depth Information
The doac:Skill class has the subclasses doac:Skill , doac:LanguageSkill , doac:SocialSkill ,
doac:OrganizationalSkill , doac:ComputerSkill , and doac:DrivingSkill .
A FOAF+DOAC file looks like Listing 7-30.
Listing 7-30. A Complete FOAF+DOAC Example
<foaf:Person>
<foaf:name>John Smith</foaf:name>
<foaf:mbox rdf:resource="mailto:john@jsmith.com" />
<foaf:homepage rdf:resource="http://www.jsmith.com" />
<doac:experience>
<doac:VolunterExperience>
<doac:title>CEO</doac:title>
<doac:organization>ABC Company</doac:organization>
<doac:start-date>2010-04-06</doac:start-date>
<doac:end-date>2011-09-18</doac:end-date>
</doac:VolunterExperience>
</doac:experience>
<doac:education>
<doac:Degree>
<doac:title>Information Management</doac:title>
<doac:organization>Nanyang Technological University</doac:organization>
<doac:start-date>2000-09-01</doac:start-date>
<doac:end-date>2005-06-15</doac:end-date>
</doac:Degree>
</doac:education>
<doac:skill>
<doac:LanguageSkill>
<doac:language>en</doac:language>
<doac:reads rdf:resource=" http://ramonantonio.net/doac/0.1/#nativelevel " />
<doac:writes rdf:resource=" http://ramonantonio.net/doac/0.1/#nativelevel " />
<doac:speaks rdf:resource=" http://ramonantonio.net/doac/0.1/#nativelevel " />
</doac:LanguageSkill>
</doac:skill>
</foaf:Person>
Such metadata is especially beneficial when someone is looking for a job or wants to describe the cornerstones
of their career in a machine-processable format. Consequently, DOAC files could be used to enable software agents to
make automatic job offers according to their qualification and experience.
Dublin Core
Dublin Core is a fundamental group of metadata elements developed and distributed by the Dublin Core Metadata
Initiative (DCMI) and standardized by the International Organization for Standardization (ISO 15836 [101]), the
Internet Engineering Task Force (IETF) (RFC 5013 [102]), and the American National Standards Institute (ANSI/NISO
Z39.85-2007 [103]). Dublin Core metadata is often used in (X)HTML document head sections (similar to general meta
tags), in attributes of XHTML+RDFa documents, and in other files such as feed channels. It can be expressed using
meta and link (X)HTML elements, RDFa, RDF/XML representation, and plain XML [104]. The Dublin Core syntax is
provided in the reference model defined by the Dublin Core Abstract Model specification [105].
 
Search WWH ::




Custom Search