@prefix this: . @prefix sub: . @prefix latest: . @prefix rel: . @prefix rdfs: . @prefix owl: . @prefix xsd: . @prefix dct: . @prefix prov: . @prefix np: . @prefix orcid: . @prefix skos: . @prefix sp: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { rel:tendsToHaveSmallerValueThan a owl:ObjectProperty; rdfs:domain owl:Class; rdfs:isDefinedBy latest:; rdfs:label "has instances that tend to have a smaller value than instances of"@en; rdfs:range owl:Class; rdfs:seeAlso sp:hasSmallerValueThan; skos:definition "the quantifiable instances of the subject tend to have a smaller value than quantifiable instances of the object"@en . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dct:created "2023-04-03T11:06:59.159+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license . }