:sharesAuthorsWith leaf node


URI

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

Label

shares authors with

Description

Each entity has at least one author in common with the other entity.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :sharesAuthorsWith 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#> .

:sharesAuthorsWith a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "shares authors with"@en ;
    rdfs:comment "Each entity has at least one author in common with the other entity."@en ;
    rdfs:subPropertyOf owl:topObjectProperty .