Class OntologyIndividualSimple

    • Constructor Detail

      • OntologyIndividualSimple

        public OntologyIndividualSimple​(@Nullable
                                        String uri,
                                        String label,
                                        OntologyTermSimple instanceOf)
        Create a new simple ontology individual.
        Parameters:
        uri - a URI for the term, of null for a free-text term
        label - a label for the term
        instanceOf - the term this individual is an instance of which must be simple since this class has to be Serializable.