@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 fairsharing: <https://fairsharing.org/> .
@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:bioregistry dcterms:hasPart bioregistry:snap .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.06dc80 .

bioregistry:snap a bioregistry.schema:0000001 ;
    rdfs:label "Snapshot" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Theoretical explanation of a purely spatial ontology supporting snapshot views of the world at successive instants of time, as part of a modular ontology of the dynamic features of reality."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.06dc80 ;
    dcat:keyword "biomedical science",
        "computer science",
        "data mining",
        "graph",
        "machine learning",
        "social science" ;
    foaf:homepage <http://ontology.buffalo.edu/smith/articles/SNAP_SPAN.pdf> ;
    bioregistry.schema:0000005 "Quality"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.ifomis.org/bfo/1.1/snap#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "bfo11snap" ;
    bioregistry.schema:0000024 "http://www.ifomis.org/bfo/1.1/snap#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.ifomis.org/bfo/1.1/snap#Quality> ;
    bioregistry.schema:0000029 "snap" .

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

fairsharing:FAIRsharing.06dc80 dcterms:isPartOf bioregistry.metaresource:fairsharing .

