The ontology
Statement for including Ontologies
The GFEAR language provides the ability to define any ontologies that are required as part of the codification process.
The ontology
statement allows an ontology to be included in the script with a defined prefix to be used when writing create
statements:
ontology("http://xmlns.com/foaf/0.1/", "foaf");
The above ontology
statement includes the Friend-of-a-Friend ontology, and defines the prefix foaf
that can be used to refer to ontology concepts throughout the script.