@prefix agroportal: <http://agroportal.lirmm.fr/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 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:agroportal dcterms:hasPart agroportal:SIREN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:siren .

bioregistry:siren a bioregistry.schema:0000001 ;
    rdfs:label "Scientific Information Retrieval and Exchange Network" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A modern method of records management and an automated cross-referenced subject index for accurate and comprehensive information retrieval developed by the US FDA's Bureau of Foods"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch agroportal:SIREN ;
    foaf:homepage <https://www.langual.org/langual_indexed_datasets.asp> ;
    bioregistry.schema:0000005 "F11903"^^xsd:string ;
    bioregistry.schema:0000008 "^F\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9134-5404 ;
    bioregistry.schema:0000023 "SUBSET_SIREN" ;
    bioregistry.schema:0000029 "siren" .

orcid:0000-0002-9134-5404 rdfs:label "Patrice Buche" ;
    foaf:mbox "patrice.buche@inrae.fr" .

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

agroportal:SIREN dcterms:isPartOf bioregistry.metaresource:agroportal .

