forked from wmo-registers/code-manuals
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathttlhead.py
More file actions
17 lines (15 loc) · 751 Bytes
/
ttlhead.py
File metadata and controls
17 lines (15 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ttlhead = '''@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix qudt: <http://qudt.org/schema/qudt#> .
@prefix wmocommon: <http://codes.wmo.int/def/common/> .
@prefix bufrcommon: <http://codes.wmo.int/def/bufr4/> .
@prefix wmocodeform: <http://codes.wmo.int/def/codeform/> .
@prefix grib2s: <http://codes.wmo.int/def/grib2/> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
'''