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

dc:identifier
    a owl:AnnotationProperty .

ns4:description
    a owl:AnnotationProperty .

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

ns5:SIO_000017
    dc:identifier "SIO_000017" ;
    ns4:description "A function is a capability that satisfies some agentive objective, or (evolutionary) optimization."@en ;
    ns5:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "function"@en ;
    rdfs:subClassOf ns5:SIO_000112 ;
    owl:disjointWith ns5:SIO_000354 .

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

ns5:SIO_000354
    a owl:Class ;
    rdfs:label "dysfunction"@en .

ns5:subset
    a owl:AnnotationProperty .

