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.eclipse.rdf4j.model.IRI |
applies |
org.eclipse.rdf4j.model.IRI |
excluded |
static String |
NS
The namespace of the vocabulary as a string.
|
org.eclipse.rdf4j.model.IRI |
prior |
org.eclipse.rdf4j.model.IRI |
rebuts |
org.eclipse.rdf4j.model.IRI |
Rule |
org.eclipse.rdf4j.model.IRI |
rule_predicate |
org.eclipse.rdf4j.model.IRI |
Valid_Rule |
| Modifier and Type | Method and Description |
|---|---|
static LKIFCoreRules |
getInstance() |
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public final org.eclipse.rdf4j.model.IRI Valid_Rule
public final org.eclipse.rdf4j.model.IRI Rule
public final org.eclipse.rdf4j.model.IRI rule_predicate
public final org.eclipse.rdf4j.model.IRI prior
public final org.eclipse.rdf4j.model.IRI excluded
public final org.eclipse.rdf4j.model.IRI applies
public final org.eclipse.rdf4j.model.IRI rebuts
public static LKIFCoreRules getInstance()
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.