is agent in leaf node


URI

http://semanticscience.org/resource/isAgentIn

Label

is agent in

Description

is agent in is a relation between an entity and a process, where the entity is present throughout the process, no permanent material change occurs, and is a causal participant in the process.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is agent in 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/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sio:isAgentIn a owl:ObjectProperty ;
    rdfs:label "is agent in"@en ;
    dct:description "is agent in is a relation between an entity and a process, where the entity is present throughout the process, no permanent material change occurs, and is a causal participant in the process."@en ;
    sio:subset "sadi"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isParticipantIn ;
    owl:inverseOf sio:hasAgent ;
    skos:example "hexokinase is an agent in the conversion of glucose to glucose-6-phosphate"@en .