@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:17946 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:edm .

bioregistry.metaresource:lov dcterms:hasPart lov:edm .

bioregistry:edm a bioregistry.schema:0000001 ;
    rdfs:label "Europeana Data Model vocabulary" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Europeana Data Model (EDM) is aimed at being an integration medium for collecting, connecting and enriching the descriptions provided by Europeana data providers. The RDF vocabulary for http://www.europeana.eu/schemas/edm/ defines the elements introduced by EDM (as opposed to the ones EDM re-uses from other namespaces)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/europeana/metis-schema> ;
    skos:exactMatch bartoc:17946,
        lov:edm ;
    dcat:keyword "catalogs",
        "ontology" ;
    foaf:homepage <http://pro.europeana.eu/edm-documentation> ;
    bioregistry.schema:0000005 "Event"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.europeana.eu/schemas/edm/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/europeana/metis-schema/raw/94c73a16320977fac121acfa366072e8e07e9158/src/main/resources/rdf_examples/edm.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.europeana.eu/schemas/edm/"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.europeana.eu/schemas/edm/Event> ;
    bioregistry.schema:0000029 "edm" .

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

bartoc:17946 dcterms:isPartOf bioregistry.metaresource:bartoc .

lov:edm dcterms:isPartOf bioregistry.metaresource:lov .

