@prefix dcterms: .
@prefix np: .
@prefix npx: .
@prefix ns1: .
@prefix ntemplate: .
@prefix orcid: .
@prefix owl: .
@prefix prov: .
@prefix rdfs: .
@prefix skos: .
@prefix sub: .
@prefix this: .
@prefix xsd: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a ns1:Constraint;
rdfs:label "in human subjects";
ns1:constrains .
sub:_b1 a ns1:Constraint;
rdfs:label "at baseline";
ns1:constrains .
a
owl:NamedIndividual, ns1:Variable;
dcterms:isPartOf ;
skos:altLabel "bloodtype";
skos:prefLabel "Bloedgroep"@nl-be, "Bloodgroup";
ns1:hasConstraint , sub:_b1 .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2026-08-25T09:01:57.956504+00:00"^^xsd:dateTime .
}
sub:pubinfo {
this: dcterms:license ;
npx:hasNanopubType ns1:Variable;
npx:introduces ;
prov:generatedAtTime "2026-08-25T09:01:57.956504+00:00"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0002-1825-0097;
ntemplate:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
npx:hasSignature "0wfHZZArD0S+JrZMqFqziH9HsUrLOj+yiGX8wXesKa27LrNIhS2U4SkbQvXWOwcZ37wkug64efJIbOSMenbo4/68RHxBsb3+RVvuzwZydkleBEfbqRXchTXr8FEueGn+NUbWZ8O/hflb+27ZdqXchOYT6F8fU8RU76v+n7PDzTM=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1825-0097 .
}