@prefix ns1: <https://jsonapi.org/format/1.1/#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

rdf:type a rdf:Property ;
    rdfs:label "type"^^rdf:string ;
    rdfs:comment "The subject is an instance of a class."^^rdf:string ;
    rdfs:domain rdfs:Resource ;
    rdfs:isDefinedBy rdf: ;
    rdfs:range rdfs:Class ;
    ns1:document-member-names "@type"^^rdf:string,
        "resourceType"@en .