@prefix eg: . @prefix rdf: . @prefix rdfs: . eg:resource a rdf:Property ; rdfs:label "resource" ; rdfs:range rdfs:Resource . eg:s eg:resource .