@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix agroportal: <http://agroportal.lirmm.fr/ontologies/> .
@prefix bioportal: <https://bioportal.bioontology.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 fairsharing: <https://fairsharing.org/> .
@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 ssn: <http://www.w3.org/ns/ssn/> .
@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:aberowl dcterms:hasPart aberowl:SSN .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:SSN .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:SSN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ssn .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.c0bvcy .

bioregistry.metaresource:lov dcterms:hasPart lov:ssn .

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

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:ssn .

bioregistry:ssn a bioregistry.schema:0000001 ;
    rdfs:label "Semantic Sensor Network Ontology" ;
    dcterms:contributor orcid:0000-0002-1595-3213 ;
    dcterms:description "This ontology describes sensors, actuators and observations, and related concepts. It does not describe domain concepts, time, locations, etc. these are intended to be included from other ontologies via OWL imports."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/w3c/sdw-sosa-ssn> ;
    skos:exactMatch aberowl:SSN,
        agroportal:SSN,
        bioportal:SSN,
        zazuko:ssn,
        fairsharing:FAIRsharing.c0bvcy,
        lov:ssn,
        tib.ts:ssn ;
    dcat:keyword "engineering",
        "ess",
        "imaging",
        "iot",
        "methods",
        "monitoring",
        "nfdi4chem",
        "nfdi4ing",
        "ontology",
        "remote sensing",
        "resource metadata",
        "sensor data",
        "w3c rec",
        "web of things" ;
    foaf:homepage <https://www.w3.org/TR/vocab-ssn> ;
    bioregistry.schema:0000005 "hasProperty"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/ns/ssn/$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/SSN/2/ssn.owl> ;
    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/ssn/"^^xsd:string ;
    bioregistry.schema:0000027 ssn:hasProperty ;
    bioregistry.schema:0000029 "ssn" .

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" .

aberowl:SSN dcterms:isPartOf bioregistry.metaresource:aberowl .

agroportal:SSN dcterms:isPartOf bioregistry.metaresource:agroportal .

bioportal:SSN dcterms:isPartOf bioregistry.metaresource:bioportal .

zazuko:ssn dcterms:isPartOf bioregistry.metaresource:zazuko .

fairsharing:FAIRsharing.c0bvcy dcterms:isPartOf bioregistry.metaresource:fairsharing .

lov:ssn dcterms:isPartOf bioregistry.metaresource:lov .

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

