public class LKIFCoreRules extends Vocabulary
An implementation of the lkif-core vocabulary which is a library of ontologies relevant for the legal domain. The library consists of 15 modules, each of which describes a set of closely related concepts from both legal and commonsense domains.
The rules & argumentation module defines roles central to argumentation, and describes the vocabulary for LKIF rules as defined in Deliverable 1.1, chapter 5. The module leaves room for further extension to complex argumentation frameworks (AIF, Carneades).
| Modifier and Type | Field and Description |
|---|---|
org.openrdf.model.URI |
applies |
org.openrdf.model.URI |
excluded |
static String |
NS
The namespace of the vocabulary as a string.
|
org.openrdf.model.URI |
prior |
org.openrdf.model.URI |
rebuts |
org.openrdf.model.URI |
Rule |
org.openrdf.model.URI |
rule_predicate |
org.openrdf.model.URI |
Valid_Rule |
| Modifier and Type | Method and Description |
|---|---|
static LKIFCoreRules |
getInstance() |
createClass, createProperty, createURI, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public final org.openrdf.model.URI Valid_Rule
public final org.openrdf.model.URI Rule
public final org.openrdf.model.URI rule_predicate
public final org.openrdf.model.URI prior
public final org.openrdf.model.URI excluded
public final org.openrdf.model.URI applies
public final org.openrdf.model.URI rebuts
public static LKIFCoreRules getInstance()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.