:sharesAuthorInstitutionWith leaf node


URI

http://purl.org/spar/cito/sharesAuthorInstitutionWith

Label

shares author institution with

Description

Each entity has at least one author that shares a common institutional affiliation with an author of the other entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :sharesAuthorInstitutionWith owl:Thing (inferred)

Implementation

@prefix : <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:sharesAuthorInstitutionWith a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "shares author institution with"@en ;
    rdfs:comment "Each entity has at least one author that shares a common institutional affiliation with an author of the other entity."@en .