@prefix constraintType: . @prefix cs: . @prefix groupType: . @prefix meta: . @prefix rdf: . @prefix skos: . @prefix tst: . @prefix vs: . @prefix xsd: . constraintType:RequiresAnyProperty a skos:Concept ; skos:prefLabel "Requires Any Property"@en-US ; skos:definition "Classes in the subject of this constraint require that data be provided for one or more of the properties in the subject of this constraint."@en-US ; dct:description "Each instance of a constraint that uses this constraint type should be considered a separate entity. Do not merge the subjects or objects lists of such entities with any other entities, even if there is overlap between the subjects or objects lists."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType .