public enum RdfResourceEnum extends Enum<RdfResourceEnum>
| Enum Constant and Description |
|---|
aboutRepresentation
|
description
The description of an Entity
|
Entity
The Entity concept
|
EntityMapping
A directed mapping between two entities that holds additional
information about the mapping
|
entityRank
The ranking of the entity by this site in the value range of [0..1]
A sign with the rank 1 would be (one of) the most important entities
managed by this Site.
|
EntityState
The Concept used to type instances of EntityStates
|
entityStateActive
The Individual representing the active state of a locally managed Entity
|
entityStateDepreciated
The Individual representing the depreciated state of a locally managed Entity
|
entityStateProposed
The Individual representing the proposed state of a locally managed Entity
|
entityStateRemoved
The Individual representing the removed state of a locally managed Entity
|
expires
The expires date of a representation
|
hasMappingState
The property used for the state of the MappedEntity
|
hasState
The property used for the state of locally managed Entities
|
isChached
Tells if an returned Entity represents an locally cached version
|
label
The label of an Entity
|
mappedTo
Property used to refer to mapped entities.
|
mappingSource
Property used to reference the source of the mapping
|
MappingState
The Concept used to type instances of mapping states
|
mappingStateConfirmed
The Individual representing the confirmed state of MappedEntities
|
mappingStateExpired
The Individual representing the expired state of MappedEntities
|
mappingStateProposed
The Individual representing the proposed state of MappedEntities
|
mappingStateRejected
The Individual representing the rejected state of MappedEntities
|
mappingTarget
Property used to refer to the target of the mapping
|
Metadata
The rdf:type used for Metadata.
|
predecessor
Predecessors of an Entity
|
query
Property used to link the Literal with the executed Query to the
QueryResultSet |
queryResult
The property used to link from the
QueryResultSet to the
Representation nodes. |
QueryResultSet
The Individual representing the result set of an field query
|
ReferenceDataType
The data type URI for the
Reference
interface. |
Representation
The representation concept
|
resultScore
The score of the result in respect to the parsed query.
|
resultSite
The id of the site the result was found
|
site
The site that defines/manages an
Entity |
successor
Successors of an Entity
|
TextDataType
The data type URI for the
Text
interface. |
| Modifier and Type | Method and Description |
|---|---|
String |
getUri()
Getter for the Unicode character of the URI
|
String |
toString() |
static RdfResourceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RdfResourceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdfResourceEnum Representation
public static final RdfResourceEnum Entity
public static final RdfResourceEnum site
Entitypublic static final RdfResourceEnum entityRank
public static final RdfResourceEnum Metadata
public static final RdfResourceEnum aboutRepresentation
metadata
to the representation
of an Entity.Note that this uses a property in the entityhub namespace to ensure that no other (external) Information does accidently use the same property.
public static final RdfResourceEnum label
public static final RdfResourceEnum description
public static final RdfResourceEnum predecessor
public static final RdfResourceEnum successor
public static final RdfResourceEnum hasState
public static final RdfResourceEnum EntityState
public static final RdfResourceEnum entityStateActive
public static final RdfResourceEnum entityStateDepreciated
public static final RdfResourceEnum entityStateProposed
public static final RdfResourceEnum entityStateRemoved
public static final RdfResourceEnum mappedTo
public static final RdfResourceEnum EntityMapping
public static final RdfResourceEnum mappingSource
public static final RdfResourceEnum mappingTarget
public static final RdfResourceEnum hasMappingState
public static final RdfResourceEnum expires
public static final RdfResourceEnum MappingState
public static final RdfResourceEnum mappingStateConfirmed
public static final RdfResourceEnum mappingStateExpired
public static final RdfResourceEnum mappingStateProposed
public static final RdfResourceEnum mappingStateRejected
public static final RdfResourceEnum QueryResultSet
public static final RdfResourceEnum queryResult
QueryResultSet to the
Representation nodes.public static final RdfResourceEnum query
QueryResultSetpublic static final RdfResourceEnum resultScore
public static final RdfResourceEnum resultSite
public static final RdfResourceEnum ReferenceDataType
Reference
interface. Used entityhub-model:refpublic static final RdfResourceEnum TextDataType
Text
interface. Uses entityhub-model:textpublic static final RdfResourceEnum isChached
public static RdfResourceEnum[] values()
for (RdfResourceEnum c : RdfResourceEnum.values()) System.out.println(c);
public static RdfResourceEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getUri()
public String toString()
toString in class Enum<RdfResourceEnum>Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.