Class OWLDLProfile

All Implemented Interfaces:
Profile

public class OWLDLProfile extends OWLProfile

Ontology language profile implementation for the DL variant of the OWL 2002/07 language.

  • Constructor Details

    • OWLDLProfile

      public OWLDLProfile()
  • Method Details

    • getLabel

      public String getLabel()

      Answer a descriptive string for this profile, for use in debugging and other output.

      Specified by:
      getLabel in interface Profile
      Overrides:
      getLabel in class OWLProfile
      Returns:
      "OWL DL"
    • containsSome

      public static boolean containsSome(EnhGraph g, Node n, Property p)