schema:affiliation leaf node


URI

http://schema.org/affiliation

Label

isAffiliatedWith

Description

The organisation type that a person (i.e. individual) creator of a Thematic Network's output is affiliated with.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:affiliation owl:Thing (inferred)

Implementation

@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 .