@prefix this: . @prefix sub: . @prefix xsd: . @prefix dct: . @prefix np: . @prefix pvcp: . @prefix rdfs: . @prefix dcat: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:description "A Corpus of Texts used in PARC"; dct:language "en"; dct:title "PARC Text corpus"; a pvcp:TextCorpus; rdfs:comment "WSJ corpus folders included: 0-1"; rdfs:seeAlso ; dcat:distribution . } sub:provenance { sub:assertion dct:bibliographicCitation ; dct:creator . } sub:pubinfo { this: dct:created "2020-06-18T13:52:55.473+02:00"^^xsd:dateTime; dct:creator , , , ; dct:license ; rdfs:comment "You are free to use this information when referencing the paper and creator." . }