Class VarTransOnt


  • public class VarTransOnt
    extends Object
    Vocabulary definitions from /Users/serasset/dev/dbnary/gitlab/dbnary/dbnary-ontology/src/main/resources/org/getalp/dbnary/vartrans.owl
    Author:
    Auto-generated by schemagen on 20 May 2024 10:40
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.jena.rdf.model.Property category
      The 'category' property indicates the specific type of relation by which two lexical entries or two lexical senses are related.
      static org.apache.jena.rdf.model.Property conceptRel
      A relationship between two concepts
      static org.apache.jena.rdf.model.Resource ConceptualRelation
      A relationship between two concepts
      static org.apache.jena.rdf.model.Property lexicalRel
      The 'lexicalRel' property relates two lexical entries that stand in some lexical relation.
      static org.apache.jena.rdf.model.Resource LexicalRelation
      A 'lexical relation' is a lexico-semantic relation that represents the relation between two lexical entries the surface forms of which are related grammatically, stylistically or by some operation motivated by linguistic economy.
      static org.apache.jena.rdf.model.Resource LexicoSemanticRelation
      A 'lexico-semantic relation' represents the relation between two lexical entries or lexical senses that are related by some lexical or semantic relationship.
      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 relates
      The 'relates' property links a lexico-semantic relation to the two lexical entries or lexical senses between which it establishes the relation.
      static org.apache.jena.rdf.model.Property senseRel
      The 'senseRel' property relates two lexical senses that stand in some sense relation.
      static org.apache.jena.rdf.model.Resource SenseRelation
      A 'sense relation' is a lexico-semantic relation that represents the relation between two lexical senses the meanings of which are related.
      static org.apache.jena.rdf.model.Property source
      The 'source' property indicates the lexical sense or lexical entry involved in a lexico-semantic relation as a 'source'.
      static org.apache.jena.rdf.model.Property target
      The 'target' property indicates the lexical sense or lexical entry involved in a lexico-semantic relation as a 'target'.
      static org.apache.jena.rdf.model.Resource TerminologicalRelation
      A 'terminological relation' is a sense relation that relates two lexical senses of terms that are semantically related in the sense that they can be exchanged in most contexts, but their surface forms are not directly related.
      static org.apache.jena.rdf.model.Property trans
      The property 'trans' relates a TranslationSet to one of its translations.
      static org.apache.jena.rdf.model.Property translatableAs
      The 'translatableAs' property relates a lexical entry in some language to a lexical entry in another language that it can be translated as depending on the particular context and specific senses of the involved lexical entries.
      static org.apache.jena.rdf.model.Property translation
      The 'translation' property relates two lexical senses of two lexical entries that stand in a translation relation to one another.
      static org.apache.jena.rdf.model.Resource Translation
      A 'translation' is a 'sense relation' expressing that two lexical senses corresponding to two lexical entries in different languages can be translated to each other without any major meaning shifts.
      static org.apache.jena.rdf.model.Resource TranslationSet
      A 'translation set' is a set of translations that have some common source.
    • Constructor Summary

      Constructors 
      Constructor Description
      VarTransOnt()  
    • Field Detail

      • NAMESPACE

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

        The namespace of the vocabulary as a resource

      • category

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

        The 'category' property indicates the specific type of relation by which two lexical entries or two lexical senses are related.

      • conceptRel

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

        A relationship between two concepts

      • lexicalRel

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

        The 'lexicalRel' property relates two lexical entries that stand in some lexical relation.

      • relates

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

        The 'relates' property links a lexico-semantic relation to the two lexical entries or lexical senses between which it establishes the relation.

      • senseRel

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

        The 'senseRel' property relates two lexical senses that stand in some sense relation.

      • source

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

        The 'source' property indicates the lexical sense or lexical entry involved in a lexico-semantic relation as a 'source'.

      • target

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

        The 'target' property indicates the lexical sense or lexical entry involved in a lexico-semantic relation as a 'target'.

      • trans

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

        The property 'trans' relates a TranslationSet to one of its translations.

      • translatableAs

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

        The 'translatableAs' property relates a lexical entry in some language to a lexical entry in another language that it can be translated as depending on the particular context and specific senses of the involved lexical entries.

      • translation

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

        The 'translation' property relates two lexical senses of two lexical entries that stand in a translation relation to one another.

      • ConceptualRelation

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

        A relationship between two concepts

      • LexicalRelation

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

        A 'lexical relation' is a lexico-semantic relation that represents the relation between two lexical entries the surface forms of which are related grammatically, stylistically or by some operation motivated by linguistic economy.

      • LexicoSemanticRelation

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

        A 'lexico-semantic relation' represents the relation between two lexical entries or lexical senses that are related by some lexical or semantic relationship.

      • SenseRelation

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

        A 'sense relation' is a lexico-semantic relation that represents the relation between two lexical senses the meanings of which are related.

      • TerminologicalRelation

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

        A 'terminological relation' is a sense relation that relates two lexical senses of terms that are semantically related in the sense that they can be exchanged in most contexts, but their surface forms are not directly related. The variants vary along dimensions that are not captured by the given ontology and are intentionally (pragmatically) caused.

      • Translation

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

        A 'translation' is a 'sense relation' expressing that two lexical senses corresponding to two lexical entries in different languages can be translated to each other without any major meaning shifts.

      • TranslationSet

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

        A 'translation set' is a set of translations that have some common source.

    • Constructor Detail

      • VarTransOnt

        public VarTransOnt()
    • Method Detail

      • getURI

        public static String getURI()

        The namespace of the vocabulary as a string

        Returns:
        namespace as String
        See Also:
        NS