public class PredicateItem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PredicateItem.PredicateType |
| Constructor and Description |
|---|
PredicateItem(org.apache.commons.rdf.api.IRI iri,
PredicateItem.PredicateType predicateType,
PrefixManager pm) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName() |
PrefixManager |
getPrefixManager() |
String |
getQualifiedName()
Obtains the short name from the full predicate URI.
|
org.apache.commons.rdf.api.IRI |
getSource() |
boolean |
isDataPropertyPredicate() |
boolean |
isObjectPropertyPredicate() |
String |
toString() |
public PredicateItem(org.apache.commons.rdf.api.IRI iri,
PredicateItem.PredicateType predicateType,
PrefixManager pm)
public String getQualifiedName()
public org.apache.commons.rdf.api.IRI getSource()
public String getFullName()
public boolean isDataPropertyPredicate()
public boolean isObjectPropertyPredicate()
public PrefixManager getPrefixManager()
Copyright © 2009–2020 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.