-
Notifications
You must be signed in to change notification settings - Fork 0
/
humord.scheme.ttl
63 lines (57 loc) · 2.96 KB
/
humord.scheme.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix lexvo: <http://lexvo.org/id/iso639-3/> .
@prefix bs: <http://data.ub.uio.no/onto/bs#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix realfagstermer: <http://data.ub.uio.no/realfagstermer/> .
@prefix tekord: <http://ntnu.no/ub/data/tekord#> .
@prefix humord: <http://data.ub.uio.no/humord/> .
@prefix library: <http://data.ub.uio.no/library/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
humord: a skos:ConceptScheme ;
rdfs:label "Humord"@nb ;
dct:description "Humord is a Norwegian thesaurus for the subject areas humanities and social sciences."@en,
"Humord er en norsk tesaurus for humaniora og samfunnsvitenskap med tilgrensende fagområder."@nb ;
dct:creator library:k ;
dct:language lexvo:nob ;
owl:sameAs <http://id.loc.gov/vocabulary/subjectSchemes/humord> ,
<http://www.wikidata.org/entity/Q22927022> ;
cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
dct:type <http://purl.org/dc/dcmitype/Dataset>,
<http://w3id.org/nkos/nkostype#thesaurus> ;
dct:modified "2015-02-23"^^xsd:date ;
void:sparqlEndpoint <http://data.ub.uio.no/sparql> ;
void:dataDump <http://data.ub.uio.no/dumps/humord.rdf>,
<http://data.ub.uio.no/dumps/humord.ttl> ;
void:uriSpace "http://data.ub.uio.no/humord/" ;
void:exampleResource <http://data.ub.uio.no/humord/c05316> ;
void:uriSpace "http://data.ub.uio.no/humord/" ;
void:vocabulary skos: .
library:k a foaf:Organization ;
rdfs:label "University of Oslo Library"@en,
"Universitetsbiblioteket i Oslo"@nb ;
owl:sameAs <http://dbpedia.org/resource/University_Library_of_Oslo>,
<http://viaf.org/viaf/155670338/>,
<http://www.wikidata.org/entity/Q3354774> .
<http://data.ub.uio.no/sparql> a sd:Service ;
sd:url <http://data.ub.uio.no/sparql> ;
sd:supportedLanguage sd:SPARQL11Query ;
sd:feature sd:UnionDefaultGraph ;
sd:defaultDataset <http://data.ub.uio.no/sparql/dataset> .
<http://data.ub.uio.no/sparql/dataset> a sd:Dataset ;
dct:title "data.ub.uio.no" ;
dct:description "Open datasets at the University of Oslo Library"@en ;
sd:defaultGraph <http://data.ub.uio.no/sparql/graphs/default> ;
sd:namedGraph <http://data.ub.uio.no/sparql/graphs/humord> .
<http://data.ub.uio.no/sparql/graphs/default> a sd:Graph .
<http://data.ub.uio.no/sparql/graphs/humord> a sd:NamedGraph ;
sd:name <http://data.ub.uio.no/humord> ;
sd:graph <http://data.ub.uio.no/humord> .