@prefix this: . @prefix sub: . @prefix latest: . @prefix sp: . @prefix rdfs: . @prefix xsd: . @prefix dct: . @prefix np: . @prefix orcid: . @prefix skos: . @prefix owl: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sp:contributesTo a owl:ObjectProperty; rdfs:isDefinedBy latest:; rdfs:label "contributes to"@en; rdfs:range sp:PotentialActivity; rdfs:subPropertyOf sp:affects; skos:definition "[subj] contributes to the activity of [obj] in sense of positively affecting its intensity or frequency"@en . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-7114-6459 . } sub:pubinfo { this: dct:created "2021-06-03T12:19:54.272+03:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-7114-6459; dct:license . }