@prefix ns1: <http://purl.org/np/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RACoUdA6qFNrGSxO4tjeQg40HqhJwX9ykca7qVKoCWvpI> .
@prefix sub: <http://purl.org/np/RACoUdA6qFNrGSxO4tjeQg40HqhJwX9ykca7qVKoCWvpI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://purl.obolibrary.org/obo/ECO_9000001> rdfs:label "uses" .
  sub:assertion dct:description "Template for defining a registry of digital objects." ;
    a nt:AssertionTemplate ;
    rdfs:label "Defining a Registry" ;
    nt:hasNanopubLabelPattern "Registry: ${name}" ;
    nt:hasRequiredPubinfoElement ns1:RA_R5w4lZ-6xuZyylG8qSlMhmWBaTE41-zlhiBVUQblCc ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st10 , sub:st2 , sub:st3 , sub:st4 , sub:st5 , sub:st6 , sub:st7 , sub:st8 , sub:st9 ;
    nt:hasTag "FAIR" .
  sub:availability a nt:RestrictedChoicePlaceholder ;
    rdfs:label "availability in years" ;
    nt:possibleValue fip:less-than-10-years , fip:less-than-20-years , fip:less-than-5-years , fip:more-than-20-years .
  sub:comment a nt:LiteralPlaceholder ;
    rdfs:label "description of the FAIR-enabling resource" .
  sub:identifier-service a nt:GuidedChoicePlaceholder ;
    rdfs:label "identifier service" ;
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=https%3A%2F%2Fw3id.org%2Ffair%2Ffip%2Fterms%2Fidentifier-service&searchterm=" .
  sub:mappedResource a nt:UriPlaceholder ;
    rdfs:label "the identifier of the related resource" .
  sub:mappingPredicate a nt:RestrictedChoicePlaceholder ;
    nt:possibleValue skos:closeMatch , skos:exactMatch , skos:relatedMatch .
  sub:name a nt:LiteralPlaceholder ;
    rdfs:label "the name of the FAIR-enabling resource" .
  sub:resource a nt:IntroducedResource , nt:LocalResource , nt:UriPlaceholder ;
    rdfs:label "short name, used as URI suffix" .
  sub:resource-type1 a nt:RestrictedChoicePlaceholder ;
    nt:possibleValue fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource-to-be-Developed .
  sub:specification a nt:UriPlaceholder ;
    rdfs:label "specification that this resource implements" .
  sub:st0 rdf:object fip:Registry ;
    rdf:predicate rdf:type ;
    rdf:subject sub:resource .
  sub:st1 rdf:object sub:name ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:resource .
  sub:st10 rdf:object sub:mappedResource ;
    rdf:predicate sub:mappingPredicate ;
    rdf:subject sub:resource ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st2 rdf:object sub:comment ;
    rdf:predicate rdfs:comment ;
    rdf:subject sub:resource .
  sub:st3 rdf:object sub:resource-type1 ;
    rdf:predicate rdf:type ;
    rdf:subject sub:resource .
  sub:st4 rdf:object sub:target-group ;
    rdf:predicate <https://www.gleif.org/ontology/Base/hasTarget> ;
    rdf:subject sub:resource ;
    a nt:OptionalStatement .
  sub:st5 rdf:object sub:website ;
    rdf:predicate rdfs:seeAlso ;
    rdf:subject sub:resource ;
    a nt:OptionalStatement .
  sub:st6 rdf:object sub:url ;
    rdf:predicate schema:url ;
    rdf:subject sub:resource ;
    a nt:OptionalStatement .
  sub:st7 rdf:object sub:specification ;
    rdf:predicate doap:implements ;
    rdf:subject sub:resource ;
    a nt:OptionalStatement .
  sub:st8 rdf:object sub:identifier-service ;
    rdf:predicate <http://purl.obolibrary.org/obo/ECO_9000001> ;
    rdf:subject sub:resource ;
    a nt:OptionalStatement .
  sub:st9 rdf:object sub:availability ;
    rdf:predicate fip:metadata-availability-in-years ;
    rdf:subject sub:resource ;
    a nt:OptionalStatement .
  sub:target-group a nt:RestrictedChoicePlaceholder ;
    rdfs:label "target group" ;
    nt:possibleValue fip:cross-domain-communities , fip:domain-specific-communities , fip:specific-community .
  sub:url a nt:UriPlaceholder ;
    rdfs:label "URL" .
  sub:website a nt:UriPlaceholder ;
    rdfs:label "a link to a website with further information" .
  schema:url rdfs:label "is accessible via" .
  doap:implements rdfs:label "implements" .
  rdf:type rdfs:label "is a" .
  rdfs:comment rdfs:label "has the description" .
  rdfs:label rdfs:label "is called" .
  rdfs:seeAlso rdfs:label "is further described by" .
  skos:closeMatch rdfs:label "can in some situations be considered the same as" .
  skos:exactMatch rdfs:label "is (almost) exactly the same as" .
  skos:relatedMatch rdfs:label "is related to" .
  fip:Available-FAIR-Enabling-Resource rdfs:label "available FAIR-enabling resource" .
  fip:FAIR-Enabling-Resource-to-be-Developed rdfs:label "FAIR-enabling resource to be developed" .
  fip:cross-domain-communities rdfs:label "cross domain communities" .
  fip:domain-specific-communities rdfs:label "domain specific communities" .
  fip:less-than-10-years rdfs:label "less than 10 years" .
  fip:less-than-20-years rdfs:label "less than 20 years" .
  fip:less-than-5-years rdfs:label "less than 5 years" .
  fip:metadata-availability-in-years rdfs:label "has metadata availability" .
  fip:more-than-20-years rdfs:label "more than 20 years" .
  fip:specific-community rdfs:label "a specific community" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB" ;
    npx:hasSignature "eV/zrvYPKgy4AmmZw629dmkSu1PYWsYyTl6Fgn7Z1u0miAbJCYpR6icabrlZZ9a5o5QE3G11KgBops4VNVHLCON944RvZa2doZN082al5LacnJYYOX2Oada3XdvZpgVb3P9MitgetCWGmKsx9HSftPLc7jqEx2EREqwficyfF1Q=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-09-08T16:49:51.406Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    rdfs:label "Template: Defining a Registry" ;
    prov:wasDerivedFrom ns1:RAFsPaNlnZ7jDSaGvD8rYJ-Q97gkHc5R-zyYgfwIvJRC0 , ns1:RAtG8zeo_0OYP63K60rrot8vFOkHNOg_1_zu618NbL4pI ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A , ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}