@prefix constraintType: . @prefix cs: . @prefix groupType: . @prefix meta: . @prefix rdf: . @prefix skos: . @prefix tst: . @prefix vs: . @prefix xsd: . constraintType:ReferenceProperty a skos:Concept ; skos:prefLabel "Reference Property"@en-US ; skos:definition "Classes in the subject of this constraint can be pointed to by the set of properties in the object of this constraint when no direct reference to an instance of that class is available."@en-US ; dct:description "When you need to point to an entity that does not have a URI, you can use the set of properties indicated in the object of this constraint to provide a loose \"pointer\" object intended to lead the consumer of the information to the desired entity."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType .