@prefix bartoc: <https://bartoc.org/en/node/> .
@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 doap: <http://usefulinc.com/ns/doap#> .
@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#> .

bioregistry.metaresource:bartoc dcterms:hasPart bartoc:20331 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:amv .

bioregistry.metaresource:lov dcterms:hasPart lov:amv .

bioregistry:amv a bioregistry.schema:0000001 ;
    rdfs:label "Algorithm Metadata Vocabulary" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Algorithm Metadata Vocabulary is a vocabulary for capturing and storing the metadata about the algorithms (a procedure or a set of rules that is followed step-by-step to solve a problem, especially by a computer). There are uncountable algorithms present in every area (e.g., Computer Science, Mathematics), which makes it hard for specialists, academicians, application engineers, and so forth to discover, distinguish, select, and reuse them. [from repository]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/biswanathdutta/AMV> ;
    skos:exactMatch bartoc:20331,
        lov:amv ;
    dcat:keyword "metadata",
        "ontology" ;
    foaf:homepage <https://github.com/biswanathdutta/AMV> ;
    bioregistry.schema:0000005 "InformationResource"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/amv#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/biswanathdutta/amv/raw/refs/heads/main/AMV_Ontology_9June2022.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Biswanath Dutta" ] ;
    bioregistry.schema:0000024 "https://w3id.org/amv#"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/amv#InformationResource> ;
    bioregistry.schema:0000029 "amv" .

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

bartoc:20331 dcterms:isPartOf bioregistry.metaresource:bartoc .

lov:amv dcterms:isPartOf bioregistry.metaresource:lov .

