Interface RdfEntityInfoDefault
- All Superinterfaces:
org.aksw.commons.util.entity.EntityInfo,org.apache.jena.graph.FrontsNode,RdfEntityInfo,org.apache.jena.rdf.model.RDFNode,org.apache.jena.rdf.model.Resource
-
Method Summary
Modifier and TypeMethodDescriptionCharset, such as UTF-8 or ISO 8859-1Helper attribute to skolemize the rdf list of content encodings.The set of language tags for which the content is suitable.Methods inherited from interface org.aksw.commons.util.entity.EntityInfo
getEncodingsAsHttpHeaderMethods inherited from interface org.apache.jena.graph.FrontsNode
asNodeMethods inherited from interface org.aksw.jena_sparql_api.http.domain.api.RdfEntityInfo
getHash, setByteSize, setCharset, setContentEncodings, setContentType, setUncompressedByteSizeMethods inherited from interface org.apache.jena.rdf.model.RDFNode
as, asLiteral, asResource, asStatementTerm, canAs, getModel, isAnon, isLiteral, isResource, isStatementTerm, isURIResource, visitWithMethods inherited from interface org.apache.jena.rdf.model.Resource
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
-
Method Details
-
getContentEncodings
- Specified by:
getContentEncodingsin interfaceorg.aksw.commons.util.entity.EntityInfo
-
getContentEncodingsRdfList
RdfList getContentEncodingsRdfList()Helper attribute to skolemize the rdf list of content encodings. At present@HashIdalways generates ids for 'this'; we cannot express generate an ID for the lists underlying target rdf resource. we need some new annotation in the future such as@ValueHashId. -
getContentType
String getContentType()- Specified by:
getContentTypein interfaceorg.aksw.commons.util.entity.EntityInfo
-
getCharset
String getCharset()Charset, such as UTF-8 or ISO 8859-1- Specified by:
getCharsetin interfaceorg.aksw.commons.util.entity.EntityInfo- Returns:
-
getLanguageTags
The set of language tags for which the content is suitable.- Specified by:
getLanguageTagsin interfaceorg.aksw.commons.util.entity.EntityInfo- Returns:
-
getConformsTo
- Specified by:
getConformsToin interfaceorg.aksw.commons.util.entity.EntityInfo
-
getHashes
- Specified by:
getHashesin interfaceRdfEntityInfo
-
getByteSize
Long getByteSize()- Specified by:
getByteSizein interfaceorg.aksw.commons.util.entity.EntityInfo
-
getUncompressedByteSize
Long getUncompressedByteSize()- Specified by:
getUncompressedByteSizein interfaceorg.aksw.commons.util.entity.EntityInfo
-