Examples of listAnnotationProperties()


Examples of com.hp.hpl.jena.ontology.OntModel.listAnnotationProperties()

    stats.add(new StatTO(OWL.DatatypeProperty.getURI(),
        String.valueOf(ontModel.listDatatypeProperties().toList().size())));
    stats.add(new StatTO(OWL.DataRange.getURI(),
        String.valueOf(ontModel.listDataRanges().toList().size())));
    stats.add(new StatTO(OWL.AnnotationProperty.getURI(),
        String.valueOf(ontModel.listAnnotationProperties().toList().size())));
    stats.add(new StatTO(OWL.ObjectProperty.getURI(),
        String.valueOf(ontModel.listObjectProperties().toList().size())));
    stats.add(new StatTO(OWL.imports.getURI(),
        String.valueOf(ontModel.listImportedOntologyURIs().size())));
    stats.add(new StatTO(OWL.Ontology.getURI(),
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.