@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 owl: <http://www.w3.org/2002/07/owl#> .

<http://semanticscience.org/resource/SIO_000076>
    rdfs:label "plan"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000091> .

<http://semanticscience.org/resource/SIO_000090>
    rdfs:label "specification"@en .

<http://semanticscience.org/resource/SIO_000091>
    ns0:identifier "SIO_000091" ;
    dc:alternative "effective specification" ;
    dc:description "An action specification is a specification composed of a sequence of instructions to achieve some objective."@en ;
    dc:identifier "SIO:000091" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "action specification"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000090> ;
    owl:EquivalentClass <http://semanticscience.org/resource/action-specification> .

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

<http://semanticscience.org/resource/SIO_001042>
    rdfs:label "recipe"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000091> .

<http://semanticscience.org/resource/SIO_001043>
    rdfs:label "experimental protocol"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000091> .

<http://semanticscience.org/resource/SIO_001107>
    rdfs:label "pathway"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000091> .

<http://semanticscience.org/resource/action-specification>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_000091> .

