kbss-cvut / s-pipes

Tool for execution of RDF-based pipelines.
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Rdf4j deploy module should support annotation triples as input #232

Open blcham opened 4 months ago

blcham commented 4 months ago

Annotated triples should state to which graph they belong, e.g using RDF-star syntax we could state:

<< ex:subject ex:predicate ex:object >> :belongsToGraph ex:graph .
@prefix dcterms: <http://purl.org/dc/terms/> .
ex:belongsToGraph a rdf:Property ;
    rdfs:subPropertyOf dcterms:isPartOf .
blcham commented 1 month ago

This is probably blocked by Jena upgrade.