Matches in LOV for { ?s <http://www.w3.org/2000/01/rdf-schema#comment> ?o. }
- initiatingEvent comment "An event that marks the start of an interval and/or relationship. The event contributes to and/or causes of the state of affairs that hold during the interval. For example a period of study may be initiated by an Enrolment event.".
- initiatingEvent comment "Un evento que indica el comienzo de un intervalo o relación".
- keywords comment "A comma delimited list of key words that describe a person.".
- mother comment "The biological mother of a person, also known as the genetrix.".
- officiator comment "A person that officiates at a ceremonial event.".
- olb comment "A one-line biography of the person.".
- organization comment "An organization that plays a role in an event.".
- parent comment "A person that takes the parent role in an event.".
- participant comment "A person, group or organization that participates in a relationship for some time.".
- partner comment "A person that is involved in a event as a partner in a relationship.".
- place comment "Lugar donde ocurre un evento".
- place comment "The place at which an event occurred.".
- position comment "The employment position or public office involved in an event.".
- precedingEvent comment "An event that occurs and concludes at some time before this event.".
- principal comment "A person that takes the primary and most important role in an event. For example the principal in a Birth event would be the child being born and the principal in a Burial event would be the deceased person.".
- relationship comment "A relationship that a person, group or organization participates in for some time.".
- spectator comment "A person that is present at and observes the occurrence of at least part of an event.".
- state comment "A country or independent territory that is involved in an event.".
- witness comment "A person that witnesses and can bear testimony to the occurrence of an event.".
- 1 comment "<p>Based on information at <a href=\"http://en.wikipedia.org/wiki/Henry_VIII_of_England\">Wikipedia</a> and <a href=\"http://www3.dcs.hull.ac.uk/cgi-bin/gedlkup/n=royal?royal00828\">Hull University</a></p>\n<pre><code>@prefix bio: <http://purl.org/vocab/bio/0.1/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n\n_:henryviii\n a foaf:Person\n ; foaf:name \"Henry VIII, King of England\"\n ; bio:father _:henryvii\n ; bio:mother _:elizplantagenet\n ; bio:child _:child1, _:child2, _:child3, _:child4, _:child5, _:child6, _:child7, _:child8\n ; bio:birth _:birth\n ; bio:death _:death\n ; bio:event _:burial, _:accession, _:coronation, _:marriage1\n , _:marriage2, _:marriage3, _:marriage4, _:marriage5, _:marriage6\n .\n\n_:henryvii\n a foaf:Person\n ; foaf:name \"Henry VII Tudor, King of England\"\n ; bio:child _:henryviii\n .\n\n_:elizplantagenet\n a foaf:Person\n ; foaf:name \"Elizabeth of York\"\n ; bio:child _:henryviii\n .\n \n_:birth\n a bio:Birth\n ; rdfs:label \"The birth of Henry VIII to Henry VII and Elizabeth Plantagenet on 28 June 1491\"\n ; bio:date \"1491-06-28\"\n ; bio:place <http://dbpedia.org/resource/Palace_of_Placentia>\n ; bio:parent _:henryvii, _:elizplantagenet\n ; bio:principal _:henryviii\n .\n\n_:death\n a bio:Death\n ; rdfs:label \"The death of Henry VIII on 28 January 1547\"\n ; bio:date \"1547-01-28\"\n ; bio:place <http://dbpedia.org/resource/Palace_of_Whitehall>\n ; bio:principal _:henryviii\n .\n \n\n_:accession\n a bio:Accession\n ; rdfs:label \"The accession of Henry VIII to the throne of England on 21 April 1509\"\n ; bio:date \"1509-06-24\"\n ; bio:principal _:henryviii\n ; bio:state <http://dbpedia.org/resource/Kingdom_of_England>\n ; bio:immediatelyPrecedingEvent [ a bio:Death\n ; rdfs:label \"The death of Henry VII on 9 May 1509\"\n ; bio:date \"1509-05-09\"\n ; bio:place <http://dbpedia.org/resource/Richmond_Palace>\n ; bio:principal _:henryvii\n ]\n .\n\n_:coronation\n a bio:Coronation\n ; rdfs:label \"The coronation of Henry VIII as King of England on 24 June 1509\"\n ; bio:date \"1509-06-24\"\n ; bio:place <http://dbpedia.org/page/Westminster_Abbey>\n ; bio:principal _:henryviii\n ; bio:precedingEvent _:accession\n .\n\n_:burial\n a bio:Burial\n ; rdfs:label \"The burial of Henry VII at St.George's Chapel, Windsor Castle,England\"\n ; bio:place <http://dbpedia.org/resource/St_George%E2%80%99s_Chapel%2C_Windsor>\n ; bio:principal _:henryviii\n ; bio:precedingEvent _:death\n .\n\n_:marriage1\n a bio:Marriage\n ; rdfs:label \"The marriage of Henry VIII and Catherine of Aragon\"\n ; bio:date \"1509-06-11\"\n ; bio:place <http://dbpedia.org/resource/Palace_of_Placentia>\n ; bio:partner _:henryvii, _:catharagon\n .\n\n_:annulment1\n a bio:Annulment\n ; rdfs:label \"The annulment of the marriage between Henry VIII and Catherine of Aragon\"\n ; bio:date \"1533-05-23\"\n ; bio:partner _:henryvii, _:catharagon \n ; bio:officiator <http://dbpedia.org/resource/Thomas_Cranmer>\n .\n\n_:catharagon\n a foaf:Person\n ; foaf:name \"Anne Boleyn\"\n ; bio:child _:child1, _:child2, _:child3, _:child4, _:child5\n ; bio:event _:marriage1, _:annulment1\n .\n\n_:child1\n a foaf:Person\n ; rdfs:label \"Unnamed daughter of Henry VIII and Catherine of Aragon\"\n ; bio:event [ a bio:Birth\n ; bio:date \"1510-01-31\"\n ; bio:principal _:child1\n ; bio:parent _:henryviii, _:catharagon\n ]\n ; bio:event [ a bio:Death\n ; bio:date \"1510-02-02\"\n ; bio:principal _:child1\n ]\n .\n\n_:child2\n a foaf:Person\n ; foaf:name \"Henry\"\n ; bio:event [ a bio:Birth\n ; bio:date \"1511-01-01\"\n ; bio:principal _:child2\n ; bio:parent _:henryviii, _:catharagon\n ]\n ; bio:event [ a bio:Death\n ; bio:date \"1511-02-22\"\n ; bio:principal _:child2\n ]\n .\n \n_:child3\n a foaf:Person\n ; foaf:name \"Henry\"\n ; bio:event [ a bio:Birth\n ; bio:date \"1514-12\"\n ; bio:principal _:child3\n ; bio:parent _:henryviii, _:catharagon\n ]\n ; bio:event [ a bio:Death\n ; bio:principal _:child3\n ]\n .\n\n_:child4\n a foaf:Person\n ; foaf:name \"Mary\"\n ; bio:event [ a bio:Birth\n ; bio:date \"1516-02-18\"\n ; bio:principal _:child4\n ; bio:parent _:henryviii, _:catharagon\n ]\n ; bio:event [ a bio:Death\n ; bio:date \"1558-11-17\"\n ; bio:principal _:child4\n ]\n .\n\n\n_:child5\n a foaf:Person\n ; rdfs:label \"Unnamed daughter of Henry VIII and Catherine of Aragon\"\n ; bio:event [ a bio:Birth\n ; bio:date \"1518-11\"\n ; bio:principal _:child5\n ; bio:parent _:henryviii, _:catharagon\n ]\n ; bio:event [ a bio:Death\n ; bio:principal _:child5\n ]\n .\n \n\n_:marriage2\n a bio:Marriage\n ; rdfs:label \"The marriage of Henry VIII and Anne Boleyn\"\n ; bio:date \"1533-01-25\"\n ; bio:partner _:henryvii, _:anneboleyn\n ; bio:place <http://dbpedia.org/resource/Westminster_Abbey>\n .\n\n_:anneboleyn\n a foaf:Person\n ; foaf:name \"Anne Boleyn\"\n ; bio:child _:child6\n ; bio:event _:marriage2, _:annulment2, _:anneboleyn-death\n .\n\n_:annulment2\n a bio:Annulment\n ; rdfs:label \"The annulment of the marriage between Henry VIII and Anne Boleyn\"\n ; bio:date \"1536-05-17\"\n ; bio:partner _:henryvii, _:anneboleyn \n .\n \n_:anneboleyn-death\n a bio:Execution\n ; rdfs:label \"The beheading of Anne Boleyn\"\n ; bio:date \"1536-05-19\"\n ; bio:place <http://dbpedia.org/resource/Tower_of_London>\n ; bio:principal _:anneboleyn\n .\n\n_:child6\n a foaf:Person\n ; foaf:name \"Elizabeth\"\n ; bio:event [ a bio:Birth\n ; bio:date \"1533-09-07\"\n ; bio:principal _:child6\n ; bio:parent _:henryviii, _:anneboleyn\n ]\n ; bio:event [ a bio:Death\n ; bio:date \"1603-03-24\"\n ; bio:principal _:child6\n ]\n .\n\n_:marriage3\n a bio:Marriage\n ; bio:date \"1536-05-20\"\n ; bio:partner _:henryviii, _:janeseymour\n ; bio:place <http://dbpedia.org/resource/York_Place>\n .\n\n_:janeseymour\n a foaf:Person\n ; foaf:name \"Jane Seymour\"\n ; bio:event _:marriage3, _:janeseymour-death\n ; bio:child _:child7\n .\n\n_:janeseymour-death\n a bio:Death\n ; rdfs:label \"The death of Jane Seymour on 24 October 1537\"\n ; bio:date \"1537-10-24\"\n ; bio:principal _:janeseymour\n ; bio:place <http://dbpedia.org/resource/Hampton_Court_Palace>\n .\n \n\n_:child7\n a foaf:Person\n ; foaf:name \"Edward\"\n ; bio:event [ a bio:Birth\n ; bio:date \"1537-10-12\"\n ; bio:principal _:child7\n ; bio:parent _:henryviii, _:janeseymour\n ; bio:place <http://dbpedia.org/resource/Hampton_Court_Palace>\n ]\n ; bio:event [ a bio:Accession\n ; bio:immediatelyPrecedingEvent _:death\n ]\n ; bio:event [ a bio:Death\n ; bio:date \"1553-07-06\"\n ; bio:principal _:child7\n ; bio:place <http://dbpedia.org/resource/Palace_of_Placentia>\n ]\n .\n\n_:marriage4\n a bio:Marriage\n ; bio:date \"1540-01-06\"\n ; bio:partner _:henryvii, _:annecleves\n ; bio:place <http://dbpedia.org/resource/Palace_of_Placentia>\n ; bio:officiator <http://dbpedia.org/resource/Thomas_Cranmer>\n .\n \n_:annulment3\n a bio:Annulment\n ; rdfs:label \"The annulment of the marriage between Henry VIII and Anne of Cleves\"\n ; bio:date \"1540-07-09\"\n ; bio:partner _:henryviii, _:annecleves\n .\n\n_:annecleves\n a foaf:Person\n ; foaf:name \"Anne of Cleves\"\n ; bio:event _:marriage4, _:annulment3\n .\n\n_:marriage5\n a bio:Marriage\n ; bio:date \"1540-07-28\"\n ; bio:partner _:henryviii, _:cathhoward\n ; bio:place <http://dbpedia.org/resource/Oatlands_Palace>\n .\n \n_:cathhoward\n a foaf:Person\n ; foaf:name \"Catherine Howard\"\n ; bio:event _:marriage5, _:cathhoward-death\n .\n \n_:cathhoward-death\n a bio:Execution\n ; rdfs:label \"The beheading of Catherine Howard\"\n ; bio:date \"1542-02-13\"\n ; bio:place <http://dbpedia.org/resource/Tower_of_London>\n ; bio:principal _:cathhoward\n .\n\n_:marriage6\n a bio:Marriage\n ; rdfs:label \"The marriage between Henry VIII and Catherine Parr\"\n ; bio:date \"1543-07-12\"\n ; bio:place <http://dbpedia.org/resource/Hampton_Court_Palace>\n ; bio:partner _:henryviii, _:cathparr\n .\n \n_:cathparr\n a foaf:Person\n ; foaf:name \"Catherine Parr\"\n ; bio:event _:marriage6\n .\n\n\n_:elizblount\n a foaf:Person\n ; foaf:name \"Elizabeth Blount\"\n ; bio:child _:child8\n .\n \n_:child8\n a foaf:Person\n ; foaf:name \"Henry FitzRoy\"\n ; foaf:mother _:elizblount\n ; foaf:father _:henryviii\n ; bio:event [ a bio:Birth\n ; bio:principal _:child8\n ; bio:date \"1519-06-15\"\n ; bio:parent _:henryviii, _:elizblount\n ; bio:place <http://dbpedia.org/resource/Blackmore>\n ]\n .\n\n_:marriage1-interval\n a bio:Interval\n ; rdfs:label \"The period of time during which Henry VIII and Catherine of Aragon were married\"\n ; bio:initiatingEvent _:marriage1\n ; bio:concludingEvent _:annulment1\n .\n\n_:marriage2-interval\n a bio:Interval\n ; rdfs:label \"The period of time during which Henry VIII and Anne Boleyn were married\"\n ; bio:initiatingEvent _:marriage2\n ; bio:concludingEvent _:annulment2\n .\n \n_:marriage3-interval\n a bio:Interval\n ; rdfs:label \"The period of time during which Henry VIII and Jane Seymour were married\"\n ; bio:initiatingEvent _:marriage3\n ; bio:concludingEvent _:janeseymour-death\n .\n\n_:marriage4-interval\n a bio:Interval\n ; rdfs:label \"The period of time during which Henry VIII and Anne of Cleves were married\"\n ; bio:initiatingEvent _:marriage4\n ; bio:concludingEvent _:annulment3\n .\n\n_:marriage5-interval\n a bio:Interval\n ; rdfs:label \"The period of time during which Henry VIII and Catherine Howard were married\"\n ; bio:initiatingEvent _:marriage5\n ; bio:terminatingEvent _:cathhoward-death\n .\n\n_:marriage6-interval\n a bio:Interval\n ; rdfs:label \"The period of time during which Henry VIII and Catherine Parr were married\"\n ; bio:initiatingEvent _:marriage6\n ; bio:terminatingEvent _:henryviii-death\n .\n</code></pre>\n".
- schema comment "The vocabulary introduces the notion of a ChangeSet which encapsulates the delta between two versions of a \n resource description. In this context a resource description is the set of triples that in some way comprise a \n description of a resource. The delta is represented by two sets of triples: additions and removals. A ChangeSet can be used to \n modify a resource description by first removing all triples from the description that are in the removals set and\n adding the triples in the additions set.".
- schema comment "This vocabulary defines a set of terms for describing changes to resource descriptions.".
- createdDate comment "The date should be in W3CDTF format".
- Input comment "Inputs can by any resource - document, artefact - anything. In a specific context it is likely to be useful to either define a sub class or declare the particular resource to also be of another type as well. A general case might be a foaf:Document but where possible, it is better to refer to a controlled vocabulary of types. dcterms:type should be used to use to provide this information linking to a SKOS Concept.".
- Output comment "Outputs can by any resource - document, artefact - anything. In a specific context it is likely to be useful to either define a sub class or declare the particular resource to also be of another type as well. A general case might be a foaf:Document but where possible, it is better to refer to a controlled vocabulary of types. dcterms:type should be used to use to provide this information linking to a SKOS Concept.".
- PublicService comment "This class represents the service itself. As noted in the scope (section 1.4), a public service is the capacity to carry out a procedure and exists whether it is used or not. It is a set of deeds and acts performed by or on behalf of a public agency for the benefit of a citizen, a business or another public agency.".
- Rule comment "The Rule class represents the specific rules, guidelines or procedures that the Public Service follows. Instances of the Rule class are FRBR Expressions, that is, a concrete expression, such as a document, of the more abstract concept of the rules themselves.".
- core comment "This vocabulary is a work in progress, it includes RDF classes for the group 1, 2 and 3 entities\n described by the FRBR report and properties corresponding to the core relationships between\n those entities. It does not yet describe attributes of the entities. Where possible, appropriate \n relationships with other vocabularies are included in order to place this vocabulary in the \n context of existing RDF work.".
- core comment "This vocabulary is an expression in RDF of the concepts and relations described in the\n IFLA report on the Functional Requirements for Bibliographic Records (FRBR).".
- Concept comment "This class corresponds to the FRBR group three entity 'Concept'.".
- CorporateBody comment "This class corresponds to the FRBR group two entity 'Corporate Body'.".
- Endeavour comment "This class represents any one of the FRBR group one entities.".
- Event comment "This class corresponds to the FRBR group three entity 'Event'.".
- Expression comment "This class corresponds to the FRBR group one entity 'Expression'.".
- Item comment "An Item is a single instance of a Document. Availability information is directly connected to single items.".
- Item comment "Every Item is also a document (frbr:Item rdfs:subClassOf bibo:Document.".
- Item comment "This class corresponds to the FRBR group one entity 'Item'.".
- Manifestation comment "This class corresponds to the FRBR group one entity 'Manifestation'.".
- Object comment "This class corresponds to the FRBR group three entity 'Object'.".
- Place comment "This class corresponds to the FRBR group three entity 'Place'.".
- ResponsibleEntity comment "This class represents any of the FRBR group two entities.".
- Subject comment "This class represents any of the FRBR group three entities.".
- Work comment "This class corresponds to the FRBR group one entity 'Work'.".
- embodiment comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#embodiment), a property representing a manifestation that embodies an expression.".
- embodimentOf comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#embodimentOf), a property representing an expression that is embodied by a manifestation.".
- exemplar comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#exemplar), a property representing an item that exemplifies a manifestation.".
- exemplarOf comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#embodimentOf), a property representing a manifestation that is exemplified by an item.".
- part comment "Meaning = has part. As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#part), a property indicating that one entity includes another entity.".
- partOf comment "Meaning = is part of. As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#partOf), a property indicating that one entity is a part of another entity.".
- realization comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#realization), a property representing an expression that is an intellectual or artistic realization of a work.".
- realizationOf comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#realizationOf), a property representing the work that has been realized by an expression.".
- ReferentialExpression comment "A referential expression is one which has little meaning when not studied in conjunction with the expression it refers to.".
- ReferentialWork comment "A referential work is one which has little meaning when not studied in conjunction with the work it refers to.".
- isASuccessorToWork comment "Referential: sequel, etc.\nAutonomous: sequel, succeeding work, etc.".
- isAutonomouslyRelatedToExpression comment "A relation between two expressions which does not result in the subject becoming a referential expression (i.e. one which has little meaning without the object).".
- isAutonomouslyRelatedToWork comment "The subject is not dependent on the object for meaning.".
- isReferentiallyRelatedToExpression comment "A relation between two expressions which results in the subject becoming a referential expression (i.e. one which has little meaning without the object).".
- supplementsWork comment "Referential: index, concordance, teacher's guide, gloss, supplement, appendix, etc.\nAutonomous: supplement, appendix, etc.".
- Action comment "Represents an instance of a task taking place against a given resource".
- Lifecycle comment "A lifecycle is a series of states connected by allowable transitions. It may be used to describe the lifecycle of business objects or equally the lifecycle of a butterfly.".
- State comment "A state describes one possible state that a resource can be in at a given time. Resources may be in one state in a given lifecycle at any given time, states are considered mutually exclusive within a lifecycle.".
- Task comment "Represents a task in a workflow".
- TaskGroup comment "Represents a collection of tasks grouped together for convenience".
- Transition comment "A transition describes the way in which a resource moves from one state to another state and may also describe the tasks required to make that transition.".
- state comment "The state property relates any resource with the state that it is currently in.".
- Role comment "The occupation of a Position by an Agent for a particular Project.".
- 1 comment "<p>The RELATIONSHIP vocabulary can be used without modification with <a href=\"http://xmlns.com/foaf/0.1/\">FOAF</a> documents. Simply replace <code>foaf:knows</code> properties with a more specific property from this vocabulary. For backwards compatibility with older, non-RDF aware, tools, you may want to keep the <code>foaf:knows</code> property as well.</p> <pre>\n<code class=\"xml\">\n<rdf:RDF\n xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\"\n xmlns:foaf=\"http://xmlns.com/foaf/0.1/\"\n xmlns:rel=\"http://purl.org/vocab/relationship/\"\n >\n\n <foaf:Person rdf:nodeID=\"ian\">\n <foaf:name>Ian Davis</foaf:name>\n <foaf:title>Mr</foaf:title>\n <foaf:firstName>Ian</foaf:firstName>\n <foaf:surname>Davis</foaf:surname>\n\n <rel:hasMet>\n <foaf:Person>\n <foaf:name>William Tell</foaf:name>\n </foaf:Person>\n </rel:hasMet>\n\n <rel:collaboratesWith rdf:nodeID=\"eric\"/>\n </foaf:Person>\n\n <foaf:Person rdf:nodeID=\"eric\">\n <foaf:nick>pixel</foaf:nick>\n </foaf:Person>\n\n\n\n</rdf:RDF>\n</code>\n </pre>\n".
- 2 comment "<p>\n\n The relationship vocabulary can be used to describe relationships with the people linked from a web page. This is particularly useful for blogrolls or contact lists but can be used with any type of link. The HTML <code>a</code> element provides two attributes, <a href=\"http://www.w3.org/TR/html401/struct/links.html#adef-rel\">rel and rev</a>, that can be used to specify the relationship. Both <code>rel</code> and <code>rev</code> take a space separated list of keywords as their value. To use a term from the relationship vocabulary just drop the <code>http://purl.org/vocab/relationship/</code> namespace to leave the property name, e.g. <code>http://purl.org/vocab/relationship/worksWith</code> would become <code>worksWith</code> which can be added as the value of <code>rel</code> or <code>rev</code>.\n </p>\n <dl>\n <dt>\n <code>rel</code>\n </dt>\n <dd>\n <p>\n The <code>rel</code> attribute specifies a relationship that the author of the <em>linked</em> page has with the author of the <em>linking</em> page.\n For example:\n </p>\n <pre><code><span class=\"elem\"><a</span><span class=\"attr\">href</span>=\"<span class=\"attrVal\">http://example.com/boats</span>\" <span class=\"attr highlight\">rel</span>=\"<span class=\"attrVal\">childOf</span>\"<span class=\"elem\">></span><span class=\"text\">The boat we restored</span><span class=\"elem\">\"</a></span></code></pre>\n <p>This link states that the author of <code>http://example.com/boats</code> is a child of the author of the html above. </p>\n </dd>\n <dt>\n <code>rev</code>\n </dt>\n <dd>\n <p>\n The <code>rev</code> attribute specifies a relationship that the author of the <em>linking</em> page has with the author of the <em>linked</em> page. The example here is:\n </p>\n <pre><code><span class=\"elem\"><a</span><span class=\"attr\">href</span>=\"<span class=\"attrVal\">http://example.com/boats</span>\" <span class=\"attr highlight\">rev</span>=\"<span class=\"attrVal\">childOf</span>\"<span class=\"elem\">></span><span class=\"text\">The boat we restored</span><span class=\"elem\">\"</a></span></code></pre>\n <p>In this case the meaning of the link is reversed: the author of the html above is a child of the author of <code>http://example.com/boats</code>.</p>\n </dd>\n </dl>\n <p>The HTML and XHTML recommendations require an HTML document to declare a custom profile if it uses any non-standard <code>rel</code> or <code>rev</code> types. This is done by adding a <code>profile</code> attribute with a value of <code>http://purl.org/vocab/relationship/</code> to the document's <code>head</code> element. </p>\n <pre><code> <head profile=\"http://purl.org/vocab/relationship/\">\n <title>People I Know</title>\n </head></code></pre>\n <h3>Complete Example</h3>\n <pre><code> <html profile=\"http://purl.org/vocab/relationship/\">\n <head>\n <title>People I Know</title>\n </head>\n <body>\n <p>Here are the people I know:</p>\n <ul>\n <li><a href=\"http://example.com/~freddy\" rel=\"closeFriendOf\">Freddy (he's cool!)</a></li>\n <li><a href=\"http://frooble.com/\" rel=\"mentorOf\">Jimbo</a></li>\n <li><a href=\"http://mmmm.com/klm\" rel=\"friendOf\">Katie</a></li>\n <li><a href=\"http://example.com/~omah\" rel=\"worksWith\">Omah (does the coding)</a></li>\n <li><a href=\"http://example.com/~jason\" rev=\"closeFriendOf employedBy\">Jason, my henchman</a></li>\n </ul>\n </body>\n </html>\n</code></pre>\n <h3>RDF Interpretation</h3>\n <p>Custom parsers that extract RDF from (X)HTML can use the relationships expressed in the links to infer the\n equivilent RDF triples. It should be remembered that the relationship is between the authors of the pages not between\n the pages themselves. Given the following link on a document at <code>http://example.com/mypage.html</code>:\n </p>\n <pre><code><span class=\"elem\"><a</span><span class=\"attr\">href</span>=\"<span class=\"attrVal\">http://example.com/boats</span>\" <span class=\"attr highlight\">rel</span>=\"<span class=\"attrVal\">childOf</span>\"<span class=\"elem\">></span><span class=\"text\">The boat we restored</span><span class=\"elem\">\"</a></span></code></pre>\n <p>a suggested RDF extraction is:</p>\n <pre><code> <foaf:Person>\n <foaf:maker rdf:resource=\"http://example.com/boats\"/>\n <rel:childOf>\n <foaf:Person>\n <foaf:maker rdf:resource=\"http://example.com/mypage.html\"/>\n </foaf:Person>\n </rel:childOf>\n </foaf:Person></code></pre>\n".
- DatasetOccurrences comment "Class used to store the number of occurences of a vocabulary in a particular dataset".
- DatasetOccurrences comment "Classe utilisée pour stocker l'information d'occurences d'un vocabulaire dans un jeu de données".
- Vocabulary comment "A vocabulary used in the linked data cloud. An instance of voaf:Vocabulary relies on or is used by at least another instance of voaf:Vocabulary".
- Vocabulary comment "Un vocabulaire utilisé ou utilisable dans le Web des données. Une instance de voaf:Vocabulary s'appuie at/ou est utilisée par au moins une autre instance of voaf:Vocabulary".
- dataset comment "Deprecated since v2.4".
- dataset comment "Déprécié depuis la v2.4".
- reliesOn comment "Indicates that the subject vocabulary uses or extends some class or property of the object vocabulary".
- reliesOn comment "Indique que le vocabulaire sujet utilise ou étend au moins une classe ou propriété du vocabulaire objet".
- usedBy comment "Indicates that the subject vocabulary is used by the object vocabulary".
- usedBy comment "Indique que le vocabulaire sujet est utilisé par le vocabulaire objet".
- v1.0 comment "First published version".
- v1.0 comment "Première publication".
- v1.1 comment "Depreciation of voaf:exampleDataset, replaced by voaf:dataset".
- v1.1 comment "Dépréciation de voaf:exampleDataset, remplacé par voaf:dataset".
- v2.0 comment "Namespace migré sous purl. Introduction des versions avec FRBR. voaf:Vocabulary rdfs:subClassOf frbr:Work. Ajout des traductions françaises".
- v2.0 comment "Namespace moved to purl. Introduction of versions using FRBR. voaf:Vocabulary rdfs:subClassOf frbr:Work. Added labels and comments in French".
- v2.1 comment "Added desrciption of queries used to infer a particular VOAF relation between two vocabularies".
- v2.1 comment "Ajout des requêtes pour générer des relations VOAF entre deux vocabulaires".
- v2.2 comment "Added properties to represent metrics of vocabulary elements usage in LOV and LOD".
- v2.2 comment "Ajout de propriétés pour représenter les métriques d'usage d'éléments de vocabulaire dans le LOV et le LOD".
- v2.3 comment "Refined the voaf:dataset to a more complex element with occurrences information and added extra properties to represent metrics of vocabulary elements usage in LOV and LOD".
- v2.3 comment "Remplacement de voaf:dataset par un objet permettant d'attacher la notion d'occurrenceet ajout supplémentaire de propriétés pour représenter les métriques d'usage d'éléments de vocabulaire dans le LOV et le LOD".
- ns comment "VSO: The Vehicle Sales Ontology\n \nA Web vocabulary for describings cars, boats, bikes, and other vehicles for e-commerce.\n\nVocabulary: http://purl.org/vso/ns\nNamespace: http://purl.org/vso/ns#\n\nThe Vehicle Sales Ontology is designed to be used in combination with GoodRelations, a standard vocabulary for the commercial aspects of offers for sale or rental. \n\nSee http://purl.org/goodrelations/ for more information.".
- Bicycle comment "A bicycle or bike is a pedal-driven, human-powered, single-track vehicle, having two wheels attached to a frame, one behind the other. Some bicycles have a small combustion or electric engine that assists with the pedaling.".
- Boat comment "A boat is a watercraft of modest size designed to float or plane, to provide passage across water.".
- BodyStyleValue comment "A value indicating the body style of a vehicle.\n\nYou can safely use any reasonable DBPedia URI, e.g. \n http://dbpedia.org/resource/Convertible\n http://dbpedia.org/resource/Hatchback\n http://dbpedia.org/resource/Station_wagon\n http://dbpedia.org/resource/Sport_utility_vehicle\n http://dbpedia.org/resource/Roadster".
- DriveWheelConfigurationValue comment "A value indicating which roadwheels will receive torque".
- EmissionStandardValue comment "A value indicating the an emission standard.\n\nYou can safely use any reasonable DBPedia URI, e.g. \n http://dbpedia.org/resource/Super_Ultra_Low_Emission_Vehicle\n http://dbpedia.org/resource/Partial_zero-emissions_vehicle\n\nSee also http://en.wikipedia.org/wiki/Emissions_standard.\n\nUnfortunately, there are no DBPedia identifiers for the popular Euro 1 - Euro 5 standards available.\nIf you cannot find a suitable identifier in DBPedia, define your own as an instance of vso:EmissionStandardValue.".
- EngineTypeValue comment "A value indicating an engine type.\n\nYou can safely use any reasonable DBPedia URI, e.g. \n http://dbpedia.org/resource/Two-stroke_engine\n http://dbpedia.org/resource/Four-stroke_engine\n http://dbpedia.org/resource/Wankel_engine\n http://dbpedia.org/resource/Electric_motor".
- FeatureValue comment "A value indicating the features or accessories that are attached to or belong to a vehicle.\n\nYou can safely use any reasonable DBPedia URI, e.g. \n http://dbpedia.org/resource/Anti-lock_braking_system\n http://dbpedia.org/resource/Electronic_stability_control\n http://dbpedia.org/resource/Armrest\n http://dbpedia.org/resource/Spoiler_%28automotive%29\n http://dbpedia.org/resource/CD_Changer\n http://dbpedia.org/resource/Cup_holder\n http://dbpedia.org/resource/Tow_hitch\n http://dbpedia.org/resource/Power_window\n http://dbpedia.org/resource/Power_steering\n http://dbpedia.org/resource/Air_conditioner\n http://dbpedia.org/resource/Child_safety_lock\n http://dbpedia.org/resource/Parking_sensors".
- FuelQuantity comment "A value indicating an amount of fuel".
- FuelTypeValue comment "A value indicating a type of fuel.\n \nYou can safely use any reasonable DBPedia URI, e.g. \n http://dbpedia.org/resource/Gasoline\n http://dbpedia.org/resource/Diesel\n http://dbpedia.org/resource/Biodiesel\n http://dbpedia.org/resource/Kerosene".