org.openanzo.atom.jastor.atomowl
Interface TextContent

All Superinterfaces:
Content, CoreThing, GraphThing, Representation
All Known Subinterfaces:
HTML, PlainText, XHTML
All Known Implementing Classes:
HTMLImpl, PlainTextImpl, TextContentImpl, XHTMLImpl

public interface TextContent
extends Content, GraphThing

Interface for All Text Content Class@en ontology class
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this interface.

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#TextContent)


RDF Schema Standard Properties
label : All Text Content Class@en
comment : see 3.1 of rfc 4287. The text constructs.@en



Field Summary
static org.openrdf.model.URI contentProperty
          The Jena Property for content
static org.openrdf.model.URI emailProperty
          The Jena Property for email
static org.openrdf.model.URI representationOfProperty
          The Jena Property for representationOf
static org.openrdf.model.URI representationProperty
          The Jena Property for representation
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface org.openanzo.atom.jastor.atomowl.Content
bodyProperty, langProperty, lengthProperty, srcProperty, typeProperty
 
Method Summary
 
Methods inherited from interface org.openanzo.atom.jastor.atomowl.Content
addBody, addEmail, addEmail, addEmail, addSrc, addSrc, addSrc, getBody, getContent, getEmail, getLang, getLength, getSrc, getType, removeBody, removeEmail, removeSrc, setContent, setContent, setContent, setLang, setLength, setType
 
Methods inherited from interface org.openanzo.atom.jastor.webarch.Representation
addRepresentation, addRepresentation, addRepresentation, addRepresentationOf, addRepresentationOf, addRepresentationOf, getRepresentation, getRepresentationOf, removeRepresentation, removeRepresentationOf
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final org.openrdf.model.URI TYPE
The rdf:type for this ontology class


representationOfProperty

static final org.openrdf.model.URI representationOfProperty
The Jena Property for representationOf

(URI: http://sw.nokia.com/WebArch-1/representationOf)



emailProperty

static final org.openrdf.model.URI emailProperty
The Jena Property for email

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#email)



RDF Schema Standard Properties
label : email address@en
comment : see 3.2.3 of rfc 4287. A mailbox of the Person@en


representationProperty

static final org.openrdf.model.URI representationProperty
The Jena Property for representation

(URI: http://sw.nokia.com/WebArch-1/representation)



contentProperty

static final org.openrdf.model.URI contentProperty
The Jena Property for content

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#content)



RDF Schema Standard Properties
label : content@en
comment : See 4.1.3 of rfc 4287 spec. The content of an Entry, a Link or any of the relation types that are the object of :rel properties@en



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.