@prefix this: . @prefix sub: . @prefix xsd: . @prefix dct: . @prefix pav: . @prefix prov: . @prefix np: . @prefix rdfs: . @prefix dc: . @prefix cld: . @prefix fair: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { cld:associatedCollection fair:F1; dc:identifier ; dc:rights , ; dct:abstract "N2T.net (Name-to-Thing) is a 'resolver', a kind of web server that stores little content itself and usually forwards incoming requests to other servers. Similar to URL shorteners like bit.ly, N2T serves content indirectly."; dct:alternative "N2T"; rdfs:label "Name-to-Thing resolver"@en . } sub:provenance { sub:assertion prov:hadPrimarySource ; prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2020-02-08T18:05:11+01:00"^^xsd:dateTime; dct:rights ; pav:createdBy . }