has function leaf node


URI

http://semanticscience.org/resource/hasFunction

Label

has function

Description

has function is the relation between an entity and a function that is ascribed to it.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has function function

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:hasFunction a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has function"@en ;
    dct:description "has function is the relation between an entity and a function that is ascribed to it."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:Function ;
    rdfs:subPropertyOf sio:hasDisposition ;
    owl:inverseOf sio:isFunctionOf .