has input leaf node


URI

http://purl.obolibrary.org/obo/RO_0002233

Label

has input

Description

p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has input owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

obo:RO_0002233 a owl:ObjectProperty ;
    rdfs:label "has input"@en ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "consumes" ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco>,
        obo:valid_for_go_annotation_extension,
        obo:valid_for_go_ontology,
        obo:valid_for_gocam ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:seeAlso "https://wiki.geneontology.org/Has_input"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0000057 ;
    owl:inverseOf obo:RO_0002352 ;
    skos:definition "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p." .