@prefix cc:    <http://creativecommons.org/ns#> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix ssd:   <http://www.w3.org/ns/sparql-service-description#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix version: <http://purl.org/linked-data/version#> .
@prefix qb:    <http://purl.org/linked-data/cube#> .
@prefix dgu:   <http://reference.data.gov.uk/def/reference/> .
@prefix ui:    <http://purl.org/linked-data/registry-ui#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix reg:   <http://purl.org/linked-data/registry#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ldp:   <http://www.w3.org/ns/ldp#> .
@prefix api:   <http://purl.org/linked-data/api/vocab#> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://reference.metoffice.gov.uk/DataCategories/metadata-types>
        a                       reg:Register , ldp:Container , skos:ConceptScheme ;
        rdfs:label              "Met Office Environmental Metadata Types"@en ;
        dct:description         "Metadata Types and definitions, categorising metadata."@en ;
        dct:modified            "2025-02-12T12:51:12.315Z"^^xsd:dateTime ;
        owl:versionInfo         10 ;
        ldp:isMemberOfRelation  skos:inScheme .

<http://reference.metoffice.gov.uk/DataCategories/metadata-types/PlatformMetadata>
        a                skos:Concept ;
        rdfs:label       "Platform Metadata" ;
        dct:description  "Information to describe and identify the platform used to create environmental data. For example, the name, location and installation date of an automated weather station. "@en ;
        dct:notation     "PlatformMetadata" ;
        skos:inScheme    <http://reference.metoffice.gov.uk/DataCategories/metadata-types> .

<http://reference.metoffice.gov.uk/DataCategories/metadata-types/ContentMetadata>
        a                skos:Concept ;
        rdfs:label       "Content Metadata"@en ;
        dct:description  "Information encoded within a data distribution: a file, a transmission payload, an object. For example, a GRIB2 header element within a GRIB2 file, an attribute within a NetCDF file."@en ;
        dct:notation     "ContentMetadata" ;
        skos:inScheme    <http://reference.metoffice.gov.uk/DataCategories/metadata-types> .

<http://reference.metoffice.gov.uk/DataCategories/metadata-types/DiscoveryMetadata>
        a                skos:Concept ;
        rdfs:label       "Discovery Metadata" ;
        dct:description  "Information describing the specification of a data asset, managed via the relevant governance area. For example, licence and ownership information of a data asset within a data catalogue."@en ;
        dct:notation     "DiscoveryMetadata" ;
        skos:inScheme    <http://reference.metoffice.gov.uk/DataCategories/metadata-types> .

<http://reference.metoffice.gov.uk/DataCategories/metadata-types/CollectionMetadata>
        a                skos:Concept ;
        rdfs:label       "Collection Metadata" ;
        dct:description  "Information encoded to enable browsing of a data asset in order to find specific resources. For example, a STAC Collection which describes the STAC items within it."@en ;
        dct:notation     "CollectionMetadata" ;
        skos:inScheme    <http://reference.metoffice.gov.uk/DataCategories/metadata-types> .
