Documentation
¶
Overview ¶
Package rdfs contains the Ontology for the W3C standard RDFS / RDF-Schema.
Index ¶
- Variables
- type IsClass
- type IsComment
- type IsContainer
- type IsContainerMembershipProperty
- type IsDatatype
- type IsDomain
- type IsIsDefinedBy
- type IsLabel
- type IsLiteral
- type IsMember
- type IsRange
- type IsResource
- type IsSeeAlso
- type IsSubClassOf
- type IsSubPropertyOf
- type KindClass
- type KindComment
- type KindContainer
- type KindContainerMembershipProperty
- type KindDatatype
- type KindDomain
- type KindIsDefinedBy
- type KindLabel
- type KindLiteral
- type KindMember
- type KindRange
- type KindResource
- type KindSeeAlso
- type KindSubClassOf
- type KindSubPropertyOf
Constants ¶
This section is empty.
Variables ¶
View Source
var Class = classI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "Class"}, ASubtypeOf: []sst.ElementInformer{Resource}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Comment = commentI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "comment"}, ADomain: Resource, ARange: Literal, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Container = containerI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "Container"}, ASubtypeOf: []sst.ElementInformer{Resource}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var ContainerMembershipProperty = containerMembershipPropertyI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "ContainerMembershipProperty"}, ASubtypeOf: []sst.ElementInformer{rdf.Property}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Datatype = datatypeI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "Datatype"}, ASubtypeOf: []sst.ElementInformer{Class}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Domain = domainI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "domain"}, ADomain: rdf.Property, ARange: Class, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var IsDefinedBy = isDefinedByI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "isDefinedBy"}, ADomain: Resource, ARange: Resource, ASubPropertyOf: SeeAlso, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Label = labelI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "label"}, ADomain: Resource, ARange: Literal, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Literal = literalI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "Literal"}, ASubtypeOf: []sst.ElementInformer{Resource}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Member = memberI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "member"}, ADomain: Resource, ARange: Resource, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var (
PKG = sst.ElementPkg(pkg{})
)
View Source
var RDFSVocabulary = sst.Vocabulary{BaseIRI: "http://www.w3.org/2000/01/rdf-schema"}
View Source
var Range = rangeI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "range"}, ADomain: rdf.Property, ARange: Class, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Resource = resourceI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "Resource"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SeeAlso = seeAlsoI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "seeAlso"}, ADomain: Resource, ARange: Resource, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SubClassOf = subClassOfI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "subClassOf"}, ADomain: Class, ARange: Class, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var SubPropertyOf = subPropertyOfI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFSVocabulary, Name: "subPropertyOf"}, ADomain: rdf.Property, ARange: rdf.Property, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
Functions ¶
This section is empty.
Types ¶
type IsClass ¶
type IsClass interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Class()
}
type IsComment ¶
type IsComment interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23comment()
}
type IsContainer ¶
type IsContainer interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Container()
}
type IsContainerMembershipProperty ¶
type IsContainerMembershipProperty interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23ContainerMembershipProperty()
}
type IsDatatype ¶
type IsDatatype interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Datatype()
}
type IsDomain ¶
type IsDomain interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23domain()
}
type IsIsDefinedBy ¶
type IsIsDefinedBy interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23isDefinedBy()
}
type IsLabel ¶
type IsLabel interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23label()
}
type IsLiteral ¶
type IsLiteral interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Literal()
}
type IsMember ¶
type IsMember interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23member()
}
type IsRange ¶
type IsRange interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23range()
}
type IsResource ¶
type IsResource interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Resource()
}
type IsSeeAlso ¶
type IsSeeAlso interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23seeAlso()
}
type IsSubClassOf ¶
type IsSubClassOf interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23subClassOf()
}
type IsSubPropertyOf ¶
type IsSubPropertyOf interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23subPropertyOf()
}
type KindClass ¶
type KindClass interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Class()
}
type KindComment ¶
type KindComment interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23comment()
}
type KindContainer ¶
type KindContainer interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Container()
}
type KindContainerMembershipProperty ¶
type KindContainerMembershipProperty interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23ContainerMembershipProperty()
}
type KindDatatype ¶
type KindDatatype interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Datatype()
}
type KindDomain ¶
type KindDomain interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23domain()
}
type KindIsDefinedBy ¶
type KindIsDefinedBy interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23isDefinedBy()
}
type KindLabel ¶
type KindLabel interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23label()
}
type KindLiteral ¶
type KindLiteral interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Literal()
}
type KindMember ¶
type KindMember interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23member()
}
type KindRange ¶
type KindRange interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23range()
}
type KindResource ¶
type KindResource interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23Resource()
}
type KindSeeAlso ¶
type KindSeeAlso interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23seeAlso()
}
type KindSubClassOf ¶
type KindSubClassOf interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23subClassOf()
}
type KindSubPropertyOf ¶
type KindSubPropertyOf interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2000_2F01_2Frdf_2Dschema_23subPropertyOf()
}
Click to show internal directories.
Click to hide internal directories.