-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofile.ttl
43 lines (37 loc) · 1.51 KB
/
profile.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
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix status: <https://linked.data.gov.au/def/reg-statuses/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://w3id.org/profile/>
a reg:Register ;
dcterms:title "Fundamental Profiles Register" ;
dcterms:description """A list of fundamental profiles, that is profiles that are commonly seen/needed and widely applicable.
'Profiles' are formalised _standards_, as defined by the W3C's [Profiles Vocabulary](https://www.w3.org/TR/dx-prof/).""" ;
dcterms:creator <https://orcid.org/0000-0002-8742-7730> ;
dcterms:publisher <https://linked.data.gov.au/org/surround> ;
dcterms:created "2012-08-15"^^xsd:date ;
dcterms:modified "2021-12-10"^^xsd:date ;
.
<https://w3id.org/profile/cbd>
a reg:RegisteredItem ;
dcterms:title "Vocabulary Publications" ;
reg:status status:experimental ;
.
<https://w3id.org/profile/contanno>
a reg:RegisteredItem ;
dcterms:title "Container Annotations Profile" ;
reg:status status:stable ;
.
<https://w3id.org/profile/ogcldapi>
a reg:RegisteredItem ;
dcterms:title "OGC Linked Data API Profile" ;
reg:status status:stable ;
.
<https://w3id.org/profile/vocpub>
a reg:RegisteredItem ;
dcterms:title "Vocabulary Publications Profile" ;
reg:status status:stable ;
.