]> matita.cs.unibo.it Git - helm.git/blob - helm/schemas/dctype
ocaml 3.09 transition
[helm.git] / helm / schemas / dctype
1 <?xml version="1.0"?>
2
3 <!--<!DOCTYPE rdf:RDF [
4      <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
5      <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
6      <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
7      <!ENTITY dctermsns 'http://purl.org/dc/terms/'>
8      <!ENTITY dctypens 'http://purl.org/dc/dcmitype/'>
9   ]>-->
10
11  <!DOCTYPE rdf:RDF [
12          <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
13          <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
14          <!ENTITY dcns 'http://www.cs.unibo.it/~schena/dces#'>
15          <!ENTITY dctermsns 'http://www.cs.unibo.it/~schena/dcq#'>
16          <!ENTITY dctypens 'http://www.cs.unibo.it/~schena/dctype#'>
17  ]>
18
19  <rdf:RDF 
20          xmlns:rdf="&rdfns;"
21          xmlns:rdfs="&rdfsns;"
22          xmlns:dc="&dcns;"
23          xmlns:dcterms="&dctermsns;"
24          xmlns:dctype="&dctypens;">         
25 <!--ERROR: namespace
26          xmlns:dcmitype="&dctypens;" --> 
27
28
29 <rdf:Description rdf:about="&dctypens;">
30     <dc:title xml:lang="en-US">The DCMI Types namespace providing access to its content by means of an RDF Schema</dc:title>
31     <dc:publisher xml:lang="en-US">The Dublin Core Metadata Initiative</dc:publisher>
32     <dc:description xml:lang="en-US"> The Dublin Core Types namespace provides URIs for the entries of the DCMI Type Vocabulary. Entries are declared using RDF Schema language to support RDF applications.  The Schema will be updated according to dc-usage decisions.  </dc:description>
33     <dc:language xml:lang="en-US">English</dc:language>
34     <dcterms:requires 
35         rdf:resource="http://dublincore.org/documents/dcmi-type-vocabulary/"/>
36     <dc:source 
37       rdf:resource="http://dublincore.org/documents/dcmi-type-vocabulary/"/>
38     <dc:source rdf:resource="http://dublincore.org/usage/terms/"/>
39     <dcterms:requires rdf:resource="http://purl.org/dc/elements/1.1/"/>
40     <dcterms:isReferencedBy rdf:resource="http://purl.org/dc/terms/"/>
41     <dcterms:issued>2000-07-11</dcterms:issued>
42     <dcterms:modified>2002-05-22</dcterms:modified>
43   </rdf:Description>
44
45
46  <dcterms:TypeScheme rdf:about="&dctermsns;DCMIType">
47    <rdf:type rdf:resource="&rdfsns;Class"/> 
48    <dc:description xml:lang="en-US">The DCMI Type Vocabulary provides a general, 
49 cross-domain list of approved terms that may be used as values for the 
50 Resource Type element to identify the genre of a resource.</dc:description>
51    <dcterms:issued>2000-07-11</dcterms:issued>
52  </dcterms:TypeScheme>
53
54
55  <dcterms:DCMIType rdf:about="&dctypens;Collection">
56    <rdfs:label xml:lang="en-US">Collection</rdfs:label>
57    <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
58    <rdfs:comment xml:lang="en-US">A collection is an aggregation of items. The term collection means that the resource is described as a group; its parts may be separately described and navigated.</rdfs:comment>
59    <rdf:type rdf:resource="&rdfsns;Class"/>
60    <dcterms:issued>2000-07-11</dcterms:issued>
61  </dcterms:DCMIType>
62
63  <dcterms:DCMIType rdf:about="&dctypens;Dataset">
64    <rdfs:label xml:lang="en-US">Dataset</rdfs:label>
65    <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
66    <rdfs:comment xml:lang="en-US">A dataset is information encoded in a defined structure (for example, lists, tables, and databases), intended to be useful for direct machine processing.</rdfs:comment>
67    <rdf:type rdf:resource="&rdfsns;Class"/>
68    <dcterms:issued>2000-07-11</dcterms:issued>
69  </dcterms:DCMIType>
70
71  <dcterms:DCMIType rdf:about="&dctypens;Event">
72    <rdfs:label xml:lang="en-US">Event</rdfs:label>
73    <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
74    <rdfs:comment xml:lang="en-US">An event is a non-persistent, time-based 
75      occurrence. Metadata for an event provides descriptive information that 
76      is the basis for discovery of the purpose, location, duration, responsible agents, and links to related events and resources. The resource of type Event may not be retrievable if the described instantiation has expired or is yet to occur. Examples - exhibition, web-cast, conference, workshop, open-day, performance, battle, trial, wedding, tea-party, conflagration.</rdfs:comment>
77    <rdf:type rdf:resource="&rdfsns;Class"/>
78    <dcterms:issued>2000-07-11</dcterms:issued>
79  </dcterms:DCMIType>
80
81  <dcterms:DCMIType rdf:about="&dctypens;Image">
82    <rdfs:label xml:lang="en-US">Image</rdfs:label>
83    <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
84    <rdfs:comment xml:lang="en-US">An image is a primarily symbolic visual representation other than text. For example - images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that image may include both electronic and physical representations.</rdfs:comment>
85    <rdf:type rdf:resource="&rdfsns;Class"/>
86    <dcterms:issued>2000-07-11</dcterms:issued>
87  </dcterms:DCMIType>
88
89  <dcterms:DCMIType rdf:about="&dctypens;InteractiveResource">
90    <rdfs:label xml:lang="en-US">Interactive Resource</rdfs:label>
91    <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
92    <rdfs:comment xml:lang="en-US">An interactive resource is a resource which requires interaction from the user to be understood, executed, or experienced. For example - forms on web pages, applets, multimedia learning objects, chat services, virtual reality.</rdfs:comment>
93    <rdf:type rdf:resource="&rdfsns;Class"/>
94    <dcterms:issued>2000-07-11</dcterms:issued>
95  </dcterms:DCMIType>
96
97  <dcterms:DCMIType rdf:about="&dctypens;Software">
98    <rdfs:label xml:lang="en-US">Software</rdfs:label>
99    <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
100    <rdfs:comment xml:lang="en-US">Software is a computer program in source or compiled form which may be available for installation non-transiently on another machine. For software which exists only to create an interactive environment, use interactive instead.</rdfs:comment>
101    <rdf:type rdf:resource="&rdfsns;Class"/>
102    <dcterms:issued>2000-07-11</dcterms:issued>
103  </dcterms:DCMIType>
104
105  <dcterms:DCMIType rdf:about="&dctypens;Service">
106    <rdfs:label xml:lang="en-US">Service</rdfs:label>
107    <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
108    <rdfs:comment xml:lang="en-US">A service is a system that provides one or more functions of value to the end-user. Examples include: a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.</rdfs:comment>
109    <rdf:type rdf:resource="&rdfsns;Class"/>
110    <dcterms:issued>2000-07-11</dcterms:issued>
111  </dcterms:DCMIType>
112
113  <dcterms:DCMIType rdf:about="&dctypens;Sound">
114    <rdfs:label xml:lang="en-US">Sound</rdfs:label>
115    <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
116    <rdfs:comment xml:lang="en-US">A sound is a resource whose content is primarily intended to be rendered as audio. For example - a music playback file format, an audio compact disc, and recorded speech or sounds.</rdfs:comment>
117    <rdf:type rdf:resource="&rdfsns;Class"/>
118    <dcterms:issued>2000-07-11</dcterms:issued>
119  </dcterms:DCMIType>
120
121  <dcterms:DCMIType rdf:about="&dctypens;Text">
122    <rdfs:label xml:lang="en-US">Text</rdfs:label>
123    <rdfs:isDefinedBy rdf:resource="&dctypens;"/>
124    <rdfs:comment xml:lang="en-US">A text is a resource whose content is primarily words for reading. For example - books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre text.</rdfs:comment>
125    <rdf:type rdf:resource="&rdfsns;Class"/>
126    <dcterms:issued>2000-07-11</dcterms:issued>
127  </dcterms:DCMIType>
128
129  </rdf:RDF>