-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_cmap.ttl
More file actions
26 lines (18 loc) · 881 Bytes
/
example_cmap.ttl
File metadata and controls
26 lines (18 loc) · 881 Bytes
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
example cmap.ttl
sero:Triple :subject skos:Concept.
:predicate skos:semanticRelation.
:object: skos:Concept;
//each time a map is created, it namespaces an ld environment for the concepts, relationships, triples.
//this allows the graph to have entities created in real-time and asynchronously retrieve objective references to those concepts.
//then match with skos:exactMatch or other rdf reference.
//assessments will now exist separate from the graph and reference graphs when they are generated.
brian-0142354:triple01234 a sero:Triple;
:subject brian-0142354:concept423432;
:predicate brian-0142354:relation8274;
:object brian-0142354:concept328867.
brian-0142354:concept423432 a skos:Concept.
skos:prefLabel "This";
brian-0142354:relationship8274 a skos:semanticRelation.
skos:prefLabel "is";
brian-0142354:concept328867 a skos:Concept.
skos:prefLabel "Test";