Quine, W.V.O. 1953 "On What There Is" in From a Logical Point of View pp. 1–19, Cambridge, Mass.: Harvard.
In this article, I believe, Quine coins his well-known slogan, "To be assumed as an entity is, purely and simply, to be reckoned as the value of a variable."—almost always abbreviated as "To be is to be the value of a (bound) variable".
{USNationalTeam winnerOf Match33214}{MexicanNationalTeam loserOf Match33214}{RoundOf16 levelOf Match33214}{Match33214 occuredIn FIFAWorldCup2004}{EliasPonvert believes CrazyNotion3325}CrazyNotion3325 is identified with
{DaMarcusBeasley bestMidfielder USNationalTeam}
A collection of RDF statements is considered a graph

rdfs:Resource The class of resources
USNationalTeamrdfs:Class The class of classes
NationalTeam(s)rdf:Property The class of properties
winnerOfrdfs:Literal A literal value—a string or number
"¡Gooooooooooooo!"rdf:Statement The class of RDF statements
{USNationalTeam winnerOf Match33214}rdfs:XMLLiteral The class of XML literal valuesrdfs:Container The class of RDF containersrdf:Bag The class of unordered containersrdf:Seq The class of ordered containersrdf:Alt The class of containers of alternativesrdfs:ContainerMembershipProperty The class of container membership propertiesrdf:list The class of RDF listsrdf:type Gives the class of a resource
{USNationalTeam type NationalSoccerTeam}USNationalTeam is a NationalSoccerTeamrdfs:subClassOf States one class is a sub-class of another
{NationalSoccerTeam subClassOf SoccerTeam}{TeamX type NationalSoccerTeam} then {TeamX type SoccerTeam}rdfs:subPropertyOf States one property is a subProperty of (or entails) another
{winnerOf subPropertyOf playedIn}{TeamX winnerOf MatchY} then {TeamX playedIn MatchY}rdfs:domain Gives the domain of a property
{winnerOf domain SoccerTeam}{TeamX winnerOf MatchY} then
{TeamX type SoccerTeam}rdfs:range Gives the range of a property
{winnerOf range SoccerMatch}{TeamX winnerOf MatchY} then
{MatchY type SoccerMatch}rdf:subject, rdf:predicate, rdf:object
{CrazyNotion3325 subject DaMarcusBeasley}{CrazyNotion3325 predicate bestMidfielder}{CrazyNotion3325 object USNationalTeam}rdf:member A member of a containerrdf:first The first item in an RDF listrdf:rest The list of all items in an RDF list after the first onerdfs:seeAlso A resource that may have more information about the subjectrdfs:label A readable name for the subjectrdfs:comment A description of the subjectrdfs:isDefinedBy A resource that defines the subjectrdf:value Assigns structured values to a subjectrdfs:range applies globally.{playsFor range SoccerPlayer}MensNationalSoccerTeam and
a WomensNationalSoccerTeam.
SoccerPlayer and a
ProfessionalAthleteTournamentGroup consists of exactly 4
NationalSoccerTeamssubPropertyOf)BruceArena is the only
individual ?X such that {?X coaches USNationalSoccerTeam}{USNationalTeam nationalTeamFor UnitedStates}
if and only if {UnitedStates homeCountryFor USNationalTeam}(Antoniou & van Harmelen 171–172)
Some may claim that the correct acronym for Web Ontology Language should be WOL instead of OWL. Others believe that the order was chosen in honor of the character Owl from Winnie the Pooh, who wrote his name WOL instead of OWL. In truth, OWL was proposed as an acronym that would be easily pronounced, yield good logos, suggest wisdom and honor Bill Martin's One World Language KR project from the 1970s. And, quoting Guus Schreiber: Why not be inconsistent in at least one aspect of a language which is all about consistency.
owl:Class is a subclass of rdf:Class
owl:DatatypeProperty and owl:ObjectProperty are subclasses of rdf:Property
owl:Class is a subclass of rdfs:Class, which is
itself a subclass of rdfs:Resource (all things are an rdfs:Resource).
owl:ObjectProperty and owl:DatatypeProperty
are subclasses of rdf:Property, which is again a subclass of
rdfs:Resource.
rdfs:subclassOfObjectProperty relates objects to other objects (e.g. coaches)DataTypeProperty relates objects to datatypes directly
{AndrésCantor screams "¡Goooooooooool!"}rdf:ClassThingThe class of everything.Nothing The empty set.Individual Everything that is not a class.disjointWith = The two classes have no members in commonequivalentClass = The two classes contain the same members{owl:Class,
{rdf:ID, NationalSoccerTeam}
{rdfs:subClassOf, SoccerTeam}}
{NationalSoccerTeam
{rdf:ID, USNationalSoccerTeam}
{nationalTeamFor
{Country
{rdf:ID, UnitedStates}
{homeCountry, #USNationalSoccerTeam}}}}
{owl:ObjectProperty,
{rdf:ID, memberOf}
{rdfs:domain, #Person}
{rdfs:range, #SoccerTeam}}
The XML is worse, believe me.
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-sn#"
xmlns:xsd="http://www.w3.org/2001/SXMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xml:base="http://example.com/worldcup.owl"> ...
DatatypeProperty and ObjectPropertyequivalentProperty A property holds for all the same objects as another property
{owl:ObjectProperty
{rdf:ID, championOf}
{owl:equivalentProperty, #winnerOfWorldCupFinal}}
inverseProperty if one property applies to the opposite objects as the other
homeCountryFor and nationalTeamFor{owl:Class
{rdf:about, #WomensSoccerTeam}
{owl:Restriction
{rdf:onProperty,
{rdf:about, #memberOf}
{owl:allValuesFrom #Woman}}}}
owl:minCardinality the least number of individuals that apply to a propertyowl:maxCardinality the greatest number of individuals{#SoccerTeam,
{owl:Restriction
{owl:onProperty, #coach}
{owl:minCardinality, "1"}
{owl:maxCardinality, "1"}}
owl:TransitiveProperty If a property holds of individuals A and B, and of B and C
then it holds of A and C.
olderThanowl:SymmetricProperty If a property holds of A and B, then it holds of B and A
played (two teams), isSiblingOfowl:FunctionalProperty A property holds of A and B if B is the only one
age, homeCountryForowl:InverseFunctionProperty Like FunctionalProperty.
The other way around.owl:complementOfowl:unionOfowl:intersectionOfowl:oneOfowl:import statementowl:inverseOfowl:FunctionalPropertyowl:InverseFunctionalPropertySymmetricPropertyowl:equivalentClass statementsowl:disjointWitth statementsrdfs:subClassOfdaml:hasClass → owl:someValuesFrom and other name changes
owl:equivalentTo → owl:sameAsdaml:disjointUnionOf removedowl:symmetricProperty addedfunctionalProperty, inverseFunctionalProperty treated as global cardinality restrictions
Grigoris Antoniou and Frank van Harmelen 2002
A Semantic Web Primer
Cambridge, Mass.: MIT.
Thomas B. Passin 2004 Explorer's Guide to the Semantic Web
Greenwich, CT: Manning.
Michael K. Smith, Chris Welty, Deborah L. McGuinness "OWL Web Ontology Language Guide"
W3C Recommendation 10 February 2004.
Deborah L. McGuinness and Frank van Harmelen 2004 "OWL Web Ontology Language Overview"
W3C Recommendation 10 February 2004.