{# 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 #}

Ontology annotations

{% for each in ontology.annotations %}
{{each.1}}
{{each.2}}
{% endfor %} {# 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}}

{% if each.parents %}

Is Subclass Of: {% for s in each.parents %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.children %}

Has SubClass: {% for s in each.children %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} 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}}

{% if each.parents %}

Is SubProperty Of: {% for s in each.parents %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.children %}

Has SubProperty: {% for s in each.children %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.domains %}

Domain: {% for s in each.domains %}{{s.qname|default:s}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.ranges %}

Range: {% for s in each.ranges %}{{s.qname|default:s}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} 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}}

{% if each.parents %}

Is SubProperty Of: {% for s in each.parents %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.children %}

Has SubProperty: {% for s in each.children %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.domains %}

Domain: {% for s in each.domains %}{{s.qname|default:s}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.ranges %}

Range: {% for s in each.ranges %}{{s.qname|default:s}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} 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}}

{% if each.parents %}

Is SubProperty Of: {% for s in each.parents %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.children %}

Has SubProperty: {% for s in each.children %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.domains %}

Domain: {% for s in each.domains %}{{s.qname|default:s}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.ranges %}

Range: {% for s in each.ranges %}{{s.qname|default:s}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} Implementation:
{{each.serialize|linebreaks}}


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

SKOS Concepts

{% for each in skosConcepts %}

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

{{each.bestDescription}}

{% if each.parents %}

Is SubConcept of: {% for s in each.parents %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} {% if each.children %}

Has SubConcept: {% for s in each.children %}{{s.qname}} {% if not forloop.last %}|{% endif %} {% endfor %}

{% endif %} Implementation:
{{each.serialize|linebreaks}}


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