Science Environment for Ecological Knowledge
Ecoinformatics site parent site of Partnership for Biodiversity Informatics site parent site of SEEK - Home
Science Environment for Ecological Knowledge









 

 

 



Sparrow Language

Difference between version 13 and version 12:

Line 65 was replaced by line 65
- A sparrow ontology consists of one or more sparrow sentences. The following two sentences define
+ A sparrow ontology is made up of a set of sparrow sentences. Typically an ontology would be stored in a single file, however, a file could conceivable store multiple ontologies. An ontology is started with the 'ontology' reserved word. An ontology can import definitions from other ontologies. The following example starts an ontology definition and imports an external ontology.
Lines 68-69 were replaced by lines 68-72
- sparrow define myOnt uri 'http://seek.ecoinformatics.org/#myOnt'
- sparrow import yourOnt uri 'http://seek.ecoinformatic.org/#yourOnt'
+ ontology myOnt 'http://seek.ecoinformatics.org/ontology1#'
+ import yourOnt 'http://seek.ecoinformatic.org/ontology2#'
+
+ ...
+
At line 70 added 1 line.
+

Back to Sparrow Language, or to the Page History.