@prefix this: <https://w3id.org/provcorp/np/public/vocab/general/AnnotationCorpus/RAf7cq4CPSWeCpd9wBtNIFw8j-7zhWepFxZ47Gk80neko> .
@prefix sub: <https://w3id.org/provcorp/np/public/vocab/general/AnnotationCorpus/RAf7cq4CPSWeCpd9wBtNIFw8j-7zhWepFxZ47Gk80neko#> .
@prefix latest: <https://w3id.org/provcorp/np/public/vocab/general/latest/AnnotationCorpus> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix pav: <http://purl.org/pav#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix pvcp: <https://w3id.org/provcorp/vocab/general/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  pvcp:AnnotationCorpus a owl:Class ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "Annotation Corpus"@en ;
    skos:definition "A Corpus that contains several types of annotations on texts."@en .
}
sub:provenance {
  sub:assertion pav:authoredBy orcid:0000-0002-1267-0234 , orcid:0000-0002-3429-2879 , orcid:0000-0002-5347-5750 , orcid:0000-0002-8356-6469 .
}
sub:pubinfo {
  this: dct:created "2020-06-16T11:58:51.605+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0002-3429-2879 , orcid:0000-0002-5347-5750 , orcid:0000-0002-8356-6469 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <https://w3id.org/provcorp/np/public/vocab/general/AnnotationCorpus/RA2MlJjrZ_ve1VqOz1PrwIrRr5K_ugvO1tHih_N24MIiU> .
}