@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <http://www.w3.org/ns/dx/connegp/altr-ext#> .
@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:identifier rdfs:label "Identifier"@en ;
    dcterms:description "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN).  Persistent identifiers should be provided as HTTP URIs."@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 .

ns1:alt-profile a prof:Profile ;
    dcterms:description "The representation of the resource that lists all other representations (profiles and Media Types)" ;
    dcterms:identifier "alt"^^xsd:token ;
    dcterms:title "Alternates Profile" ;
    ns1:constrainsClass geo:Feature,
        geo:FeatureCollection,
        skos:Collection,
        skos:Concept,
        skos:ConceptScheme,
        dcat:Catalog,
        dcat:Dataset,
        dcat:Resource,
        prez:CatalogList,
        prez:DatasetList,
        prez:FeatureCollectionList,
        prez:FeatureList,
        prez:SchemesList,
        prez:VocPrezCollectionList ;
    ns1:hasDefaultResourceFormat "text/anot+turtle" ;
    ns1:hasResourceFormat "application/ld+json",
        "application/rdf+xml",
        "text/anot+turtle",
        "text/turtle" ;
    prez:link "/profiles/altr-ext:alt-profile" .

ns1:constrainsClass rdfs:label "Constrains Class" .

ns1:hasDefaultResourceFormat rdfs:label "Default Resource Format" .

ns1:hasResourceFormat rdfs:label "Has Resource Format" .

prez:link rdfs:label "link" .

geo:Feature skos:definition "A discrete spatial phenomenon in a universe of discourse."@en ;
    skos:prefLabel "Feature"@en .

geo:FeatureCollection skos:definition "A collection of individual Features."@en ;
    skos:prefLabel "Feature Collection"@en .

skos:Collection rdfs:label "Collection"@en ;
    skos:definition "A meaningful collection of concepts."@en .

skos:Concept rdfs:label "Concept"@en ;
    skos:definition "An idea or notion; a unit of thought."@en .

skos:ConceptScheme rdfs:label "Concept Scheme"@en ;
    skos:definition "A set of concepts, optionally including statements about semantic relationships between those concepts."@en .

prez:CatalogList rdfs:label "Catalog List" .

prez:DatasetList rdfs:label "Dataset List" .

prez:FeatureCollectionList rdfs:label "Feature Collection List" .

prez:FeatureList rdfs:label "Feature List" .

prez:SchemesList rdfs:label "Schemes List" .

prez:VocPrezCollectionList rdfs:label "VocPrez Collection List" .

