@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@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#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:moid .

bioregistry.metaresource:miriam dcterms:hasPart miriam:moid .

bioregistry:moid a bioregistry.schema:0000001 ;
    rdfs:label "Metadata Management and distribution system for Multiple GNSS Networks" ;
    dcterms:description "M3G stands for “Metadata Management and distribution system for Multiple GNSS Networks”. M3G allows to upload, validate, and distribute GNSS station metadata such as IGS-style site logs, information about local networks, DOIs, nominal data provision, data licenses attached to the daily RINEX data, etc..."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:moid ;
    foaf:homepage <https://www.astro.oma.be/en/> ;
    bioregistry.schema:0000005 "station.6051b2f8b9142a5b8c676342"^^xsd:string ;
    bioregistry.schema:0000006 "https://gnss-metadata.eu/MOID/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-zA-Z0-9]+\\.[a-f0-9]{24}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://gnss-metadata.eu/MOID/"^^xsd:string ;
    bioregistry.schema:0000027 <https://gnss-metadata.eu/MOID/station.6051b2f8b9142a5b8c676342> ;
    bioregistry.schema:0000029 "moid" .

miriam:moid dcterms:isPartOf bioregistry.metaresource:miriam .

