@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix fip: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:LifeWatch-Italy_ontology a fip:Data-schema, fip:FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource-to-be-Developed,
fip:Knowledge-representation-language;
rdfs:comment "LifeWatch Italy has introduced its own Core Model, based on a customization of the OBOE Core, for the semantic description/capture of basic concepts and relationships in ecological studies. This framework ontology is based on 7 main concepts (classes) as Domain, Entity, Observation, Characteristic, Measurement, Protocol, Standard, providing a structured yet generic approach for semantic data annotation, and for developing domain-specific ecological ontologies as the Phytoplankton Trait Ontology (PhyTO).";
rdfs:label "LifeWatch Italy core ontology" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-5935-6074 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGdFAdO5INEINOFSlBg52OJuxpfnfXQs36RkXLLou1zh0zHo6u1cuzatvDUlemO/C/3gIiNyuPhYq2JpWt+UfGxOUaJ4p8timVSGQSf+/5fWxi8BKJIWGVLV9Qy7ElwKMJA3AbX/zdAfNsTWhgaBjUQVNIE3bexaGR/JyDCCA6QwIDAQAB";
npx:hasSignature "gCfQpOMlRVvReYZ5Pdgx23MVdOzcy8ubQRqyyWrAox0lSMptcXZY4cO7dWSZXqqlBz5ShTUloIZQ7xe+ccIYlNu5wGOV3YqahIvwFqKch30WFJcsf8ANYQlt1vFZGB91npYGTBOqyZp0/6e6/BcX6ywYoMBK97rlsbAo37Jh6Zc=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-11-25T14:46:06.985+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-5935-6074;
npx:introduces sub:LifeWatch-Italy_ontology;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}