@prefix this: . @prefix sub: . @prefix latest: . @prefix opo: . @prefix rdfs: . @prefix owl: . @prefix xsd: . @prefix dct: . @prefix prov: . @prefix np: . @prefix orcid: . @prefix skos: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { opo:thinksIsOverrated a owl:ObjectProperty; rdfs:domain foaf:Agent; rdfs:isDefinedBy latest:; rdfs:label "thinks is overrated"@en; rdfs:range owl:Class; skos:definition "the subject holds the opinion that the object is overrated by others"@en . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dct:created "2023-06-14T11:18:36.585+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license . }