@prefix eg: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . eg:uri a rdf:Property ; rdfs:label "uri" ; rdfs:range xsd:anyURI . eg:s eg:uri .