[ 
https://issues.apache.org/jira/browse/ANY23-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16635732#comment-16635732
 ] 

ASF GitHub Bot commented on ANY23-396:
--------------------------------------

Github user HansBrende commented on the issue:

    https://github.com/apache/any23/pull/122
  
    I've taken another look at the `RDFFormat` class, and it turns out that we 
don't really need the new method: `FileFormat getFormat()` because any 
`RDFFormat` can be converted from a `FileFormat` by constructing it with a 
`null` standard URI, and setting both "supports namespaces" and "supports 
contexts" to `false`. This should be applicable to any writer, even those that 
don't print out a standardized RDF format. E.g., in the `URIListWriter` class, 
"supports namespaces" and "supports contexts" are clearly false since the class 
only writes out subjects; but does not write out predicates, objects, 
namespaces, or contexts.
    
    Therefore, I think I'm going to drop the new `FileFormat getFormat()` 
method and retain the `RDFFormat getRdfFormat()` method.


> Add ability to run extractors in flow
> -------------------------------------
>
>                 Key: ANY23-396
>                 URL: https://issues.apache.org/jira/browse/ANY23-396
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.2
>            Reporter: Jacek Grzebyta
>            Assignee: Jacek Grzebyta
>            Priority: Minor
>
> Currently extractors do not work in flows. I.E. Next extractor has no any 
> access to triples made by previous one.
> It would be useful if an extractor has possibility to modify triples created 
> by another extractor.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to