Skip to content

Commit

Permalink
Merge pull request #253 from opengeospatial/20231011_standards_groups
Browse files Browse the repository at this point in the history
standards groups
  • Loading branch information
ghobona authored Oct 11, 2023
2 parents 14b1fc3 + c78c8af commit a2f4adb
Show file tree
Hide file tree
Showing 5 changed files with 1,543 additions and 849 deletions.
16 changes: 16 additions & 0 deletions incubation/standards-baseline/process.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Script created to support the generation of Turtle-encoded content for the OGC GeoTIFF Tag Register
# Created: 2023-10-11
# Author: Gobe Hobona (OGC)

import csv
import rdflib
from datetime import datetime
from rdflib.namespace import DC, DCTERMS, DOAP, FOAF, SKOS, OWL, RDF, RDFS, VOID, XMLNS, XSD



g = rdflib.Graph()
g.parse('standards_input.ttl')
fout = open('standards.ttl','w')
fout.write(g.serialize(format="nt"))
fout.close()
Loading

0 comments on commit a2f4adb

Please sign in to comment.