22 lines
1.0 KiB
XML
22 lines
1.0 KiB
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#"
|
|
xmlns:tao="http://www.tao.lu/Ontologies/TAO.rdf#"
|
|
>
|
|
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#IndexDefaultSearch">
|
|
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
|
|
<rdfs:domain rdf:resource="http://www.tao.lu/Ontologies/TAO.rdf#Index"/>
|
|
<rdfs:range rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#Boolean"/>
|
|
<rdfs:label xml:lang="en-US"><![CDATA[Use by default]]></rdfs:label>
|
|
<rdfs:comment xml:lang="en-US"><![CDATA[Should this property be used implicitly in the defautl search]]></rdfs:comment>
|
|
</rdf:Description>
|
|
|
|
<!-- Indexes -->
|
|
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#LabelIndex">
|
|
<tao:IndexDefaultSearch rdf:resource="http://www.tao.lu/Ontologies/generis.rdf#True" />
|
|
</rdf:Description>
|
|
|
|
</rdf:RDF>
|