Java Doc for DAML_OIL.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 Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.hp.hpl.jena.vocabulary.DAML_OIL

DAML_OIL
public class DAML_OIL implements DAMLVocabulary(Code)

Defines a vocabulary of RDF constants used by the latest release of DAML+oil for class and property names. The contract maintained by the DAML_OIL class is that it will be periodically updated to reflect the latest release of DAML+OIL. Currently this is the March 2001 release. Older versions of the DAML+OIL vocabulary, for compatability with older ontology documents, are maintained in classes named DAML_OIL_YYYY_MM, for example DAML_OIL_2000_12.

Note that rudimentary support for multiple versions of DAML namespaces is included in this release, by the mechanism of providing methods with the same names as the static constants in the DAMLVocabulary interface. This mechanism is still under design review, and may change in future versions of Jena.

Note also that the capitalisation of the constants herein is designed to follow normal practice in the RDF community, rather than normal practice in the Java community. This is consistent with the capitalisation of constants in Jena.


author:
   Ian Dickinson, HP Labs (email)
version:
   CVS info: $Id: DAML_OIL.java,v 1.13 2008/01/02 12:07:29 andy_seaborne Exp $


Field Summary
final public static  ResourceClass
     RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).
final public static  ResourceDatatype
     RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).
final public static  ResourceDatatypeProperty
     RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).
final public static  ResourceList
     RDF resource for DAML List class.
final public static  ResourceLiteral
     Alias for rdfs:Literal in the daml namespace.
final public static  ResourceNAMESPACE_DAML
    
final public static  ResourceNothing
     RDF resource for the bottom type (i.e.
final public static  ResourceObjectProperty
     RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).
final public static  ResourceOntology
    
final public static  ResourceProperty
     Alias for rdfs:Property in the daml namespace.
final public static  ResourceRestriction
    
final public static  ResourceThing
     RDF resource for the top type (i.e.
final public static  ResourceTransitiveProperty
    
final public static  ResourceUnambiguousProperty
    
final public static  ResourceUniqueProperty
    
public static  Propertycardinality
    
public static  PropertycardinalityQ
    
final public static  Resourcecollection
     DAML namespace resource for daml:collection.
public static  Propertycomment
    
public static  PropertycomplementOf
    
public static  PropertydifferentIndividualFrom
    
public static  PropertydisjointUnionOf
    
public static  PropertydisjointWith
    
public static  Propertydomain
    
public static  PropertyequivalentTo
    
public static  Propertyfirst
    
public static  PropertyhasClass
    
public static  PropertyhasClassQ
    
public static  PropertyhasValue
    
public static  Propertyimports
    
public static  PropertyintersectionOf
    
public static  PropertyinverseOf
    
public static  PropertyisDefinedBy
    
public static  Propertyitem
    
public static  Propertylabel
    
public static  PropertymaxCardinality
    
public static  PropertymaxCardinalityQ
    
public static  PropertyminCardinality
    
public static  PropertyminCardinalityQ
    
final public static  Resourcenil
     RDF resource for the nil (empty) list.
public static  PropertyonProperty
    
public static  PropertyoneOf
    
public static  Propertyrange
    
public static  Propertyrest
    
public static  PropertysameClassAs
    
public static  PropertysameIndividualAs
    
public static  PropertysamePropertyAs
    
public static  PropertyseeAlso
    
public static  PropertysubClassOf
    
public static  PropertysubPropertyOf
    
public static  PropertytoClass
    
public static  Propertytype
    
public static  PropertyunionOf
    
public static  Propertyvalue
    
public static  PropertyversionInfo
    


Method Summary
public  ResourceClass()
     Answer the RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).
public  ResourceDatatype()
     Answer the RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).
public  ResourceDatatypeProperty()
     Answer the RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).
public  ResourceList()
     Answer the RDF resource for DAML List class.
public  ResourceLiteral()
     Answer the Alias for rdfs:Literal in the daml namespace.
public  ResourceNAMESPACE_DAML()
    
public  ResourceNothing()
     Answer the RDF resource for the bottom type (i.e.
public  ResourceObjectProperty()
     Answer the RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).
public  ResourceOntology()
    
public  ResourceProperty()
     Answer the alias for rdfs:Property in the daml namespace.
public  ResourceRestriction()
    
public  ResourceThing()
     Answer the RDF resource for the top type (i.e.
public  ResourceTransitiveProperty()
    
public  ResourceUnambiguousProperty()
    
public  ResourceUniqueProperty()
    
public  Propertycardinality()
    
public  PropertycardinalityQ()
    
public  Propertycomment()
    
public  PropertycomplementOf()
    
public  PropertydifferentIndividualFrom()
    
public  PropertydisjointUnionOf()
    
public  PropertydisjointWith()
    
public  Propertydomain()
    
public  PropertyequivalentTo()
    
public  Propertyfirst()
    
public static  DAMLVocabularygetInstance()
    
public  StringgetNamespace()
     Answer the namespace URI for a the current vocabulary.
public  PropertyhasClass()
    
public  PropertyhasClassQ()
    
public  PropertyhasValue()
    
public  Propertyimports()
    
public  PropertyintersectionOf()
    
public  PropertyinverseOf()
    
public  PropertyisDefinedBy()
    
public  Propertyitem()
    
public  Propertylabel()
    
public  PropertymaxCardinality()
    
public  PropertymaxCardinalityQ()
    
public  PropertyminCardinality()
    
public  PropertyminCardinalityQ()
    
public  Resourcenil()
     Answer the RDF resource for the nil (empty) list.
public  PropertyonProperty()
    
public  PropertyoneOf()
    
public  Propertyrange()
    
public  Propertyrest()
    
public  PropertysameClassAs()
    
public  PropertysameIndividualAs()
    
public  PropertysamePropertyAs()
    
public  PropertyseeAlso()
    
public  PropertysubClassOf()
    
public  PropertysubPropertyOf()
    
public  PropertytoClass()
    
public  Propertytype()
    
public  PropertyunionOf()
    
public  Propertyvalue()
    
public  PropertyversionInfo()
    

Field Detail
Class
final public static Resource Class(Code)
RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).



Datatype
final public static Resource Datatype(Code)
RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).



DatatypeProperty
final public static Resource DatatypeProperty(Code)
RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).



List
final public static Resource List(Code)
RDF resource for DAML List class.



Literal
final public static Resource Literal(Code)
Alias for rdfs:Literal in the daml namespace.



NAMESPACE_DAML
final public static Resource NAMESPACE_DAML(Code)
DAML namespace resource for the current release



Nothing
final public static Resource Nothing(Code)
RDF resource for the bottom type (i.e. the super-type of no types).



ObjectProperty
final public static Resource ObjectProperty(Code)
RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).



Ontology
final public static Resource Ontology(Code)
RDF resource for DAML Ontology class



Property
final public static Resource Property(Code)
Alias for rdfs:Property in the daml namespace. From 2001/03 onwards, use of ObjectProperty or DatatypeProperty is suggested.



Restriction
final public static Resource Restriction(Code)
RDF resource for DAML Restriction class



Thing
final public static Resource Thing(Code)
RDF resource for the top type (i.e. the super-type of all types).



TransitiveProperty
final public static Resource TransitiveProperty(Code)
RDF resource for DAML TransitiveProperty class



UnambiguousProperty
final public static Resource UnambiguousProperty(Code)
RDF resource for DAML UnambiguousProperty class



UniqueProperty
final public static Resource UniqueProperty(Code)
RDF resource for DAML UniqueProperty class



cardinality
public static Property cardinality(Code)
RDF Property for the DAML cardinality property on Restrictions



cardinalityQ
public static Property cardinalityQ(Code)
RDF Property for the DAML cardinalityQ property on Restrictions



collection
final public static Resource collection(Code)
DAML namespace resource for daml:collection. Note: strictly daml:collection is only a string, not a resource in the DAML namespace.



comment
public static Property comment(Code)
Alias for rdfs:comment in daml namespace



complementOf
public static Property complementOf(Code)
RDF Property for the complementOf property on class expressions



differentIndividualFrom
public static Property differentIndividualFrom(Code)
RDF Property for the DAML differentIndvidualFrom property on instances



disjointUnionOf
public static Property disjointUnionOf(Code)
RDF Property for the DAML disjointUnionOf property on Classes



disjointWith
public static Property disjointWith(Code)
RDF Property for the DAML disjointWith property on Classes



domain
public static Property domain(Code)
Alias for rdfs:domain in daml namespace



equivalentTo
public static Property equivalentTo(Code)
RDF Property for the equivalentTo property on DAML values



first
public static Property first(Code)
RDF Property for the DAML first property on Lists



hasClass
public static Property hasClass(Code)
RDF Property for the DAML hasClass property on Restrictions



hasClassQ
public static Property hasClassQ(Code)
RDF Property for the DAML hasClassQ property on Restrictions



hasValue
public static Property hasValue(Code)
RDF Property for the DAML hasValue property on Restrictions



imports
public static Property imports(Code)
RDF Property for the DAML imports property on Ontologies



intersectionOf
public static Property intersectionOf(Code)
RDF Property for the intersectionOf property on class expressions



inverseOf
public static Property inverseOf(Code)
RDF Property for the DAML inverseOf property on Properties



isDefinedBy
public static Property isDefinedBy(Code)
Alias for rdfs:isDefinedBy in daml namespace



item
public static Property item(Code)
RDF Property for the DAML item property on Lists



label
public static Property label(Code)
Alias for rdfs:label in daml namespace



maxCardinality
public static Property maxCardinality(Code)
RDF Property for the DAML maxCardinality property on Restrictions



maxCardinalityQ
public static Property maxCardinalityQ(Code)
RDF Property for the DAML maxCardinalityQ property on Restrictions



minCardinality
public static Property minCardinality(Code)
RDF Property for the DAML minCardinality property on Restrictions



minCardinalityQ
public static Property minCardinalityQ(Code)
RDF Property for the DAML minCardinalityQ property on Restrictions



nil
final public static Resource nil(Code)
RDF resource for the nil (empty) list.



onProperty
public static Property onProperty(Code)
RDF Property for the DAML onProperty property on Restrictions



oneOf
public static Property oneOf(Code)
RDF Property for the oneOf property on DAML class expressions



range
public static Property range(Code)
Alias for rdfs:range in daml namespace



rest
public static Property rest(Code)
RDF Property for the DAML rest property on Lists



sameClassAs
public static Property sameClassAs(Code)
RDF Property for the DAML sameClassAs property on Classes



sameIndividualAs
public static Property sameIndividualAs(Code)
RDF Property for the DAML sameIndividualAs property on instances



samePropertyAs
public static Property samePropertyAs(Code)
RDF Property for the DAML samePropertyAs property on Properties



seeAlso
public static Property seeAlso(Code)
Alias for rdfs:seeAlso in daml namespace



subClassOf
public static Property subClassOf(Code)
Alias for rdfs:subClassOf in daml namespace



subPropertyOf
public static Property subPropertyOf(Code)
Alias for rdfs:subPropertyOf in daml namespace



toClass
public static Property toClass(Code)
RDF Property for the DAML toClass property on Restrictions



type
public static Property type(Code)
Alias for rdf:type in daml namespace



unionOf
public static Property unionOf(Code)
RDF Property for the unionOf property on class expressions



value
public static Property value(Code)
Alias for rdf:value in daml namespace



versionInfo
public static Property versionInfo(Code)
RDF Property for the DAML versionInfo property





Method Detail
Class
public Resource Class()(Code)
Answer the RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).



Datatype
public Resource Datatype()(Code)
Answer the RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).



DatatypeProperty
public Resource DatatypeProperty()(Code)
Answer the RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).



List
public Resource List()(Code)
Answer the RDF resource for DAML List class.



Literal
public Resource Literal()(Code)
Answer the Alias for rdfs:Literal in the daml namespace.



NAMESPACE_DAML
public Resource NAMESPACE_DAML()(Code)
Answer the DAML namespace resource for the current release



Nothing
public Resource Nothing()(Code)
Answer the RDF resource for the bottom type (i.e. the super-type of no types).



ObjectProperty
public Resource ObjectProperty()(Code)
Answer the RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).



Ontology
public Resource Ontology()(Code)
Answer the RDF resource for DAML Ontology class



Property
public Resource Property()(Code)
Answer the alias for rdfs:Property in the daml namespace. From 2001/03 onwards, it is preferable to use either DatatypeProperty or ObjectProperty.



Restriction
public Resource Restriction()(Code)
Answer the RDF resource for DAML Restriction class



Thing
public Resource Thing()(Code)
Answer the RDF resource for the top type (i.e. the super-type of all types).



TransitiveProperty
public Resource TransitiveProperty()(Code)
Answer the RDF resource for DAML TransitiveProperty class



UnambiguousProperty
public Resource UnambiguousProperty()(Code)
Answer the RDF resource for DAML UnambiguousProperty class



UniqueProperty
public Resource UniqueProperty()(Code)
Answer the RDF resource for DAML UniqueProperty class



cardinality
public Property cardinality()(Code)
Answer the RDF Property for the DAML cardinality property on Restrictions



cardinalityQ
public Property cardinalityQ()(Code)
Answer the RDF Property for the DAML cardinalityQ property on Restrictions



comment
public Property comment()(Code)
Answer the alias for rdfs:comment in daml namespace



complementOf
public Property complementOf()(Code)
Answer the RDF Property for the complementOf property on class expressions



differentIndividualFrom
public Property differentIndividualFrom()(Code)
Answer the RDF Property for the DAML differentIndvidualFrom property on instances



disjointUnionOf
public Property disjointUnionOf()(Code)
Answer the RDF Property for the DAML disjointUnionOf property on Classes



disjointWith
public Property disjointWith()(Code)
Answer the RDF Property for the DAML disjointWith property on Classes



domain
public Property domain()(Code)
Answer the alias for rdfs:domain in daml namespace



equivalentTo
public Property equivalentTo()(Code)
Answer the RDF Property for the equivalentTo property on DAML values



first
public Property first()(Code)
Answer the RDF Property for the DAML first property on Lists



getInstance
public static DAMLVocabulary getInstance()(Code)
Answer the singleton instance of this vocabulary The singleton instance



getNamespace
public String getNamespace()(Code)
Answer the namespace URI for a the current vocabulary. Note that this value is used to construct the constants in the vocabulary, assuring that they are in the correct namespace for this release. the namespace URI as a string.



hasClass
public Property hasClass()(Code)
Answer the RDF Property for the DAML hasClass property on Restrictions



hasClassQ
public Property hasClassQ()(Code)
Answer the RDF Property for the DAML hasClassQ property on Restrictions



hasValue
public Property hasValue()(Code)
Answer the RDF Property for the DAML hasValue property on Restrictions



imports
public Property imports()(Code)
Answer the RDF Property for the DAML imports property on Ontologies



intersectionOf
public Property intersectionOf()(Code)
Answer the RDF Property for the intersectionOf property on class expressions



inverseOf
public Property inverseOf()(Code)
Answer the RDF Property for the DAML inverseOf property on Properties



isDefinedBy
public Property isDefinedBy()(Code)
Answer the alias for rdfs:isDefinedBy in daml namespace



item
public Property item()(Code)
Answer the RDF Property for the DAML item property on Lists



label
public Property label()(Code)
Answer the alias for rdfs:label in daml namespace



maxCardinality
public Property maxCardinality()(Code)
Answer the RDF Property for the DAML maxCardinality property on Restrictions



maxCardinalityQ
public Property maxCardinalityQ()(Code)
Answer the RDF Property for the DAML maxCardinalityQ property on Restrictions



minCardinality
public Property minCardinality()(Code)
Answer the RDF Property for the DAML minCardinality property on Restrictions



minCardinalityQ
public Property minCardinalityQ()(Code)
Answer the RDF Property for the DAML minCardinalityQ property on Restrictions



nil
public Resource nil()(Code)
Answer the RDF resource for the nil (empty) list.



onProperty
public Property onProperty()(Code)
Answer the RDF Property for the DAML onProperty property on Restrictions



oneOf
public Property oneOf()(Code)
Answer the RDF Property for the oneOf property on DAML class expressions



range
public Property range()(Code)
Answer the alias for rdfs:range in daml namespace



rest
public Property rest()(Code)
Answer the RDF Property for the DAML rest property on Lists



sameClassAs
public Property sameClassAs()(Code)
Answer the RDF Property for the DAML sameClassAs property on Classes



sameIndividualAs
public Property sameIndividualAs()(Code)
Answer the RDF Property for the DAML sameIndividualAs property on instances



samePropertyAs
public Property samePropertyAs()(Code)
Answer the RDF Property for the DAML samePropertyAs property on Properties



seeAlso
public Property seeAlso()(Code)
Answer the alias for rdfs:seeAlso in daml namespace



subClassOf
public Property subClassOf()(Code)
Answer the alias for rdfs:subClassOf in daml namespace



subPropertyOf
public Property subPropertyOf()(Code)
Answer the alias for rdfs:subPropertyOf in daml namespace



toClass
public Property toClass()(Code)
Answer the RDF Property for the DAML toClass property on Restrictions



type
public Property type()(Code)
Answer the alias for rdf:type in daml namespace



unionOf
public Property unionOf()(Code)
Answer the RDF Property for the unionOf property on class expressions



value
public Property value()(Code)
Answer the alias for rdf:value in daml namespace



versionInfo
public Property versionInfo()(Code)
Answer the RDF Property for the DAML versionInfo property



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.