public class FramebaseMetaProperty extends Property<FramebaseResource,FramebaseResource>
Modifier and Type | Field and Description |
---|---|
static FramebaseMetaProperty |
HAS_DEFINITION |
static FramebaseMetaProperty |
HAS_LEXICAL_FORM |
static FramebaseMetaProperty |
HAS_SYNSET_NUMBER |
static FramebaseMetaProperty |
HAS_SYNTACTICALLY_ANNOTATED_LABEL |
static FramebaseMetaProperty |
HAS_TRACES |
static FramebaseMetaProperty |
INHERITS_FROM |
static java.lang.String |
IRI_MARKER
|
static FramebaseMetaProperty |
IS_CREATED_FROM_NUMBER_OF_FRAMENET_ANNOTATED_SENTENCES |
static FramebaseMetaProperty |
IS_EXTENDED_RULE |
static FramebaseMetaProperty |
IS_ORIGINAL_RULE |
static FramebaseMetaProperty |
IS_PERSPECTIVE_OF |
static FramebaseMetaProperty |
IS_SIMILAR_TO |
PREFIX_FRAMEBASE, SEPARATOR
Constructor and Description |
---|
FramebaseMetaProperty() |
FramebaseMetaProperty(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static FramebaseMetaProperty |
create(java.lang.String name) |
boolean |
extractComponents()
Extracts components from IRIs
(Current implementations use Regex over the IRIs but that may change in the future)
NOTE: It is case sensitive!! If the IRI used in the constructor had case modified (some servers do this), the correct functioning of this method isn not ensured.
|
static java.lang.String |
getNamespace()
|
getDomains, getPreferredDomain, getPreferredRange, getRanges, getSubclasses, getSuperproperties
customIriDecode, customIriEncode, equals, getDefaultDescription, getDefaultLabel, getIri, hashCode, setDefaultDescription, setDefaultLabel, setIri
public static final java.lang.String IRI_MARKER
public static final FramebaseMetaProperty INHERITS_FROM
public static final FramebaseMetaProperty IS_PERSPECTIVE_OF
public static final FramebaseMetaProperty IS_SIMILAR_TO
public static final FramebaseMetaProperty HAS_LEXICAL_FORM
public static final FramebaseMetaProperty HAS_DEFINITION
public static final FramebaseMetaProperty HAS_SYNTACTICALLY_ANNOTATED_LABEL
public static final FramebaseMetaProperty HAS_SYNSET_NUMBER
public static final FramebaseMetaProperty HAS_TRACES
public static final FramebaseMetaProperty IS_CREATED_FROM_NUMBER_OF_FRAMENET_ANNOTATED_SENTENCES
public static final FramebaseMetaProperty IS_EXTENDED_RULE
public static final FramebaseMetaProperty IS_ORIGINAL_RULE
public FramebaseMetaProperty()
public FramebaseMetaProperty(java.lang.String id)
public static FramebaseMetaProperty create(java.lang.String name)
public static java.lang.String getNamespace()
public boolean extractComponents()
FramebaseResource
extractComponents
in class Property<FramebaseResource,FramebaseResource>