@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:display a , ;
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-8327-0142 .
}
sub:pubinfo {
orcid:0000-0001-8327-0142 foaf:name "Gertjan Bisschop" .
this: dcterms:created "2025-11-17T13:25:48.481Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8327-0142;
dcterms:license ;
npx:embeds sub:display;
npx:wasCreatedAt ;
rdfs:label "TestOntology displays view: View of classes of OWL ontology";
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPJNIL29lI1tYIGSKyU72Bm3YCXna2egamVUTRfzD6H9jQFY88EBCpapTKZ/ZUa3nq4P4Y7v6buh0P2wHQdExsscpaa21fFsqPD61JFzgJNV/SoFjwYL017NWOy1qb+goSMusQOUUh3bHQjfK6rn8Rqx+ywMqlVzzFq1aoRVcN0QIDAQAB";
npx:hasSignature "jd/K6nkApXt8O8NCxQC4+Dhe+uLZQFKbXnqKeCEixSr9wv8dxq0ax0l7I0O+Y4N5ycrbm0V6Qju9dVpwarE2hDka9vcJ7vc3BqiqgWvTPZ0pgz8JoMkBXGhxDbA+iJkeZjwuks58rX7yyCUlOVIO6qgBSJHDyTdMkqfzhJzN8wg=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0001-8327-0142 .
nt:hasLabelFromApi "View of classes of OWL ontology" .
}