@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:Thesis a owl:Class ;
    rdfs:label "thesis"@en ;
    vann:example """
        :my-thesis
                datacite:hasGeneralResourceType fabio:Thesis .
        """ ;
    vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Dissertation").
        """@en ;
    rdfs:comment "A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation."@en ;
    rdfs:isDefinedBy fabio: ;
    rdfs:subClassOf fabio:Book ;
    vs:term_status reg:statusStable .

