Initial revision
[mir.git] / doc / DC.txt
1 Dublin Core (http://purl.org/DC)
2 ----------------------------------------------------------------
3
4 Bei der Dublin Core Metadata Initiative handelt es sich um ein 
5 Projekt, dass einen "common core of semantics for resource 
6 description" schafft. Selbstdarstellung unter 
7
8         http://purl.org/DC/about/index.htm
9
10
11 Die Datenbankstruktur von Webdb/NA von der Bennenung soweit moeglich
12 an das
13
14  "Dublin Core Metadata Element Set, Version 1.1: Reference Description
15   Beschreibung unter http://purl.org/DC/documents/rec-dces-19990702.htm"
16
17 angelehnt. Dublin Core Metadaten werden entsprechend untenstehendem Matching
18 in die Header der produzierten Seiten geschrieben...
19
20
21 Matching:
22
23 Dublin Core umfasst 15 Attribute. Beschreibung der Attribute siehe oben.
24 Angaben in eckigen Klammern beziehen sich auf Funktionalitaeten, die z.Z.
25 noch nicht implementiert sind.
26
27 Im folgenden, wie die DC-Attribute in den Tabellen repraesentiert sind:
28
29 MEDIA/IMAGE Tabelle:
30
31 1.      DC Element: Title  
32         MEDIA Element: title
33
34 2.      DC Element: Creator
35         MEDIA Element: creator / to_creator
36
37 3.      DC Element: Subject
38         MEDIA Element: keywords [/ keywords n:m]
39
40 4.      DC Element: Description
41         MEDIA Element: desciption
42
43 5.      DC Element: Publisher
44         MEDIA Element: to_publisher
45
46 6.      DC Element: Contributor
47         MEDIA Element: to_publisher
48
49 7.      DC Element: Date
50         MEDIA Element: publish_date
51
52 8.      DC Element: Type
53         MEDIA Element: to_media_type.dcname
54
55 9.      DC Element: Format
56         MEDIA Element: to_img_format.mimetype
57         [fuer video/audio dann analog]
58
59 10.     Element: Identifier
60         MEDIA Element: publish_server + publish_path
61
62 11.     DC Element: Source
63         MEDIA Element: source
64
65 12.     DC Element: Language
66         MEDIA Element to_lang
67
68 13.     DC Element: Relation
69         MEDIA Element: to_media_folder
70
71 14.     DC Element: Coverage
72         MEDIA Element: place [ / to_place]
73
74 15.     DC Element: Rights
75         MEDIA Element: to_rights
76
77 -------------------------------------------------------------------------
78
79
80 CONTENT Tabelle:
81 MEDIA/IMAGE Tabelle:
82
83 1.      DC Element: Title  
84         MEDIA Element: title
85
86 2.      DC Element: Creator
87         MEDIA Element: creator / to_creator
88
89 3.      DC Element: Subject
90         MEDIA Element: keywords [/ keywords n:m]
91
92 4.      DC Element: Description
93         MEDIA Element: desciption
94
95 5.      DC Element: Publisher
96         MEDIA Element: to_publisher
97
98 6.      DC Element: Contributor
99         MEDIA Element: to_publisher
100
101 7.      DC Element: Date
102         MEDIA Element: publish_date
103
104 8.      DC Element: Type
105         MEDIA Element: to_media_type.dcname
106
107 9.      DC Element: Format
108         MEDIA Element: to_img_format.mimetype
109         [fuer video/audio dann analog]
110
111 10.     Element: Identifier
112         MEDIA Element: publish_server + publish_path
113
114 11.     DC Element: Source
115         MEDIA Element: source
116
117 12.     DC Element: Language
118         MEDIA Element to_lang
119
120 13.     DC Element: Relation
121         MEDIA Element: to_media_folder
122
123 14.     DC Element: Coverage
124         MEDIA Element: place [ / to_place]
125
126 15.     DC Element: Rights
127         MEDIA Element: to_rights
128