Difference between revisions of "Template:Concept scheme/doc"

From TDWG Terms Wiki
Jump to: navigation, search
m (note on setting a default category)
m (+property relation)
Line 4: Line 4:
  
 
== Usage ==
 
== Usage ==
It should be called in the following format:
+
It has the following parameter with corresponding properties listed below:
<pre>
+
<div class="no-pre-border">
{{Concept scheme
+
<nowiki>{{</nowiki>Concept scheme
|title=
+
|title=                       → [[property: dc:title]]
|description=
+
|description=                 → [[property: dc:description]]
|notes=
+
|notes=                       → [[property: skos:note]]
|creators=
+
|creators=                     ;-separated value → [[property: dc:creator]]
|contributors=
+
|contributors=                 ;-separated value → [[property: dc:creator]]
|preferred namespace prefix=
+
|preferred namespace prefix=   → ??
|preferred namespace uri=
+
|preferred namespace uri=     → [[property: vann:preferredNamespaceUri]]
}}
+
}}
</pre>
+
</div>
 
[[:Category: skos:ConceptScheme]] will be set by this template automatically.
 
[[:Category: skos:ConceptScheme]] will be set by this template automatically.
  

Revision as of 15:25, 10 September 2012

This is a documentation subpage for Template:Concept scheme (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

This is the "Concept scheme" template. For those schemes see category: skos:ConceptScheme.

Usage

It has the following parameter with corresponding properties listed below:

{{Concept scheme
|title=                        → property: dc:title
|description=                  → property: dc:description
|notes=                        → property: skos:note
|creators=                     ;-separated value → property: dc:creator
|contributors=                 ;-separated value → property: dc:creator
|preferred namespace prefix=   → ??
|preferred namespace uri=      → property: vann:preferredNamespaceUri
}}

Category: skos:ConceptScheme will be set by this template automatically.

Background /Technical documentation

It is a concept scheme that has an expert group that together takes responsibility for the collection of terms. Within a scheme concepts may further be organized into collections. Collections never have independent authorship. Scheme is like a publication, collection may be like subheadings within a publication.

┌── scheme e.g.: AC, DwC, DC ──┐    → this template
·  has authorship/expert group ·      “concept scheme/doc”
·                              · 
· ┌ collection ─────────┐ ……………………… → template:
· · contributor/creator ·      ·      concept collection
· · concept             ·      · 
· · concept …………………………………………………………… → template: concept
· └─────────────────────┘      · 
·                              · 
· ┌ collection ─────────┐      · 
· ·  ┌ collection ───┐  ·      · 
· ·  └───────────────┘  ·      · 
· ·  ┌ collection ───┐  ·      · 
· ·  └───────────────┘  ·      · 
· └─────────────────────┘      · 
·                              · 
· ┌ collection ─────────┐      · 
· · contributor/creator ·      · 
· · concept             ·      · 
· · concept             ·      · 
· └─────────────────────┘      · 
·                              · 
└──────────────────────────────┘
concept      concept        concept
scheme     collection        scheme 
        ↖↘     ↓↑        ↙↗
concept ⇄ concept relation ⇄ concept
             template
        ↙↗     ↓↑        ↖↘
       …    concept        …
           collection


See also