@prefix this: <
https://w3id.org/kpxl/opo/np/thinksIsOverrated/RAQpTSS1gac4yddlrQn0_sGFAR_pYFgKF22O0ZE8O8df8
> .
@prefix sub: <
https://w3id.org/kpxl/opo/np/thinksIsOverrated/RAQpTSS1gac4yddlrQn0_sGFAR_pYFgKF22O0ZE8O8df8#
> .
@prefix latest: <
https://w3id.org/kpxl/opo/latest/thinksIsOverrated
> .
@prefix opo: <
https://w3id.org/kpxl/opo/terms/
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix owl: <
http://www.w3.org/2002/07/owl#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix skos: <
http://www.w3.org/2004/02/skos/core#
> .
@prefix foaf: <
http://xmlns.com/foaf/0.1/
> .
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
<
https://creativecommons.org/publicdomain/zero/1.0/
> .
}