has realizable property


URI

http://semanticscience.org/resource/hasRealizableProperty

Label

has realizable property

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has realizable property 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:hasRealizableProperty a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has realizable property"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:hasProperty .