public class LKIFCoreProcess 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 process module extends the LKIF top ontology module with a definition of changes, processes (being causal changes) and physical objects. It introduces a limited set of properties for describing participant roles of processes.
| Modifier and Type | Field and Description |
|---|---|
org.openrdf.model.URI |
Change |
org.openrdf.model.URI |
Continuation |
org.openrdf.model.URI |
created_by |
org.openrdf.model.URI |
creation |
org.openrdf.model.URI |
Initiation |
org.openrdf.model.URI |
Mental_Process |
static String |
NS
The namespace of the vocabulary as a string.
|
org.openrdf.model.URI |
participant |
org.openrdf.model.URI |
participant_in |
org.openrdf.model.URI |
Physical_Object |
org.openrdf.model.URI |
Physical_Process |
org.openrdf.model.URI |
Process |
org.openrdf.model.URI |
requirement |
org.openrdf.model.URI |
requirement_of |
org.openrdf.model.URI |
resource |
org.openrdf.model.URI |
resource_for |
org.openrdf.model.URI |
result |
org.openrdf.model.URI |
result_of |
org.openrdf.model.URI |
Termination |
| Modifier and Type | Method and Description |
|---|---|
static LKIFCoreProcess |
getInstance() |
createClass, createProperty, createURI, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public final org.openrdf.model.URI Change
public final org.openrdf.model.URI Continuation
public final org.openrdf.model.URI Initiation
public final org.openrdf.model.URI Mental_Process
public final org.openrdf.model.URI Physical_Object
public final org.openrdf.model.URI Physical_Process
public final org.openrdf.model.URI Process
public final org.openrdf.model.URI Termination
public final org.openrdf.model.URI created_by
public final org.openrdf.model.URI creation
public final org.openrdf.model.URI participant
public final org.openrdf.model.URI participant_in
public final org.openrdf.model.URI requirement
public final org.openrdf.model.URI requirement_of
public final org.openrdf.model.URI resource
public final org.openrdf.model.URI resource_for
public final org.openrdf.model.URI result
public final org.openrdf.model.URI result_of
public static LKIFCoreProcess getInstance()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.