Nanopublication

< Home

ID

http://purl.org/np/RAqH3J_xRV5dxyQH6XgVXbpHUOBVBJ9J3-R6FUug2hlfA

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RAqH3J_xRV5dxyQH6XgVXbpHUOBVBJ9J3-R6FUug2hlfA> .
@prefix sub: <http://purl.org/np/RAqH3J_xRV5dxyQH6XgVXbpHUOBVBJ9J3-R6FUug2hlfA#> .
@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 prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:ISO_19110 a fip:Available-FAIR-Enabling-Resource, fip:Data-schema, fip:FAIR-Enabling-Resource,
      fip:Metadata-schema, fip:Provenance-model;
    rdfs:comment "ISO 19110 defines the methodology for cataloguing feature types and specifies how the classification of feature types is organized into a feature catalogue and presented to the users of a set of geographic data.";
    rdfs:label "ISO 19110|Geographic Information - Methodology for feature cataloguing";
    skos:exactMatch <https://www.iso.org/standard/57303.html> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
    npx:hasSignature "edvOmi/MvBmqkFLKofHt+HCygOvD+riD2a7AG+Ho5Uu5ybhjT1LgvznlVIul83EgiR98K9AEs+YbFB7ouo1uJt4EFlnqw7DUUovbfXZIhe4+Is3KM4oC/r8WB/toBV9lLlOeYM2Qb36oLLH5kj1fAl/W9mHLKaE+1ZDa95Au9ho=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2022-01-23T18:06:53.430+01:00"^^xsd:dateTime;
    dct:creator orcid:0000-0003-2195-3997;
    npx:introduces sub:ISO_19110;
    npx:supersedes <http://purl.org/np/RAFEi6p7aYkVwqe1aeC6nPtPDf3bsW0mEUhjQE9F3R-jY>;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAWMMyUanP-BtP9YhjIgNp7Ndeju_J8S0JgK-JlO2CSIU> .
}