Class GraphRDFSAssembler

    • Constructor Detail

      • GraphRDFSAssembler

        public GraphRDFSAssembler()
    • Method Detail

      • getType

        public static Resource getType()
      • createGraph

        public Graph createGraph​(Assembler a,
                                 Resource root,
                                 Mode mode)
         <#rdfsGraph> rdf:type ja:GraphRDFS ;
              ja:rdfs "vocab.ttl";
              ja:graph <#baseGraph> ;
              .
        
         <#baseGraph> rdf:type ja:MemoryModel ;
             ja:data "data1.trig";
             <#baseGraph> rdf:type ja:MemoryModel;
             ja:content [ja:externalContent <data.ttl> ];
             .