Package thewebsemantic.vocabulary
Interface Rdfs
-
- All Superinterfaces:
As
- All Known Subinterfaces:
Rdfs.Class,Rdfs.Resource,Sioc,Sioc.Community,Sioc.Container,Sioc.Forum,Sioc.Item,Sioc.Post,Sioc.Role,Sioc.Site,Sioc.Space,Sioc.Thread,Sioc.User,Sioc.UserGroup
public interface Rdfs extends As
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRdfs.Classstatic interfaceRdfs.Resource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>comment()Rdfscomment(Object o)Collection<String>label()Rdfslabel(Object o)Collection<Thing>seeAlso()RdfsseeAlso(Object o)-
Methods inherited from interface thewebsemantic.As
as, asResource, isa
-
-
-
-
Method Detail
-
comment
Collection<String> comment()
-
label
Collection<String> label()
-
seeAlso
Collection<Thing> seeAlso()
-
-