Class DocumentParser

java.lang.Object
org.aksw.gerbil.io.nif.DocumentParser

public class DocumentParser extends Object
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • annotationParser

      private AnnotationParser annotationParser
    • removeUsedProperties

      private boolean removeUsedProperties
  • Constructor Details

    • DocumentParser

      public DocumentParser()
    • DocumentParser

      public DocumentParser(boolean removeUsedProperties)
    • DocumentParser

      public DocumentParser(AnnotationParser annotationParser)
    • DocumentParser

      public DocumentParser(AnnotationParser annotationParser, boolean removeUsedProperties)
  • Method Details

    • getDocument

      public Document getDocument(org.apache.jena.rdf.model.Model nifModel, org.apache.jena.rdf.model.Resource documentResource)
    • getAnnotationParser

      public AnnotationParser getAnnotationParser()
    • setAnnotationParser

      public void setAnnotationParser(AnnotationParser annotationParser)
    • isRemoveUsedProperties

      public boolean isRemoveUsedProperties()
    • setRemoveUsedProperties

      public void setRemoveUsedProperties(boolean removeUsedProperties)