@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:timeInSpace	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbo:timeInSpace	rdfs:range	xsd:double ;
	owl:sameAs	dbo:timeInSpace ;
	rdfs:label	"temps total pass\u00E9 dans l'espace par la personne (s)"@fr ,
		"Gesamtzeit welche die Person im Weltraum verbracht hat (s)"@de ,
		"total time person has spent in space (s)"@en .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns6:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:timeInSpace	prov:wasDerivedFrom	ns6:timeInSpace .