<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:owl="http://www.w3.org/2002/07/owl#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:skos="http://www.w3.org/2004/02/skos/core#">

#(edit)#::
  <owl:Ontology rdf:about="#(editable)##[objectspace]#::#[objectspace]##(/editable)#">
    <dc:title>#[namexml]#</dc:title>
  </owl:Ontology>
 
  #{terms}#
  <owl:Class rdf:about="#(editable)##[objectlink]#::#[objectlink]##(/editable)#">
    <rdfs:label>#[label]#</rdfs:label>
    <skos:Concept>
      <skos:prefLabel>#[termxml]#</skos:prefLabel>
      #{synonyms}#
      <skos:altLabel>#[altLabel]#</skos:altLabel>
      #{/synonyms}#
    </skos:Concept>
  </owl:Class>
  #{/terms}#
#(/edit)#
</rdf:RDF>