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.eclipse.rdf4j.model.IRI |
context |
org.eclipse.rdf4j.model.IRI |
counts_as |
org.eclipse.rdf4j.model.IRI |
Epistemic_Role |
org.eclipse.rdf4j.model.IRI |
Function |
org.eclipse.rdf4j.model.IRI |
imposed_on |
static String |
NS
The namespace of the vocabulary as a string.
|
org.eclipse.rdf4j.model.IRI |
Organisation_Role |
org.eclipse.rdf4j.model.IRI |
Person_Role |
org.eclipse.rdf4j.model.IRI |
played_by |
org.eclipse.rdf4j.model.IRI |
plays |
org.eclipse.rdf4j.model.IRI |
Role |
org.eclipse.rdf4j.model.IRI |
Social_Role |
org.eclipse.rdf4j.model.IRI |
Subjective_Entity |
| Modifier and Type | Method and Description |
|---|---|
static LKIFCoreRole |
getInstance() |
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String NS
public final org.eclipse.rdf4j.model.IRI Epistemic_Role
public final org.eclipse.rdf4j.model.IRI Function
public final org.eclipse.rdf4j.model.IRI Organisation_Role
public final org.eclipse.rdf4j.model.IRI Person_Role
public final org.eclipse.rdf4j.model.IRI Role
public final org.eclipse.rdf4j.model.IRI Social_Role
public final org.eclipse.rdf4j.model.IRI Subjective_Entity
public final org.eclipse.rdf4j.model.IRI context
public final org.eclipse.rdf4j.model.IRI counts_as
public final org.eclipse.rdf4j.model.IRI imposed_on
public final org.eclipse.rdf4j.model.IRI played_by
public final org.eclipse.rdf4j.model.IRI plays
public static LKIFCoreRole getInstance()
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.