is output of


URI

http://semanticscience.org/resource/isOutputOf

Label

is output of

Description

is output of is a relation between an entity and a process, where the entity is present at the end of the process.

Sub Property

Usage

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

sio:isOutputOf a owl:ObjectProperty ;
    rdfs:label "is output of"@en ;
    dct:description "is output of is a relation between an entity and a process, where the entity is present at the end of the process."@en ;
    sio:subset "sadi"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isParticipantIn ;
    skos:example "glucose-6-phosphate and ADP are outputs in the hexokinase-mediated conversion of glucose to glucose-6-phosphate."@en .