Interface PathAnnotatorRdf

All Known Implementing Classes:
PathAnnotatorRdfImpl

public interface PathAnnotatorRdf
Interface to assign rdf metadata to paths
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.rdf.model.Resource
     
    Given a possible annotation file, yield the paths it contains annotations for never null
    org.apache.jena.rdf.model.Resource
    setRecord(Path path, org.apache.jena.rdf.model.Resource resource)
     
  • Method Details

    • isAnnotationFor

      Collection<Path> isAnnotationFor(Path path)
      Given a possible annotation file, yield the paths it contains annotations for never null
      Parameters:
      path -
      Returns:
    • getRecord

      org.apache.jena.rdf.model.Resource getRecord(Path path)
    • setRecord

      org.apache.jena.rdf.model.Resource setRecord(Path path, org.apache.jena.rdf.model.Resource resource)