]> matita.cs.unibo.it Git - helm.git/blob - helm/schemas/eor
02299f485b2bb608eb7bd8bd81ac6bc006108012
[helm.git] / helm / schemas / eor
1 <?xml version="1.0"?>
2
3 <!-- 
4   RDF Schema declaration for the EOR Toolkit Vocabulary
5  2001/03/28
6   comments, etc. to webteam <dcmi-feedback@dublincore.org>
7 -->
8
9 <!-- HELM: OLD URL OF SCHEMAS: VRP gives errors -->  
10 <!--<!DOCTYPE rdf:RDF [
11         <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
12         <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
13         <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
14         <!ENTITY eorns 'http://dublincore.org/2000/03/13/eor#'>
15 ADDED   <!ENTITY dctypens 'http://purl.org/dc/dcmitype/'>
16    ]>-->
17
18 <!DOCTYPE rdf:RDF [
19         <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
20         <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
21         <!ENTITY dcns 'http://www.cs.unibo.it/~schena/dces#'>
22         <!ENTITY eorns 'http://www.cs.unibo.it/~schena/eor#'>
23         <!ENTITY dctypens 'http://www.cs.unibo.it/~schena/dctype#'>
24    ]>
25
26 <rdf:RDF xmlns:rdf="&rdfns;"
27          xmlns:rdfs="&rdfsns;"
28          xmlns:dc="&dcns;"
29          xmlns:eor="&eorns;"
30          xmlns:dct="&dctypens;">
31
32 <eor:Schema rdf:about="&eorns;">
33   <!-- dumb down rule... use rdf:value for a simple default name -->    
34   <rdf:value>The EOR Vocabulary v1.0</rdf:value> 
35   <dc:title>The EOR Vocabulary v1.0</dc:title>
36   <dc:creator>Eric Miller, emiller@oclc.org</dc:creator>
37   <dc:contributor>Tod Matola, matola@oclc.org</dc:contributor>
38   <dc:contributor>Harry Wagner, wagnerh@oclc.org</dc:contributor>
39   <dc:description>The EOR vocabulary is a simple vocabulary intended
40   to support the EOR Toolkit and provides an additional level of
41   conformance, validation and general description beyond the
42   base-level RDF specifications specifically defined for RDF-based,
43   Dublin Core metadata applications.</dc:description>
44   <dc:date>2000-03-13</dc:date>
45 </eor:Schema>
46
47 <!-- Data Type declaration -->
48
49 <rdfs:Class rdf:ID = "DataType">
50   <rdfs:label>Data Type</rdfs:label>
51   <rdfs:comment>A data type.</rdfs:comment>
52   <rdfs:subClassOf rdf:resource ="http://www.w3.org/2000/01/rdf-schema#Literal" />
53   <rdfs:isDefinedBy rdf:resource = "&eorns;" />
54 </rdfs:Class>
55
56 <!-- Class declarations -->
57
58 <rdfs:Class rdf:ID = "Schema">
59   <rdfs:label>RDF Schema</rdfs:label>
60   <rdfs:comment>A RDF schema</rdfs:comment>
61   <rdfs:subClassOf rdf:resource ="&dctypens;Text"/>
62   <rdfs:isDefinedBy rdf:resource = "&eorns;" />
63 </rdfs:Class>
64
65 <rdfs:Class rdf:ID = "Profile">
66   <rdfs:label>Profile</rdfs:label>
67   <rdfs:comment>An application profile</rdfs:comment>
68 <!-- HELM: <rdfs:subClassOf rdf:resource = "Schema" /> ERROR -->
69   <rdfs:subClassOf rdf:resource = "#Schema" />
70   <rdfs:isDefinedBy rdf:resource = "&eorns;" />
71 </rdfs:Class>
72
73 <rdfs:Class rdf:ID = "WebPage">
74   <rdfs:label>Web Page</rdfs:label>
75   <rdfs:comment>A web page</rdfs:comment>
76   <rdfs:subClassOf rdf:resource ="&dctypens;Text"/>
77   <rdfs:isDefinedBy rdf:resource = "&eorns;" />
78 </rdfs:Class>
79
80 <!-- Additional Class relations -->
81
82 <rdf:Property rdf:ID = "alias">
83   <rdfs:label>alias</rdfs:label>
84   <rdfs:comment>An alias.</rdfs:comment>
85   <rdfs:isDefinedBy rdf:resource = "&eorns;" />
86 </rdf:Property>
87
88
89 <!-- Additional Property declarations -->
90
91 <rdf:Property rdf:ID = "label">
92   <rdfs:label>label</rdfs:label>
93   <rdfs:comment>A application-specific label.</rdfs:comment>
94   <rdfs:isDefinedBy rdf:resource = "&eorns;" />
95 </rdf:Property>
96
97 <rdf:Property rdf:ID = "comment">
98   <rdfs:label>Comment</rdfs:label>
99   <rdfs:comment>A comment or note providing additional
100   application-specific information.</rdfs:comment>
101   <rdfs:isDefinedBy rdf:resource = "&eorns;" />
102 </rdf:Property>
103
104 </rdf:RDF>