@prefix s: <http://www.w3.org/2000/01/rdf-schema#> .

@prefix g: <http://www.w3.org/2003/g/data-view#>.

@prefix doc: <http://www.w3.org/2000/10/swap/pim/doc#> .

@prefix : <http://www.w3.org/2007/01/lbl22/label#>.
@prefix wcl: <http://www.w3.org/2007/01/lbl22/label#>.

@prefix webarch: <webarch@@#>.

<label> g:namespaceTransformation <label2rdf.xsl>.

<> doc:rules <lblrules>, <lblrules.n3>, <lblrules.rif>.

:suitableForAll s:domain s:Class; s:range s:Class.
:suitableFor s:domain webarch:InformationResource;
	     s:range webarch:Agent.

:inDomain s:domain webarch:InformationResource;
	  s:range webarch:DomainName.
:inPath s:domain webarch:InformationResource;
	s:range s:Literal;
	s:comment "concatenation of a domain name and a URI path",
		  "e.g. example.com/private".


