is realized in leaf node


URI

http://semanticscience.org/resource/isRealizedIn

Label

is realized in

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is realized in owl:Thing (inferred)

Implementation

@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:isRealizedIn a owl:ObjectProperty ;
    rdfs:label "is realized in"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isParticipantIn ;
    skos:example "the role of a patient is realized in medical examination"@en .