has product leaf node


URI

http://semanticscience.org/resource/hasProduct

Label

has product

Description

has product is a relation between an process and an entity, where a new entity exists at the end of the process.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has product 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:hasProduct a owl:ObjectProperty ;
    rdfs:label "has product"@en ;
    dct:description "has product is a relation between an process and an entity, where a new entity exists 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:hasOutput .