authors leaf node


URI

http://w3id.org/um/cbcm/eu-cm-ontology#authors

Label

authors

Description

(authors ?ENTITY1 ?ENTITY2) means that (authoredBy ?ENTITY2 ?ENTITY1)

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) authors owl:Thing (inferred)

Implementation

@prefix cbcm: <http://w3id.org/um/cbcm/eu-cm-ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cbcm:authors a owl:ObjectProperty ;
    rdfs:label "authors"@en ;
    rdfs:comment "(authors ?ENTITY1 ?ENTITY2) means that (authoredBy ?ENTITY2 ?ENTITY1)"@en ;
    rdfs:seeAlso cbcm:authoredBy ;
    rdfs:subPropertyOf cbcm:cbcmDocumentRelation .