@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prez: <https://prez.dev/> .
@prefix prof: <http://www.w3.org/ns/dx/prof/> .
@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 .

<http://www.opengis.net/def/geosparql> a prof:Profile ;
    dcterms:description "An RDF/OWL vocabulary for representing spatial information" ;
    dcterms:title "GeoSPARQL" ;
    prez:link "/profiles/ogc:geosparql" .

<http://www.opengis.net/spec/ogcapi-features-1/1.0/req/oas30> a prof:Profile ;
    dcterms:description "The OGC API Features specifies the behavior of Web APIs that provide access to features in a dataset in a manner independent of the underlying data store." ;
    dcterms:title "OGC API Features" ;
    prez:link "/profiles/rq:oas30" .

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 .

<http://www.w3.org/ns/dx/connegp/altr-ext#alt-profile> a prof:Profile ;
    dcterms:description "The representation of the resource that lists all other representations (profiles and Media Types)" ;
    dcterms:title "Alternates Profile" ;
    prez:link "/profiles/altr-ext:alt-profile" .

prez:CatPrezProfile a prof:Profile ;
    dcterms:description "A system profile for CatPrez" ;
    skos:prefLabel "CatPrez profile" ;
    prez:link "/profiles/prez:CatPrezProfile" .

prez:SpacePrezProfile a prof:Profile ;
    dcterms:description "A system profile for SpacePrez" ;
    skos:prefLabel "SpacePrez profile" ;
    prez:link "/profiles/prez:SpacePrezProfile" .

prez:VocPrezProfile a prof:Profile ;
    dcterms:description "A system profile for VocPrez" ;
    skos:prefLabel "VocPrez profile" ;
    prez:link "/profiles/prez:VocPrezProfile" .

prez:count rdfs:label "count" .

prez:link rdfs:label "link" .

<https://prez.dev/profile/open> a prof:Profile ;
    dcterms:description "An open profile which will return all direct properties for a resource." ;
    dcterms:title "Open profile" ;
    prez:link "/profiles/prezprof:open" .

<https://prez.dev/profile/prez> a prof:Profile ;
    dcterms:description "A profile for the Prez Linked Data API" ;
    skos:prefLabel "Prez profile" ;
    prez:link "/profiles/prezprof:prez" .

prez:profiles a prof:Profile ;
    dcterms:description "List of profiles" ;
    dcterms:title "Profiles" ;
    prez:link "/profiles/prez:profiles" .

<https://schema.org> a prof:Profile ;
    dcterms:description "Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond. " ;
    dcterms:title "schema.org" ;
    prez:link "/profiles/sdoprof:" .

<https://w3id.org/profile/dcat2null> a prof:Profile ;
    dcterms:description "A null profile of the Data Catalog Vocabulary (DCAT)" ;
    dcterms:title "DCAT" ;
    prez:link "/profiles/prfl:dcat2null" .

<https://w3id.org/profile/dd> a prof:Profile ;
    dcterms:description "A simple data model to provide items for form drop-down lists. The basic information is an ID & name tuple and the optional extra value is an item's parent. For vocabularies, this is then URI, prefLabel or URI, prefLabel & broader Concept" ;
    dcterms:title "Drop-Down List" ;
    prez:link "/profiles/prfl:dd" .

<https://w3id.org/profile/mem> a prof:Profile ;
    dcterms:description "A very basic data model that lists the members of container objects only, i.e. not their other properties" ;
    dcterms:title "Members" ;
    prez:link "/profiles/prfl:mem" .

<https://w3id.org/profile/vocpub> a prof:Profile ;
    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 prof:Profile ;
    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:" .

prof:Profile prez:count 15 .

