Imported XSDs to OWL from operational releases of DDR, DPR and MPR.
Showing
4 changed files
with
55 additions
and
0 deletions
1 | +# Saved by TopBraid on Mon Sep 05 19:42:12 BST 2011 | ||
2 | +# baseURI: http://www.energistics.org/schemas/abstract | ||
3 | +# imports: http://www.linkedmodel.org/schema/dtype | ||
4 | +# imports: http://topbraid.org/sxml | ||
5 | + | ||
6 | +@prefix : <http://www.energistics.org/schemas/abstract#> . | ||
7 | +@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
8 | +@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
10 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
11 | +@prefix sxml: <http://topbraid.org/sxml#> . | ||
12 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
13 | + | ||
14 | +<http://www.energistics.org/schemas/abstract> | ||
15 | + rdf:type <http://www.w3.org/2002/07/owl#Ontology> ; | ||
16 | + <http://www.w3.org/2002/07/owl#imports> | ||
17 | + <http://topbraid.org/sxml> , <http://www.linkedmodel.org/schema/dtype> ; | ||
18 | + <http://www.w3.org/2002/07/owl#versionInfo> | ||
19 | + "Created with TopBraid Composer from the XML Schema http://www.energistics.org/schemas/abstract"^^xsd:string . | ||
20 | + | ||
21 | +:AbstractContextualObject | ||
22 | + rdf:type <http://www.w3.org/2002/07/owl#Class> ; | ||
23 | + <http://www.w3.org/2000/01/rdf-schema#comment> | ||
24 | + "Substitution group for contextual objects."^^xsd:string ; | ||
25 | + <http://www.w3.org/2000/01/rdf-schema#label> | ||
26 | + "Abstract contextual object"^^xsd:string ; | ||
27 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> | ||
28 | + :AbstractObject ; | ||
29 | + sxml:element "http://www.energistics.org/schemas/abstract#abstractContextualObject" . | ||
30 | + | ||
31 | +:AbstractDataObject | ||
32 | + rdf:type <http://www.w3.org/2002/07/owl#Class> ; | ||
33 | + <http://www.w3.org/2000/01/rdf-schema#comment> | ||
34 | + "Substitution group for normative data objects."^^xsd:string ; | ||
35 | + <http://www.w3.org/2000/01/rdf-schema#label> | ||
36 | + "Abstract data object"^^xsd:string ; | ||
37 | + <http://www.w3.org/2000/01/rdf-schema#subClassOf> | ||
38 | + :AbstractObject ; | ||
39 | + sxml:element "http://www.energistics.org/schemas/abstract#abstractDataObject" . | ||
40 | + | ||
41 | +:AbstractObject | ||
42 | + rdf:type <http://www.w3.org/2002/07/owl#Class> ; | ||
43 | + <http://www.w3.org/2000/01/rdf-schema#comment> | ||
44 | + """The intended abstract supertype of all schema roots | ||
45 | + that may be a member of a substitution group (whether contextual or data). | ||
46 | + The type of root global elements should be extended from this type and the | ||
47 | + root global element should be declared to be a member of one of the above substitution groups."""^^xsd:string ; | ||
48 | + <http://www.w3.org/2000/01/rdf-schema#label> | ||
49 | + "Abstract object"^^xsd:string ; | ||
50 | + sxml:element "http://www.energistics.org/schemas/abstract#abstractObject" . | ||
51 | + | ||
52 | +skos:prefLabel | ||
53 | + rdf:type <http://www.w3.org/2002/07/owl#AnnotationProperty> ; | ||
54 | + <http://www.w3.org/2000/01/rdf-schema#label> | ||
55 | + "pref label"^^xsd:string . |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment