@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:E67_Birth	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ecrm:E67_Birth	rdfs:label	"E67 Birth"@en ;
	rdfs:comment	"Scope note:\nThis class comprises the births of human beings. E67 Birth is a biological event focussing on the context of people coming into life. (E63 Beginning of Existence comprises the coming into life of any living beings).\n\nTwins, triplets etc. are brought into life by the same E67 Birth event. The introduction of the E67 Birth event as a documentation element allows the description of a range of family relationships in a simple model. Suitable extensions may describe more details and the complexity of motherhood with the intervention of modern medicine. In this model, the biological father is not seen as a necessary participant in the E67 Birth event.\n\nExamples:\n- the birth of Alexander the Great\n\nIn First Order Logic:\nE67(x) \u2283 E63(x)"@en ;
	rdfs:subClassOf	_:vb10068 ,
		_:vb10069 ,
		ecrm:E63_Beginning_of_Existence .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ecrm:E67_Birth	skos:notation	"E67"^^xsd:string .
_:vb10068	rdf:type	owl:Restriction ;
	owl:onProperty	ecrm:P96_by_mother ;
	owl:someValuesFrom	ecrm:E21_Person .
_:vb10069	rdf:type	owl:Restriction ;
	owl:onProperty	ecrm:P97_from_father ;
	owl:someValuesFrom	ecrm:E21_Person .