is function of leaf node


URI

http://semanticscience.org/resource/isFunctionOf

Label

is function of

Description

is function of is a relation between a function and an entity that it is a property of.

Usage

DOMAINPROPERTYRANGE
function is function of owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:isFunctionOf a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "is function of"@en ;
    dct:description "is function of is a relation between a function and an entity that it is a property of."@en ;
    rdfs:domain sio:Function ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isDispositionOf .