@prefix agroportal: <http://agroportal.lirmm.fr/ontologies/> .
@prefix biodivportal: <https://biodivportal.gfbio.org/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 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 sosa: <http://www.w3.org/ns/sosa/> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:SOSA .

bioregistry.metaresource:biodivportal dcterms:hasPart biodivportal:SOSA .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sosa .

bioregistry.metaresource:lov dcterms:hasPart lov:sosa .

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

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:sosa .

bioregistry:sosa a bioregistry.schema:0000001 ;
    rdfs:label "Sensor, Observation, Sample, and Actuator Ontology" ;
    dcterms:contributor orcid:0000-0002-1595-3213 ;
    dcterms:description "This ontology is based on the SSN Ontology by the W3C Semantic Sensor Networks Incubator Group (SSN-XG), together with considerations from the W3C/OGC Spatial Data on the Web Working Group."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/w3c/sdw> ;
    skos:exactMatch agroportal:SOSA,
        biodivportal:SOSA,
        zazuko:sosa,
        lov:sosa,
        tib.ts:sosa ;
    dcat:keyword "engineering",
        "environment",
        "ess",
        "iot",
        "nfdi4chem",
        "nfdi4ing" ;
    foaf:homepage <https://www.w3.org/TR/vocab-ssn/> ;
    bioregistry.schema:0000005 "FeatureOfInterest"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/ns/sosa/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-3884-3420 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://www.w3.org/ns/sosa/"^^xsd:string ;
    bioregistry.schema:0000027 sosa:FeatureOfInterest ;
    bioregistry.schema:0000029 "sosa" .

orcid:0000-0002-1595-3213 rdfs:label "Philip Strömert" ;
    foaf:mbox "philip.stroemert@tib.eu" .

orcid:0000-0002-3884-3420 rdfs:label "Simon Cox" ;
    foaf:mbox "dr.shorthair@pm.me" .

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

agroportal:SOSA dcterms:isPartOf bioregistry.metaresource:agroportal .

biodivportal:SOSA dcterms:isPartOf bioregistry.metaresource:biodivportal .

zazuko:sosa dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:sosa dcterms:isPartOf bioregistry.metaresource:lov .

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

