@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@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#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:biolink dcterms:hasPart biolink:wgs .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:wgs84 .

bioregistry.metaresource:lov dcterms:hasPart lov:geo .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:wgs .

bioregistry:wgs84 a bioregistry.schema:0000001 ;
    rdfs:label "WGS84 Geo Positioning" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A vocabulary for representing latitude, longitude and altitude information in the WGS84 geodetic reference datum"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biolink:wgs,
        zazuko:wgs,
        lov:geo ;
    dcat:keyword "geography" ;
    foaf:homepage <https://www.w3.org/2003/01/geo/wgs84_pos> ;
    bioregistry.schema:0000005 "latitude"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/2003/01/geo/wgs84_pos#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/2003/01/geo/wgs84_pos#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/2003/01/geo/wgs84_pos#latitude> ;
    bioregistry.schema:0000029 "wgs84" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

biolink:wgs dcterms:isPartOf bioregistry.metaresource:biolink .

zazuko:wgs dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:geo dcterms:isPartOf bioregistry.metaresource:lov .

