java.lang.Object
it.uniroma2.art.semanticturkey.vocabulary.SUPPORT

public abstract class SUPPORT extends Object
Constants for the support repository.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.rdf4j.model.IRI
    support:blacklist
    static final org.eclipse.rdf4j.model.IRI
    support:history
    static final String
     
    static final String
    http://semanticturkey.uniroma2.it/ns/support/
    static final org.eclipse.rdf4j.model.Namespace
    An immutable Namespace constant that represents the SUPPORT namespace.
    static final String
    Recommended prefix for the SUPPORT namespace: "support"
    static final org.eclipse.rdf4j.model.IRI
    support:validation
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    Computes the namespace used for the definition of metadata in the support repository based on the base URI defined in the core repository.

    Methods inherited from class java.lang.Object

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

    • NAMESPACE

      public static final String NAMESPACE
      http://semanticturkey.uniroma2.it/ns/support/
      See Also:
    • PREFIX

      public static final String PREFIX
      Recommended prefix for the SUPPORT namespace: "support"
      See Also:
    • NS

      public static final org.eclipse.rdf4j.model.Namespace NS
      An immutable Namespace constant that represents the SUPPORT namespace.
    • HISTORY

      public static final org.eclipse.rdf4j.model.IRI HISTORY
      support:history
    • VALIDATION

      public static final org.eclipse.rdf4j.model.IRI VALIDATION
      support:validation
    • BLACKLIST

      public static final org.eclipse.rdf4j.model.IRI BLACKLIST
      support:blacklist
    • METADATA_NS

      public static final String METADATA_NS
  • Constructor Details

    • SUPPORT

      public SUPPORT()
  • Method Details

    • computeMetadataNS

      public static String computeMetadataNS(String baseURI)
      Computes the namespace used for the definition of metadata in the support repository based on the base URI defined in the core repository.
      Parameters:
      baseURI -
      Returns: