<?xml version="1.0"?>
<rdf:RDF
    xmlns:representation="http://www.swop-project.eu/ontologies/pmo/representation.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:product="http://www.swop-project.eu/ontologies/pmo/product.owl#"
    xmlns:owl11="http://www.w3.org/2006/12/owl11#"
  xml:base="http://www.swop-project.eu/ontologies/pmo/product.owl">
  <owl:Ontology rdf:about="">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Toplevel Product Modelling Ontology by SWOP</rdfs:comment>
    <owl:imports rdf:resource="http://www.swop-project.eu/ontologies/pmo/representation.owl"/>
  </owl:Ontology>
  <owl:Class rdf:ID="Product">
    <rdfs:subClassOf rdf:resource="http://www.swop-project.eu/ontologies/pmo/rule.owl#NullaryDerivation"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="representation"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="transformationMatrix">
    <rdfs:domain rdf:resource="#Product"/>
    <rdfs:range rdf:resource="http://www.swop-project.eu/ontologies/pmo/representation.owl#TransformationMatrix"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasPart_directly">
    <rdfs:domain rdf:resource="#Product"/>
    <rdfs:range rdf:resource="#Product"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="partOf_directly"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#representation">
    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:range rdf:resource="http://www.swop-project.eu/ontologies/pmo/rule.owl#Derivation"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="unit">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="main">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:FunctionalProperty rdf:ID="defaultValue">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anySimpleType"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
  </owl:FunctionalProperty>
  <owl:DatatypeProperty rdf:ID="index">
    <rdfs:domain rdf:resource="#Product"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdfs:comment>The index of the subject among its siblings. Start index is 0.</rdfs:comment>
  </owl:DatatypeProperty>
</rdf:RDF>

<!-- Created with TopBraid Composer -->
