All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.biojava.ontology.ontology.pred Maven / Gradle / Ivy

There is a newer version: 1.9.7
Show newest version
namespace core.ontology { Ontology for the core ontology object model }

import core.type;
import core.isa;
import core.hasa;

ontology { An ontology }
term { A term in an ontology }
triple { A subject,object,predicate triple }
has_subject { The subject of a triple }
has_object { The object of a triple }
has_predicate { The predicate of a triple }

isa(ontology, type)
isa(term, type)
isa(triple, type)

isa(has_subject, relation)
isa(has_object, relation)
isa(has_predicate, relation)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy