Class LocationMappingVocab

java.lang.Object
org.apache.jena.vocabulary.LocationMappingVocab

public class LocationMappingVocab extends Object
Vocabulary definitions from Vocabularies/location-mapping-rdfs.n3
  • Field Details

    • NS

      public static final String NS

      The namespace of the vocabulary as a string ("http://jena.hpl.hp.com/2004/08/location-mapping#")

      See Also:
    • NAMESPACE

      public static final Resource NAMESPACE

      The namespace of the vocabalary as a resource

    • name

      public static final Property name

      Range is a STRING, not a URI, to allow for any symbols

    • altPrefix

      public static final Property altPrefix
    • mapping

      public static final Property mapping
    • prefix

      public static final Property prefix

      Range is a STRING, not a URI, to allow for any symbols

    • altName

      public static final Property altName
    • LocationMapping

      public static final Resource LocationMapping
  • Constructor Details

    • LocationMappingVocab

      public LocationMappingVocab()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabalary as a string

      See Also: