KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > hp > hpl > jena > vocabulary > DCTerms


1 /*
2  * (c) Copyright 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP
3  * [See end of file]
4  */

5
6 /* CVS $Id: DCTerms.java,v 1.5 2005/02/21 12:21:29 andy_seaborne Exp $ */
7 package com.hp.hpl.jena.vocabulary;
8
9 import com.hp.hpl.jena.rdf.model.*;
10  
11 /**
12  * Vocabulary definitions from vocabularies/dublin-core_terms.xml
13  * @author Auto-generated by schemagen on 13 May 2003 08:53
14  */

15 public class DCTerms {
16     /** <p>The RDF model that holds the vocabulary terms</p> */
17     private static Model m_model = ModelFactory.createDefaultModel();
18     
19     /** <p>The namespace of the vocabalary as a string ({@value})</p> */
20     public static final String JavaDoc NS = "http://purl.org/dc/terms/";
21     
22     /** <p>The namespace of the vocabalary as a string</p>
23      * @see #NS */

24     public static String JavaDoc getURI() {return NS;}
25     
26     /** <p>The namespace of the vocabalary as a resource</p> */
27     public static final Resource NAMESPACE = m_model.createResource( NS );
28     
29     /** <p>A class of entity for whom the resource is intended or useful.</p> */
30     public static final Property audience = m_model.createProperty( "http://purl.org/dc/terms/audience" );
31     
32     /** <p>Any form of the title used as a substitute or alternative to the formal title
33      * of the resource.</p>
34      */

35     public static final Property alternative = m_model.createProperty( "http://purl.org/dc/terms/alternative" );
36     
37     /** <p>A list of subunits of the content of the resource.</p> */
38     public static final Property tableOfContents = m_model.createProperty( "http://purl.org/dc/terms/tableOfContents" );
39     
40     /** <p>A summary of the content of the resource.</p> */
41     public static final Property dcAbstract = m_model.createProperty( "http://purl.org/dc/terms/abstract" );
42     
43     /** <p>Date of creation of the resource.</p> */
44     public static final Property created = m_model.createProperty( "http://purl.org/dc/terms/created" );
45     
46     /** <p>Date (often a range) of validity of a resource.</p> */
47     public static final Property valid = m_model.createProperty( "http://purl.org/dc/terms/valid" );
48     
49     /** <p>Date (often a range) that the resource will become or did become available.</p> */
50     public static final Property available = m_model.createProperty( "http://purl.org/dc/terms/available" );
51     
52     /** <p>Date of formal issuance (e.g., publication) of the resource.</p> */
53     public static final Property issued = m_model.createProperty( "http://purl.org/dc/terms/issued" );
54     
55     /** <p>Date on which the resource was changed.</p> */
56     public static final Property modified = m_model.createProperty( "http://purl.org/dc/terms/modified" );
57     
58     /** <p>The size or duration of the resource.</p> */
59     public static final Property extent = m_model.createProperty( "http://purl.org/dc/terms/extent" );
60     
61     /** <p>The material or physical carrier of the resource.</p> */
62     public static final Property medium = m_model.createProperty( "http://purl.org/dc/terms/medium" );
63     
64     /** <p>The described resource is a version, edition, or adaptation of the referenced
65      * resource. Changes in version imply substantive changes in content rather than
66      * differences in format.</p>
67      */

68     public static final Property isVersionOf = m_model.createProperty( "http://purl.org/dc/terms/isVersionOf" );
69     
70     /** <p>The described resource has a version, edition, or adaptation, namely, the
71      * referenced resource.</p>
72      */

73     public static final Property hasVersion = m_model.createProperty( "http://purl.org/dc/terms/hasVersion" );
74     
75     /** <p>The described resource is supplanted, displaced, or superseded by the referenced
76      * resource.</p>
77      */

78     public static final Property isReplacedBy = m_model.createProperty( "http://purl.org/dc/terms/isReplacedBy" );
79     
80     /** <p>The described resource supplants, displaces, or supersedes the referenced
81      * resource.</p>
82      */

83     public static final Property replaces = m_model.createProperty( "http://purl.org/dc/terms/replaces" );
84     
85     /** <p>The described resource is required by the referenced resource, either physically
86      * or logically.</p>
87      */

88     public static final Property isRequiredBy = m_model.createProperty( "http://purl.org/dc/terms/isRequiredBy" );
89     
90     /** <p>The described resource requires the referenced resource to support its function,
91      * delivery, or coherence of content.</p>
92      */

93     public static final Property requires = m_model.createProperty( "http://purl.org/dc/terms/requires" );
94     
95     /** <p>The described resource is a physical or logical part of the referenced resource.</p> */
96     public static final Property isPartOf = m_model.createProperty( "http://purl.org/dc/terms/isPartOf" );
97     
98     /** <p>The described resource includes the referenced resource either physically
99      * or logically.</p>
100      */

101     public static final Property hasPart = m_model.createProperty( "http://purl.org/dc/terms/hasPart" );
102     
103     /** <p>The described resource is referenced, cited, or otherwise pointed to by the
104      * referenced resource.</p>
105      */

106     public static final Property isReferencedBy = m_model.createProperty( "http://purl.org/dc/terms/isReferencedBy" );
107     
108     /** <p>The described resource references, cites, or otherwise points to the referenced
109      * resource.</p>
110      */

111     public static final Property references = m_model.createProperty( "http://purl.org/dc/terms/references" );
112     
113     /** <p>The described resource is the same intellectual content of the referenced
114      * resource, but presented in another format.</p>
115      */

116     public static final Property isFormatOf = m_model.createProperty( "http://purl.org/dc/terms/isFormatOf" );
117     
118     /** <p>The described resource pre-existed the referenced resource, which is essentially
119      * the same intellectual content presented in another format.</p>
120      */

121     public static final Property hasFormat = m_model.createProperty( "http://purl.org/dc/terms/hasFormat" );
122     
123     /** <p>A reference to an established standard to which the resource conforms.</p> */
124     public static final Property conformsTo = m_model.createProperty( "http://purl.org/dc/terms/conformsTo" );
125     
126     /** <p>Spatial characteristics of the intellectual content of the resoure.</p> */
127     public static final Property spatial = m_model.createProperty( "http://purl.org/dc/terms/spatial" );
128     
129     /** <p>Temporal characteristics of the intellectual content of the resource.</p> */
130     public static final Property temporal = m_model.createProperty( "http://purl.org/dc/terms/temporal" );
131     
132     /** <p>A class of entity that mediates access to the resource and for whom the resource
133      * is intended or useful.</p>
134      */

135     public static final Property mediator = m_model.createProperty( "http://purl.org/dc/terms/mediator" );
136     
137     /** <p>Date of acceptance of the resource (e.g. of thesis by university department,
138      * of article by journal, etc.).</p>
139      */

140     public static final Property dateAccepted = m_model.createProperty( "http://purl.org/dc/terms/dateAccepted" );
141     
142     /** <p>Date of a statement of copyright.</p> */
143     public static final Property dateCopyrighted = m_model.createProperty( "http://purl.org/dc/terms/dateCopyrighted" );
144     
145     /** <p>Date of submission of the resource (e.g. thesis, articles, etc.).</p> */
146     public static final Property dateSubmitted = m_model.createProperty( "http://purl.org/dc/terms/dateSubmitted" );
147     
148     /** <p>A general statement describing the education or training context. Alternatively,
149      * a more specific statement of the location of the audience in terms of its
150      * progression through an education or training context.</p>
151      */

152     public static final Property educationLevel = m_model.createProperty( "http://purl.org/dc/terms/educationLevel" );
153     
154     /** <p>Information about who can access the resource or an indication of its security
155      * status.</p>
156      */

157     public static final Property accessRights = m_model.createProperty( "http://purl.org/dc/terms/accessRights" );
158     
159     /** <p>A bibliographic reference for the resource.</p> */
160     public static final Property bibliographicCitation = m_model.createProperty( "http://purl.org/dc/terms/bibliographicCitation" );
161     
162     /** <p>A set of subject encoding schemes and/or formats</p> */
163     public static final Resource SubjectScheme = m_model.createResource( "http://purl.org/dc/terms/SubjectScheme" );
164     
165     /** <p>A set of date encoding schemes and/or formats</p> */
166     public static final Resource DateScheme = m_model.createResource( "http://purl.org/dc/terms/DateScheme" );
167     
168     /** <p>A set of format encoding schemes.</p> */
169     public static final Resource FormatScheme = m_model.createResource( "http://purl.org/dc/terms/FormatScheme" );
170     
171     /** <p>A set of language encoding schemes and/or formats.</p> */
172     public static final Resource LanguageScheme = m_model.createResource( "http://purl.org/dc/terms/LanguageScheme" );
173     
174     /** <p>A set of geographic place encoding schemes and/or formats</p> */
175     public static final Resource SpatialScheme = m_model.createResource( "http://purl.org/dc/terms/SpatialScheme" );
176     
177     /** <p>A set of encoding schemes for the coverage qualifier "temporal"</p> */
178     public static final Resource TemporalScheme = m_model.createResource( "http://purl.org/dc/terms/TemporalScheme" );
179     
180     /** <p>A set of resource type encoding schemes and/or formats</p> */
181     public static final Resource TypeScheme = m_model.createResource( "http://purl.org/dc/terms/TypeScheme" );
182     
183     /** <p>A set of resource identifier encoding schemes and/or formats</p> */
184     public static final Resource IdentifierScheme = m_model.createResource( "http://purl.org/dc/terms/IdentifierScheme" );
185     
186     /** <p>A set of resource relation encoding schemes and/or formats</p> */
187     public static final Resource RelationScheme = m_model.createResource( "http://purl.org/dc/terms/RelationScheme" );
188     
189     /** <p>A set of source encoding schemes and/or formats</p> */
190     public static final Resource SourceScheme = m_model.createResource( "http://purl.org/dc/terms/SourceScheme" );
191     
192     /** <p>Library of Congress Subject Headings</p> */
193     public static final Resource LCSH = m_model.createResource( "http://purl.org/dc/terms/LCSH" );
194     
195     /** <p>Medical Subject Headings</p> */
196     public static final Resource MESH = m_model.createResource( "http://purl.org/dc/terms/MESH" );
197     
198     /** <p>Dewey Decimal Classification</p> */
199     public static final Resource DDC = m_model.createResource( "http://purl.org/dc/terms/DDC" );
200     
201     /** <p>Library of Congress Classification</p> */
202     public static final Resource LCC = m_model.createResource( "http://purl.org/dc/terms/LCC" );
203     
204     /** <p>Universal Decimal Classification</p> */
205     public static final Resource UDC = m_model.createResource( "http://purl.org/dc/terms/UDC" );
206     
207     /** <p>A list of types used to categorize the nature or genre of the content of the
208      * resource.</p>
209      */

210     public static final Resource DCMIType = m_model.createResource( "http://purl.org/dc/terms/DCMIType" );
211     
212     /** <p>The Internet media type of the resource.</p> */
213     public static final Resource IMT = m_model.createResource( "http://purl.org/dc/terms/IMT" );
214     
215     /** <p>ISO 639-2: Codes for the representation of names of languages.</p> */
216     public static final Resource ISO639_2 = m_model.createResource( "http://purl.org/dc/terms/ISO639-2" );
217     
218     /** <p>Internet RFC 1766 'Tags for the identification of Language' specifies a two
219      * letter code taken from ISO 639, followed optionally by a two letter country
220      * code taken from ISO 3166.</p>
221      */

222     public static final Resource RFC1766 = m_model.createResource( "http://purl.org/dc/terms/RFC1766" );
223     
224     /** <p>A URI Uniform Resource Identifier</p> */
225     public static final Resource URI = m_model.createResource( "http://purl.org/dc/terms/URI" );
226     
227     /** <p>The DCMI Point identifies a point in space using its geographic coordinates.</p> */
228     public static final Resource Point = m_model.createResource( "http://purl.org/dc/terms/Point" );
229     
230     /** <p>ISO 3166 Codes for the representation of names of countries</p> */
231     public static final Resource ISO3166 = m_model.createResource( "http://purl.org/dc/terms/ISO3166" );
232     
233     /** <p>The DCMI Box identifies a region of space using its geographic limits.</p> */
234     public static final Resource Box = m_model.createResource( "http://purl.org/dc/terms/Box" );
235     
236     /** <p>The Getty Thesaurus of Geographic Names</p> */
237     public static final Resource TGN = m_model.createResource( "http://purl.org/dc/terms/TGN" );
238     
239     /** <p>A specification of the limits of a time interval.</p> */
240     public static final Resource Period = m_model.createResource( "http://purl.org/dc/terms/Period" );
241     
242     /** <p>W3C Encoding rules for dates and times - a profile based on ISO 8601</p> */
243     public static final Resource W3CDTF = m_model.createResource( "http://purl.org/dc/terms/W3CDTF" );
244     
245     /** <p>Internet RFC 3066 'Tags for the Identification of Languages' specifies a primary
246      * subtag which is a two-letter code taken from ISO 639 part 1 or a three-letter
247      * code taken from ISO 639 part 2, followed optionally by a two-letter country
248      * code taken from ISO 3166. When a language in ISO 639 has both a two-letter
249      * and three-letter code, use the two-letter code; when it has only a three-letter
250      * code, use the three-letter code. This RFC replaces RFC 1766.</p>
251      */

252     public static final Resource RFC3066 = m_model.createResource( "http://purl.org/dc/terms/RFC3066" );
253     
254 }
255
256 /*
257  * (c) Copyright 2003, 2004, 2005 Hewlett-Packard Development Company, LP
258  * All rights reserved.
259  *
260  * Redistribution and use in source and binary forms, with or without
261  * modification, are permitted provided that the following conditions
262  * are met:
263  * 1. Redistributions of source code must retain the above copyright
264  * notice, this list of conditions and the following disclaimer.
265  * 2. Redistributions in binary form must reproduce the above copyright
266  * notice, this list of conditions and the following disclaimer in the
267  * documentation and/or other materials provided with the distribution.
268  * 3. The name of the author may not be used to endorse or promote products
269  * derived from this software without specific prior written permission.
270
271  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
272  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
273  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
274  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
275  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
276  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
277  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
278  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
279  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
280  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
281  */

282
283
Popular Tags