@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:readonlyValue	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:readonlyValue	rdfs:label	"readonlyValue" ;
	rdfs:comment	"Whether or not a property is mutable.  Default is false. Specifying this for a property that also has a value makes it act similar to a \"hidden\" input in an HTML form." ;
	schema:domainIncludes	schema:PropertyValueSpecification ;
	schema:rangeIncludes	schema:Boolean .