blob: c9af7c3e304bbab19a27900d4dcaee4945ded80e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<rdf:RDF xmlns="http://example.com/ns#" xmlns:ex="http://example.com/ns#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="http://example.com/ns#someconceptscheme/">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme" />
<skos:HasTopConcept>
<rdf:Description rdf:about="http://example.com/ns#someconceptscheme/100">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" />
</rdf:Description>
</skos:HasTopConcept>
<skos:HasTopConcept>
<rdf:Description rdf:about="http://example.com/ns#someconceptscheme/200">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" />
</rdf:Description>
</skos:HasTopConcept>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/ns#someconceptscheme/100">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" />
<skos:prefLabel xml:lang="en-GB">Root Topic 01
</skos:prefLabel>
<skos:definition xml:lang="en-GB">The first top level
topic
of the "someconceptscheme" controlled vocabulary.
</skos:definition>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/ns#someconceptscheme/200">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" />
<skos:prefLabel xml:lang="en-GB">Root Topic 02
</skos:prefLabel>
<skos:definition xml:lang="en-GB">The second top level
topic of the "someconceptscheme" controlled vocabulary.
</skos:definition>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/ns#someconceptscheme/010">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" />
<skos:prefLabel xml:lang="en-GB">Nested topic 1
</skos:prefLabel>
<skos:definition xml:lang="en-GB">A subtopic of the first
top level node.
</skos:definition>
<skos:broader>
<rdf:Description rdf:about="http://example.com/ns#someconceptscheme/100">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" />
</rdf:Description>
</skos:broader>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/ns#someconceptscheme/020">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" />
<skos:prefLabel xml:lang="en-GB">Nested topic 2
</skos:prefLabel>
<skos:definition xml:lang="en-GB">Another nested topic.
</skos:definition>
<skos:broader>
<rdf:Description rdf:about="http://example.com/ns#someconceptscheme/200">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" />
</rdf:Description>
</skos:broader>
</rdf:Description>
</rdf:RDF>