@prefix this: <https://w3id.org/np/RAzQuRCTfOzXYmUucRn1OQCruGH56S5RIrAL3RsPrbivY> .
@prefix sub: <https://w3id.org/np/RAzQuRCTfOzXYmUucRn1OQCruGH56S5RIrAL3RsPrbivY#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 {
  sub:CEDAR <http://schema.org/url> <https://cedar.metadatacenter.org/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:Editor , fip:FAIR-Supporting-Resource ;
    rdfs:comment "The CEDAR enables to collect and use metadata. CEDAR tools help create forms to collect metadata, make those forms available to users, and download or view the information that users have provided." ;
    rdfs:label "CEDAR | Center for Expanded Data Annotation and Retrieval" ;
    rdfs:seeAlso <https://more.metadatacenter.org/tools-training/orientation> ;
    skos:closeMatch <https://doi.org/10.25504/FAIRsharing.pmygc7> ;
    fip:allows-integrated-use-of-semantic-artefacts <http://semanticscience.org/resource/SIO_000269> ;
    oa:hasPurpose fip:Semantic-model , fip:Structured-vocabulary .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6063-0958 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.pmygc7> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "n9mv0UCEMyerHYpUwDtE8Nx67uQNQ23T6X7Hxr5pz658caLQ4LOXg5Yporku/qceYJ8kVC2N1QJJS5GfTmIrU3oqorM9q2xROhh6Ub4QDHokkXLdz/7VEt3kSDfm8sxYdJigKoaS16cyITvwvkBxHiEZ45BGAzwK4zQ7H3lnEfk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-24T17:08:35Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CEDAR ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/524d8d72-038a-432a-b3d5-0ced7e7c96a2> .
}