@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

rdf: a owl:Ontology ;
    dc:date "2019-12-16"^^rdf:string ;
    dc:description "This is the RDF Schema for the RDF vocabulary terms in the RDF Namespace, defined in RDF 1.1 Concepts."^^rdf:string ;
    dc:title "The RDF Concepts Vocabulary (RDF)"^^rdf:string .