SCHEMA_EP-ABSTRACT-(v1.1.1).ttl 2.34 KB
@prefix :        <http://www.energistics.org/schemas/abstract#> .
@prefix vaem:    <http://www.linkedmodel.org/schema/vaem#> .
@prefix dc:      <http://purl.org/dc/elements/1.1/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@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#> .

:AbstractDataObject
      a       <http://www.w3.org/2002/07/owl#Class> ;
      <http://www.w3.org/2000/01/rdf-schema#label>
              "Abstract data object"^^xsd:string ;
      <http://www.w3.org/2000/01/rdf-schema#subClassOf>
              :AbstractObject ;
      dc:description "Substitution group for normative data objects."^^xsd:string .

:AbstractContextualObject
      a       <http://www.w3.org/2002/07/owl#Class> ;
      <http://www.w3.org/2000/01/rdf-schema#label>
              "Abstract contextual object"^^xsd:string ;
      <http://www.w3.org/2000/01/rdf-schema#subClassOf>
              :AbstractObject ;
      dc:description "Substitution group for contextual objects."^^xsd:string .

dc:description
      <http://www.w3.org/2000/01/rdf-schema#label>
              "description"^^xsd:string .

:AbstractObject
      a       <http://www.w3.org/2002/07/owl#Class> ;
      <http://www.w3.org/2000/01/rdf-schema#label>
              "Abstract object"^^xsd:string ;
      dc:description """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 .

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

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