@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 obo: <http://purl.obolibrary.org/obo/> .
@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:vsmo .

bioregistry:vsmo a bioregistry.schema:0000001 ;
    rdfs:label "Ontology for vector surveillance and management" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "an ontology for vector surveillance and management, focusing on arthropod vectors and vector-borne pathogens with relevance to humans or domestic animals, and with special emphasis on content to support operational activities through inclusion in databases, data management systems, or decision support systems."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://code.google.com/archive/p/vector-surveillance-and-management-ontology/> ;
    bioregistry.schema:0000005 "0000000"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/VSMO_$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/cthoyt/vsmo/main/vsmo.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0094-3186 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/VSMO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:VSMO_0000000 ;
    bioregistry.schema:0000029 "vsmo" .

orcid:0000-0002-0094-3186 rdfs:label "Lars Eisen" ;
    foaf:mbox "lars.eisen@colostate.edu" .

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

