Class STCHANGELOG

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

public abstract class STCHANGELOG extends Object
Constants for Semantic Turkey-specific changelog metadata.
Author:
Manuel Fiorelli
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.rdf4j.model.IRI
     
    static final org.eclipse.rdf4j.model.IRI
     
    static final org.eclipse.rdf4j.model.IRI
     
    static final String
    http://semanticturkey.uniroma2.it/ns/st-changelog#
    static final org.eclipse.rdf4j.model.Namespace
    An immutable Namespace constant that represents the STCHANGELOG namespace.
    static final org.eclipse.rdf4j.model.IRI
     
    static final org.eclipse.rdf4j.model.IRI
     
    static final String
    Recommended prefix for the STCHANGELOG namespace: "stcl"
    static final org.eclipse.rdf4j.model.IRI
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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/st-changelog#
      See Also:
    • PREFIX

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

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

      public static final org.eclipse.rdf4j.model.IRI PERFORMER
    • VALIDATOR

      public static final org.eclipse.rdf4j.model.IRI VALIDATOR
    • PARAMETERS

      public static final org.eclipse.rdf4j.model.IRI PARAMETERS
    • CREATED

      public static final org.eclipse.rdf4j.model.IRI CREATED
    • MODIFIED

      public static final org.eclipse.rdf4j.model.IRI MODIFIED
    • DELETED

      public static final org.eclipse.rdf4j.model.IRI DELETED
  • Constructor Details

    • STCHANGELOG

      public STCHANGELOG()