Java Doc for RDFSRules.java in  » RSS-RDF » sesame » org » openrdf » sail » inferencer » fc » 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 » sesame » org.openrdf.sail.inferencer.fc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.openrdf.sail.inferencer.fc.RDFSRules

RDFSRules
class RDFSRules (Code)
Constants representing the RDF+RDFS entailment rules from the RDF Semantics W3C Recommendation (10 February 2004). See http://www.w3.org/TR/2004/REC-rdf-mt-20040210/ Each entailment rule in the specification has either one or two premises. To allow the inferencer to distinguish triggering of rules for both premises, entailment rules that have two premises are represented by two separate constants, one for each premise. An additional entailment rule, X1, is added to capture list membership property assertions.


Field Summary
final public static  intRULECOUNT
    
final public static  String[]RULENAMES
    
final public static  intRX1
     rule X1: xxx rdf:_* yyy --> rdf:_* rdf:type rdfs:ContainerMembershipProperty This is an extra rule for list membership properties (_1, _2, _3, ...).
final public static  intRdf1
    
final public static  intRdfs10
    
final public static  intRdfs11_1
    
final public static  intRdfs11_2
    
final public static  intRdfs12
    
final public static  intRdfs13
    
final public static  intRdfs2_1
    
final public static  intRdfs2_2
    
final public static  intRdfs3_1
    
final public static  intRdfs3_2
     rule rdfs3_2.
final public static  intRdfs4a
    
final public static  intRdfs4b
    
final public static  intRdfs5_1
    
final public static  intRdfs5_2
    
final public static  intRdfs6
    
final public static  intRdfs7_1
    
final public static  intRdfs7_2
    
final public static  intRdfs8
    
final public static  intRdfs9_1
    
final public static  intRdfs9_2
    
final public static  boolean[][]TRIGGERS
     Table of triggers for entailment rules.



Field Detail
RULECOUNT
final public static int RULECOUNT(Code)



RULENAMES
final public static String[] RULENAMES(Code)



RX1
final public static int RX1(Code)
rule X1: xxx rdf:_* yyy --> rdf:_* rdf:type rdfs:ContainerMembershipProperty This is an extra rule for list membership properties (_1, _2, _3, ...). The RDF Semantics Recommendation does not specificy a production for this, instead these statements are considered axiomatic. Since it is an infinite set it can not, in practice, be asserted axiomatically.



Rdf1
final public static int Rdf1(Code)
rule rdf1: xxx aaa yyy --> aaa rdf:type rdf:Property



Rdfs10
final public static int Rdfs10(Code)
rule rdfs10: xxx rdf:type rdfs:Class --> xxx rdfs:subClassOf xxx reflexivity of rdfs:subClassOf



Rdfs11_1
final public static int Rdfs11_1(Code)
rule rdfs11_1: xxx rdfs:subClassOf yyy && (nt) yyy rdfs:subClassOf zzz --> (t1) xxx rdfs:subClassOf zzz (t2) transitivity of rdfs:subClassOf



Rdfs11_2
final public static int Rdfs11_2(Code)
rule rdfs11_2: yyy rdfs:subClassOf zzz && (nt) xxx rdfs:subClassOf yyy --> (t1) xxx rdfs:subClassOf zzz (t2) transitivity of rdfs:subClassOf



Rdfs12
final public static int Rdfs12(Code)
rule rdfs12: xxx rdf:type rdfs:ContainerMembershipProperty --> xxx rdfs:subPropertyOf rdfs:member



Rdfs13
final public static int Rdfs13(Code)
rule rdfs13: xxx rdf:type rdfs:Datatype --> xxx rdfs:subClassOf rdfs:Literal



Rdfs2_1
final public static int Rdfs2_1(Code)
rule rdfs2_1: xxx aaa yyy && (nt) aaa rdfs:domain zzz --> (t1) xxx rdf:type zzz (t2)



Rdfs2_2
final public static int Rdfs2_2(Code)
rule rdfs2_2: aaa rdfs:domain zzz && (nt) xxx aaa yyy --> (t1) xxx rdf:type zzz (t2)



Rdfs3_1
final public static int Rdfs3_1(Code)
rule rdfs3_1: xxx aaa uuu && (nt) aaa rdfs:range zzz --> (t1) uuu rdf:type zzz (t2)



Rdfs3_2
final public static int Rdfs3_2(Code)
rule rdfs3_2. aaa rdfs:range zzz && (nt) xxx aaa uuu --> (t1) uuu rdf:type zzz (t2)



Rdfs4a
final public static int Rdfs4a(Code)
rule rdfs4a: xxx aaa yyy --> xxx rdf:type rdfs:Resource



Rdfs4b
final public static int Rdfs4b(Code)
rule rdfs4b: xxx aaa uuu --> uuu rdf:type rdfs:Resource



Rdfs5_1
final public static int Rdfs5_1(Code)
rule rdfs5_1: aaa rdfs:subPropertyOf bbb && (nt) bbb rdfs:subPropertyOf ccc --> (t1) aaa rdfs:subPropertyOf ccc (t2) transitivity of rdfs:subPropertyOf



Rdfs5_2
final public static int Rdfs5_2(Code)
rule rdfs5_2: bbb rdfs:subPropertyOf ccc && (nt) aaa rdfs:subPropertyOf bbb --> (t1) aaa rdfs:subPropertyOf ccc (t2) transitivity of rdfs:subPropertyOf



Rdfs6
final public static int Rdfs6(Code)
rule rdfs6: xxx rdf:type rdf:Property --> xxx rdfs:subPropertyOf xxx reflexivity of rdfs:subPropertyOf



Rdfs7_1
final public static int Rdfs7_1(Code)
rule rdfs7_1: xxx aaa yyy && (nt) aaa rdfs:subPropertyOf bbb --> (t1) xxx bbb yyy (t2)



Rdfs7_2
final public static int Rdfs7_2(Code)
rule rdfs7_2: aaa rdfs:subPropertyOf bbb && (nt) xxx aaa yyy --> (t1) xxx bbb yyy (t2)



Rdfs8
final public static int Rdfs8(Code)
rule rdfs8: xxx rdf:type rdfs:Class --> xxx rdfs:subClassOf rdfs:Resource



Rdfs9_1
final public static int Rdfs9_1(Code)
rule rdfs9_1: xxx rdfs:subClassOf yyy && (nt) aaa rdf:type xxx --> (t1) aaa rdf:type yyy (t2)



Rdfs9_2
final public static int Rdfs9_2(Code)
rule rdfs9_2: aaa rdf:type xxx && (nt) xxx rdfs:subClassOf yyy --> (t1) aaa rdf:type yyy (t2)



TRIGGERS
final public static boolean[][] TRIGGERS(Code)
Table of triggers for entailment rules. Each column represents the triggers for an entailment rule R, that is, it encodes which entailment rules produces statements that can be used as a premise in rule R. Example: the conclusion of rule rdfs2_1 is a statement of the form: (xxx rdf:type yyy). The premise of rule rdfs9_2 is (xxx rdf:type yyy). Hence, rule rdfs2_1 triggers rule rdfs9_2.





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.