-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadrf.ttl
79 lines (69 loc) · 3.04 KB
/
adrf.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
@base <https://github.com/Coleridge-Initiative/adrf-onto/wiki/Vocabulary> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix dbr: <http://dbpedia.org/resource/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dctypes: <http://purl.org/dc/dcmitype/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix madsrdf: <http://www.loc.gov/mads/rdf/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix wn: <http://www.ontologyportal.org/WordNet.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:ADRF_Ontology rdf:type skos:ConceptScheme ;
skos:definition "A mid-level ontology for linked data within the ADRF framework use cases"@en ;
skos:prefLabel "ADRF Ontology"@en ;
.
:Catalog a dcat:Catalog ;
skos:topConceptOf :ADRF_Ontology ;
dct:title "ADRF Data Catalog" ;
rdfs:label "ADRF Data Catalog" ;
foaf:homepage <https://coleridgeinitiative.org/> ;
dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
.
:Topic a madsrdf:Topic ;
skos:definition "Concepts tied to LOC upper ontology http://id.loc.gov/authorities/subjects.html"@en ;
skos:topConceptOf :ADRF_Ontology ;
a madsrdf:Authority ;
.
:Dataset a dcat:Dataset ;
skos:definition "A collection of tables and metadata used within the ADRF framework, managed by a responsible party"@en ;
skos:topConceptOf :ADRF_Ontology ;
skos:prefLabel "dataset"@en ;
madsrdf:hasRelatedAuthority <http://id.loc.gov/authorities/subjects/sh2018002256> ;
owl:sameAs dbr:Data_set ;
.
:Author a foaf:Person ;
skos:definition "An author of a research publication that uses datasets for research"@en ;
skos:topConceptOf :ADRF_Ontology ;
skos:prefLabel "author"@en ;
madsrdf:hasRelatedAuthority <http://id.loc.gov/authorities/subjects/sh85089630> ;
owl:sameAs dbr:Author ;
.
:ResearchPublication a fabio:ResearchPaper ;
skos:definition "A research publication that uses datasets for research"@en ;
skos:topConceptOf :ADRF_Ontology ;
skos:prefLabel "research publication"@en ;
madsrdf:hasRelatedAuthority <http://id.loc.gov/authorities/subjects/sh2004003366> ;
owl:sameAs dbr:Publication ;
.
:Provider a foaf:Organization ;
skos:definition "An organizaiton that publishes and curates research datasets"@en ;
skos:topConceptOf :ADRF_Ontology ;
skos:prefLabel "dataset provider"@en ;
madsrdf:hasRelatedAuthority <http://id.loc.gov/authorities/subjects/sh85066157> ;
owl:sameAs dbr:Data_publishing ;
.
:Topic a madsrdf:Topic ;
a madsrdf:Authority ;
skos:definition "topics used for search and discovery"@en ;
skos:topConceptOf :ADRF_Ontology ;
.