owl

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: None detected not legal advice Imports: 0 Imported by: 0

Documentation

Overview

Package owl contains the ontology of the W3C standard OWL 2.

Index

Constants

This section is empty.

Variables

View Source
var AllDifferent = allDifferentI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "AllDifferent"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Resource},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var AllDisjointClasses = allDisjointClassesI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "AllDisjointClasses"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Resource},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var AllDisjointProperties = allDisjointPropertiesI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "AllDisjointProperties"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Resource},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var AllValuesFrom = allValuesFromI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "allValuesFrom"},
	ADomain: Restriction,
	ARange:  rdfs.Class,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var AnnotatedProperty = annotatedPropertyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "annotatedProperty"},
	ADomain: rdfs.Resource,
	ARange:  rdfs.Resource,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var AnnotatedSource = annotatedSourceI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "annotatedSource"},
	ADomain: rdfs.Resource,
	ARange:  rdfs.Resource,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var AnnotatedTarget = annotatedTargetI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "annotatedTarget"},
	ADomain: rdfs.Resource,
	ARange:  rdfs.Resource,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Annotation = annotationI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "Annotation"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Resource},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var AnnotationProperty = annotationPropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "AnnotationProperty"},
	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 AssertionProperty = assertionPropertyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "assertionProperty"},
	ADomain: NegativePropertyAssertion,
	ARange:  rdf.Property,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var AsymmetricProperty = asymmetricPropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "AsymmetricProperty"},
	ASubtypeOf: []sst.ElementInformer{ObjectProperty},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Axiom = axiomI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "Axiom"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Resource},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var BackwardCompatibleWith = backwardCompatibleWithI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "backwardCompatibleWith"},
	ADomain: Ontology,
	ARange:  Ontology,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var BottomDataProperty = bottomDataPropertyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "bottomDataProperty"},
	ADomain: Thing,
	ARange:  rdfs.Literal,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: true, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var BottomObjectProperty = bottomObjectPropertyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "bottomObjectProperty"},
	ADomain: Thing,
	ARange:  Thing,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Cardinality = cardinalityI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "cardinality"},
	ADomain: Restriction,
	ARange:  xsd.NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Class = classI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "Class"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Class},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var ComplementOf = complementOfI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "complementOf"},
	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 DataRange = dataRangeI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "DataRange"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Datatype},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var DatatypeComplementOf = datatypeComplementOfI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "datatypeComplementOf"},
	ADomain: rdfs.Datatype,
	ARange:  rdfs.Datatype,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var DatatypeProperty = datatypePropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "DatatypeProperty"},
	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 Deprecated = deprecatedI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "deprecated"},
	ADomain: rdfs.Resource,
	ARange:  rdfs.Resource,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var DeprecatedClass = deprecatedClassI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "DeprecatedClass"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Class},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var DeprecatedProperty = deprecatedPropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "DeprecatedProperty"},
	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 DifferentFrom = differentFromI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "differentFrom"},
	ADomain: Thing,
	ARange:  Thing,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var DisjointUnionOf = disjointUnionOfI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "disjointUnionOf"},
	ADomain: Class,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var DisjointWith = disjointWithI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "disjointWith"},
	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 DistinctMembers = distinctMembersI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "distinctMembers"},
	ADomain: AllDifferent,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var EquivalentClass = equivalentClassI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "equivalentClass"},
	ADomain: rdfs.Class,
	ARange:  rdfs.Class,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var EquivalentProperty = equivalentPropertyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "equivalentProperty"},
	ADomain: rdf.Property,
	ARange:  rdf.Property,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var FunctionalProperty = functionalPropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "FunctionalProperty"},
	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 HasKey = hasKeyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "hasKey"},
	ADomain: Class,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var HasSelf = hasSelfI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "hasSelf"},
	ADomain: Restriction,
	ARange:  rdfs.Resource,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var HasValue = hasValueI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "hasValue"},
	ADomain: Restriction,
	ARange:  rdfs.Resource,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Imports = importsI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "imports"},
	ADomain: Ontology,
	ARange:  Ontology,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var IncompatibleWith = incompatibleWithI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "incompatibleWith"},
	ADomain: Ontology,
	ARange:  Ontology,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var IntersectionOf = intersectionOfI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "intersectionOf"},
	ADomain: rdfs.Class,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var InverseFunctionalProperty = inverseFunctionalPropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "InverseFunctionalProperty"},
	ASubtypeOf: []sst.ElementInformer{ObjectProperty},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var InverseOf = inverseOfI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "inverseOf"},
	ADomain: ObjectProperty,
	ARange:  ObjectProperty,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var IrreflexiveProperty = irreflexivePropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "IrreflexiveProperty"},
	ASubtypeOf: []sst.ElementInformer{ObjectProperty},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MaxCardinality = maxCardinalityI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "maxCardinality"},
	ADomain: Restriction,
	ARange:  xsd.NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MaxQualifiedCardinality = maxQualifiedCardinalityI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "maxQualifiedCardinality"},
	ADomain: Restriction,
	ARange:  xsd.NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Members = membersI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "members"},
	ADomain: rdfs.Resource,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MinCardinality = minCardinalityI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "minCardinality"},
	ADomain: Restriction,
	ARange:  xsd.NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var MinQualifiedCardinality = minQualifiedCardinalityI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "minQualifiedCardinality"},
	ADomain: Restriction,
	ARange:  xsd.NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var NamedIndividual = namedIndividualI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "NamedIndividual"},
	ASubtypeOf: []sst.ElementInformer{Thing},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var NegativePropertyAssertion = negativePropertyAssertionI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "NegativePropertyAssertion"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Resource},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Nothing = nothingI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "Nothing"},
	ASubtypeOf: []sst.ElementInformer{Thing},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var OWLVocabulary = sst.Vocabulary{BaseIRI: "http://www.w3.org/2002/07/owl"}
View Source
var ObjectProperty = objectPropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "ObjectProperty"},
	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 OnClass = onClassI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "onClass"},
	ADomain: Restriction,
	ARange:  Class,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var OnDataRange = onDataRangeI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "onDataRange"},
	ADomain: Restriction,
	ARange:  rdfs.Datatype,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var OnDatatype = onDatatypeI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "onDatatype"},
	ADomain: rdfs.Datatype,
	ARange:  rdfs.Datatype,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var OnProperties = onPropertiesI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "onProperties"},
	ADomain: Restriction,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var OnProperty = onPropertyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "onProperty"},
	ADomain: Restriction,
	ARange:  rdf.Property,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var OneOf = oneOfI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "oneOf"},
	ADomain: rdfs.Class,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Ontology = ontologyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "Ontology"},
	ASubtypeOf: []sst.ElementInformer{rdfs.Resource},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var OntologyProperty = ontologyPropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "OntologyProperty"},
	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 (
	PKG = sst.ElementPkg(pkg{})
)
View Source
var PriorVersion = priorVersionI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "priorVersion"},
	ADomain: Ontology,
	ARange:  Ontology,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var PropertyChainAxiom = propertyChainAxiomI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "propertyChainAxiom"},
	ADomain: ObjectProperty,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var PropertyDisjointWith = propertyDisjointWithI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "propertyDisjointWith"},
	ADomain: rdf.Property,
	ARange:  rdf.Property,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var QualifiedCardinality = qualifiedCardinalityI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "qualifiedCardinality"},
	ADomain: Restriction,
	ARange:  xsd.NonNegativeInteger,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var ReflexiveProperty = reflexivePropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "ReflexiveProperty"},
	ASubtypeOf: []sst.ElementInformer{ObjectProperty},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Restriction = restrictionI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "Restriction"},
	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 SameAs = sameAsI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "sameAs"},
	ADomain: Thing,
	ARange:  Thing,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var SomeValuesFrom = someValuesFromI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "someValuesFrom"},
	ADomain: Restriction,
	ARange:  rdfs.Class,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var SourceIndividual = sourceIndividualI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "sourceIndividual"},
	ADomain: NegativePropertyAssertion,
	ARange:  Thing,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var SymmetricProperty = symmetricPropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "SymmetricProperty"},
	ASubtypeOf: []sst.ElementInformer{ObjectProperty},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var TargetIndividual = targetIndividualI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "targetIndividual"},
	ADomain: NegativePropertyAssertion,
	ARange:  Thing,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var TargetValue = targetValueI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "targetValue"},
	ADomain: NegativePropertyAssertion,
	ARange:  rdfs.Literal,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var Thing = thingI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "Thing"},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var TopDataProperty = topDataPropertyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "topDataProperty"},
	ADomain: Thing,
	ARange:  rdfs.Literal,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: true, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var TopObjectProperty = topObjectPropertyI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "topObjectProperty"},
	ADomain: Thing,
	ARange:  Thing,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: true,
	ADatatype: false, AnIndividual: false,
}}
View Source
var TransitiveProperty = transitivePropertyI{sst.ElementInfo{
	Element:    sst.Element{Vocabulary: OWLVocabulary, Name: "TransitiveProperty"},
	ASubtypeOf: []sst.ElementInformer{ObjectProperty},

	AClass: true, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: false, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var UnionOf = unionOfI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "unionOf"},
	ADomain: rdfs.Class,
	ARange:  rdf.List,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var VersionIRI = versionIRII{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "versionIRI"},
	ADomain: Ontology,
	ARange:  Ontology,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var VersionInfo = versionInfoI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "versionInfo"},
	ADomain: rdfs.Resource,
	ARange:  rdfs.Resource,

	AClass: false, AnOptionClass: false, AnAbstractClass: false, ARootClass: false,
	AProperty: true, ADatatypeProperty: false, AnObjectProperty: false,
	ADatatype: false, AnIndividual: false,
}}
View Source
var WithRestrictions = withRestrictionsI{sst.ElementInfo{
	Element: sst.Element{Vocabulary: OWLVocabulary, Name: "withRestrictions"},
	ADomain: rdfs.Datatype,
	ARange:  rdf.List,

	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 IsAllDifferent

type IsAllDifferent interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AllDifferent()
}

type IsAllDisjointClasses

type IsAllDisjointClasses interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AllDisjointClasses()
}

type IsAllDisjointProperties

type IsAllDisjointProperties interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AllDisjointProperties()
}

type IsAllValuesFrom

type IsAllValuesFrom interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23allValuesFrom()
}

type IsAnnotatedProperty

type IsAnnotatedProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23annotatedProperty()
}

type IsAnnotatedSource

type IsAnnotatedSource interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23annotatedSource()
}

type IsAnnotatedTarget

type IsAnnotatedTarget interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23annotatedTarget()
}

type IsAnnotation

type IsAnnotation interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Annotation()
}

type IsAnnotationProperty

type IsAnnotationProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AnnotationProperty()
}

type IsAssertionProperty

type IsAssertionProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23assertionProperty()
}

type IsAsymmetricProperty

type IsAsymmetricProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AsymmetricProperty()
}

type IsAxiom

type IsAxiom interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Axiom()
}

type IsBackwardCompatibleWith

type IsBackwardCompatibleWith interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23backwardCompatibleWith()
}

type IsBottomDataProperty

type IsBottomDataProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23bottomDataProperty()
}

type IsBottomObjectProperty

type IsBottomObjectProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23bottomObjectProperty()
}

type IsCardinality

type IsCardinality interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23cardinality()
}

type IsClass

type IsClass interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Class()
}

type IsComplementOf

type IsComplementOf interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23complementOf()
}

type IsDataRange

type IsDataRange interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23DataRange()
}

type IsDatatypeComplementOf

type IsDatatypeComplementOf interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23datatypeComplementOf()
}

type IsDatatypeProperty

type IsDatatypeProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23DatatypeProperty()
}

type IsDeprecated

type IsDeprecated interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23deprecated()
}

type IsDeprecatedClass

type IsDeprecatedClass interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23DeprecatedClass()
}

type IsDeprecatedProperty

type IsDeprecatedProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23DeprecatedProperty()
}

type IsDifferentFrom

type IsDifferentFrom interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23differentFrom()
}

type IsDisjointUnionOf

type IsDisjointUnionOf interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23disjointUnionOf()
}

type IsDisjointWith

type IsDisjointWith interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23disjointWith()
}

type IsDistinctMembers

type IsDistinctMembers interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23distinctMembers()
}

type IsEquivalentClass

type IsEquivalentClass interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23equivalentClass()
}

type IsEquivalentProperty

type IsEquivalentProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23equivalentProperty()
}

type IsFunctionalProperty

type IsFunctionalProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23FunctionalProperty()
}

type IsHasKey

type IsHasKey interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23hasKey()
}

type IsHasSelf

type IsHasSelf interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23hasSelf()
}

type IsHasValue

type IsHasValue interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23hasValue()
}

type IsImports

type IsImports interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23imports()
}

type IsIncompatibleWith

type IsIncompatibleWith interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23incompatibleWith()
}

type IsIntersectionOf

type IsIntersectionOf interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23intersectionOf()
}

type IsInverseFunctionalProperty

type IsInverseFunctionalProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23InverseFunctionalProperty()
}

type IsInverseOf

type IsInverseOf interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23inverseOf()
}

type IsIrreflexiveProperty

type IsIrreflexiveProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23IrreflexiveProperty()
}

type IsMaxCardinality

type IsMaxCardinality interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23maxCardinality()
}

type IsMaxQualifiedCardinality

type IsMaxQualifiedCardinality interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23maxQualifiedCardinality()
}

type IsMembers

type IsMembers interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23members()
}

type IsMinCardinality

type IsMinCardinality interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23minCardinality()
}

type IsMinQualifiedCardinality

type IsMinQualifiedCardinality interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23minQualifiedCardinality()
}

type IsNamedIndividual

type IsNamedIndividual interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23NamedIndividual()
}

type IsNegativePropertyAssertion

type IsNegativePropertyAssertion interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23NegativePropertyAssertion()
}

type IsNothing

type IsNothing interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Nothing()
}

type IsObjectProperty

type IsObjectProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23ObjectProperty()
}

type IsOnClass

type IsOnClass interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onClass()
}

type IsOnDataRange

type IsOnDataRange interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onDataRange()
}

type IsOnDatatype

type IsOnDatatype interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onDatatype()
}

type IsOnProperties

type IsOnProperties interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onProperties()
}

type IsOnProperty

type IsOnProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onProperty()
}

type IsOneOf

type IsOneOf interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23oneOf()
}

type IsOntology

type IsOntology interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Ontology()
}

type IsOntologyProperty

type IsOntologyProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23OntologyProperty()
}

type IsPriorVersion

type IsPriorVersion interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23priorVersion()
}

type IsPropertyChainAxiom

type IsPropertyChainAxiom interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23propertyChainAxiom()
}

type IsPropertyDisjointWith

type IsPropertyDisjointWith interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23propertyDisjointWith()
}

type IsQualifiedCardinality

type IsQualifiedCardinality interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23qualifiedCardinality()
}

type IsReflexiveProperty

type IsReflexiveProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23ReflexiveProperty()
}

type IsRestriction

type IsRestriction interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Restriction()
}

type IsSameAs

type IsSameAs interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23sameAs()
}

type IsSomeValuesFrom

type IsSomeValuesFrom interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23someValuesFrom()
}

type IsSourceIndividual

type IsSourceIndividual interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23sourceIndividual()
}

type IsSymmetricProperty

type IsSymmetricProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23SymmetricProperty()
}

type IsTargetIndividual

type IsTargetIndividual interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23targetIndividual()
}

type IsTargetValue

type IsTargetValue interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23targetValue()
}

type IsThing

type IsThing interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Thing()
}

type IsTopDataProperty

type IsTopDataProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23topDataProperty()
}

type IsTopObjectProperty

type IsTopObjectProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23topObjectProperty()
}

type IsTransitiveProperty

type IsTransitiveProperty interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23TransitiveProperty()
}

type IsUnionOf

type IsUnionOf interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23unionOf()
}

type IsVersionIRI

type IsVersionIRI interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23versionIRI()
}

type IsVersionInfo

type IsVersionInfo interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23versionInfo()
}

type IsWithRestrictions

type IsWithRestrictions interface {
	sst.ElementInformer
	AsIs_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23withRestrictions()
}

type KindAllDifferent

type KindAllDifferent interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AllDifferent()
}

type KindAllDisjointClasses

type KindAllDisjointClasses interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AllDisjointClasses()
}

type KindAllDisjointProperties

type KindAllDisjointProperties interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AllDisjointProperties()
}

type KindAllValuesFrom

type KindAllValuesFrom interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23allValuesFrom()
}

type KindAnnotatedProperty

type KindAnnotatedProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23annotatedProperty()
}

type KindAnnotatedSource

type KindAnnotatedSource interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23annotatedSource()
}

type KindAnnotatedTarget

type KindAnnotatedTarget interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23annotatedTarget()
}

type KindAnnotation

type KindAnnotation interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Annotation()
}

type KindAnnotationProperty

type KindAnnotationProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AnnotationProperty()
}

type KindAssertionProperty

type KindAssertionProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23assertionProperty()
}

type KindAsymmetricProperty

type KindAsymmetricProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23AsymmetricProperty()
}

type KindAxiom

type KindAxiom interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Axiom()
}

type KindBackwardCompatibleWith

type KindBackwardCompatibleWith interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23backwardCompatibleWith()
}

type KindBottomDataProperty

type KindBottomDataProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23bottomDataProperty()
}

type KindBottomObjectProperty

type KindBottomObjectProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23bottomObjectProperty()
}

type KindCardinality

type KindCardinality interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23cardinality()
}

type KindClass

type KindClass interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Class()
}

type KindComplementOf

type KindComplementOf interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23complementOf()
}

type KindDataRange

type KindDataRange interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23DataRange()
}

type KindDatatypeComplementOf

type KindDatatypeComplementOf interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23datatypeComplementOf()
}

type KindDatatypeProperty

type KindDatatypeProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23DatatypeProperty()
}

type KindDeprecated

type KindDeprecated interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23deprecated()
}

type KindDeprecatedClass

type KindDeprecatedClass interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23DeprecatedClass()
}

type KindDeprecatedProperty

type KindDeprecatedProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23DeprecatedProperty()
}

type KindDifferentFrom

type KindDifferentFrom interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23differentFrom()
}

type KindDisjointUnionOf

type KindDisjointUnionOf interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23disjointUnionOf()
}

type KindDisjointWith

type KindDisjointWith interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23disjointWith()
}

type KindDistinctMembers

type KindDistinctMembers interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23distinctMembers()
}

type KindEquivalentClass

type KindEquivalentClass interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23equivalentClass()
}

type KindEquivalentProperty

type KindEquivalentProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23equivalentProperty()
}

type KindFunctionalProperty

type KindFunctionalProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23FunctionalProperty()
}

type KindHasKey

type KindHasKey interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23hasKey()
}

type KindHasSelf

type KindHasSelf interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23hasSelf()
}

type KindHasValue

type KindHasValue interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23hasValue()
}

type KindImports

type KindImports interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23imports()
}

type KindIncompatibleWith

type KindIncompatibleWith interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23incompatibleWith()
}

type KindIntersectionOf

type KindIntersectionOf interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23intersectionOf()
}

type KindInverseFunctionalProperty

type KindInverseFunctionalProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23InverseFunctionalProperty()
}

type KindInverseOf

type KindInverseOf interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23inverseOf()
}

type KindIrreflexiveProperty

type KindIrreflexiveProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23IrreflexiveProperty()
}

type KindMaxCardinality

type KindMaxCardinality interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23maxCardinality()
}

type KindMaxQualifiedCardinality

type KindMaxQualifiedCardinality interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23maxQualifiedCardinality()
}

type KindMembers

type KindMembers interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23members()
}

type KindMinCardinality

type KindMinCardinality interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23minCardinality()
}

type KindMinQualifiedCardinality

type KindMinQualifiedCardinality interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23minQualifiedCardinality()
}

type KindNamedIndividual

type KindNamedIndividual interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23NamedIndividual()
}

type KindNegativePropertyAssertion

type KindNegativePropertyAssertion interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23NegativePropertyAssertion()
}

type KindNothing

type KindNothing interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Nothing()
}

type KindObjectProperty

type KindObjectProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23ObjectProperty()
}

type KindOnClass

type KindOnClass interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onClass()
}

type KindOnDataRange

type KindOnDataRange interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onDataRange()
}

type KindOnDatatype

type KindOnDatatype interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onDatatype()
}

type KindOnProperties

type KindOnProperties interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onProperties()
}

type KindOnProperty

type KindOnProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23onProperty()
}

type KindOneOf

type KindOneOf interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23oneOf()
}

type KindOntology

type KindOntology interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Ontology()
}

type KindOntologyProperty

type KindOntologyProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23OntologyProperty()
}

type KindPriorVersion

type KindPriorVersion interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23priorVersion()
}

type KindPropertyChainAxiom

type KindPropertyChainAxiom interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23propertyChainAxiom()
}

type KindPropertyDisjointWith

type KindPropertyDisjointWith interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23propertyDisjointWith()
}

type KindQualifiedCardinality

type KindQualifiedCardinality interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23qualifiedCardinality()
}

type KindReflexiveProperty

type KindReflexiveProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23ReflexiveProperty()
}

type KindRestriction

type KindRestriction interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Restriction()
}

type KindSameAs

type KindSameAs interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23sameAs()
}

type KindSomeValuesFrom

type KindSomeValuesFrom interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23someValuesFrom()
}

type KindSourceIndividual

type KindSourceIndividual interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23sourceIndividual()
}

type KindSymmetricProperty

type KindSymmetricProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23SymmetricProperty()
}

type KindTargetIndividual

type KindTargetIndividual interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23targetIndividual()
}

type KindTargetValue

type KindTargetValue interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23targetValue()
}

type KindThing

type KindThing interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23Thing()
}

type KindTopDataProperty

type KindTopDataProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23topDataProperty()
}

type KindTopObjectProperty

type KindTopObjectProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23topObjectProperty()
}

type KindTransitiveProperty

type KindTransitiveProperty interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23TransitiveProperty()
}

type KindUnionOf

type KindUnionOf interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23unionOf()
}

type KindVersionIRI

type KindVersionIRI interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23versionIRI()
}

type KindVersionInfo

type KindVersionInfo interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23versionInfo()
}

type KindWithRestrictions

type KindWithRestrictions interface {
	sst.ElementInformer
	AsKind_http_3A_2F_2Fwww_2Ew3_2Eorg_2F2002_2F07_2Fowl_23withRestrictions()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL