@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
_:b412012	rdf:type	foaf:Person ;
	foaf:name	"Nathalie Abadie" ;
	foaf:mbox	<mailto:nathalie-f.abadie@ign.fr> ;
	foaf:firstName	"Nathalie" ;
	foaf:family_name	"Abadie" ;
	foaf:workInfoHomepage	<http://recherche.ign.fr/labos/cogit/cv.php?prenom=Nathalie&nom=Abadie> .
@prefix ns2:	<http://www.w3.org/ns/org#> .
_:b412012	ns2:hasMembership	_:b412013 .
_:b412013	rdf:type	ns2:Membership ;
	ns2:memberDuring	_:b412014 ;
	ns2:organization	<http://recherche.ign.fr/> ,
		<http://www.ign.fr/> ;
	ns2:role	_:b412016 .
@prefix ns3:	<http://www.w3.org/2006/time#> .
_:b412014	rdf:type	ns3:Interval ;
	ns3:hasBeginning	_:b412015 .
_:b412015	rdf:type	ns3:Instant .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b412015	ns3:inXSDDateTimeStamp	"2005-09-09"^^xsd:dateTimeStamp .
_:b412016	rdf:type	ns2:Role .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
_:b412016	rdfs:label	"Charg\u00E9e de recherche"@fr ,
		"Survey engineer and Scientist"@en .