Show / Hide Table of Contents

Class OwlHelper.OwlExtractMode

Class containing Extraction Mode constants.

Inheritance
object
OwlHelper.OwlExtractMode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.Inference
Assembly: dotNetRdf.Inferencing.dll
Syntax
public static class OwlHelper.OwlExtractMode

Fields

| Edit this page View Source

AllClass

OWL Extraction Mode constants.

Declaration
public const string AllClass = "AllClass"
Field Value
Type Description
string
| Edit this page View Source

AllIndividual

OWL Extraction Mode constants.

Declaration
public const string AllIndividual = "AllIndividual"
Field Value
Type Description
string
| Edit this page View Source

AllProperty

OWL Extraction Mode constants.

Declaration
public const string AllProperty = "AllProperty"
Field Value
Type Description
string
| Edit this page View Source

AllStatements

OWL Extraction Mode constants.

Declaration
public const string AllStatements = "AllStatements"
Field Value
Type Description
string
| Edit this page View Source

AllStatementsIncludingJena

OWL Extraction Mode constants.

Declaration
public const string AllStatementsIncludingJena = "AllStatementsIncludingJena"
Field Value
Type Description
string
| Edit this page View Source

ClassAssertion

OWL Extraction Mode constants.

Declaration
public const string ClassAssertion = "ClassAssertion"
Field Value
Type Description
string
| Edit this page View Source

ComplementOf

OWL Extraction Mode constants.

Declaration
public const string ComplementOf = "ComplementOf"
Field Value
Type Description
string
| Edit this page View Source

DataPropertyAssertion

OWL Extraction Mode constants.

Declaration
public const string DataPropertyAssertion = "DataPropertyAssertion"
Field Value
Type Description
string
| Edit this page View Source

DefaultStatements

OWL Extraction Mode constants.

Declaration
public const string DefaultStatements = "DefaultStatements"
Field Value
Type Description
string
| Edit this page View Source

DifferentIndividuals

OWL Extraction Mode constants.

Declaration
public const string DifferentIndividuals = "DifferentIndividuals"
Field Value
Type Description
string
| Edit this page View Source

DirectClassAssertion

OWL Extraction Mode constants.

Declaration
public const string DirectClassAssertion = "DirectClassAssertion"
Field Value
Type Description
string
| Edit this page View Source

DirectSubClassOf

OWL Extraction Mode constants.

Declaration
public const string DirectSubClassOf = "DirectSubClassOf"
Field Value
Type Description
string
| Edit this page View Source

DirectSubPropertyOf

OWL Extraction Mode constants.

Declaration
public const string DirectSubPropertyOf = "DirectSubPropertyOf"
Field Value
Type Description
string
| Edit this page View Source

DisjointClasses

OWL Extraction Mode constants.

Declaration
public const string DisjointClasses = "DisjointClasses"
Field Value
Type Description
string
| Edit this page View Source

DisjointProperties

OWL Extraction Mode constants.

Declaration
public const string DisjointProperties = "DisjointProperties"
Field Value
Type Description
string
| Edit this page View Source

EquivalentClasses

OWL Extraction Mode constants.

Declaration
public const string EquivalentClasses = "EquivalentClasses"
Field Value
Type Description
string
| Edit this page View Source

EquivalentProperties

OWL Extraction Mode constants.

Declaration
public const string EquivalentProperties = "EquivalentProperties"
Field Value
Type Description
string
| Edit this page View Source

InverseProperties

OWL Extraction Mode constants.

Declaration
public const string InverseProperties = "InverserProperties"
Field Value
Type Description
string
| Edit this page View Source

ObjectPropertyAssertion

OWL Extraction Mode constants.

Declaration
public const string ObjectPropertyAssertion = "ObjectPropertyAssertion"
Field Value
Type Description
string
| Edit this page View Source

PropertyAssertion

OWL Extraction Mode constants.

Declaration
public const string PropertyAssertion = "PropertyAssertion"
Field Value
Type Description
string
| Edit this page View Source

SameIndividual

OWL Extraction Mode constants.

Declaration
public const string SameIndividual = "SameIndividual"
Field Value
Type Description
string
| Edit this page View Source

SubClassOf

OWL Extraction Mode constants.

Declaration
public const string SubClassOf = "SubClassOf"
Field Value
Type Description
string
| Edit this page View Source

SubPropertyOf

OWL Extraction Mode constants.

Declaration
public const string SubPropertyOf = "SubPropertyOf"
Field Value
Type Description
string
  • Edit this page
  • View Source
In this article
  • Fields
    • AllClass
    • AllIndividual
    • AllProperty
    • AllStatements
    • AllStatementsIncludingJena
    • ClassAssertion
    • ComplementOf
    • DataPropertyAssertion
    • DefaultStatements
    • DifferentIndividuals
    • DirectClassAssertion
    • DirectSubClassOf
    • DirectSubPropertyOf
    • DisjointClasses
    • DisjointProperties
    • EquivalentClasses
    • EquivalentProperties
    • InverseProperties
    • ObjectPropertyAssertion
    • PropertyAssertion
    • SameIndividual
    • SubClassOf
    • SubPropertyOf
Back to top Generated by DocFX