@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://www.w3.org/2007/05/> .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
ns1:powder-s	foaf:topic	wdrs:matchesregex .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
wdrs:matchesregex	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wdrs:matchesregex	rdfs:label	"matches regular expression"@en ;
	rdfs:domain	rdfs:Resource .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
wdrs:matchesregex	rdfs:range	xsd:string .
@prefix ns7:	<http://www.w3.org/TR/powder-formal/#> .
wdrs:matchesregex	rdfs:isDefinedBy	ns7:regexSemantics ;
	rdfs:comment	"This is the key 'include' property for IRI set definitions in POWDER-S. It is necessary to take account of the POWDER Semantic Extension to process this fully. The value is a regular expression that is matched against an IRI."@en .
@prefix ns8:	<http://www.w3.org/TR/xpath-functions/#> .
wdrs:matchesregex	rdfs:seeAlso	ns8:regex-syntax .
@prefix ns9:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2007/05/> .
wdrs:matchesregex	wdrs:describedby	ns9:powder-s .