Skip to content

Instantly share code, notes, and snippets.

@bolerio
Created February 25, 2017 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bolerio/523d80bb621207e87ff0024a96616255 to your computer and use it in GitHub Desktop.
Save bolerio/523d80bb621207e87ff0024a96616255 to your computer and use it in GitHub Desktop.
Simple OWL file 1
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Ontology(<http://www.kobrix.com/owlsample-1>
Declaration(Class(<http://www.kobrix.com/owlsample-1#Government>))
SubClassOf(<http://www.kobrix.com/owlsample-1#Government> <http://www.kobrix.com/owlsample-1#Organization>)
Declaration(Class(<http://www.kobrix.com/owlsample-1#Media>))
Declaration(Class(<http://www.kobrix.com/owlsample-1#Newspaper>))
SubClassOf(<http://www.kobrix.com/owlsample-1#Newspaper> <http://www.kobrix.com/owlsample-1#Media>)
Declaration(Class(<http://www.kobrix.com/owlsample-1#Organization>))
Declaration(Class(<http://www.kobrix.com/owlsample-1#Private>))
SubClassOf(<http://www.kobrix.com/owlsample-1#Private> <http://www.kobrix.com/owlsample-1#Organization>)
Declaration(Class(<http://www.kobrix.com/owlsample-1#Story>))
Declaration(Class(<http://www.kobrix.com/owlsample-1#Television>))
SubClassOf(<http://www.kobrix.com/owlsample-1#Television> <http://www.kobrix.com/owlsample-1#Media>)
Declaration(ObjectProperty(<http://www.kobrix.com/owlsample-1#about>))
ObjectPropertyDomain(<http://www.kobrix.com/owlsample-1#about> <http://www.kobrix.com/owlsample-1#Story>)
ObjectPropertyRange(<http://www.kobrix.com/owlsample-1#about> <http://www.kobrix.com/owlsample-1#Organization>)
Declaration(ObjectProperty(<http://www.kobrix.com/owlsample-1#publishedBy>))
ObjectPropertyDomain(<http://www.kobrix.com/owlsample-1#publishedBy> <http://www.kobrix.com/owlsample-1#Story>)
ObjectPropertyRange(<http://www.kobrix.com/owlsample-1#publishedBy> <http://www.kobrix.com/owlsample-1#Media>)
Declaration(DataProperty(<http://www.kobrix.com/owlsample-1#hasTitle>))
DataPropertyDomain(<http://www.kobrix.com/owlsample-1#hasTitle> <http://www.kobrix.com/owlsample-1#Story>)
DataPropertyRange(<http://www.kobrix.com/owlsample-1#hasTitle> xsd:string)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#Boston_Globe>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Newspaper> <http://www.kobrix.com/owlsample-1#Boston_Globe>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#CBS>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Television> <http://www.kobrix.com/owlsample-1#CBS>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#ESPN>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Television> <http://www.kobrix.com/owlsample-1#ESPN>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#Exxon_Mobile>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Private> <http://www.kobrix.com/owlsample-1#Exxon_Mobile>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#Federal>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Government> <http://www.kobrix.com/owlsample-1#Federal>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#Google>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Private> <http://www.kobrix.com/owlsample-1#Google>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#NBC>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Television> <http://www.kobrix.com/owlsample-1#NBC>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#Nasty_Oil_Spill>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Story> <http://www.kobrix.com/owlsample-1#Nasty_Oil_Spill>)
ObjectPropertyAssertion(<http://www.kobrix.com/owlsample-1#about> <http://www.kobrix.com/owlsample-1#Nasty_Oil_Spill> <http://www.kobrix.com/owlsample-1#Shell>)
ObjectPropertyAssertion(<http://www.kobrix.com/owlsample-1#publishedBy> <http://www.kobrix.com/owlsample-1#Nasty_Oil_Spill> <http://www.kobrix.com/owlsample-1#CBS>)
DataPropertyAssertion(<http://www.kobrix.com/owlsample-1#hasTitle> <http://www.kobrix.com/owlsample-1#Nasty_Oil_Spill> "Largest Oil Spill Catastrophy in the Century")
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#New_York_Times>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Newspaper> <http://www.kobrix.com/owlsample-1#New_York_Times>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#Oregon_State>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Government> <http://www.kobrix.com/owlsample-1#Oregon_State>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#Self_Driving_Car_License>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Story> <http://www.kobrix.com/owlsample-1#Self_Driving_Car_License>)
ObjectPropertyAssertion(<http://www.kobrix.com/owlsample-1#about> <http://www.kobrix.com/owlsample-1#Self_Driving_Car_License> <http://www.kobrix.com/owlsample-1#Google>)
ObjectPropertyAssertion(<http://www.kobrix.com/owlsample-1#publishedBy> <http://www.kobrix.com/owlsample-1#Self_Driving_Car_License> <http://www.kobrix.com/owlsample-1#New_York_Times>)
DataPropertyAssertion(<http://www.kobrix.com/owlsample-1#hasTitle> <http://www.kobrix.com/owlsample-1#Self_Driving_Car_License> "First Self-Driving Car from Google Obtained a Legal Driver's License")
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#Shell>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Private> <http://www.kobrix.com/owlsample-1#Shell>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#State_of_New_York>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Government> <http://www.kobrix.com/owlsample-1#State_of_New_York>)
Declaration(NamedIndividual(<http://www.kobrix.com/owlsample-1#Tesla>))
ClassAssertion(<http://www.kobrix.com/owlsample-1#Private> <http://www.kobrix.com/owlsample-1#Tesla>)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment