@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix this: <
http://example.org/nanodesk/example/read/RAgTuMr8BTHkN_3NreS2gBNPNW2-yJzcoo131AKzA3t4c
> .
@prefix sub: <
http://example.org/nanodesk/example/read/RAgTuMr8BTHkN_3NreS2gBNPNW2-yJzcoo131AKzA3t4c#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix pav: <
http://purl.org/pav/
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix ex: <
http://example.org/
> .
@prefix orcid: <
http://orcid.org/
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
<
http://dx.doi.org/10.1109/5254.920602
>
dcterms:description
"A. Maedche, S. Staab. 2001. IEEE Intelligent Systems" .
orcid:0000-0002-1267-0234
ex:hasRead
<
http://dx.doi.org/10.1109/5254.920602
> .
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
orcid:0000-0002-1267-0234
.
}
sub:pubinfo
{
this:
dcterms:created
"2017-02-27T11:11:05+01:00"^^
xsd:dateTime
;
dcterms:license
<
https://creativecommons.org/licenses/by/4.0/
> ;
pav:createdBy
orcid:0000-0002-1267-0234
.
}