@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:subtype	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:subtype	rdfs:label	"subtype" ;
	rdfs:comment	"A more specific type of the condition, where applicable, for example 'Type 1 Diabetes', 'Type 2 Diabetes', or 'Gestational Diabetes' for Diabetes." ;
	schema:domainIncludes	schema:MedicalCondition ;
	schema:rangeIncludes	schema:Text .