@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .

<https://schema.org/value>
	rdf:type	owl:ObjectProperty ;
	rdfs:label	"value"@en ;
	rdfs:domain	[ ] ;
	rdfs:range	[ ] ;
	rdfs:isDefinedBy	<https://schema.org/value> ;
	rdfs:comment	"The value of a <a class=\"localLink\" href=\"/QuantitativeValue\">QuantitativeValue</a> (including <a class=\"localLink\" href=\"/Observation\">Observation</a>) or property value node.<br/><br/>\n\n<ul>\n<li>For <a class=\"localLink\" href=\"/QuantitativeValue\">QuantitativeValue</a> and <a class=\"localLink\" href=\"/MonetaryAmount\">MonetaryAmount</a>, the recommended type for values is 'Number'.</li>\n<li>For <a class=\"localLink\" href=\"/PropertyValue\">PropertyValue</a>, it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.</li>\n<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.</li>\n<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>\n</ul>\n"@en .