@prefix metamodel: <urn:ogc:defs/catalogs/metamodel/collections/> .
@prefix ns98: <http://www.opengis.net/def/datum/OGC/0/> .
@prefix ogc: <http://www.opengis.net/def/> .
@prefix ogc-cat: <urn:ogc:defs/catalogs/> .
@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#> .

ogc:crs prez:identifier "ogc:crs" ;
    prez:label "coordinate reference systems",
        "http://www.opengis.net/def/crs" .

rdf:type prez:description "The subject is an instance of a class." ;
    prez:label "type" .

xsd:integer prez:label "integer" .

prez:count prez:label "count" .

prez:link prez:label "link" .

prez:members prez:label "members" .

prez:searchResultMatch prez:label "Matched Term" .

prez:searchResultPredicate prez:label "Matched Predicate" .

prez:searchResultWeight prez:label "Search Result Weight" .

<urn:hash:a49d768247d5ccc49137eb11aa8f2d1c713986b7e712b755d3141fc19dbb94d9> a prez:SearchResult ;
    prez:searchResultMatch "Unix Time Datum"@en ;
    prez:searchResultPredicate skos:prefLabel ;
    prez:searchResultURI ns98:UnixTimeDatum ;
    prez:searchResultWeight 30 .

<urn:hash:b25a7f2392180566bd847d0e86baef0eb4d641db29121dc862a8984d569f5d52> a prez:SearchResult ;
    prez:searchResultMatch "Unix Time Datum"@en ;
    prez:searchResultPredicate rdfs:label ;
    prez:searchResultURI ns98:UnixTimeDatum ;
    prez:searchResultWeight 30 .

ogc-cat:metamodel prez:identifier "ogc-cat:metamodel" ;
    prez:label "Definitions defining the OGC KG implementation" .

metamodel:def-type prez:identifier "metamodel:def-type" ;
    prez:label "OGC definition types" .

rdfs:label prez:description "A human-readable name for the subject." ;
    prez:label "label" .

skos:Concept prez:description "An idea or notion; a unit of thought",
        "An idea or notion; a unit of thought"@en,
        "An idea or notion; a unit of thought."@en ;
    prez:label "Concept",
        "Concept"@en .

skos:prefLabel prez:description "The preferred lexical label for a resource, in a given language.",
        "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en,
        "The preferred lexical label for a resource, in a given language"@en,
        "The preferred lexical label for a resource, in a given language."@en,
        "The range of skos:prefLabel is the class of RDF plain literals."@en,
        """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en ;
    prez:label "preferred label",
        "preferred label"@en .

prez:OGCListingProfile prez:description "A profile for listing different kinds of items relevant to an OGC Records API" ;
    prez:label "OGC Listing Profile" .

ns98:UnixTimeDatum a skos:Concept ;
    prez:description "Origin of Unix time (1-Jan-1970, 00h00 UTC)." ;
    prez:identifier "ns98:UnixTimeDatum" ;
    prez:label "Unix Time Datum"@en ;
    prez:link "/catalogs/ogc-cat:metamodel/col/metamodel:def-type/it1/ogc:crs/it2/ns98:UnixTimeDatum" ;
    prez:members "/catalogs/ogc-cat:metamodel/col/metamodel:def-type/it1/ogc:crs/it2/ns98:UnixTimeDatum/it3" ;
    prez:type prez:FocusNode .

prez:SearchResult prez:count "2" .

[] prez:currentProfile prez:OGCListingProfile .

