has target


URI

http://semanticscience.org/resource/hasTarget

Label

has target

Description

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

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has target 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:hasTarget a owl:ObjectProperty ;
    rdfs:label "has target"@en ;
    dct:description "has target is a relation between a process and an entity, 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:hasInput ;
    owl:inverseOf sio:isTargetIn .