Nanopublication

< Home

ID

http://purl.org/np/RA50Y9knq4VPbhr0Mk6suQeoI4PPUIQcIWlA-yfAzX0JU

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA50Y9knq4VPbhr0Mk6suQeoI4PPUIQcIWlA-yfAzX0JU> .
@prefix sub: <http://purl.org/np/RA50Y9knq4VPbhr0Mk6suQeoI4PPUIQcIWlA-yfAzX0JU#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .

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 <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAhptb1hUg1kQ6LRBLJfBHXVwYbU2Y4SwY9UJg2qkzvpI> .
}