{# taken from http://xmlns.com/foaf/spec/ #} {{ontology.uri}} {#

{{ontology.bestLabel}}

#}

{{ontology.uri}}

{{ontology.bestDescription}}

Documentation automatically generated by OntoSPy on {% now "jS F Y H:i" %}

Table of Contents

{# ANNOTATIONS SECTION #} {% if ontology.annotations %}

Ontology annotations

{% for each in ontology.annotations %}
{{each.1}}
{{each.2}}
{% endfor %} {% endif %} {# A-Z SECTION #}

A-Z of terms

This is a complete alphabetical A-Z index of all terms, by class and by property. {% if classes %}

Classes:  {% for each in classes %}{{each.qname}} | {% endfor %}

{% endif %} {% if objproperties %}

Object Properties: {% for each in objproperties %}{{each.qname}} | {% endfor %}

{% endif %} {% if dataproperties %}

Datatype Properties: {% for each in dataproperties %}{{each.qname}} | {% endfor %}

{% endif %} {% if annotationproperties %}

Annotation Properties: {% for each in annotationproperties %}{{each.qname}} | {% endfor %}

{% endif %} {% if skosConcepts %}

SKOS Concepts: {% for each in skosConcepts %}{{each.qname}} | {% endfor %}

{% endif %} {# CLASSES SECTION #} {% if classes %}

Classes

{% for each in classes %}

Class: {{each.qname}} a-z

{{each.bestDescription}}

Implementation:
{{each.serialize|linebreaks}}


{% endfor %} {% endif %} {# OBJECT PROPERTIES SECTION #} {% if objproperties %}

Object Properties

{% for each in objproperties %}

Object Property: {{each.qname}} a-z

{{each.bestDescription}}

Implementation:
{{each.serialize|linebreaks}}


{% endfor %} {% endif %} {# DATATYPE PROPERTIES SECTION #} {% if dataproperties %}

Datatype Properties

{% for each in dataproperties %}

Datatype Property: {{each.qname}} a-z

{{each.bestDescription}}

Implementation:
{{each.serialize|linebreaks}}


{% endfor %} {% endif %} {# ANNOTATION PROPERTIES SECTION #} {% if annotationproperties %}

Annotation Properties

{% for each in annotationproperties %}

Annotation Property: {{each.qname}} a-z

{{each.bestDescription}}

Implementation:
{{each.serialize|linebreaks}}


{% endfor %} {% endif %} {# SKOS CONCEPTS SECTION #} {% if skosConcepts %}

SKOS Concepts

{% for each in skosConcepts %}

Concept: {{each.qname}} a-z

{{each.bestDescription}}

Implementation:
{{each.serialize|linebreaks}}


{% endfor %} {% endif %}
Documentation automatically generated by OntoSPy on {% now "jS F Y H:i" %}