-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprofile.ttl
More file actions
21 lines (19 loc) · 786 Bytes
/
profile.ttl
File metadata and controls
21 lines (19 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@prefix vl: <https://version.link/>.
@prefix schema: <http://schema.org/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
# A version.link profile for schema.org concepts.
vl:Profile_SchemaOrg a vl:Profile;
vl:identifierPredicate schema:identifier;
vl:namePredicate schema:name;
vl:validFromPredicate schema:validFrom;
vl:validThroughPredicate schema:validThrough;
vl:hasPartPredicate schema:hasPart;
vl:isPartOfPredicate schema:isPartOf.
# A version.link profile for SKOS concepts.
vl:Profile_SKOS a vl:Profile;
vl:identifierPredicate skos:notation;
vl:namePredicate skos:prefLabel;
vl:validFromPredicate dcterms:date;
vl:validThroughPredicate dcterms:date;
vl:hasPartPredicate skos:narrower;
vl:isPartOfPredicate skos:broader.