Class StardogMappingVocabulary


  • public class StardogMappingVocabulary
    extends java.lang.Object
    Vocabulary terms used in Stardog Mapping Syntax.
    Since:
    3.1
    Version:
    6.0
    Author:
    Evren Sirin
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAP

        public static final IRI MAP
      • TABLE

        public static final IRI TABLE
      • QUERY

        public static final IRI QUERY
      • PLACEHOLDER

        public static final IRI PLACEHOLDER
      • GENERATED

        public static final IRI GENERATED
      • UNIQUE_BNODE

        public static final IRI UNIQUE_BNODE
        Property used to indicate that a template term map should generate a unique bnode for each row. Only safe for use in materialization iterator
    • Constructor Detail

      • StardogMappingVocabulary

        public StardogMappingVocabulary()