has parameter leaf node


URI

http://semanticscience.org/resource/hasParameter

Label

has parameter

Description

has parameter is a relation between a process and an information content entity which modulates the behaviour of some participant.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has parameter 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/> .

sio:hasParameter a owl:ObjectProperty ;
    rdfs:label "has parameter"@en ;
    dct:description "has parameter is a relation between a process and an information content entity which modulates the behaviour of some participant."@en ;
    sio:subset "sadi"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:hasInput ;
    owl:inverseOf sio:isParameterIn .