@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 ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:crop2ml .

bioregistry.metaresource:miriam dcterms:hasPart miriam:crop2ml .

bioregistry:crop2ml a bioregistry.schema:0000001 ;
    rdfs:label "CropMRepository" ;
    dcterms:description "CropMRespository is a database of soil and crop biophysical process models."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:crop2ml ;
    foaf:homepage <http://www.crop2ml.org> ;
    bioregistry.schema:0000005 "000000001"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.crop2ml.org/cropmdb/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9]{9}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.crop2ml.org/cropmdb/"^^xsd:string ;
    bioregistry.schema:0000026 ror:003vg9w96 ;
    bioregistry.schema:0000027 <http://www.crop2ml.org/cropmdb/000000001> ;
    bioregistry.schema:0000029 "crop2ml" .

miriam:crop2ml dcterms:isPartOf bioregistry.metaresource:miriam .

