@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:nkos .

bioregistry:nkos a bioregistry.schema:0000001 ;
    rdfs:label "Networked Knowledge Organization Systems/Services/Structures" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description """NKOS is devoted to the discussion of the functional and data model for enabling knowledge organization systems/services (KOS), such as classification systems, thesauri, gazetteers, and ontologies, as networked interactive information services to support the description and retrieval of diverse information resources through the Internet.

Knowledge Organization Systems/Services (KOS) model the underlying semantic structure of a domain. Embodied as Web-based services, they can facilitate resource discovery and retrieval. They act as semantic road maps and make possible a common orientation by indexers and future users (whether human or machine). -- Douglas Tudhope, Traugott Koch (2004)."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <http://w3id.org/nkos> ;
    bioregistry.schema:0000005 "alignedWith"^^xsd:string ;
    bioregistry.schema:0000006 "http://w3id.org/nkos/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://w3id.org/nkos/"^^xsd:string ;
    bioregistry.schema:0000027 <http://w3id.org/nkos/alignedWith> ;
    bioregistry.schema:0000029 "nkos" .

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

