|
|
hasPart
Element Semantics (Definition)
The described resource includes the referenced resource either physically or logically.
General
- Name:
hasPart
- Label:
Has Part
- Namespace:
http://purl.org/dc/terms/
- Registration Authority:
Dublin Core Metadata Initiative (DCMI)
- Notes:
None
Best Practices
- The «hasPart» element should be used in describing a collection of individual resources. Thus, a collection-level GEM record can contain multiple «hasPart» elements with each describing (i.e., 'value string') or identifying (i.e., 'value URI') an individual entity in that collection.
- GEM discourages the use of simple textual descriptions of the related resource (i.e., a 'value string') and instead encourages the use of a 'value URI'--i.e., a URIref that can provide a direct link to the related resource.
Metadata Encodings Examples
- Resource Description Framework (RDF/XML)
Example #1 (using a 'value string'):
<?xml version='1.0' encoding='UTF-8'?>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:dcterms='http://purl.org/dc/terms/'>
<rdf:Description>
<dcterms:hasPart>
Lesson Plan 1: Introduction to the Pythagorean Theorem
</dcterms:hasPart>
<dcterms:hasPart>
Lesson Plan 2: Advanced Pythagorean Theorem
</dcterms:hasPart>
</rdf:Description>
</rdf:RDF>
Example #2 (using a 'value URI'):
<?xml version='1.0' encoding='UTF-8'?>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:dcterms='http://purl.org/dc/terms/'>
<rdf:Description>
<dcterms:hasPart rdf:resource='http://lessons.com/lessonPlan-1.html'/>
<dcterms:hasPart rdf:resource='http://lessons.com/lessonPlan-2.html'/>
</rdf:Description>
</rdf:RDF>
- XML (Tags & Attributes)
Example #1 (using a 'value string'):
<?xml version='1.0' encoding='UTF-8'?>
<record xmlns:dcterms='http://purl.org/dc/terms/'>
<dcterms:hasPart>
Lesson Plan 1: Introduction to the Pythagorean Theorem
</dcterms:hasPart>
<dcterms:hasPart>
Lesson Plan 2: Advanced Pythagorean Theorem
</dcterms:hasPart>
</record>
Example #2 (using a 'value URI'):
<?xml version='1.0' encoding='UTF-8'?>
<record xmlns:dcterms='http://purl.org/dc/terms/'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<dcterms:hasPart xsi:type='dcterms:URI'>
http://lessons.com/lessonPlan-1.html
</dcterms:hasPart>
<dcterms:hasPart xsi:type='dcterms:URI'>
http://lessons.com/lessonPlan-2.html
</dcterms:hasPart>
</record>
- Crosswalks
IEEE LOM: 7:Relation
MARC: 774 0#$n (Constituent Unit Entry/Note)
(Value URI) 774 0#$o (Constituent Unit Entry/Other identifier)
|
|
«
|
November
2008
|
»
|
| Su |
Mo |
Tu |
We |
Th |
Fr |
Sa |
|
|
|
|
|
|
1 |
| 2 |
3 |
4 |
5 |
6 |
7 |
8 |
| 9 |
10 |
11 |
12 |
13 |
14 |
15 |
| 16 |
17
|
18
|
19
|
20 |
21 |
22 |
| 23 |
24
|
25
|
26
|
27 |
28 |
29 |
| 30 |
|
|
|
|
|
|
|