is target in leaf node


URI

http://semanticscience.org/resource/isTargetIn

Label

is target in

Description

is target in is a relation between an entity and a process, where the entity is present at the beginning of the process and undergoes a change or transformation in the process.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is target 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:isTargetIn a owl:ObjectProperty ;
    rdfs:label "is target in"@en ;
    dct:description "is target in is a relation between an entity and a process, where the entity is present at the beginning  of the process and undergoes a change or transformation in the process."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isInputIn ;
    skos:example "glucose is a target in the hexokinase-mediated conversion of glucose to glucose-6-phosphate."@en .