@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix orcid: .
@prefix latest: .
@prefix np: .
@prefix pav: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
@prefix skos: .
@prefix llr: .
@prefix cdoc: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
llr:socialMediaPlatform a owl:DatatypeProperty;
rdfs:domain cdoc:Study;
rdfs:isDefinedBy latest:;
rdfs:label "social media platform"@en;
skos:definition "The social media platform on which the study is focussing or collects it's data."@en .
}
sub:provenance {
sub:assertion pav:authoredBy orcid:0000-0002-1267-0234, orcid:0000-0002-2363-5880,
orcid:0000-0002-3429-2879, orcid:0000-0003-1460-8757, orcid:0000-0003-2929-3815 .
}
sub:pubinfo {
this: dct:created "2021-01-31T17:39:23.612+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-2363-5880, orcid:0000-0002-3429-2879,
orcid:0000-0003-1460-8757, orcid:0000-0003-2929-3815 .
}