Class METADATAREGISTRY

java.lang.Object
it.uniroma2.art.semanticturkey.mdr.core.vocabulary.METADATAREGISTRY

public abstract class METADATAREGISTRY extends Object
Constants for the vocabulary of the metadata registry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#dereferenciationSystem
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#GRAPHDBRepository
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#lod
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#master
    static final String
    http://semanticturkey.uniroma2.it/ns/mdr#
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#noAggregation
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#noDereferenciation
    static final org.eclipse.rdf4j.model.Namespace
    An immutable Namespace constant that represents the METADATAREGISTRY namespace.
    static final String
    Recommended prefix for the STCHANGELOG namespace: "mdr"
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#RDF4JHTTPRepository
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#SPARQLEndpoint
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#sparqlEndpointLimitation
    static final org.eclipse.rdf4j.model.IRI
    http://semanticturkey.uniroma2.it/ns/mdr#standardDereferenciation
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Optional<org.eclipse.rdf4j.model.IRI>
     

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

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

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

      public static final org.eclipse.rdf4j.model.IRI DEREFERENCIATION_SYSTEM
      http://semanticturkey.uniroma2.it/ns/mdr#dereferenciationSystem
    • STANDARD_DEREFERENCIATION

      public static final org.eclipse.rdf4j.model.IRI STANDARD_DEREFERENCIATION
      http://semanticturkey.uniroma2.it/ns/mdr#standardDereferenciation
    • NO_DEREFERENCIATION

      public static final org.eclipse.rdf4j.model.IRI NO_DEREFERENCIATION
      http://semanticturkey.uniroma2.it/ns/mdr#noDereferenciation
    • SPARQL_ENDPOINT_LIMITATION

      public static final org.eclipse.rdf4j.model.IRI SPARQL_ENDPOINT_LIMITATION
      http://semanticturkey.uniroma2.it/ns/mdr#sparqlEndpointLimitation
    • NO_AGGREGATION

      public static final org.eclipse.rdf4j.model.IRI NO_AGGREGATION
      http://semanticturkey.uniroma2.it/ns/mdr#noAggregation
    • SPARQL_ENDPOINT

      public static final org.eclipse.rdf4j.model.IRI SPARQL_ENDPOINT
      http://semanticturkey.uniroma2.it/ns/mdr#SPARQLEndpoint
    • RDF4J_HTTP_REPOSITORY

      public static final org.eclipse.rdf4j.model.IRI RDF4J_HTTP_REPOSITORY
      http://semanticturkey.uniroma2.it/ns/mdr#RDF4JHTTPRepository
    • GRAPHDB_REPOSITORY

      public static final org.eclipse.rdf4j.model.IRI GRAPHDB_REPOSITORY
      http://semanticturkey.uniroma2.it/ns/mdr#GRAPHDBRepository
    • LOD

      public static final org.eclipse.rdf4j.model.IRI LOD
      http://semanticturkey.uniroma2.it/ns/mdr#lod
    • MASTER

      public static final org.eclipse.rdf4j.model.IRI MASTER
      http://semanticturkey.uniroma2.it/ns/mdr#master
  • Constructor Details

    • METADATAREGISTRY

      public METADATAREGISTRY()
  • Method Details

    • getDereferenciationSystem

      public static Optional<org.eclipse.rdf4j.model.IRI> getDereferenciationSystem(Boolean b)