SIOC/Neologism/BowlingVocabulary

From W3C Wiki


http://example.com/neologism/bowling# a owl:Ontology ;
  dc:title "Bowling Vocabulary"@en ;
  dc:date "2008-03-08" ;
  dc:creator http://example.com/neologism/users#scor .
 
http://example.com/neologism/bowling#Bowler a rdfs:Class ;
  rdfs:isDefinedBy http://example.com/neologism/bowling# ;
  rdfs:label "Bowler"@en ;
  rdfs:comment "Bowling player"@en ;
  rdfs:subClassOf http://xmlns.com/foaf/0.1/Person ;
  owl:disjointWith http://example.com/neologism/bowling#Match.

http://example.com/neologism/bowling#Match a rdfs:Class ;
  rdfs:isDefinedBy http://example.com/neologism/bowling# ;
  rdfs:label "Match"@en ;
  rdfs:comment "Bowling match"@en .

http://example.com/neologism/bowling#plays a rdfs:Property ;
  rdfs:isDefinedBy http://example.com/neologism/bowling# ;
  rdfs:label "plays"@en ;
  rdfs:comment "a bowler plays a match"@en ;
  rdfs:domain http://example.com/neologism/bowling#Bowler ;
  rdfs:range http://example.com/neologism/bowling#Match .