@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 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:SAREF .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:saref .

bioregistry.metaresource:lov dcterms:hasPart lov:saref .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:saref .

bioregistry:saref a bioregistry.schema:0000001 ;
    rdfs:label "Smart Applications Reference ontology" ;
    dcterms:description "The Smart Applications REFerence ontology (SAREF) is intended to enable interoperability between solutions from different providers and among various activity sectors in the Internet of Things (IoT), thus contributing to the development of the global digital market."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch agroportal:SAREF,
        lov:saref,
        tib.ts:saref ;
    dcat:keyword "digital planning and construction",
        "engineering",
        "fid baudigital",
        "industry",
        "iot",
        "nfdi4ing",
        "services" ;
    foaf:homepage <https://saref.etsi.org/> ;
    bioregistry.schema:0000005 "Actuation"^^xsd:string ;
    bioregistry.schema:0000006 "https://saref.etsi.org/core/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Maxime Lefrançois" ;
            foaf:mbox "maxime.lefrancois@emse.fr" ] ;
    bioregistry.schema:0000024 "https://saref.etsi.org/core/"^^xsd:string ;
    bioregistry.schema:0000027 <https://saref.etsi.org/core/Actuation> ;
    bioregistry.schema:0000029 "saref" .

agroportal:SAREF dcterms:isPartOf bioregistry.metaresource:agroportal .

lov:saref dcterms:isPartOf bioregistry.metaresource:lov .

tib.ts:saref dcterms:isPartOf bioregistry.metaresource:tib .

