Skip to content

NiFi processor to check conformance of RDF data in turtle format.

License

Notifications You must be signed in to change notification settings

perfectkb/nifi-rdfconformance-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

About

Nifi processor that checks the conformance of the RDF data.

Details

  • Input: An RDF document as flowfile in Turtle Format

  • Output: Output of this processor is same flowfile on one of three relationships;

(1) Syntax Error: if the document is not a valid RDF turtle format,

(2) Verified by not conformant: If syntax is correct but some or all of the terms used are not valid verifieable in the Web of Data

(3) Conformant: An RDF file is conformant if;

a- All terms used are verifieable in Ontologies referred in Web of Data
b- Structure of statement is such that the Subject, Predicate and Object are used in meanings as they are defined in Ontology

About

NiFi processor to check conformance of RDF data in turtle format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published