@prefix this: <http://purl.org/np/RAScP6OoU6ybnuVBXFumbMCg8eOGy4I6p_LUQaFo8jTPM> .
@prefix sub: <http://purl.org/np/RAScP6OoU6ybnuVBXFumbMCg8eOGy4I6p_LUQaFo8jTPM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://purl.org/np/RAS95nqgBVT5tVaQiUfCwgFWjxIiwxtkZlkeMIRLDw9KU#DEIMS-SDR_SMM> <http://schema.org/url> <https://raw.githubusercontent.com/stopopol/deims_apps/master/metadata_models/smm.json> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema , fip:Semantic-model ;
    rdfs:comment "Metadata model to describe long term observation facilities focusing on the geographic characteristics, observation focus as well as the instrumentation." ;
    rdfs:label "DEIMS-SDR Site Metadata Model" ;
    rdfs:seeAlso <https://deims.org/models/?id=site> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0631-8231 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "VE1kJbbGWShY2q+1OAWp813eIryuygQFgR0CD2vfCJkdjZcnWhXItTtBH9rh7ta31yNoQhwvBo6gmZWtMECsrE3xOt9OK5C6q4xW9mEm1gkJJPiyRStvkl5XIqjhtxV96csqw1Js/byMiwJYf103qdBP06bltImlZw0AYrcHhVA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-12-14T20:48:17Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <http://purl.org/np/RAS95nqgBVT5tVaQiUfCwgFWjxIiwxtkZlkeMIRLDw9KU#DEIMS-SDR_SMM> ;
    npx:supersedes <http://purl.org/np/RAktO6jJg-krEZKPkHe2rZrymGybzgM-EaS2mm1TTTh10> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/ebe74575-09d3-40c3-94dc-87526b371e64> .
}