@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix: <http://org2.example.com/ontologies/SampleOntologyOrg2#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

  <http://org2.example.com/ontologies/SampleOntologyOrg2#> rdf:type owl:Ontology  .

  :SKU rdf:type owl:Class .
  :DeliveryDate rdf:type owl:Class .
  :NumBundles rdf:type owl:Class .
  :AvailabilityConfirmation rdf:type owl:Class .
