@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:ConferenceProceedings a owl:Class ;
    rdfs:label "conference proceedings"@en ;
    vann:example """
        :my-conference-proceedings
                datacite:hasGeneralResourceType fabio:ConferenceProceedings .
        """ ;
    vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Conference Proceeding").
        """@en ;
    rdfs:comment "A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event."@en ;
    rdfs:isDefinedBy fabio: ;
    vs:term_status reg:statusStable .

