java.lang.Object
it.uniroma2.art.semanticturkey.extension.extpts.datasetcatalog.DatasetDescription

public class DatasetDescription extends Object
  • Constructor Details

    • DatasetDescription

      public DatasetDescription(String id, org.eclipse.rdf4j.model.IRI ontologyIRI, URL datasetPage, List<org.eclipse.rdf4j.model.Literal> titles, List<org.eclipse.rdf4j.model.Literal> descriptions, Map<String,List<String>> facets, String uriPrefix, List<DownloadDescription> dataDumps, URL sparqlEndpoint, org.eclipse.rdf4j.model.IRI model, org.eclipse.rdf4j.model.IRI lexicalizationModel)
  • Method Details

    • getId

      public String getId()
    • getOntologyIRI

      public org.eclipse.rdf4j.model.IRI getOntologyIRI()
    • getDatasetPage

      public URL getDatasetPage()
    • getTitles

      public List<org.eclipse.rdf4j.model.Literal> getTitles()
    • getDescriptions

      public List<org.eclipse.rdf4j.model.Literal> getDescriptions()
    • getFacets

      public Map<String,List<String>> getFacets()
    • getUriPrefix

      public String getUriPrefix()
    • getDataDumps

      public List<DownloadDescription> getDataDumps()
    • getSparqlEndpoint

      public URL getSparqlEndpoint()
    • getModel

      public org.eclipse.rdf4j.model.IRI getModel()
    • getLexicalizationModel

      public org.eclipse.rdf4j.model.IRI getLexicalizationModel()
    • toString

      public String toString()
      Overrides:
      toString in class Object