@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 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#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:bartoc dcterms:hasPart bartoc:17875 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cnt .

bioregistry.metaresource:lov dcterms:hasPart lov:cnt .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:cnt .

bioregistry:cnt a bioregistry.schema:0000001 ;
    rdfs:label "Representing Content in RDF" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This vocabulary is intended to provide a flexible framework within different usage scenarios to semantically represent any type of content, be it on the Web or in local storage media. For example, it can be used by web quality assurance tools such as web accessibility evaluation tools to record a representation of the assessed web content, including text, images, or other types of formats. In many cases, it can be used together with HTTP Vocabulary in RDF 1.0, which allows quality assurance tools to record the HTTP headers that have been exchanged between a client and a server. This is particularly useful for quality assurance testing, conformance claims, and reporting languages like the W3C Evaluation And Report Language (EARL). [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bartoc:17875,
        zazuko:cnt,
        lov:cnt ;
    dcat:keyword "rdf" ;
    foaf:homepage <https://www.w3.org/TR/Pointers-in-RDF/#ref-content> ;
    bioregistry.schema:0000005 "Content"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/2011/content#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/2011/content#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/2011/content#Content> ;
    bioregistry.schema:0000029 "cnt" .

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

bartoc:17875 dcterms:isPartOf bioregistry.metaresource:bartoc .

zazuko:cnt dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:cnt dcterms:isPartOf bioregistry.metaresource:lov .

