Class Thing

    • Constructor Detail

      • Thing

        public Thing​(org.apache.jena.rdf.model.Resource resource,
                     org.apache.jena.rdf.model.Model m)
      • Thing

        public Thing​(String resource,
                     org.apache.jena.rdf.model.Model m)
      • Thing

        public Thing​(org.apache.jena.rdf.model.Model m)
    • Method Detail

      • getResource

        public org.apache.jena.rdf.model.Resource getResource()
      • getOntResource

        public org.apache.jena.ontology.OntResource getOntResource()
      • getModel

        public org.apache.jena.rdf.model.Model getModel()
      • as

        public <T> T as​(Class<T> c)
        Description copied from interface: As
        Polymorph this proxied interface into a new vocabulary by providing it's class.
        Specified by:
        as in interface As
        Returns:
        a dynamic proxy related to the connected Jena model of this proxy.
      • isa

        public <T> T isa​(Class<T> c)
        Description copied from interface: As
        Polymorph and reclassify this proxied interface into a new vocabulary by providing it's class.
        Specified by:
        isa in interface As
        Returns:
        a dynamic proxy related to the connected Jena model of this proxy.
      • asResource

        public org.apache.jena.rdf.model.Resource asResource()
        Description copied from interface: As
        Provides access to the raw Jena resource in focus. All requests or sets on this proxy apply the the resource
        Specified by:
        asResource in interface As
        Returns:
        the underlying Jena resource targeted by this proxy.