-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprefix.ttl
More file actions
17 lines (17 loc) · 853 Bytes
/
prefix.ttl
File metadata and controls
17 lines (17 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://www.snik.eu/ontology/meta/> .
@prefix meta: <http://www.snik.eu/ontology/meta/> .
@prefix bb: <http://www.snik.eu/ontology/bb/> .
@prefix ob: <http://www.snik.eu/ontology/ob/> .
@prefix ciox: <http://www.snik.eu/ontology/ciox/> .
@prefix he: <http://www.snik.eu/ontology/he/> .
@prefix it4it: <http://www.snik.eu/ontology/it4it/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 ov: <http://open.vocab.org/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .