Nanopublication

< Home

ID

http://purl.org/np/RAj1B3toOF_OvKiyK7r0y2DtN_hVYnij17CYUkD2rnvL4

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAj1B3toOF_OvKiyK7r0y2DtN_hVYnij17CYUkD2rnvL4> .
@prefix sub: <http://purl.org/np/RAj1B3toOF_OvKiyK7r0y2DtN_hVYnij17CYUkD2rnvL4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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:magneto-electro-elastic-cantilever-beam-in-thermal-environment a owl:Class;
    rdfs:label "magneto-electro-elastic cantilever beam in thermal environment";
    rdfs:subClassOf <https://ai-strategies.org/ontology/ITO_01405>;
    skos:definition "A magneto-electro-elastic cantilever beam used in a thermal environment." .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-7114-6459 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJlM78d80R+gFMoQB1IG3f7AbqqGOCIv4HmZd1cx1KgEWMUUpPsojFNvx84fC/TltcJ8F8JafnbhDXW2HM2MhdK4yC04ROEV1vIgSzjDicHfiqXvMqdPuMyQp4mmCEY7mUoeEW10mWZqjk+S9TnmiAQbFGcpExP8aosr2aTR7CSQIDAQAB";
    npx:hasSignature "S7iZZ+riFNv9LIEjOAIfQ5TjHWQTHOIOtmEi1xpvewZJLLn0T3HKq8Xm56rEfJhgCTILiYO9lSqTtoG5enaeDDAuiXqm97RkZskkRk4YDKIdOl674atVAh8/6KGUqip8w2injwo8xvzcPGK+mvhiJ7fVYfs0b5EZqYRR5LPMnQk=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2021-02-15T16:09:46.892+02:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-7114-6459;
    npx:introduces sub:magneto-electro-elastic-cantilever-beam-in-thermal-environment;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAI5I4fWR382un3U71XLdC1xAfHexbpxBd-28728PocOU> .
}