@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns4: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns6: <http://semanticscience.org/resource/> .

<http://semanticscience.org/ontology/sio.owl>
    a owl:Ontology .

ns6:SIO_000008
    a owl:ObjectProperty ;
    rdfs:label "has attribute"@en .

ns6:SIO_000014
    dc:identifier "SIO_000014" ;
    ns4:description "A disposition is the tendency of a capability to be exhibited under certain conditions or in response to a certain stimulus (trigger)."@en ;
    ns6:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disposition"@en ;
    rdfs:subClassOf ns6:SIO_000112, [
        dc:identifier ":arc6de1b20" ;
        a owl:Restriction ;
        owl:onProperty ns6:SIO_000008 ;
        owl:someValuesFrom ns6:SIO_000638
    ] ;
    skos:example "solubility (to dissolve when put in fluid); fragility (disposition to break when dropped)"@en .

ns6:SIO_000112
    a owl:Class ;
    rdfs:label "capability"@en .

ns6:SIO_000638
    a owl:Class ;
    rdfs:label "probability measure"@en .

