@prefix this: <http://example.org/nanopub-validator-example.RAVeA9-nSkFAhoAv_Jhcn0wiTQEg16HL5rgLNLdgS0sIo> .
@prefix sub: <http://example.org/nanopub-validator-example.RAVeA9-nSkFAhoAv_Jhcn0wiTQEg16HL5rgLNLdgS0sIo#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.25504/FAIRsharing.4m97ah> dc:description "find ontologies, and the concepts and properties that they describe" ;
    rdfs:label "BioPortal"@en ;
    rdfs:seeAlso <https://bioportal.bioontology.org/> .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <https://doi.org/10.1162/dint_a_00028> ;
    prov:wasAttributedTo <http://orcid.org/0000-0003-4818-2360> .
}
sub:pubinfo {
  this: dct:created "2020-01-15T18:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy <http://orcid.org/0000-0002-3633-1464> .
}