Interface PathAnnotatorRdf
- All Known Implementing Classes:
PathAnnotatorRdfImpl
public interface PathAnnotatorRdf
Interface to assign rdf metadata to paths
- Author:
- raven
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.ResourceisAnnotationFor(Path path) Given a possible annotation file, yield the paths it contains annotations for never nullorg.apache.jena.rdf.model.Resource
-
Method Details
-
isAnnotationFor
Given a possible annotation file, yield the paths it contains annotations for never null- Parameters:
path-- Returns:
-
getRecord
-
setRecord
org.apache.jena.rdf.model.Resource setRecord(Path path, org.apache.jena.rdf.model.Resource resource)
-