<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE rdf:RDF [
    <!ENTITY rdf 	"http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <!ENTITY rdfs 	"http://www.w3.org/2000/01/rdf-schema#">
    <!ENTITY owl  	"http://www.w3.org/2002/07/owl#" >
    <!ENTITY xsd 	"http://www.w3.org/2001/XMLSchema#">
    <!ENTITY vp         "http://www.getty.edu/vocabularies/vp#">
    <!ENTITY aat        "http://www.getty.edu/vocabularies/aat#">
]>

<rdf:RDF 
    xml:base		="http://www.getty.edu/vocabularies/aat"
    xmlns		="&aat;"
    xmlns:vp		="&vp;"
    xmlns:rdf		="&rdf;"
    xmlns:rdfs		="&rdfs;"
    xmlns:xsd           ="&xsd;"
    xmlns:owl		="&owl;">

<owl:Ontology rdf:about="">
  <rdfs:seeAlso rdf:resource="http://www.getty.edu/research/conducting_research/vocabularies/aat/aat_xml_dd04.pdf"/>
  <rdfs:comment>
    This ontology contains the AAT-specific classes and properties 
    of the Getty thesaurus AAT. The schema is derived from the XML Schema 
    file at the Getty website (see the seeAlso link), Revision and 
    source information is not included. 

    This file and the accompanying data file was created by the 
    MultimediaN e-Culture project. It may not be used without permission
    of the MultimediaN team and the proper Getty licence. Please
    see http://e-culture.multimedian.nl/
    and    
    http://www.getty.edu/research/conducting_research/vocabularies/license.html
    </rdfs:comment>
</owl:Ontology>

<rdfs:Class rdf:ID="Subject"
	rdfs:label="AAT Subject">
  <rdfs:subClassOf rdf:resource="&vp;Subject"/>
</rdfs:Class>

<rdfs:Class rdf:ID="Concept">
  <rdfs:subClassOf rdf:resource="#Subject"/>
</rdfs:Class>
 
<rdfs:Class rdf:ID="Facet">
  <rdfs:subClassOf rdf:resource="#Subject"/>
</rdfs:Class>
 
<rdfs:Class rdf:ID="GuideTerm">
  <rdfs:subClassOf rdf:resource="#Subject"/>
</rdfs:Class>
 
<rdfs:Class rdf:ID="HierarchyName">
  <rdfs:subClassOf rdf:resource="#Subject"/>
</rdfs:Class>

<rdf:Property rdf:ID="association"
  rdfs:label="association">
  <rdfs:domain rdf:resource="#Subject"/>
  <rdfs:range rdf:resource="#Subject"/>
</rdf:Property>

</rdf:RDF>
