19 lines
863 B
XML
19 lines
863 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rdf:RDF
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
|
xml:base="http://www.tao.lu/Ontologies/TAO.rdf#"
|
|
>
|
|
|
|
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#Tree">
|
|
<rdfs:subClassOf rdf:resource="http://www.tao.lu/Ontologies/TAO.rdf#TAOObject"/>
|
|
<rdfs:label xml:lang="en-US"><![CDATA[Tree]]></rdfs:label>
|
|
</rdf:Description>
|
|
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#isChildOf">
|
|
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
|
|
<rdfs:label xml:lang="en-US"><![CDATA[parent]]></rdfs:label>
|
|
<rdfs:domain rdf:resource="http://www.tao.lu/Ontologies/TAO.rdf#Tree"/>
|
|
<rdfs:range rdf:resource="http://www.tao.lu/Ontologies/TAO.rdf#Tree"/>
|
|
</rdf:Description>
|
|
</rdf:RDF>
|