@prefix orcid: <https://orcid.org/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://example.org/nanopub-validator-example/RAxdnazwd-oxA568bYg5Mu-41_OHdQALEDAKJwTwliaLM> .
@prefix sub: <http://example.org/nanopub-validator-example/RAxdnazwd-oxA568bYg5Mu-41_OHdQALEDAKJwTwliaLM#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix ex: <http://example.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  ex:theComputerScienceOntology a ex:OntologyofResearchAreas .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <https://doi.org/10.1162/dint_a_00054> ;
    prov:wasAttributedTo orcid:0000-0002-0453-9965 .
}
sub:pubinfo {
  this: dct:created "2021-09-15T18:05:11+01:00"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    pav:createdBy orcid:0000-0002-8549-3945 .
}