http://schema.org/affiliation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
schema:affiliation a owl:AsymmetricProperty,
owl:IrreflexiveProperty,
owl:ObjectProperty ;
rdfs:label "isAffiliatedWith"@en ;
rdfs:comment "The organisation type that a person (i.e. individual) creator of a Thematic Network's output is affiliated with."@en .