Commit abb58014 authored by R.W.Majeed's avatar R.W.Majeed
Browse files

update ttl examples

parent 7f567569
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
@prefix skos: 	<http://www.w3.org/2004/02/skos/core#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix i2b2: <http://sekmi.de/skos-i2b2#> .

skos:Concept a i2b2:OntologyNode .
# multiple types allowed?

i2b2:hasModifier a rdf:Property ;
  rdfs:range skos:Concept .
  
dwh:hasValueSet a rdf:Property ;
	rdfs:domain skos:Concept .
	
dwh:

+4 −0
Original line number Diff line number Diff line
@@ -59,6 +59,10 @@
		dwh:modify	dwh:removeValue ;
		dwh:otherwise	[dwh:target	:t3 ; dwh:modify dwh:removeValue]; # pulmonary arterial hypertension
	] .
# direct mapping via dwh:mapTo
# rename dwh:mapFact to  dwh:mapWithRule

:MapDirectly a dwh:Concept .