Source Code Cross Referenced for DC_11.java in  » RSS-RDF » Jena-2.5.5 » com » hp » hpl » jena » vocabulary » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » Jena 2.5.5 » com.hp.hpl.jena.vocabulary 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * (c) Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP
003:         * [See end of file]
004:         */
005:
006:        /* CVS $Id: DC_11.java,v 1.8 2008/01/02 12:07:29 andy_seaborne Exp $ */
007:        package com.hp.hpl.jena.vocabulary;
008:
009:        import com.hp.hpl.jena.rdf.model.*;
010:
011:        /**
012:         * Vocabulary definitions from file:vocabularies/dublin-core_11.xml 
013:         * @author Auto-generated by schemagen on 13 May 2003 08:51 
014:         */
015:        public class DC_11 {
016:            /** <p>The RDF model that holds the vocabulary terms</p> */
017:            private static Model m_model = ModelFactory.createDefaultModel();
018:
019:            /** <p>The namespace of the vocabalary as a string ({@value})</p> */
020:            public static final String NS = "http://purl.org/dc/elements/1.1/";
021:
022:            /** <p>The namespace of the vocabalary as a string</p>
023:             *  @see #NS */
024:            public static String getURI() {
025:                return NS;
026:            }
027:
028:            /** <p>The namespace of the vocabalary as a resource</p> */
029:            public static final Resource NAMESPACE = m_model.createResource(NS);
030:
031:            /** <p>A name given to the resource.</p> */
032:            public static final Property title = m_model
033:                    .createProperty("http://purl.org/dc/elements/1.1/title");
034:
035:            /** <p>An entity primarily responsible for making the content of the resource.</p> */
036:            public static final Property creator = m_model
037:                    .createProperty("http://purl.org/dc/elements/1.1/creator");
038:
039:            /** <p>The topic of the content of the resource.</p> */
040:            public static final Property subject = m_model
041:                    .createProperty("http://purl.org/dc/elements/1.1/subject");
042:
043:            /** <p>An account of the content of the resource.</p> */
044:            public static final Property description = m_model
045:                    .createProperty("http://purl.org/dc/elements/1.1/description");
046:
047:            /** <p>An entity responsible for making the resource available</p> */
048:            public static final Property publisher = m_model
049:                    .createProperty("http://purl.org/dc/elements/1.1/publisher");
050:
051:            /** <p>An entity responsible for making contributions to the content of the resource.</p> */
052:            public static final Property contributor = m_model
053:                    .createProperty("http://purl.org/dc/elements/1.1/contributor");
054:
055:            /** <p>A date associated with an event in the life cycle of the resource.</p> */
056:            public static final Property date = m_model
057:                    .createProperty("http://purl.org/dc/elements/1.1/date");
058:
059:            /** <p>The nature or genre of the content of the resource.</p> */
060:            public static final Property type = m_model
061:                    .createProperty("http://purl.org/dc/elements/1.1/type");
062:
063:            /** <p>The physical or digital manifestation of the resource.</p> */
064:            public static final Property format = m_model
065:                    .createProperty("http://purl.org/dc/elements/1.1/format");
066:
067:            /** <p>An unambiguous reference to the resource within a given context.</p> */
068:            public static final Property identifier = m_model
069:                    .createProperty("http://purl.org/dc/elements/1.1/identifier");
070:
071:            /** <p>A reference to a resource from which the present resource is derived.</p> */
072:            public static final Property source = m_model
073:                    .createProperty("http://purl.org/dc/elements/1.1/source");
074:
075:            /** <p>A language of the intellectual content of the resource.</p> */
076:            public static final Property language = m_model
077:                    .createProperty("http://purl.org/dc/elements/1.1/language");
078:
079:            /** <p>A reference to a related resource.</p> */
080:            public static final Property relation = m_model
081:                    .createProperty("http://purl.org/dc/elements/1.1/relation");
082:
083:            /** <p>The extent or scope of the content of the resource.</p> */
084:            public static final Property coverage = m_model
085:                    .createProperty("http://purl.org/dc/elements/1.1/coverage");
086:
087:            /** <p>Information about rights held in and over the resource.</p> */
088:            public static final Property rights = m_model
089:                    .createProperty("http://purl.org/dc/elements/1.1/rights");
090:
091:        }
092:
093:        /*
094:         *  (c) Copyright 2003, 2004, 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP
095:         *  All rights reserved.
096:         *
097:         * Redistribution and use in source and binary forms, with or without
098:         * modification, are permitted provided that the following conditions
099:         * are met:
100:         * 1. Redistributions of source code must retain the above copyright
101:         *    notice, this list of conditions and the following disclaimer.
102:         * 2. Redistributions in binary form must reproduce the above copyright
103:         *    notice, this list of conditions and the following disclaimer in the
104:         *    documentation and/or other materials provided with the distribution.
105:         * 3. The name of the author may not be used to endorse or promote products
106:         *    derived from this software without specific prior written permission.
107:
108:         * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
109:         * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
110:         * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
111:         * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
112:         * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
113:         * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
114:         * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
115:         * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
116:         * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
117:         * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
118:         */
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.