@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix latest: .
@prefix np: .
@prefix pav: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
@prefix orcid: .
@prefix vann: .
@prefix llr: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
llr:LivingLiteratureVocab 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;
dct:description "This is the vocabulairy describing the general implementation choices of the living literature nanopublications.";
dct:license ;
dct:title "Definitions for living literature nanopublications";
vann:preferredNamespacePrefix "llr";
vann:preferredNamespaceUri "https://w3id.org/livingreviews/np/";
a owl:ontology;
rdfs:isDefinedBy latest: .
}
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 "2020-01-31T11:58:51.605+02: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;
dct:license .
}