|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Value in org.ow2.weblab.core.annotator |
---|
Methods in org.ow2.weblab.core.annotator that return Value | ||
---|---|---|
|
AbstractAnnotator.applyOperator(AbstractAnnotator.Operator operator,
java.lang.String rdfsPrefix,
java.net.URI rdfsUri,
java.lang.String property,
java.lang.Class<T> clazz,
T val)
|
|
Value<java.lang.String> |
BaseAnnotator.readLabel()
|
|
Value<java.net.URI> |
BaseAnnotator.readType()
|
Uses of Value in org.ow2.weblab.core.model |
---|
Methods in org.ow2.weblab.core.model that return Value | |
---|---|
Value<java.net.URI> |
WModelAnnotator.readAnnotation()
Read the Links a Resource to one of its Annotation. |
Value<java.net.URI> |
WModelAnnotator.readComposedByMediaUnit()
Read the Links a Document to one of its sub MediaUnit. |
Value<java.net.URI> |
WModelAnnotator.readComposedByQuery()
Read the Links a ComposedQuery one of its Query. |
Value<java.net.URI> |
WModelAnnotator.readComposedByResource()
Read the Links a ComposedResource to one of its Resource. |
Value<java.net.URI> |
WModelAnnotator.readComposedByResourceResultSet()
Read the Links a ResultSet to one of its Resource. |
Value<java.net.URI> |
WModelAnnotator.readCoordinate()
Read the Links a SpatialSegment to one of its Coordinate. |
Value<java.lang.Integer> |
WModelAnnotator.readEndAt()
Read the The end value of a LinearSegment or a TemporalSegment. |
Value<java.net.URI> |
WModelAnnotator.readInComposedResource()
Read the Links a resource to its parent ComposedResource |
Value<java.net.URI> |
WModelAnnotator.readInDocument()
Read the Links a MediaUnit to its parent Document. |
Value<java.net.URI> |
WModelAnnotator.readInResultSet()
Read the Links a resource to its parent ResultSet. |
Value<java.net.URI> |
WModelAnnotator.readLowLevelDescriptor()
Read the Links a Resource to one of its LowLevelDescriptor. |
Value<java.net.URI> |
WModelAnnotator.readPok()
Read the Links a ResultSet to its PieceOfKnowledge. |
Value<java.net.URI> |
WModelAnnotator.readSegment()
Read the Links a MediaUnit to one of its Segment. |
Value<java.lang.Integer> |
WModelAnnotator.readStartAt()
Read the The start value of a LinearSegment or a TemporalSegment. |
Uses of Value in org.ow2.weblab.core.model.processing |
---|
Methods in org.ow2.weblab.core.model.processing that return Value | |
---|---|
Value<java.net.URI> |
WProcessingAnnotator.readBeenUpdatedBy()
Read the Links a resource to the service that has modified this resource. |
Value<java.lang.Boolean> |
WProcessingAnnotator.readCanBeIgnored()
Read the Media unit can be ignored by a service |
Value<java.lang.Boolean> |
WProcessingAnnotator.readCandidate()
Read the Whether or not is the instance extracted a candidate instance. |
Value<java.lang.Double> |
WProcessingAnnotator.readClusterProximity()
Read the Value that corresponds to the proximity between the two clusters implied in a cluster link. |
Value<java.net.URI> |
WProcessingAnnotator.readComposedByCluster()
Read the Link a ClusterLink with it the two clusters composants. |
Value<java.lang.String> |
WProcessingAnnotator.readExposedAs()
Read the Is exposed on a given protocol at a given address (for instance points to an URL). |
Value<java.util.Date> |
WProcessingAnnotator.readGatheringDate()
Read the Gives the date when the Document was gathered. |
Value<java.net.URI> |
WProcessingAnnotator.readGeneratedFrom()
Read the Links a media unit result of an automatic (translation, summarisation, transcription) process from a source media unit. |
Value<java.net.URI> |
WProcessingAnnotator.readInCluster()
Read the Link a WebLab Document to a Cluster |
Value<java.net.URI> |
WProcessingAnnotator.readInClusterLink()
Read the Link a cluster with a ClusterLink. |
Value<java.net.URI> |
WProcessingAnnotator.readNativeContent()
Read the |
Value<java.net.URI> |
WProcessingAnnotator.readNormalisedContent()
Read the Links a media unit to its normalised content. |
Value<java.lang.String> |
WProcessingAnnotator.readOriginalFileName()
Read the Gives the name of the original file gathered. |
Value<java.lang.Long> |
WProcessingAnnotator.readOriginalFileSize()
Read the Gives the number of bytes of the original file gathered. |
Value<java.net.URI> |
WProcessingAnnotator.readProducedBy()
Read the Indicates the service that has produced automatically or semi-automatically the resource. |
Value<java.net.URI> |
WProcessingAnnotator.readRefersTo()
Read the Refers to a given URI defining an instance of a recognised named entities . |
Value<java.lang.String> |
WProcessingAnnotator.readStem()
Read the Gives the stem value for this text. |
Uses of Value in org.ow2.weblab.core.model.retrieval |
---|
Methods in org.ow2.weblab.core.model.retrieval that return Value | |
---|---|
Value<java.lang.String> |
WRetrievalAnnotator.readDescription()
Read the Gives a description for hit. |
Value<java.lang.Integer> |
WRetrievalAnnotator.readExpectedLimit()
Read the Gives the limit for the requested query for this order. |
Value<java.lang.Integer> |
WRetrievalAnnotator.readExpectedOffset()
Read the Gives the expected offset for the requested query for this order. |
Value<java.lang.String> |
WRetrievalAnnotator.readExpressedWith()
Read the Gives the language of the query . |
Value<java.net.URI> |
WRetrievalAnnotator.readHit()
Read the Gives a hit for ResultSet. |
Value<java.net.URI> |
WRetrievalAnnotator.readInResultSetHit()
Read the Links a Hit to its ResultSet. |
Value<java.net.URI> |
WRetrievalAnnotator.readLinkedTo()
Read the Gives a link to resource for hit. |
Value<java.lang.Integer> |
WRetrievalAnnotator.readNumberOfResults()
Read the Gives the total number of results for this result set. |
Value<java.net.URI> |
WRetrievalAnnotator.readOrderedQuery()
Read the Gives a link to the requested query for this order. |
Value<java.lang.Integer> |
WRetrievalAnnotator.readQueryOffset()
Read the Provides the offset about the query in the case of a result set returns by a search service. |
Value<java.lang.Integer> |
WRetrievalAnnotator.readRank()
Read the Gives a rank for hit. |
Value<java.net.URI> |
WRetrievalAnnotator.readResultOf()
Read the Links a ResultSet to the Query that has been used to retrieve the set of results. |
Value<java.lang.Double> |
WRetrievalAnnotator.readScore()
Read the Gives a score for hit. |
Uses of Value in org.ow2.weblab.rdf |
---|
Methods in org.ow2.weblab.rdf that return Value | ||
---|---|---|
static
|
RDFReader.readValueFromStatement(PieceOfKnowledge annotation,
java.net.URI subject,
java.net.URI namespace,
java.lang.String property,
java.lang.String language,
java.lang.Class<T> clazz)
Read the value of a property described in RDF |
Uses of Value in org.purl.dc.elements |
---|
Methods in org.purl.dc.elements that return Value | |
---|---|
Value<java.lang.String> |
DublinCoreAnnotator.readContributor()
Read the An entity responsible for making contributions to the resource. |
Value<java.lang.String> |
DublinCoreAnnotator.readCoverage()
Read the The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant. |
Value<java.lang.String> |
DublinCoreAnnotator.readCreator()
Read the An entity primarily responsible for making the resource. |
Value<java.util.Date> |
DublinCoreAnnotator.readDate()
Read the A point or period of time associated with an event in the lifecycle of the resource. |
Value<java.lang.String> |
DublinCoreAnnotator.readDescription()
Read the An account of the resource. |
Value<java.lang.String> |
DublinCoreAnnotator.readFormat()
Read the The file format, physical medium, or dimensions of the resource. |
Value<java.lang.String> |
DublinCoreAnnotator.readIdentifier()
Read the An unambiguous reference to the resource within a given context. |
Value<java.lang.String> |
DublinCoreAnnotator.readLanguage()
Read the A language of the resource. |
Value<java.lang.String> |
DublinCoreAnnotator.readPublisher()
Read the An entity responsible for making the resource available. |
Value<java.lang.String> |
DublinCoreAnnotator.readRelation()
Read the A related resource. |
Value<java.lang.String> |
DublinCoreAnnotator.readRights()
Read the Information about rights held in and over the resource. |
Value<java.lang.String> |
DublinCoreAnnotator.readSource()
Read the A related resource from which the described resource is derived. |
Value<java.lang.String> |
DublinCoreAnnotator.readSubject()
Read the The topic of the resource. |
Value<java.lang.String> |
DublinCoreAnnotator.readTitle()
Read the A name given to the resource. |
Uses of Value in org.purl.dc.terms |
---|
Methods in org.purl.dc.terms that return Value | |
---|---|
Value<java.lang.String> |
DCTermsAnnotator.readAbstract()
Read the A summary of the resource. |
Value<java.net.URI> |
DCTermsAnnotator.readAccessRights()
Read the Information about who can access the resource or an indication of its security status. |
Value<java.net.URI> |
DCTermsAnnotator.readAccrualMethod()
Read the The method by which items are added to a collection. |
Value<java.net.URI> |
DCTermsAnnotator.readAccrualPeriodicity()
Read the The frequency with which items are added to a collection. |
Value<java.net.URI> |
DCTermsAnnotator.readAccrualPolicy()
Read the The policy governing the addition of items to a collection. |
Value<java.lang.String> |
DCTermsAnnotator.readAgent()
Read the A resource that acts or has the power to act. |
Value<java.lang.String> |
DCTermsAnnotator.readAgentClass()
Read the A group of agents. |
Value<java.lang.String> |
DCTermsAnnotator.readAlternative()
Read the An alternative name for the resource. |
Value<java.net.URI> |
DCTermsAnnotator.readAudience()
Read the A class of entity for whom the resource is intended or useful. |
Value<java.util.Date> |
DCTermsAnnotator.readAvailable()
Read the Date (often a range) that the resource became or will become available. |
Value<java.lang.String> |
DCTermsAnnotator.readBibliographicCitation()
Read the A bibliographic reference for the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readBibliographicResource()
Read the A book, article, or other documentary resource. |
Value<java.lang.String> |
DCTermsAnnotator.readBox()
Read the The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme. |
Value<java.net.URI> |
DCTermsAnnotator.readConformsTo()
Read the An established standard to which the described resource conforms. |
Value<java.net.URI> |
DCTermsAnnotator.readContributor()
Read the An entity responsible for making contributions to the resource. |
Value<java.net.URI> |
DCTermsAnnotator.readCoverage()
Read the The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant. |
Value<java.util.Date> |
DCTermsAnnotator.readCreated()
Read the Date of creation of the resource. |
Value<java.net.URI> |
DCTermsAnnotator.readCreator()
Read the An entity primarily responsible for making the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readDate()
Read the A point or period of time associated with an event in the lifecycle of the resource. |
Value<java.util.Date> |
DCTermsAnnotator.readDateAccepted()
Read the Date of acceptance of the resource. |
Value<java.util.Date> |
DCTermsAnnotator.readDateCopyrighted()
Read the Date of copyright. |
Value<java.util.Date> |
DCTermsAnnotator.readDateSubmitted()
Read the Date of submission of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readDCMIType()
Read the The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readDDC()
Read the The set of conceptual resources specified by the Dewey Decimal Classification. |
Value<java.lang.String> |
DCTermsAnnotator.readDescription()
Read the An account of the resource. |
Value<java.net.URI> |
DCTermsAnnotator.readEducationLevel()
Read the A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended. |
Value<java.lang.Long> |
DCTermsAnnotator.readExtent()
Read the The size or duration of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readFileFormat()
Read the A digital resource format. |
Value<java.net.URI> |
DCTermsAnnotator.readFormat()
Read the The file format, physical medium, or dimensions of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readFormatOf()
Read the A related resource that is substantially the same as the described resource, but in another format. |
Value<java.lang.String> |
DCTermsAnnotator.readFrequency()
Read the A rate at which something recurs. |
Value<java.lang.String> |
DCTermsAnnotator.readIdentifier()
Read the An unambiguous reference to the resource within a given context. |
Value<java.lang.String> |
DCTermsAnnotator.readIMT()
Read the The set of media types specified by the Internet Assigned Numbers Authority. |
Value<java.net.URI> |
DCTermsAnnotator.readInstructionalMethod()
Read the A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support. |
Value<java.lang.String> |
DCTermsAnnotator.readISO3166()
Read the The set of codes listed in ISO 3166-1 for the representation of names of countries. |
Value<java.lang.String> |
DCTermsAnnotator.readISO639_2()
Read the The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages. |
Value<java.lang.String> |
DCTermsAnnotator.readISO639_3()
Read the The set of three-letter codes listed in ISO 639-3 for the representation of names of languages. |
Value<java.lang.String> |
DCTermsAnnotator.readJurisdiction()
Read the The extent or range of judicial, law enforcement, or other authority. |
Value<java.net.URI> |
DCTermsAnnotator.readLanguage()
Read the A language of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readLCC()
Read the The set of conceptual resources specified by the Library of Congress Classification. |
Value<java.lang.String> |
DCTermsAnnotator.readLCSH()
Read the The set of labeled concepts specified by the Library of Congress Subject Headings. |
Value<java.net.URI> |
DCTermsAnnotator.readLicense()
Read the A legal document giving official permission to do something with the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readLicenseDocument()
Read the A legal document giving official permission to do something with a Resource. |
Value<java.lang.String> |
DCTermsAnnotator.readLinguisticSystem()
Read the A system of signs, symbols, sounds, gestures, or rules used in communication. |
Value<java.lang.String> |
DCTermsAnnotator.readLocation()
Read the A spatial region or named place. |
Value<java.lang.String> |
DCTermsAnnotator.readLocationPeriodOrJurisdiction()
Read the A location, period of time, or jurisdiction. |
Value<java.net.URI> |
DCTermsAnnotator.readMediator()
Read the An entity that mediates access to the resource and for whom the resource is intended or useful. |
Value<java.lang.String> |
DCTermsAnnotator.readMediaType()
Read the A file format or physical medium. |
Value<java.lang.String> |
DCTermsAnnotator.readMediaTypeOrExtent()
Read the A media type or extent. |
Value<java.net.URI> |
DCTermsAnnotator.readMedium()
Read the The material or physical carrier of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readMESH()
Read the The set of labeled concepts specified by the Medical Subject Headings. |
Value<java.lang.String> |
DCTermsAnnotator.readMethodOfAccrual()
Read the A method by which resources are added to a collection. |
Value<java.lang.String> |
DCTermsAnnotator.readMethodOfInstruction()
Read the A process that is used to engender knowledge, attitudes, and skills. |
Value<java.util.Date> |
DCTermsAnnotator.readModified()
Read the Date on which the resource was changed. |
Value<java.lang.String> |
DCTermsAnnotator.readNLM()
Read the The set of conceptual resources specified by the National Library of Medicine Classification. |
Value<java.lang.String> |
DCTermsAnnotator.readOtherFormat()
Read the A related resource that is substantially the same as the pre-existing described resource, but in another format. |
Value<java.lang.String> |
DCTermsAnnotator.readPart()
Read the A related resource that is included either physically or logically in the described resource. |
Value<java.lang.String> |
DCTermsAnnotator.readPartOf()
Read the A related resource in which the described resource is physically or logically included. |
Value<java.lang.String> |
DCTermsAnnotator.readPeriod()
Read the The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme. |
Value<java.lang.String> |
DCTermsAnnotator.readPeriodOfTime()
Read the An interval of time that is named or defined by its start and end dates. |
Value<java.lang.String> |
DCTermsAnnotator.readPhysicalMedium()
Read the A physical material or carrier. |
Value<java.lang.String> |
DCTermsAnnotator.readPhysicalResource()
Read the A material thing. |
Value<java.lang.String> |
DCTermsAnnotator.readPoint()
Read the The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme. |
Value<java.lang.String> |
DCTermsAnnotator.readPolicy()
Read the A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters. |
Value<java.net.URI> |
DCTermsAnnotator.readProvenance()
Read the A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation. |
Value<java.lang.String> |
DCTermsAnnotator.readProvenanceStatement()
Read the A statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation. |
Value<java.net.URI> |
DCTermsAnnotator.readPublisher()
Read the An entity responsible for making the resource available. |
Value<java.lang.String> |
DCTermsAnnotator.readReferencedBy()
Read the A related resource that references, cites, or otherwise points to the described resource. |
Value<java.lang.String> |
DCTermsAnnotator.readReferences()
Read the A related resource that is referenced, cited, or otherwise pointed to by the described resource. |
Value<java.lang.String> |
DCTermsAnnotator.readRelation()
Read the A related resource. |
Value<java.lang.String> |
DCTermsAnnotator.readReplacedBy()
Read the A related resource that supplants, displaces, or supersedes the described resource. |
Value<java.lang.String> |
DCTermsAnnotator.readReplaces()
Read the A related resource that is supplanted, displaced, or superseded by the described resource. |
Value<java.lang.String> |
DCTermsAnnotator.readRequiredBy()
Read the A related resource that requires the described resource to support its function, delivery, or coherence. |
Value<java.lang.String> |
DCTermsAnnotator.readRequires()
Read the A related resource that is required by the described resource to support its function, delivery, or coherence. |
Value<java.lang.String> |
DCTermsAnnotator.readRFC1766()
Read the The set of tags, constructed according to RFC 1766, for the identification of languages. |
Value<java.lang.String> |
DCTermsAnnotator.readRFC3066()
Read the The set of tags constructed according to RFC 3066 for the identification of languages. |
Value<java.lang.String> |
DCTermsAnnotator.readRFC4646()
Read the The set of tags constructed according to RFC 4646 for the identification of languages. |
Value<java.net.URI> |
DCTermsAnnotator.readRights()
Read the Information about rights held in and over the resource. |
Value<java.net.URI> |
DCTermsAnnotator.readRightsHolder()
Read the A person or organization owning or managing rights over the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readRightsStatement()
Read the A statement about the intellectual property rights (IPR) held in or over a Resource, a legal document giving official permission to do something with a resource, or a statement about access rights. |
Value<java.lang.Long> |
DCTermsAnnotator.readSizeOrDuration()
Read the A dimension or extent, or a time taken to play or execute. |
Value<java.lang.String> |
DCTermsAnnotator.readSource()
Read the A related resource from which the described resource is derived. |
Value<java.net.URI> |
DCTermsAnnotator.readSpatial()
Read the Spatial characteristics of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readStandard()
Read the A basis for comparison; a reference point against which other things can be evaluated. |
Value<java.lang.String> |
DCTermsAnnotator.readSubject()
Read the The topic of the resource. |
Value<java.util.Date> |
DCTermsAnnotator.readSued()
Read the Date of formal issuance (e.g., publication) of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readTableOfContents()
Read the A list of subunits of the resource. |
Value<java.net.URI> |
DCTermsAnnotator.readTemporal()
Read the Temporal characteristics of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readTGN()
Read the The set of places specified by the Getty Thesaurus of Geographic Names. |
Value<java.lang.String> |
DCTermsAnnotator.readTitle()
Read the title |
Value<java.net.URI> |
DCTermsAnnotator.readType()
Read the The nature or genre of the resource. |
Value<java.lang.String> |
DCTermsAnnotator.readUDC()
Read the The set of conceptual resources specified by the Universal Decimal Classification. |
Value<java.lang.String> |
DCTermsAnnotator.readURI()
Read the The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force. |
Value<java.util.Date> |
DCTermsAnnotator.readValid()
Read the Date (often a range) of validity of a resource. |
Value<java.lang.String> |
DCTermsAnnotator.readVersion()
Read the A related resource that is a version, edition, or adaptation of the described resource. |
Value<java.lang.String> |
DCTermsAnnotator.readVersionOf()
Read the A related resource of which the described resource is a version, edition, or adaptation. |
Value<java.util.Date> |
DCTermsAnnotator.readW3CDTF()
Read the The set of dates and times constructed according to the W3C Date and Time Formats Specification. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |