SCHEMA_EP-DDR-Abstract-xsd-proxy-v1.0.ttl 3.2 KB
# Saved by TopBraid on Thu Sep 29 01:36:32 BST 2011
# baseURI: http://www.energistics.org/schemas/abstract
# imports: http://www.linkedmodel.org/schema/dtype
# imports: http://topbraid.org/sxml

@prefix :        <http://www.energistics.org/schemas/abstract#> .
@prefix dc:      <http://purl.org/dc/elements/1.1/> .
@prefix dtype:   <http://www.linkedmodel.org/schema/dtype#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:    <http://www.w3.org/2004/02/skos/core#> .
@prefix sxml:    <http://topbraid.org/sxml#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.energistics.org/schemas/abstract>
      rdf:type <http://www.w3.org/2002/07/owl#Ontology> ;
      <http://www.w3.org/2002/07/owl#imports>
              <http://topbraid.org/sxml> , <http://www.linkedmodel.org/schema/dtype> ;
      <http://www.w3.org/2002/07/owl#versionInfo>
              "Created with TopBraid Composer from the XML Schema http://www.energistics.org/schemas/abstract"^^xsd:string .

:A_Global-AbstractContextualObject
      rdf:type <http://www.w3.org/2002/07/owl#Class> ;
      <http://www.w3.org/2000/01/rdf-schema#comment>
              "Substitution group for contextual objects."^^xsd:string ;
      <http://www.w3.org/2000/01/rdf-schema#label>
              "A Global-Abstract contextual object"^^xsd:string ;
      <http://www.w3.org/2000/01/rdf-schema#subClassOf>
              :A_GlobalElements , :AbstractObject ;
      sxml:tag "http://www.energistics.org/schemas/abstract#abstractContextualObject" .

:A_Global-AbstractDataObject
      rdf:type <http://www.w3.org/2002/07/owl#Class> ;
      <http://www.w3.org/2000/01/rdf-schema#comment>
              "Substitution group for normative data objects."^^xsd:string ;
      <http://www.w3.org/2000/01/rdf-schema#label>
              "A Global-Abstract data object"^^xsd:string ;
      <http://www.w3.org/2000/01/rdf-schema#subClassOf>
              :A_GlobalElements , :AbstractObject ;
      sxml:tag "http://www.energistics.org/schemas/abstract#abstractDataObject" .

:A_GlobalElements
      rdf:type <http://www.w3.org/2002/07/owl#Class> ;
      <http://www.w3.org/2000/01/rdf-schema#comment>
              "A superclass for all global elements encountered in transforming the XML schema."^^xsd:string ;
      <http://www.w3.org/2000/01/rdf-schema#label>
              "A Global elements"^^xsd:string .

:AbstractObject
      rdf:type <http://www.w3.org/2002/07/owl#Class> ;
      <http://www.w3.org/2000/01/rdf-schema#comment>
              """The intended abstract supertype of all schema roots 
			that may be a member of a substitution group (whether contextual or data).
			The type of root global elements should be extended from this type and the 
			root global element should be declared to be a member of one of the above substitution groups."""^^xsd:string ;
      <http://www.w3.org/2000/01/rdf-schema#label>
              "Abstract object"^^xsd:string ;
      sxml:tag "http://www.energistics.org/schemas/abstract#abstractObject" .

skos:prefLabel
      rdf:type <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
      <http://www.w3.org/2000/01/rdf-schema#label>
              "pref label"^^xsd:string .