@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/dc/elements/1.1/> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

sio:SIO_000014
    ns0:identifier "SIO_000014" ;
    dc:description "A disposition is the tendency of a capability to be exhibited under certain conditions or in response to a certain stimulus (trigger)."@en ;
    dc:identifier "SIO:000014" ;
    sio:example "solubility (to dissolve when put in fluid); fragility (disposition to break when dropped)"@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disposition"@en ;
    rdfs:subClassOf sio:SIO_000112 ;
    owl:EquivalentClass sio:disposition .

<http://semanticscience.org/resource/SIO_000014.rdf>
    dc:subject sio:SIO_000014 ;
    a owl:Ontology ;
    rdfs:label "Summary document for SIO_000014" ;
    owl:imports <http://semanticscience.org/ontology/sio.owl> .

sio:SIO_000112
    rdfs:label "capability"@en .

sio:SIO_000409
    rdfs:label "mutual disposition"@en ;
    rdfs:subClassOf sio:SIO_000014 .

sio:disposition
    owl:EquivalentClass sio:SIO_000014 .

