@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:hasIRI .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
wdrs:hasIRI	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wdrs:hasIRI	rdfs:label	"has IRI"@en ;
	rdfs:domain	rdfs:Resource .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
wdrs:hasIRI	rdfs:range	xsd:anyURI .
@prefix ns7:	<http://www.w3.org/TR/powder-formal/#> .
wdrs:hasIRI	rdfs:isDefinedBy	ns7:oxRegexSemantics ;
	rdfs:comment	"This property is meant to be used in OWL2 instead of wdrs:matchesregex. It denotes the string data range corresponding to a set of IRIs."@en .
@prefix ns8:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2007/05/> .
wdrs:hasIRI	wdrs:describedby	ns8:powder-s .