<?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#" xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:tef="info:tef#" xmlns:frbr="http://purl.org/vocab/frbr/core#"
	xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:frbre="http://purl.org/vocab/frbr/extended#"
	xmlns:metsRights="http://cosimo.stanford.edu/sdr/metsrights/"
	xmlns:dcterms="http://purl.org/dc/terms/" xmlns:mads="http://www.loc.gov/mads/"
	xmlns:thesis="http://www.ndltd.org/standards/metadata/etdms/1.0/"
	xmlns:cc="http://web.resource.org/cc/" xmlns:dcrdf="http://web.resource.org/cc/33"
	xmlns:foaf="http://xmlns.com/foaf/0.1/">
	<!-- 
	TEF en RDF - premier essai.
		
Fichier RDF à cette adresse : http://www.abes.fr/abes/documents/tef/rdf/tef_rdf_04072007.xml
		
Auteur : Yann Nicolas, ABES (Agence Bibliographique de l'Enseignement Supérieur)
Blog TEF : http://tefsav.canalblog.com/archives/rdf/index.html
		
Pour tout commentaire, correction ou renseignement : nicolas chez abes point fr
Merci !
		
	. 4 juillet 2007 :
		. création
		. à faire : aligner systématiquement avec évolutions du DC : DC en RDF + domaines/ranges for RDF
-->
	<!-- ********************************** -->
	<!-- 		Ontology 		-->
	<!-- ********************************** -->
	<owl:Ontology rdf:about="">
		<dc:title>TEF</dc:title>
		<owl:versionInfo>tef_rdf_04072007</owl:versionInfo>
		<dc:description>Expression en OWL du format de métadonnées de thèses TEF
			(http://www.abes.fr/abes/documents/tef/index.html).</dc:description>
	</owl:Ontology>
	<!-- ********************************** -->
	<!-- 		Classes 		-->
	<!-- ********************************** -->
	<!-- Thèse (une Thèse est une oeuvre au sens des FRBR) -->
	<owl:Class rdf:about="info:tef#Thesis">
		<rdfs:label xml:lang="fr">Thèse</rdfs:label>
		<rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
		<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
		<owl:equivalentClass rdf:resource="http://www.ndltd.org/standards/metadata/etdms/1.0/ETD-MS"
		/>
	</owl:Class>
	<!-- Version (une Version est une expression au sens des FRBR) -->
	<owl:Class rdf:about="info:tef#Version">
		<rdfs:label xml:lang="fr">Version</rdfs:label>
		<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
	</owl:Class>
	<!-- Edition (une Edition est une manifestation au sens des FRBR) -->
	<owl:Class rdf:about="info:tef#Edition">
		<rdfs:label xml:lang="fr">Edition</rdfs:label>
		<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
	</owl:Class>
	<!-- Fichier (sera remplacé par dcterms:DigitalResource) -->
	<owl:Class rdf:about="info:tef#Fichier">
		<rdfs:label xml:lang="fr">Fichier</rdfs:label>
		<owl:equivalentClass
			rdf:resource="http://dublincore.org/documents/2007/07/02/domain-range/#DigitalResource"
		/>
	</owl:Class>
	<!-- Vedette Rameau (concept de Thésaurus - à revoir) -->
	<owl:Class rdf:about="info:tef#VedetteRameau">
		<rdfs:label xml:lang="fr">Vedette Rameau</rdfs:label>
		<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
	</owl:Class>
	<!-- ********************************** -->
	<!-- 		Properties 		-->
	<!-- ********************************** -->
	<!-- tef: auteur (une Thèse ne peut avoir qu'un seul auteur) -->
	<owl:ObjectProperty rdf:about="info:tef#auteur">
		<rdfs:label xml:lang="en">xxx</rdfs:label>
		<rdfs:domain rdf:resource="info:tef#Thesis"/>
		<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/creator"/>
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
	</owl:ObjectProperty>
	<!-- tef:autorite (une autorité ne peut correspondre qu'à une seule personne) -->
	<owl:ObjectProperty rdf:about="info:tef#autorite">
		<rdfs:label xml:lang="en">xxx</rdfs:label>
		<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<!--		<rdfs:range/ ??>	-->
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
	</owl:ObjectProperty>
	<!-- tef:jury (un jury est un groupe)-->
	<owl:ObjectProperty rdf:about="info:tef#jury">
		<rdfs:label xml:lang="en">xxx</rdfs:label>
		<rdfs:domain rdf:resource="info:tef#Thesis"/>
		<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
	</owl:ObjectProperty>
	<!-- tef:manque (inverse de dcterms:hasPart) -->
	<owl:ObjectProperty rdf:about="info:tef#manque">
		<rdfs:label xml:lang="en">xxx</rdfs:label>
		<rdfs:domain rdf:resource="info:tef#Version"/>
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
		<owl:inverseOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
	</owl:ObjectProperty>
	<!-- ********************************** -->
	<!-- 		Pour assurer validation OWL :
		http://www.mindswap.org/cgi-bin/2003/pellet/pelletGet.cgi?inputFile=http%3A%2F%2Fwww.abes.fr%2Fabes%2Fdocuments%2Ftef%2Frdf%2Ftef_owl_04072007.xml&inputFormat=RDF%2FXML&inputString=&Species=true&Consistency=true&Unsat=true&Classify=true&classifyFormat=TREE&queryFile=&queryFormat=SPARQL&queryString=-->
	<!-- ********************************** -->
	<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/creator">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/description">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://www.ndltd.org/standards/metadata/etdms/1.0/ETD-MS">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://www.abes.fr/abes/documents/tef/rdf/tef_owl_04072007.xml">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Expression">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Group">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://purl.org/dc/terms/hasPart">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Manifestation">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Work">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	</rdf:Description>
	<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/title">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
	</rdf:Description>
	<rdf:Description
		rdf:about="http://dublincore.org/documents/2007/07/02/domain-range/#DigitalResource">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
	</rdf:Description>
</rdf:RDF>
