@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix 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:FAIR-Enabling-Resource,
fip:Semantic-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" .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0002-0441-2446 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "NXMqtTo/DHmHer46M+zXERvKq+/c9Y57YWh6/a5KL7pdsaBZT2yfD9uCjC0cvw+STNFqVHX3Y3v4AIR3rM10oIQhyw50/Bc6gLDl038dCNqkUWnxVod9HgsmncmEYUjIJQPwcrEBLvBDU8ZQMhEd3Bp4/7Z5rvHAsF8+KTKDI2k=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-10-24T13:49:38Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:ISO_19110;
prov:wasDerivedFrom .
}