Java Doc for DAMLVocabulary.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) 


com.hp.hpl.jena.vocabulary.DAMLVocabulary

All known Subclasses:   com.hp.hpl.jena.vocabulary.DAML_OIL,
DAMLVocabulary
public interface DAMLVocabulary (Code)

A marker interface for a DAML vocabulary, that will, in future, migrate towards providing support for versioning DAML and RDF namespaces, and, specifically, supporting multiple DAML vocabularies for DAML terms.


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


Field Summary
final public static  StringNAMESPACE_DAML_2000_12_URI
    
final public static  StringNAMESPACE_DAML_2001_03_URI
    


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  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
NAMESPACE_DAML_2000_12_URI
final public static String NAMESPACE_DAML_2000_12_URI(Code)
DAML namespace URI for the December 2000 release



NAMESPACE_DAML_2001_03_URI
final public static String NAMESPACE_DAML_2001_03_URI(Code)
DAML namespace URI for the March 2001 release





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.



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



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



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