has disposition


URI

http://semanticscience.org/resource/hasDisposition

Label

has disposition

Description

has disposition is the relation between an entity and a disposition that it bears.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has disposition disposition

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:hasDisposition a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has disposition"@en ;
    dct:description "has disposition is the relation between an entity and a disposition that it bears."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:Disposition ;
    rdfs:subPropertyOf sio:hasCapability ;
    owl:inverseOf sio:isDispositionOf .