blob: afc65ba5843393601af7256aeab9285d205b946a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<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>
|