@prefix this: <https://w3id.org/np/RAVsmvH-G7ByKX5CaWJUB1RxMlGDI-hU_OYtatUfTuNso> .
@prefix sub: <https://w3id.org/np/RAVsmvH-G7ByKX5CaWJUB1RxMlGDI-hU_OYtatUfTuNso#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:emperical_metric a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "Emperical Biological Metric" ;
    <http://www.w3.org/2004/02/skos/core#definition> "A quantitative metric that describes biological property of a protein that has been found empirically in a lab." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-2188-0817 .
}
sub:pubinfo {
  orcid:0009-0004-2188-0817 foaf:name "Max van den Boom" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKQaTkvhaCiwsK98W2aQbJNnFOSRe2wods5X4Enesk6iw0yYpXCUy2YkWKuov2LUBqogmFIlYQmeIx0v8mJxDGCzrJzYEKFrMVjAJ/J1uctxHdVcEHD919csUMEaiBGWpvZ2BoTcF+a8nYOT2PordYuiU7f1ehXGs5VBzYGOCY3wIDAQAB" ;
    npx:hasSignature "DqGzPp4m68Dcbji/T5jFjn43gGOLTHwQTob2ASdWvpGFM2jArEmzjnIWPn9pXIVl82s4v0HRB9biFoHbfmzdDLcQwmzB9cvSLTF5LLIBuiPLosrgHDFETvbqdnkRpz4u5dUGuNs+ERMO3mzayBFWr7OiHgs5u17iaywnW817pB4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0004-2188-0817 .
  this: dct:created "2024-10-19T11:32:08.992Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0004-2188-0817 , orcid:0009-0006-8818-6154 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:emperical_metric ;
    npx:supersedes <https://w3id.org/np/RAjbiDOGZCicNlDkBaHDFM5_MSK1enA6VlQEi3wRtfKe0> ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "Class: Emperical Biological Metric" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAWv_eqe4tghg-OOg6NqRQODjC865Q0ZWkXTxqjSe59Y4 , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAxfD9wQMHU4DmWta5uRpo723ZgKpizglley4gtcxG0hg> .
}