@prefix this: <https://w3id.org/provcorp/np/public/vocab/general/TextCorpus/RAI506ILnrXrddFBeeX_KaQj5VqWn9-qT538JslfVkuEU> .
@prefix sub: <https://w3id.org/provcorp/np/public/vocab/general/TextCorpus/RAI506ILnrXrddFBeeX_KaQj5VqWn9-qT538JslfVkuEU#> .
@prefix latest: <https://w3id.org/provcorp/np/public/vocab/general/latest/TextCorpus> .
@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:TextCorpus a owl:Class ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "Text Corpus"@en ;
    skos:definition "A Corpus that contains original texts or metadata about these texts. It can also contain separate words of the original 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/TextCorpus/RAdQd4C0-NimWYW3L5nLByHcOei4iKEy4bye9Dzz-fe1M> .
}