Class SINDICE


  • public class SINDICE
    extends Vocabulary
    This class models an internal Sindice Vocabulary to describe resource domains and Microformat nesting relationships.
    Author:
    Davide Palmisano (dpalmisano@gmail.com), Michele Mostarda (michele.mostarda@gmail.com)
    • Field Detail

      • NAMESPACE

        public final org.eclipse.rdf4j.model.IRI NAMESPACE
        The namespace of the vocabulary as a IRI.
      • domain

        public final org.eclipse.rdf4j.model.IRI domain
        This property expresses the DNS domain of the resource on which it is applied. It is intended to be used to keep track of the domain provenance of each resource.
      • nesting

        public final org.eclipse.rdf4j.model.IRI nesting
        This property links a resource with a blank node that represents a nested Microformat node.
      • nesting_original

        public final org.eclipse.rdf4j.model.IRI nesting_original
        This property is used to keep track of the original nested RDF property.
      • nesting_structured

        public final org.eclipse.rdf4j.model.IRI nesting_structured
        This property links the resource with a node representing the nested Microformat
      • size

        public final org.eclipse.rdf4j.model.IRI size
        Size meta property indicating the number of triples within the returned dataset.
      • date

        public final org.eclipse.rdf4j.model.IRI date
        Date meta property indicating the data generation time.
    • Method Detail

      • getInstance

        public static SINDICE getInstance()