Skip to content

Commit

Permalink
Update srsbuild.py
Browse files Browse the repository at this point in the history
  • Loading branch information
situx authored Nov 6, 2024
1 parent bd56324 commit a14bb9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/srsbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@
g.bind("ign","http://data.ign.fr/def/ignf#")
g.bind("iso19111","http://def.isotc211.org/iso19112/2019/SpatialReferencingByGeographicIdentifier#")
g.bind("geosrs", "http://www.opengis.net/ont/srs/")
g.add((URIRef("http://www.opengis.net/ont/srs/geosrs/alignments/"),RDF.type,OWL.Ontology))
g.add((URIRef("http://www.opengis.net/ont/srs/geosrs/alignments/"),RDFS.label,Literal("SRS Ontology Alignments",lang="en")))
dirname = os.path.dirname(__file__)
abspath = os.path.join(dirname, '../csv/alignment/')
directory = os.fsencode(abspath)
Expand Down

0 comments on commit a14bb9d

Please sign in to comment.