@prefix owl: . @prefix rdfs: . @prefix rdfc: . @prefix js: . @prefix fno: . @prefix fnom: . @prefix xsd: . @prefix sh: . @prefix rdf: . rdfc:DumpsToFeed a owl:Class, rdfs:Class; rdfc:jsImplementationOf rdfc:Processor; rdfs:label "Dumps To Feed Processor"; rdfs:comment "A processor that converts a dump of RDF data to a feed of RDF data based on a member SHACL shape."; rdfc:file <./dist/index.js>; rdfc:class "DumpsToFeed"; rdfc:entrypoint <./>. [ ] a sh:NodeShape; sh:targetClass rdfc:DumpsToFeed; sh:property [ sh:class rdfc:Writer; sh:path rdfc:output; sh:name "writer"; sh:maxCount 1; sh:minCount 1; ], [ sh:datatype xsd:string; sh:path rdfc:feedname; sh:name "feedname"; sh:maxCount 1; sh:minCount 1; ], [ sh:datatype xsd:boolean; sh:path rdfc:flush; sh:name "flush"; sh:maxCount 1; sh:minCount 1; ], [ sh:class rdfc:Reader; sh:path rdfc:dump; sh:name "dump"; sh:maxCount 1; sh:minCount 1; ], [ sh:datatype xsd:boolean; sh:path rdfc:readAsStream; sh:name "readAsStream"; sh:maxCount 1; ], [ sh:datatype xsd:string; sh:path rdfc:dumpContentType; sh:name "dumpContentType"; sh:maxCount 1; sh:minCount 1; ], [ sh:datatype xsd:string; sh:path rdfc:focusNodesStrategy; sh:name "focusNodesStrategy"; sh:maxCount 1; sh:minCount 1; ], [ sh:datatype xsd:string; sh:path rdfc:nodeShapeIri; sh:name "nodeShapeIri"; sh:minCount 1; sh:maxCount 1; ], [ sh:class rdfc:Reader; sh:path rdfc:nodeShape; sh:name "nodeShape"; sh:maxCount 1; ], [ sh:class rdfc:Reader; sh:path rdfc:focusNodes; sh:name "focusNodes"; sh:maxCount 1; ], [ sh:datatype xsd:string; sh:path rdfc:dbDir; sh:name "dbDir"; sh:maxCount 1; ].