Documentation
¶
Overview ¶
Package rdf contains the Ontology for the W3C standard RDF - Resource Description Framework
Index ¶
- Variables
- type IsAlt
- type IsBag
- type IsCompoundLiteral
- type IsDirection
- type IsFirst
- type IsHTML
- type IsJSON
- type IsLangString
- type IsLanguage
- type IsList
- type IsNil
- type IsObject
- type IsPlainLiteral
- type IsPredicate
- type IsProperty
- type IsRest
- type IsSeq
- type IsStatement
- type IsSubject
- type IsType
- type IsValue
- type IsXMLLiteral
- type KindAlt
- type KindBag
- type KindCompoundLiteral
- type KindDirection
- type KindFirst
- type KindHTML
- type KindJSON
- type KindLangString
- type KindLanguage
- type KindList
- type KindNil
- type KindObject
- type KindPlainLiteral
- type KindPredicate
- type KindProperty
- type KindRest
- type KindSeq
- type KindStatement
- type KindSubject
- type KindType
- type KindValue
- type KindXMLLiteral
Constants ¶
This section is empty.
Variables ¶
View Source
var Alt = altI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "Alt"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Bag = bagI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "Bag"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var CompoundLiteral = compoundLiteralI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "CompoundLiteral"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Direction = directionI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "direction"}, ADomain: CompoundLiteral, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var First = firstI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "first"}, ADomain: List, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var HTML = htmlI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "HTML"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: true, AnIndividual: false, }}
View Source
var JSON = jsonI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "JSON"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: true, AnIndividual: false, }}
View Source
var LangString = langStringI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "langString"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: true, AnIndividual: false, }}
View Source
var Language = languageI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "language"}, ADomain: CompoundLiteral, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var List = listI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "List"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Nil = nilI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "nil"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: true, }}
View Source
var Object = objectI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "object"}, ADomain: Statement, 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 PlainLiteral = plainLiteralI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "PlainLiteral"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: true, AnIndividual: false, }}
View Source
var Predicate = predicateI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "predicate"}, ADomain: Statement, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Property = propertyI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "Property"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var RDFVocabulary = sst.Vocabulary{BaseIRI: "http://www.w3.org/1999/02/22-rdf-syntax-ns"}
View Source
var Rest = restI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "rest"}, ADomain: List, ARange: List, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Seq = seqI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "Seq"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Statement = statementI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "Statement"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Subject = subjectI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "subject"}, ADomain: Statement, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Type = typeI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "type"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var Value = valueI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "value"}, AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: true, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: false, AnIndividual: false, }}
View Source
var XMLLiteral = xmlliteralI{sst.ElementInfo{ Element: sst.Element{Vocabulary: RDFVocabulary, Name: "XMLLiteral"}, AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false, AProperty: false, ADatatypeProperty: false, AnObjectProperty: false, ADatatype: true, AnIndividual: false, }}
Functions ¶
This section is empty.
Types ¶
type IsAlt ¶
type IsAlt interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Alt()
}
type IsBag ¶
type IsBag interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Bag()
}
type IsCompoundLiteral ¶
type IsCompoundLiteral interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23CompoundLiteral()
}
type IsDirection ¶
type IsDirection interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23direction()
}
type IsFirst ¶
type IsFirst interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23first()
}
type IsHTML ¶
type IsHTML interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23HTML()
}
type IsJSON ¶
type IsJSON interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23JSON()
}
type IsLangString ¶
type IsLangString interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23langString()
}
type IsLanguage ¶
type IsLanguage interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23language()
}
type IsList ¶
type IsList interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23List()
}
type IsNil ¶
type IsNil interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23nil()
}
type IsObject ¶
type IsObject interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23object()
}
type IsPlainLiteral ¶
type IsPlainLiteral interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23PlainLiteral()
}
type IsPredicate ¶
type IsPredicate interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23predicate()
}
type IsProperty ¶
type IsProperty interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Property()
}
type IsRest ¶
type IsRest interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23rest()
}
type IsSeq ¶
type IsSeq interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Seq()
}
type IsStatement ¶
type IsStatement interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Statement()
}
type IsSubject ¶
type IsSubject interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23subject()
}
type IsType ¶
type IsType interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23type()
}
type IsValue ¶
type IsValue interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23value()
}
type IsXMLLiteral ¶
type IsXMLLiteral interface {
sst.ElementInformer
AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23XMLLiteral()
}
type KindAlt ¶
type KindAlt interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Alt()
}
type KindBag ¶
type KindBag interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Bag()
}
type KindCompoundLiteral ¶
type KindCompoundLiteral interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23CompoundLiteral()
}
type KindDirection ¶
type KindDirection interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23direction()
}
type KindFirst ¶
type KindFirst interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23first()
}
type KindHTML ¶
type KindHTML interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23HTML()
}
type KindJSON ¶
type KindJSON interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23JSON()
}
type KindLangString ¶
type KindLangString interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23langString()
}
type KindLanguage ¶
type KindLanguage interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23language()
}
type KindList ¶
type KindList interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23List()
}
type KindNil ¶
type KindNil interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23nil()
}
type KindObject ¶
type KindObject interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23object()
}
type KindPlainLiteral ¶
type KindPlainLiteral interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23PlainLiteral()
}
type KindPredicate ¶
type KindPredicate interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23predicate()
}
type KindProperty ¶
type KindProperty interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Property()
}
type KindRest ¶
type KindRest interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23rest()
}
type KindSeq ¶
type KindSeq interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Seq()
}
type KindStatement ¶
type KindStatement interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23Statement()
}
type KindSubject ¶
type KindSubject interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23subject()
}
type KindType ¶
type KindType interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23type()
}
type KindValue ¶
type KindValue interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23value()
}
type KindXMLLiteral ¶
type KindXMLLiteral interface {
sst.ElementInformer
AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F1999_2F02_2F22_2Drdf_2Dsyntax_2Dns_23XMLLiteral()
}
Click to show internal directories.
Click to hide internal directories.