<?xml version="1.0" encoding="iso-8859-1" ?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns="http://www.beeldengeluid.nl/Thesaurus#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:skos="http://www.w3.org/2004/02/skos/core#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:base="http://www.beeldengeluid.nl/Thesaurus">
  <!-- descriptor -->
  <rdfs:Class rdf:ID="Descriptor">
       <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
  </rdfs:Class>
  <!-- 6 axes -->
  <rdfs:Class rdf:ID="Subject">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Subject</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Descriptor"/>
  </rdfs:Class>
  <rdfs:Class rdf:ID="Location">
    <rdfs:subClassOf rdf:resource="#Descriptor"/>
  </rdfs:Class>
  <rdfs:Class rdf:ID="#Name"> 
   	<rdfs:subClassOf rdf:resource="#Descriptor"/>
  </rdfs:Class>
  <rdfs:Class rdf:ID="Maker">
   	<rdfs:subClassOf rdf:resource="#Descriptor"/>
  </rdfs:Class>
   <rdfs:Class rdf:ID="Genre">
    <rdfs:subClassOf rdf:resource="#Descriptor"/>
  </rdfs:Class>
  <rdfs:Class rdf:ID="PersonName">
    <rdfs:subClassOf rdf:resource="#Descriptor"/>
  </rdfs:Class>  
  <!-- categories -->
  <rdfs:Class rdf:ID="Category">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Collection"/>
  </rdfs:Class>  
  <rdf:Property rdf:ID="hasDebateLine">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This relation links a Descriptor with another Descriptor within a certain time interval, for instance when a Term is frequently used for describing News central event developping on several days</rdfs:comment>
    <rdfs:label xml:lang="en">DL</rdfs:label>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#related"/>
  </rdf:Property>
  <rdf:Property rdf:ID="hasAssociatedTerm">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This relation gives the possibility to create post-coordonated Descriptors by using (i.e. by combining) the existing Descriptors</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#related"/>
    <rdfs:label xml:lang="en">AT</rdfs:label>
  </rdf:Property>
  <rdf:Property rdf:ID="hasLinkedTerm">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This relation links a Descriptor with a Descriptor from another Axis, and is not symmetric, so that the “central” thesaurus remains “clean” from any incoming link. </rdfs:comment>
    <rdfs:label xml:lang="en">LT</rdfs:label>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#related"/>
  </rdf:Property>  
</rdf:RDF>