David Price

Minor fix to p7tm and p7tpl files, added PCA RDL anno props graph and modified 1…

…5926-2 to use 15926-8 data-model.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
1 +# Saved by TopBraid on Wed Sep 14 00:54:19 BST 2011
2 +# baseURI: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
3 +
4 +@prefix : <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix pca-rdl: <http://rds.posccaesar.org/2008/06/OWL/RDL#> .
7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +pca-rdl:hasCreationDate
12 + rdf:type owl:AnnotationProperty .
13 +
14 +pca-rdl:hasCreator
15 + rdf:type owl:AnnotationProperty .
16 +
17 +pca-rdl:hasDefinition
18 + rdf:type owl:AnnotationProperty .
19 +
20 +pca-rdl:hasDefinitionAdapted
21 + rdf:type owl:AnnotationProperty .
22 +
23 +pca-rdl:hasDeleted
24 + rdf:type owl:AnnotationProperty .
25 +
26 +pca-rdl:hasDesignation
27 + rdf:type owl:AnnotationProperty .
28 +
29 +pca-rdl:hasDesignationAbbrev
30 + rdf:type owl:AnnotationProperty .
31 +
32 +pca-rdl:hasDesignationAltern
33 + rdf:type owl:AnnotationProperty .
34 +
35 +pca-rdl:hasIdPCA
36 + rdf:type owl:AnnotationProperty .
37 +
38 +pca-rdl:hasNote
39 + rdf:type owl:AnnotationProperty .
40 +
41 +pca-rdl:hasNoteAdmin
42 + rdf:type owl:AnnotationProperty .
43 +
44 +pca-rdl:hasNoteChange
45 + rdf:type owl:AnnotationProperty .
46 +
47 +pca-rdl:hasNoteExample
48 + rdf:type owl:AnnotationProperty .
49 +
50 +pca-rdl:hasNoteExplanatory
51 + rdf:type owl:AnnotationProperty .
52 +
53 +pca-rdl:hasNoteIssue
54 + rdf:type owl:AnnotationProperty .
55 +
56 +pca-rdl:hasRegistrar
57 + rdf:type owl:AnnotationProperty .
58 +
59 +pca-rdl:hasRegistrarAuth
60 + rdf:type owl:AnnotationProperty .
61 +
62 +pca-rdl:hasStatus
63 + rdf:type owl:AnnotationProperty .
64 +
65 +pca-rdl:hasStewardship
66 + rdf:type owl:AnnotationProperty .
67 +
68 +pca-rdl:hasStewardshipContact
69 + rdf:type owl:AnnotationProperty .
70 +
71 +pca-rdl:hasSubmitter
72 + rdf:type owl:AnnotationProperty .
73 +
74 +pca-rdl:hasSubmitterOrg
75 + rdf:type owl:AnnotationProperty .
76 +
77 +<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations>
78 + rdf:type owl:Ontology ;
79 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .