-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprefixes.ttl
More file actions
18 lines (17 loc) · 833 Bytes
/
prefixes.ttl
File metadata and controls
18 lines (17 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@prefix mclient:<http://mclient-project.github.io/catalog/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatx: <http://www.example.org/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dataid: <http://dataid.dbpedia.org/ns/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dqv: <http://www.w3.org/ns/dqv#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rut: <http://rdfunit.aksw.org/ns/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix eg: <http://example.org/> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .