Class DecompOnt


  • public class DecompOnt
    extends Object
    Vocabulary definitions from /Users/serasset/dev/dbnary/gitlab/dbnary/dbnary-ontology/src/main/resources/org/getalp/dbnary/decomp.owl
    Author:
    Auto-generated by schemagen on 20 Jul 2024 14:17
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.jena.rdf.model.Resource Component
      A component is a particular realization of a lexical entry that forms part of a compound lexical entry.
      static org.apache.jena.rdf.model.Property constituent
      The property 'constituent' relates a lexical entry or component to a component that it is constituted by.
      static org.apache.jena.rdf.model.Property correspondsTo
      The property 'correspondsTo' links a component to a corresponding lexical entry or argument.
      static org.apache.jena.rdf.model.Resource NAMESPACE
      The namespace of the vocabulary as a resource
      static String NS
      The namespace of the vocabulary as a string
      static org.apache.jena.rdf.model.Property subterm
      The property 'subterm' relates a compound lexical entry to one of the lexical entries it is composed of.
      static org.apache.jena.rdf.model.Resource SyntacticArgument  
      static String VERSION_INFO
      The ontology's owl:versionInfo as a string
    • Constructor Summary

      Constructors 
      Constructor Description
      DecompOnt()  
    • Field Detail

      • NAMESPACE

        public static final org.apache.jena.rdf.model.Resource NAMESPACE

        The namespace of the vocabulary as a resource

      • constituent

        public static final org.apache.jena.rdf.model.Property constituent

        The property 'constituent' relates a lexical entry or component to a component that it is constituted by.

      • correspondsTo

        public static final org.apache.jena.rdf.model.Property correspondsTo

        The property 'correspondsTo' links a component to a corresponding lexical entry or argument.

      • subterm

        public static final org.apache.jena.rdf.model.Property subterm

        The property 'subterm' relates a compound lexical entry to one of the lexical entries it is composed of.

      • Component

        public static final org.apache.jena.rdf.model.Resource Component

        A component is a particular realization of a lexical entry that forms part of a compound lexical entry.

      • SyntacticArgument

        public static final org.apache.jena.rdf.model.Resource SyntacticArgument
    • Constructor Detail

      • DecompOnt

        public DecompOnt()
    • Method Detail

      • getURI

        public static String getURI()

        The namespace of the vocabulary as a string

        Returns:
        namespace as String
        See Also:
        NS