@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prez: <https://prez.dev/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dcterms:description rdfs:label "Description"@en ;
    dcterms:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en .

dcterms:title rdfs:label "Title"@en .

rdf:type rdfs:label "Type"@en .

rdfs:label rdfs:label "label" .

skos:definition rdfs:label "definition"@en ;
    skos:definition "A statement or formal explanation of the meaning of a concept."@en .

skos:prefLabel rdfs:label "preferred label"@en ;
    skos:definition "The preferred lexical label for a resource, in a given language."@en .

prez:count rdfs:label "count" .

prez:link rdfs:label "link" .

<https://w3id.org/profile/vocpub> a prez:VocPrezProfile ;
    dcterms:description "This is a profile of the taxonomy data model SKOS - i.e. SKOS with additional constraints." ;
    dcterms:title "VocPub" ;
    prez:link "/profiles/prfl:vocpub" .

<https://www.w3.org/TR/vocab-dcat/> a prez:VocPrezProfile ;
    dcterms:description "Dataset Catalog Vocabulary (DCAT) is a W3C-authored RDF vocabulary designed to facilitate interoperability between data catalogs" ;
    dcterms:title "DCAT" ;
    prez:link "/profiles/vcb-dct:" .

prez:VocPrezProfile dcterms:description "A system profile for VocPrez" ;
    skos:prefLabel "VocPrez profile" ;
    prez:count 2 .

