@prefix constraintType: . @prefix cs: . @prefix groupType: . @prefix meta: . @prefix rdf: . @prefix skos: . @prefix tst: . @prefix vs: . @prefix xsd: . constraintType:OverrideRange a skos:Concept ; skos:prefLabel "Override Range"@en-US ; skos:definition "Replaces the rdfs:rangeIncludes of the property or properties in the subject with the value or values in the object."@en-US ; dct:description "Enables forcibly replacing the range of a property with an arbitrarily chosen range. Useful for restricting a multi-range property at the schema level to a single range in a profile."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType .