@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

fabio:TechnicalStandard a owl:Class ;
    rdfs:label "technical standard"@en ;
    vann:example """
        :my-technical-standard
                datacite:hasGeneralResourceType fabio:TechnicalStandard .
        """ ;
    vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Standard").
        """@en ;
    rdfs:comment "An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media."@en ;
    rdfs:isDefinedBy fabio: ;
    rdfs:subClassOf fabio:Specification ;
    vs:term_status reg:statusStable .

