Advertisement
Guest User

Ontology

a guest
Jul 3rd, 2014
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.29 KB | None | 0 0
  1.  
  2.  
  3.     <?xml version="1.0"?>
  4.    
  5.    
  6.     <!DOCTYPE rdf:RDF [
  7.        <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
  8.         <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
  9.         <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
  10.         <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
  11.     ]>
  12.    
  13.    
  14.     <rdf:RDF xmlns="http://www.semanticweb.org/q49f318b/ontologies/2014/6/untitled-ontology-6#"
  15.         xml:base="http://www.semanticweb.org/q49f318b/ontologies/2014/6/untitled-ontology-6"
  16.         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  17.         xmlns:owl="http://www.w3.org/2002/07/owl#"
  18.         xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  19.         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  20.         <owl:Ontology rdf:about="http://www.semanticweb.org/q49f318b/ontologies/2014/6/untitled-ontology-6"/>
  21.        
  22.    
  23.    
  24.         <!--
  25.        ///////////////////////////////////////////////////////////////////////////////////////
  26.        //
  27.        // Datatypes
  28.        //
  29.        ///////////////////////////////////////////////////////////////////////////////////////
  30.         -->
  31.    
  32.        
  33.    
  34.    
  35.         <!-- http://www.semanticweb.org/q49f318b/ontologies/2014/6/untitled-ontology-6#percentage -->
  36.    
  37.         <rdfs:Datatype rdf:about="http://www.semanticweb.org/q49f318b/ontologies/2014/6/untitled-ontology-6#percentage"/>
  38.        
  39.    
  40.    
  41.         <!--
  42.        ///////////////////////////////////////////////////////////////////////////////////////
  43.        //
  44.        // Classes
  45.        //
  46.        ///////////////////////////////////////////////////////////////////////////////////////
  47.         -->
  48.    
  49.        
  50.    
  51.    
  52.         <!-- http://www.semanticweb.org/q49f318b/ontologies/2014/6/untitled-ontology-6#TestClass1 -->
  53.    
  54.         <owl:Class rdf:about="http://www.semanticweb.org/q49f318b/ontologies/2014/6/untitled-ontology-6#TestClass1"/>
  55.        
  56.    
  57.    
  58.         <!-- http://www.semanticweb.org/q49f318b/ontologies/2014/6/untitled-ontology-6#TestClass2 -->
  59.    
  60.         <owl:Class rdf:about="http://www.semanticweb.org/q49f318b/ontologies/2014/6/untitled-ontology-6#TestClass2"/>
  61.     </rdf:RDF>
  62.    
  63.    
  64.    
  65.     <!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement