HTML and CSS Reference
In-Depth Information
Listing 7-91. Combining DC and vCard with Math-Net
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf=" http://www.w3.org/1999/02/22-rdf-syntax-ns# "
xmlns:dc=" http://purl.org/dc/elements/1.1/ "
xmlns:rdfs=" http://www.w3.org/2000/01/rdf-schema# "
xmlns:vCard=" http://www.w3.org/2001/vcard-rdf/3.0# " >
<rdf:Description>
<dc:creator>
<rdf:Description rdf:about="http://jsmith.com/about.htm">
<rdfs:label>John Smith</rdfs:label>
<vCard:FN>John Smith</vCard:FN>
<vCard:N rdf:parseType="Resource">
<vCard:Family>Smith</vCard:Family>
<vCard:Given>John</vCard:Given>
<vCard:Prefix>Dr</vCard:Prefix>
</vCard:N>
<vCard:BDAY>1976-05-12</vCard:BDAY>
</rdf:Description>
</dc:creator>
</rdf:Description>
</rdf:RDF>
It is important to keep in mind that Dublin Core element name conventions and XML element nestings do not
consequently apply to all the other metadata schemas.
Some vocabulary from the Math-Net schemes can be used to extend descriptions of persons expressed by other
vocabularies, including Dublin Core and vCard [160].
DC, IMS, and ODRL
When using the XML or RDF/XML syntax, Dublin Core can be used in combination with external metadata vocabularies
such as IEEE Learning Object Metadata (IMS) [161] or Open Digital Rights Language (ODRL) metadata [162]. For
example, the storage, preservation, and retrieval of digital learning materials at universities can be properly provided by
the combination of Dublin Core, LOM, and local labels describing learning materials when using the Greenstone digital
library software [163].
For example, an online educational system can be described accurately by three different types of metadata
(Listing 7-92).
Listing 7-92. A Combination of DC, IMS, and ODRL
<record
xmlns="http://www.example.org/virtualtutor/"
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance "
xsi:schemaLocation="http://www.example.org/virtualtutor/
http://www.example.org/virtualtutor/schema.xsd"
xmlns:dc=" http://purl.org/dc/elements/1.1/ "
xmlns:dcterms=" http://purl.org/dc/terms/ "
xmlns:oex=" http://odrl.net/1.0/ODRL-EX "
xmlns:odd=" http://odrl.net/1.0/ODRL-DD "
 
Search WWH ::




Custom Search