Check whether the TEXT satisfies a PROPERTY. Respond with Yes or No. When uncertain, output No. 

Positive Example 1 -
Input: PROPERTY: is positive.
TEXT: love this movie.
output: Yes

Positive Example 2 -
Input: PROPERTY: related to sports.
TEXT: This song is great.
output: No

Positive Example 3 -
Input: PROPERTY: Woof!
TEXT: Makima!
output: No

Now complete the following example -
input: PROPERTY: {hypothesis}
TEXT: {text}
output: