# Example 64 CLOSED EXTRA
# https://book.validatingrdf.com/bookHtml010.html#sec93
PREFIX :
PREFIX schema:
PREFIX xsd:
:KnowsW3CPeople CLOSED EXTRA schema:knows {
schema:name xsd:string;
schema:affiliation IRI ? ;
schema:knows { schema:affiliation [:W3C] }+
}