@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix isa:	<http://webisa.webdatacommons.org/> .
isa:extract_p8b_activity	prov:used	isa:pattern_p8b .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
isa:pattern_p8b	rdf:type	prov:Entity .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
isa:pattern_p8b	rdfs:label	"p8b" ;
	rdfs:comment	"NPi was a NPc" ;
	prov:wasDerivedFrom	<http://dx.doi.org/10.1016/j.artint.2011.01.003> .
@prefix isao:	<http://webisa.webdatacommons.org/ontology#> .
isa:pattern_p8b	isao:hasRegex	"(\\p{L}|\\d)[\"\\u0026\\u0027\\u2018\\u2019\\u201A\\u201B\\u201C\\u201D\\u201E\\u201F\\u00A9\\u00AE]?\\,?\\swas\\san?\\s[\\u0027\\u2018\\u2019\\u201A\\u201B\\u201C\\u201D\\u201E\\u201F\\u0022]?(\\p{L}|\\d)" ;
	isao:hasType	"compact" .