Java parses OWL ontology for addition and deletion operations

First configure the path of the operation ontology (match your own path): //The name of the owl file changes as the owl file changes. String metaName = “newmeta_11.owl”; //The IRI of the owl file changes as the owl file changes. String ontologyIRI = “http://www.semanticweb.org/asus/ontologies/2022/6/untitled-ontology-23”; /** * Try to load the metadata file, try to find […]

DNN model of gene ontology GO protein embedding based on tensorflow framework

DNN model of gene ontology GO protein embedding based on tensorflow framework Foreword: Research papers related to Gene Ontology GO (1) Gene Ontology GO 1.1 Model purpose 1.2 Protein sequence 1.3 Gene Ontology: 1.4 Composition of GO terms 1.5 File description 1.6 About the labels of data sets (2) Protein embedding for training and testing […]

The most complete tool class in history to use the Jena framework to operate OWL ontology files

A recent project related to knowledge graphs used the jena framework to operate OWL files, but no suitable tutorials were found on the entire network, so I slowly tried to learn by myself, and then encapsulated a tool class for operating OWL for easy use, if necessary Take it yourself. wives town building Put the […]