Class Internal


  • public class Internal
    extends Object
    Vocabulary definitions from src/main/webapp/vocabs/internal.ttl
    Author:
    Auto-generated by schemagen on 20 Dec 2010 21:45
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.jena.rdf.model.Resource AggregationSlice
      A form of cube slice which includes aggregates of the (implicit) contained observation
      static org.apache.jena.rdf.model.Property annotation
      links to an externally attached freetext annotation
      static org.apache.jena.rdf.model.Resource Annotation
      an externally attached freetext annotation
      static org.apache.jena.rdf.model.Property identifier
      unique identifier for entity, usable as a 'slug' in a composite URI
      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.Resource Supplier
      something that acts as a payee in the data
      static org.apache.jena.rdf.model.Property supplies
      links a supplier to a councils they have supplied
      static org.apache.jena.rdf.model.Property text
      the free text comment making up this annotation
    • Constructor Summary

      Constructors 
      Constructor Description
      Internal()  
    • Field Detail

      • NAMESPACE

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

        The namespace of the vocabulary as a resource

      • annotation

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

        links to an externally attached freetext annotation

      • identifier

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

        unique identifier for entity, usable as a 'slug' in a composite URI

      • supplies

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

        links a supplier to a councils they have supplied

      • text

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

        the free text comment making up this annotation

      • AggregationSlice

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

        A form of cube slice which includes aggregates of the (implicit) contained observation

      • Annotation

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

        an externally attached freetext annotation

      • Supplier

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

        something that acts as a payee in the data

    • Constructor Detail

      • Internal

        public Internal()
    • Method Detail

      • getURI

        public static String getURI()

        The namespace of the vocabulary as a string

        See Also:
        NS