:sharesFundingAgencyWith leaf node


URI

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

Label

shares funding agency with

Description

The two entities result from activities that have been funded by the same funding agency.

Usage

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

:sharesFundingAgencyWith a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "shares funding agency with"@en ;
    rdfs:comment "The two entities result from activities that have been funded by the same funding agency."@en .