@prefix biodivportal: <https://biodivportal.gfbio.org/ontologies/> .
@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 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:biodivportal dcterms:hasPart biodivportal:METHODTYPE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:odm2.methodtype .

bioregistry:odm2.methodtype a bioregistry.schema:0000001 ;
    rdfs:label "Method Type Vocabulary" ;
    dcterms:description "A vocabulary for describing types of Methods associated with creating observations. MethodTypes correspond with ActionTypes in ODM2. An Action must be performed using an appropriate MethodType - e.g., a specimen collection Action should be associated with a specimen collection method."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biodivportal:METHODTYPE ;
    foaf:homepage <http://vocabulary.odm2.org/methodtype/> ;
    bioregistry.schema:0000005 "cruise"^^xsd:string ;
    bioregistry.schema:0000006 "http://vocabulary.odm2.org/methodtype/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Jeff Horsburgh" ;
            foaf:mbox "jeff.horsburgh@usu.edu" ] ;
    bioregistry.schema:0000024 "http://vocabulary.odm2.org/methodtype/"^^xsd:string ;
    bioregistry.schema:0000027 <http://vocabulary.odm2.org/methodtype/cruise> ;
    bioregistry.schema:0000029 "odm2.methodtype" .

biodivportal:METHODTYPE dcterms:isPartOf bioregistry.metaresource:biodivportal .

