is realizable property of


URI

http://semanticscience.org/resource/isRealizablePropertyOf

Label

is realizable property of

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is realizable property of 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/> .

sio:isRealizablePropertyOf a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "is realizable property of"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isPropertyOf ;
    owl:inverseOf sio:hasRealizableProperty .