@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:defaultValue	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:defaultValue	rdfs:label	"defaultValue" ;
	rdfs:comment	"The default value of the input.  For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values." ;
	schema:domainIncludes	schema:PropertyValueSpecification ;
	schema:rangeIncludes	schema:Text ,
		schema:Thing .