@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ecrm:	<http://erlangen-crm.org/current/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ecrm:P98_brought_into_life	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ecrm:P98_brought_into_life	rdfs:subPropertyOf	ecrm:P92_brought_into_existence ;
	owl:inverseOf	ecrm:P98i_was_born ;
	rdfs:label	"P98 brought into life"@en ;
	rdfs:domain	ecrm:E67_Birth ;
	rdfs:range	ecrm:E21_Person ;
	rdfs:comment	"Scope note:\nThis property links an E67Birth event to an E21 Person in the role of offspring.\n\nTwins, triplets etc. are brought into life by the same Birth event. This is not intended for use with general Natural History material, only people. There is no explicit method for modelling conception and gestation except by using extensions.\n\nExamples:\n- the Birth of Queen Elizabeth II (E67) brought into life Queen Elizabeth II (E21)\n\nIn First Order Logic:\nP98(x,y) \u2283 E67(x)\nP98(x,y) \u2283 E21(y)\nP98(x,y) \u2283 P92(x,y)"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ecrm:P98_brought_into_life	skos:notation	"P98"^^xsd:string .