I am working at creating an Assembler for the JenaSecurity package.  I
have the assembler class working if I add

@prefix sec:            <http://xenei.org/jena/security/Assembler#> .
<>      ja:loadClass    "org.xenei.jena.security.SecuredAssembler" .
sec:Model
        rdfs:subClassOf ja:NamedModel ;
         .

to the assembly TTL file.  I would like to get this to work like the
TDB system does.

I looked through the TDB.init() code tracing from the
initialization1(), but I can't find where

tdb:GraphTDB    rdfs:subClassOf  ja:Model .

is added to the assembler graph when TDB initializes.  Can anyone
point me to where this magic happens?

-- Claude


-- 
I like: Like Like - The likeliest place on the web
Identity: https://www.identify.nu/[email protected]
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to