@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix constraintType: <https://credreg.net/meta/vocabs/constraintType/> .
@prefix cs: <http://purl.org/vocab/changeset/schema#> .
@prefix graphPublicationStatus: <https://credreg.net/meta/vocabs/graphPublicationStatus/> .
@prefix groupType: <https://credreg.net/meta/vocabs/groupType/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tst: <https://credreg.net/meta/vocabs/tst/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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 <https://credreg.net/meta/termhistory/constraintType/RequiresAnyProperty/json> ;
	skos:inScheme meta:ConstraintType ;
	skos:topConceptOf meta:ConstraintType .

