public class LKIFCoreRole 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 role module defines a typology of roles (epistemic roles, functions, person roles, organisation roles) and the plays-property for relating a role filler to a role.
| Modifier and Type | Field and Description |
|---|---|
org.openrdf.model.URI |
context |
org.openrdf.model.URI |
counts_as |
org.openrdf.model.URI |
Epistemic_Role |
org.openrdf.model.URI |
Function |
org.openrdf.model.URI |
imposed_on |
static String |
NS
The namespace of the vocabulary as a string.
|
org.openrdf.model.URI |
Organisation_Role |
org.openrdf.model.URI |
Person_Role |
org.openrdf.model.URI |
played_by |
org.openrdf.model.URI |
plays |
org.openrdf.model.URI |
Role |
org.openrdf.model.URI |
Social_Role |
org.openrdf.model.URI |
Subjective_Entity |
| Modifier and Type | Method and Description |
|---|---|
static LKIFCoreRole |
getInstance() |
createClass, createProperty, createURI, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public final org.openrdf.model.URI Epistemic_Role
public final org.openrdf.model.URI Function
public final org.openrdf.model.URI Organisation_Role
public final org.openrdf.model.URI Person_Role
public final org.openrdf.model.URI Role
public final org.openrdf.model.URI Social_Role
public final org.openrdf.model.URI Subjective_Entity
public final org.openrdf.model.URI context
public final org.openrdf.model.URI counts_as
public final org.openrdf.model.URI imposed_on
public final org.openrdf.model.URI played_by
public final org.openrdf.model.URI plays
public static LKIFCoreRole getInstance()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.