Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/UFOKN/Knowledge-Graph
26 April 2026, 00:37:52 UTC
  • Code
  • Branches (6)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • refs/tags/0.1.0
    • refs/tags/0.1.1
    • refs/tags/0.1.2
    • refs/tags/0.1.3
    • refs/tags/0.2.0
    No releases to show
  • 9ec7a08
  • /
  • parquet-to-triples
  • /
  • new hanover - stadium example.ttl
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:6c4ef97864f0aaed943f34f95859b3365e95c7bb
origin badgedirectory badge
swh:1:dir:f6dfa203d243aeeea13888e9d3a9e8272c6194af
origin badgerevision badge
swh:1:rev:4b80c683fa9b83d85e3cb09cadc608069172e308
origin badgesnapshot badge
swh:1:snp:c72cfbb7d2958ec9082a9266afc9de82b375f737

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: 4b80c683fa9b83d85e3cb09cadc608069172e308 authored by David Kedrowski on 19 April 2024, 19:34:46 UTC
updated for hasCriticalFloodObservation relation
Tip revision: 4b80c68
new hanover - stadium example.ttl
#################################################################
#    name spaces
#################################################################

@prefix : <http://schema.ufokn.org/utility-connection/v1/> .
@prefix geo: <http://www.opengis.net/spec/geosparql/1.0/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix ufokn: <http://schema.ufokn.org/core/v1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ufokn-geo: <http://schema.ufokn.org/geo/v1/> .
@base <http://schema.ufokn.org/utility-connection/v1/> .


<http://schema.ufokn.org/core/v1/FeatureAtRisk> a owl:Ontology .



:hasAddress a owl:ObjectProperty .

:Address a owl:Class .

:FeatureAtRisk a owl:Class .

:hasMember a owl:ObjectProperty .

:CollectionOfFeatures a owl:Class .

:hasRiskPoint a owl:ObjectProperty .

:RiskPoint a owl:Class .

<http://www.opengis.net/spec/geosparql/1.0#hasGeometry> a owl:ObjectProperty .

<http://www.opengis.net/ont/sf#Point> a owl:Class .

<http://www.opengis.net/spec/geosparql/1.0#Geometry> a owl:Class .

:address a owl:DatatypeProperty .

:city a owl:DatatypeProperty .

:description a owl:DatatypeProperty .

:Facility a owl:Class .

:Release a owl:Class .

:featureType a owl:DatatypeProperty .

:ms_id a owl:DatatypeProperty .

:name a owl:DatatypeProperty .

:oa_id a owl:DatatypeProperty .

:osm_id a owl:DatatypeProperty .

:postcode a owl:DatatypeProperty .

:region a owl:DatatypeProperty .

:source a owl:DatatypeProperty .

:state a owl:DatatypeProperty .

:value a owl:DatatypeProperty .

:Amenity a owl:Class .

_:node1 a owl:Restriction .

:Building a owl:Class .

_:node2 a owl:Restriction .

:Leisure a owl:Class .

_:node3 a owl:Restriction .

:ManMade a owl:Class .

_:node4 a owl:Restriction .

:Military a owl:Class .

_:node5 a owl:Restriction .

:MultiUnitBuilding a owl:Class .

_:node6 a owl:Restriction .

:Office a owl:Class .

_:node7 a owl:Restriction .

:Road a owl:Class .

_:node8 a owl:Restriction .

:Shop a owl:Class .

_:node9 a owl:Restriction .

:Sport a owl:Class .

_:node10 a owl:Restriction .

:Tourism a owl:Class .

_:node11 a owl:Restriction .


#################################################################
#    Instance 1: some stadium
#################################################################


<http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624> a :FeatureAtRisk .

<http://schema.ufokn.org/core/v1/FeatureAtRisk/Address/92232729737129-25624> a :Address .

<http://schema.ufokn.org/core/v1/FeatureAtRisk/RiskPoint/92232729737129-25624> a :RiskPoint .


<http://schema.ufokn.org/core/v1/CollectionOfFeatures/http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624>
  a :CollectionOfFeatures .

<http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624> :hasAddress <http://schema.ufokn.org/core/v1/FeatureAtRisk/Address/92232729737129-25624> .

<http://schema.ufokn.org/core/v1/CollectionOfFeatures/http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624>
  :hasMember <http://schema.ufokn.org/core/v1/FeatureAtRisk/http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624> .

<http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624> :hasRiskPoint
    <http://schema.ufokn.org/core/v1/FeatureAtRisk/RiskPoint/92232729737129-25624> .

<http://schema.ufokn.org/core/v1/FeatureAtRisk/RiskPoint/92232729737129-25624> <http://www.opengis.net/spec/geosparql/1.0#hasGeometry>
    "POINT (1642010 1394292)"^^<http://www.opengis.net/ont/geosparql#wktLiteral> .


# DATA PROPERTY ASSERTIONS:
<http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624> :ms_id "37129-25624" .

<http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624> :name "building" .

<http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624> :osm_id "922327297" .


<http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624> :source "osm-ms-no_address" .


<http://schema.ufokn.org/core/v1/FeatureAtRisk/92232729737129-25624> :value "stadium" .

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API