is disposition of


URI

http://semanticscience.org/resource/isDispositionOf

Label

is disposition of

Description

is disposition of is a relation between a disposition and the entity that it is a property of.

Sub Property

Usage

DOMAINPROPERTYRANGE
disposition is disposition of 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:isDispositionOf a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "is disposition of"@en ;
    dct:description "is disposition of is a relation between a disposition and the entity that it is a property of."@en ;
    rdfs:domain sio:Disposition ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isCapabilityOf .