Class Any23DataFormat


  • @Metadata(firstVersion="3.0.0",
              label="dataformat,transformation",
              title="Any23")
    public class Any23DataFormat
    extends DataFormatDefinition
    Extract RDF data from HTML documents.
    • Method Detail

      • getOutputFormat

        public String getOutputFormat()
      • setOutputFormat

        public void setOutputFormat​(String outputFormat)
        What RDF syntax to unmarshal as, can be: NTRIPLES, TURTLE, NQUADS, RDFXML, JSONLD, RDFJSON, RDF4JMODEL. It is by default: RDF4JMODEL.
      • getConfigurationAsMap

        public Map<String,​String> getConfigurationAsMap()
      • setConfiguration

        public void setConfiguration​(List<PropertyDefinition> configuration)
        Configurations for Apache Any23 as key-value pairs in order to customize the extraction process. The list of supported parameters can be found here. If not provided, a default configuration is used.
      • setConfiguration

        public void setConfiguration​(Map<String,​String> configuration)
        Configurations for Apache Any23 as key-value pairs in order to customize the extraction process. The list of supported parameters can be found here. If not provided, a default configuration is used.
      • getExtractors

        public List<String> getExtractors()
      • setExtractors

        public void setExtractors​(List<String> extractors)
        List of Any23 extractors to be used in the unmarshal operation. A list of the available extractors can be found here here. If not provided, all the available extractors are used.
      • getBaseUri

        public String getBaseUri()
      • setBaseUri

        public void setBaseUri​(String baseUri)
        The URI to use as base for building RDF entities if only relative paths are provided.