@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:subPropertyOf a rdf:Property ;
    rdfs:label "subPropertyOf"^^rdf:string ;
    rdfs:comment "The subject is a subproperty of a property."^^rdf:string ;
    rdfs:domain rdf:Property ;
    rdfs:isDefinedBy rdfs: ;
    rdfs:range rdf:Property .