bind log: . bind daml: . bind : <> . bind rules: <> . bind foaf: . bind sbp: . bind dc: . bind rdf: . bind rdfs: . :coinedBy daml:inverseOf :coined . :homepage rdfs:isDefinedBy sbp:homepage; = foaf:homepage; :coinedBy :Sean . :hasHomepage = :homepage . :name rdfs:isDefinedBy sbp:name; = foaf:name; rdfs:subPropertyOf :properName; :coinedBy :Sean . :hasName = :name . :coinedBy a rdf:Property; rdfs:comment "Person coining term"; :coinedBy :Seth . :Sean :name "Sean B. Palmer"; foaf:mbox ; :hasHomepage . :Seth :name "Seth Russell"; foaf:mbox ; :hasHomepage . :authorOf daml:inverseOf dc:author; coinedBy :Seth . :properName a rdf:Property; coinedBy :Seth; rdfs:comment "The full proper name of anything that would be capitalized if used in natural language" . :wrote daml:inverseOf :writtenBy; :coinedBy :Seth . :writtenBy = dc:author; :coinedBy :Seth . :semBrowser a daml:thing; rdfs:comment "Semantic Web browser"; :coinedBy :Seth; [ :Sean :notes ] "Credit where credit is due" . :notes a rdf:Property; rdfs:comment "Implies that the subject notes the object"; :coinedBy :Sean . :hasMbox a rdf:property; rdfs:subPropertyOf foaf:mbox; rdfs:comment "Has a mailbox Web object of" . :gender a rdf:property; rdfs:comment "Has gender/sex of"; :coinedBy :Sean . :country a rdf:property; rdfs:comment "Has country of origin/residence of"; :coinedBy :Sean . :description a rdf:property; rdfs:commment "Generic description"; rdfs:seeAlso dc:description; :coinedBy :Sean . :hasInterest a rdf:property; rdfs:comment "Has an interest in"; :coinedBy :Sean . :hasPublication a rdf:property; rdfs:comment "Has publication"; :coinedBy :Sean . :TVShow a rdf:class; rdfs:comment "Television Show"; :coinedBy :Sean . :coined :coinedBy :Sean .