@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:activeYears	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
@prefix ns3:	<https://d-nb.info/standards/elementset/gnd#> .
dbo:activeYears	owl:equivalentProperty	ns3:periodOfActivity .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbo:activeYears	rdfs:domain	dbo:Person .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbo:activeYears	rdfs:range	xsd:string ;
	rdfs:comment	"Appel\u00E9 aussi \"floruit\". Utillisez ceci si les ann\u00E9es d'activit\u00E9 sont dans un m\u00EAme domaine non fractionnable. Sinon utilisez activeYearsStartYear et activeYearsEndYear"@fr ,
		"Also called \"floruit\". Use this if the active years are in one field that can't be split. Else use activeYearsStartYear and activeYearsEndYear"@en ;
	owl:sameAs	dbo:activeYears ;
	rdfs:label	"active years"@en ,
		"\u0641\u0639\u0627\u0644 \u0633\u0627\u0644"@ur ,
		"ann\u00E9es d'activit\u00E9"@fr ,
		"aktive Jahre"@de ,
		"\u0430\u043A\u0442\u0438\u0432\u043D\u0435 \u0433\u043E\u0434\u0438\u043D\u0435"@sr .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns7:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:activeYears	prov:wasDerivedFrom	ns7:activeYears .