source: fmts/trunk/samples/snomed/test.owl@ 1352

Last change on this file since 1352 was 1352, checked in by George Lilly, 12 years ago

snomed rpc samples

File size: 918 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
5 xmlns:owl="http://www.w3.org/2002/07/owl#"
6 xmlns="http://www.ihtsdo.org/"
7 xml:base="http://www.ihtsdo.org/">
8
9<owl:ObjectProperty rdf:about="RoleGroup">
10 <rdfs:label xml:lang="en">RoleGroup</rdfs:label>
11</owl:ObjectProperty>
12<owl:ObjectProperty rdf:about="SCT_116676008">
13 <rdfs:label xml:lang="en">Associated morphology (attribute)</rdfs:label>
14</owl:ObjectProperty>
15<owl:ObjectProperty rdf:about="SCT_116686009">
16 <rdfs:label xml:lang="en">Has specimen (attribute)</rdfs:label>
17</owl:ObjectProperty>
18<owl:ObjectProperty rdf:about="SCT_118168003">
19 <rdfs:label xml:lang="en">Specimen source morphology (attribute)</rdfs:label>
20</owl:ObjectProperty>
21</rdf:RDF>
Note: See TracBrowser for help on using the repository browser.