-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexperiences.ttl
More file actions
28 lines (23 loc) · 1.14 KB
/
experiences.ttl
File metadata and controls
28 lines (23 loc) · 1.14 KB
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
@prefix : <http://example.org/rules/> .
@prefix csvw: <http://www.w3.org/ns/csvw#> .
@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix fhir: <http://hl7.org/fhir/> .
@prefix poem: <http://purl.org/twc/poem/> .
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vstoi: <http://purl.org/twc/vstoi/> .
<http://purl.org/twc/poem/individual/experience/1> rdfs:label "Frequency";
rdfs:subClassOf poem:Experience .
<http://purl.org/twc/poem/individual/experience/2> rdfs:label "Intensity";
rdfs:subClassOf poem:Experience .
<http://purl.org/twc/poem/individual/experience/3> rdfs:label "Duration";
rdfs:subClassOf poem:Experience .
<http://purl.org/twc/poem/individual/experience/4> rdfs:label "Relevance";
rdfs:subClassOf poem:Experience .
<http://purl.org/twc/poem/individual/experience/5> rdfs:label "Agreement";
rdfs:subClassOf poem:Experience .