@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix isa:	<http://webisa.webdatacommons.org/> .
isa:extract_p42_activity	prov:used	isa:pattern_p42 .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
isa:pattern_p42	rdf:type	prov:Entity .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
isa:pattern_p42	rdfs:label	"p42" ;
	rdfs:comment	"Npi or the many NPc" ;
	prov:wasDerivedFrom	<http://dx.doi.org/10.14198/raei.2011.24.09> .
@prefix isao:	<http://webisa.webdatacommons.org/ontology#> .
isa:pattern_p42	isao:hasRegex	"(\\p{L}|\\d)[\"\\u0026\\u0027\\u2018\\u2019\\u201A\\u201B\\u201C\\u201D\\u201E\\u201F\\u00A9\\u00AE]?\\,?\\sor\\sthe\\smany\\s[\\u0027\\u2018\\u2019\\u201A\\u201B\\u201C\\u201D\\u201E\\u201F\\u0022]?(\\p{L}|\\d)" ;
	isao:hasType	"compact" .