@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/> .

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

<http://semanticscience.org/resource/SIO_000006>
    a owl:Class ;
    rdfs:label "process"@en .

<http://semanticscience.org/resource/SIO_000091>
    a owl:Class ;
    rdfs:label "action specification"@en .

<http://semanticscience.org/resource/SIO_000112>
    a owl:Class ;
    rdfs:label "capability"@en .

<http://semanticscience.org/resource/SIO_000337>
    a owl:Class ;
    rdfs:label "objective"@en .

<http://semanticscience.org/resource/SIO_000355>
    a owl:ObjectProperty ;
    rdfs:label "realizes"@en .

<http://semanticscience.org/resource/SIO_000426>
    a owl:ObjectProperty ;
    rdfs:label "is manifestation of"@en .

<http://semanticscience.org/resource/SIO_000999>
    dc:identifier "SIO_000999" ;
    ns4:description "A procedure is a process that attempts to achieve one or more objectives by following an established set of actions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "procedure"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000006>, [
        dc:identifier ":arc9cacb466" ;
        a owl:Restriction ;
        owl:onProperty <http://semanticscience.org/resource/SIO_000426> ;
        owl:someValuesFrom <http://semanticscience.org/resource/SIO_000091>
    ], [
        dc:identifier ":arc9cacb467" ;
        a owl:Restriction ;
        owl:allValuesFrom [
            dc:identifier ":arc9cacb468" ;
            a owl:Class ;
            owl:unionOf [
                dc:identifier ":arc9cacb469" ;
                rdf:first <http://semanticscience.org/resource/SIO_000112> ;
                rdf:rest [
                    dc:identifier ":arc9cacb470" ;
                    rdf:first <http://semanticscience.org/resource/SIO_000337> ;
                    rdf:rest rdf:nil
                ]
            ]
        ] ;
        owl:onProperty <http://semanticscience.org/resource/SIO_000355>
    ] .

