Table for the 292 triples in graph oa

SubjectPredicateObject
oa:Annotationrdfs:comment"Typically an Annotation has a single Body (oa:hasBody), which is the comment or other descriptive resource, and a single Target (oa:hasTarget) that the Body is somehow "about". The Body provides the information which is annotating the Target. This "aboutness" may be further clarified or extended to notions such as classifying or identifying with oa:motivatedBy."@en
oa:Annotationrdfs:isDefinedByoa:Open Annotation Data Model
oa:Annotationrdfs:label"Annotation"@en
oa:Annotationrdf:typeowl:Class
oa:Choicerdfs:comment"A multiplicity construct that conveys to a consuming application that it should select one of the constituent resources to display to the user, and not render/use all of them. oa:Choice can be used as the object of the object of the oa:hasBody, oa:hasTarget, oa:hasSelector, oa:hasState, oa:styledBy and oa:hasScope relationships, There MUST be 1 or more oa:item relationships for each oa:Choice. There SHOULD be exactly 1 default relationship for each Choice."@en
oa:Choicerdfs:isDefinedByoa:Open Annotation Data Model
oa:Choicerdfs:label"Choice"@en
oa:Choicerdfs:subClassOfrdf:Alt
oa:Choicerdf:typeowl:Class
oa:Compositerdfs:comment"A multiplicity construct that conveys to a consuming application that all of the constituent resources are required for the Annotation to be correctly interpreted. oa:Composite can be used as the object of the object of the oa:hasBody, oa:hasTarget, oa:hasSelector, oa:hasState, oa:styledBy and oa:hasScope relationships, There MUST be 2 or more oa:item relationships for each oa:Composite."@en
oa:Compositerdfs:isDefinedByoa:Open Annotation Data Model
oa:Compositerdfs:label"Composite"
oa:Compositerdfs:subClassOfrdf:Bag
oa:Compositerdf:typeowl:Class
oa:CssStylerdfs:comment"A resource which describes styles for resources participating in the Annotation using CSS. Specific Resources MAY be assigned a CSS style class using oa:styleClass. The CSS resource MAY have its own dereferencable URI that provides the information. For example, "Style1" in the diagram below might actually have the URI "http://www.example.com/styles/annotations.css". It MAY be embedded within the Annotation using the inline constructions described in Embedding Resources."@en
oa:CssStylerdfs:isDefinedByoa:Open Annotation Data Model
oa:CssStylerdfs:label"CssStyle"@en
oa:CssStylerdfs:subClassOfoa:Style
oa:CssStylerdf:typeowl:Class
oa:DataPositionSelectorrdfs:comment"A Selector which describes a range of data based on its start and end positions within the byte stream of the representation. Each DataPositionSelector MUST have exactly 1 oa:start property. Each TextPositionSelector MUST have exactly 1 oa:end property. See oa:TextPositionSelector for selection at normalized character level rather than bytestream level."@en
oa:DataPositionSelectorrdfs:isDefinedByoa:Open Annotation Data Model
oa:DataPositionSelectorrdfs:label"DataPositionSelector"@en
oa:DataPositionSelectorrdfs:subClassOfoa:Selector
oa:DataPositionSelectorrdf:typeowl:Class
oa:FragmentSelectorrdfs:comment"A Selector which describes the segment of interest in a representation, through the use of the fragment identifier component of a URI. It is RECOMMENDED to use oa:FragmentSelector as the selector on a Specific Resource rather than annotating the fragment URI directly, in order to improve discoverability of annotation on the Source. The oa:FragmentSelector MUST have exactly 1 rdf:value property, containing the fragment identifier component of a URI that describes the segment of interest in the resource, excluding the initial "#". The Fragment Selector SHOULD have a dcterms:conformsTo relationship with the object being the specification that defines the syntax of the fragment, for instance <http://tools.ietf.org/rfc/rfc3236> for HTML fragments. "@en
oa:FragmentSelectorrdfs:isDefinedByoa:Open Annotation Data Model
oa:FragmentSelectorrdfs:label"FragmentSelector"@en
oa:FragmentSelectorrdfs:subClassOfoa:Selector
oa:FragmentSelectorrdf:typeowl:Class
oa:HttpRequestStaterdfs:comment"A resource which describes how to retrieve an appropriate representation of the Source resource for the Annotation, based on the HTTP Request headers to send to the server. There MUST be exactly 1 rdf:value property per HttpRequestState, containing HTTP request headers as a single, complete string, exactly as they would appear in an HTTP request. "@en
oa:HttpRequestStaterdfs:isDefinedByoa:Open Annotation Data Model
oa:HttpRequestStaterdfs:label"HttpRequestState"@en
oa:HttpRequestStaterdfs:subClassOfoa:State
oa:HttpRequestStaterdf:typeowl:Class
oa:Listrdfs:comment"A multiplicity construct that conveys to a consuming application that all of the constituent resources are required for the Annotation to be correctly interpreted, and in a particular order. oa:List can be used as the object of the object of the oa:hasBody, oa:hasTarget, oa:hasSelector, oa:hasState, oa:styledBy and oa:hasScope relationships, There MUST be 2 or more oa:item relationships for each oa:List, with their order defined using the rdf:List construct of rdf:first/rdf:rest/rdf:nil. All the elements of the list should also be declared using oa:item, and each of the oa:items should appear at least once in the list."@en
oa:Listrdfs:isDefinedByoa:Open Annotation Data Model
oa:Listrdfs:label"List"@en
oa:Listrdfs:subClassOfoa:Composite
oa:Listrdf:typeowl:Class
oa:Motivationrdfs:comment"The Motivation for creating an Annotation, indicated with oa:motivatedBy, is a reason for its creation, and might include things like oa:replying to another annotation, oa:commenting on a resource, or oa:linking to a related resource. Each Annotation SHOULD have at least one oa:motivatedBy relationship to an instance of oa:Motivation, which is a subClass of skos:Concept."@en
oa:Motivationrdfs:isDefinedByoa:Open Annotation Data Model
oa:Motivationrdfs:label"Motivation"@en
oa:Motivationrdfs:subClassOfscos:Concept
oa:Motivationrdf:typeowl:Class
oa:Open Annotation Data Modeldc:Contributor"Stian Soiland-Reyes"@en
oa:Open Annotation Data Modeldc:Creator"Herbert Van de Sompel"@vls
oa:Open Annotation Data Modeldc:Creator"Paolo Ciccarese"@it
oa:Open Annotation Data Modeldc:Creator"Robert Sanderson"@en
oa:Open Annotation Data Modeldcterms:Date Modified"2013-02-22T21:40:51+01:00"^^xsd:dateTime
oa:Open Annotation Data Modeldc:Description"The Open Annotation Core Data Model specifies an interoperable framework for creating associations between related resources, annotations, using a methodology that conforms to the Architecture of the World Wide Web. Open Annotations can easily be shared between platforms, with sufficient richness of expression to satisfy complex requirements while remaining simple enough to also allow for the most common use cases, such as attaching a piece of text to a single web resource. An Annotation is considered to be a set of connected resources, typically including a body and target, where the body is somehow about the target. The full model supports additional functionality, enabling semantic annotations, embedding content, selecting segments of resources, choosing the appropriate representation of a resource and providing styling hints for consuming clients."@en
oa:Open Annotation Data Modeldc:Title"Open Annotation Data Model"@en
oa:Open Annotation Data Modelrdfs:comment"The Open Annotation Core Data Model specifies an interoperable framework for creating associations between related resources, annotations, using a methodology that conforms to the Architecture of the World Wide Web. This ontology is a non-normative OWL formalization of the textual OA specification at http://www.openannotation.org/spec/core/20130208/index.html Note that OWL imports are disabled in the published version in order to reduce external implications, improve OWL 2 Profile conformity and increase interoperability. Some OWL tools might thus misleadingly show this ontology as (re)defining properties like skos:prefLabel."@en
oa:Open Annotation Data Modelrdfs:seeAlso?:index.html
oa:Open Annotation Data Modelrdf:typeowl:Ontology
oa:Open Annotation Data Modelowl:versionIRI?:oa.owl
oa:Open Annotation Data Modelowl:versionInfo"0.9.20130208"
oa:Selectorrdfs:comment"A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. This class is not used directly in Annotations, only its subclasses are. The nature of the Selector will be dependent on the type of the representation for which the segment is conveyed. The specific type of selector should be indicated using a subclass of oa:Selector. The Specifier's description MAY be conveyed as an external or embedded resource (cnt:Content), or as RDF properties within the graph. The description SHOULD use existing standards whenever possible. If the Specifier has an HTTP URI, then its description, and only its description, MUST be returned when the URI is dereferenced."@en
oa:Selectorrdfs:isDefinedByoa:Open Annotation Data Model
oa:Selectorrdfs:label"Selector"@en
oa:Selectorrdf:typeowl:Class
oa:SemanticTagrdfs:comment"A class assigned to the Body when it is a semantic tagging resource; a URI that identifies a concept, rather than an embedded string, frequently a term from a controlled vocabulary. It is NOT RECOMMENDED to use the URI of a document as a Semantic Tag, as it might also be used as a regular Body in other Annotations which would inherit the oa:SemanticTag class assignment. Instead it is more appropriate to create a new URI and link it to the document, using the foaf:page predicate."@en
oa:SemanticTagrdfs:isDefinedByoa:Open Annotation Data Model
oa:SemanticTagrdfs:label"SemanticTag"@en
oa:SemanticTagrdfs:subClassOfoa:Tag
oa:SemanticTagrdf:typeowl:Class
oa:SpecificResourcerdfs:comment"A resource identifies part of another Source resource, a particular representation of a resource, a resource with styling hints for renders, or any combination of these. The Specific Resource takes the role of oa:hasBody or oa:hasTarget in an oa:Annotation instead of the Source resource. There MUST be exactly 1 oa:hasSource relationship associated with a Specific Resource. There MUST be exactly 0 or 1 oa:hasSelector relationship associated with a Specific Resource. There MAY be 0 or 1 oa:hasState relationship for each Specific Resource. If the Specific Resource has an HTTP URI, then the exact segment of the Source resource that it identifies, and only the segment, MUST be returned when the URI is dereferenced. For example, if the segment of interest is a region of an image and the Specific Resource has an HTTP URI, then dereferencing it MUST return the selected region of the image as it was at the time when the annotation was created. Typically this would be a burden to support, and thus the Specific Resource SHOULD be identified by a globally unique URI, such as a UUID URN. If it is not considered important to allow other Annotations or systems to refer to the Specific Resource, then a blank node MAY be used instead."@en
oa:SpecificResourcerdfs:isDefinedByoa:Open Annotation Data Model
oa:SpecificResourcerdfs:label"SpecificResource"@en
oa:SpecificResourcerdf:typeowl:Class
oa:Staterdfs:comment"A resource which describes how to retrieve an appropriate representation of the Source resource, indicated with oa:hasState from the Specific Resource. This class is not used directly in Annotations, only its subclasses are. The Specifier's description MAY be conveyed as an external or embedded resource (cnt:Content), or as RDF properties within the graph. The description SHOULD use existing standards whenever possible. If the Specifier has an HTTP URI, then its description, and only its description, MUST be returned when the URI is dereferenced."@en
oa:Staterdfs:isDefinedByoa:Open Annotation Data Model
oa:Staterdfs:label"State"@en
oa:Staterdf:typeowl:Class
oa:Stylerdfs:comment"A resource which describes the style in which the selection or resource should be rendered, indicated with oa:styledBy from an oa:Annotation. This class is not used directly in Annotations, only its subclasses are. The content of the resource provides the rendering hints about the Annotation's constituent resources. The Specifier's description MAY be conveyed as an external or embedded resource (cnt:Content), or as RDF properties within the graph. The description SHOULD use existing standards whenever possible. If the Specifier has an HTTP URI, then its description, and only its description, MUST be returned when the URI is dereferenced."@en
oa:Stylerdfs:isDefinedByoa:Open Annotation Data Model
oa:Stylerdfs:label"Style"@en
oa:Stylerdf:typeowl:Class
oa:SvgSelectorrdfs:comment"A Selector which selects an area specified as an SVG shape. The SVG document should either be retrievable by resolving the URI of this resource, or be included as an Embedded Resource using cnt:Content. It is RECOMMENDED that the document contain only a single shape element and that element SHOULD be one of: path, rect, circle, ellipse, polyline, polygon or g. The g element SHOULD ONLY be used to construct a multi-element group, for example to define a donut shape requiring an outer circle and a clipped inner circle. The dimensions of both the shape and the SVG canvas MUST be relative to the dimensions of the Source resource. For example, given an image which is 600 pixels by 400 pixels, and the desired section is a circle of 100 pixel radius at the center of the image, then the SVG element would be: <circle cx="300" cy="200" r="100"/> It is NOT RECOMMENDED to include style information within the SVG element, nor Javascript, animation, text or other non shape oriented information. Clients SHOULD ignore such information if present."@en
oa:SvgSelectorrdfs:isDefinedByoa:Open Annotation Data Model
oa:SvgSelectorrdfs:label"SvgSelector"@en
oa:SvgSelectorrdfs:subClassOfoa:Selector
oa:SvgSelectorrdf:typeowl:Class
oa:Tagrdfs:comment"A class assigned to the Body when it is a tag, such as a embedded text string with cnt:chars. Tags are typically keywords or labels, and used for organization, description or discovery of the resource being tagged. In the Semantic Web, URIs are used instead of strings to avoid the issue of polysemy where one word has multiple meanings, such usage MUST be indicated using the subclass oa:SemanticTag. Annotations that tag resources, either with text or semantic tags, SHOULD also have the oa:tagging motivation to make the reason for the Annotation more clear to applications, and MAY have other motivations as well."@en
oa:Tagrdfs:isDefinedByoa:Open Annotation Data Model
oa:Tagrdfs:label"Tag"@en
oa:Tagrdf:typeowl:Class
oa:TextPositionSelectorrdfs:comment"An oa:Selector which describes a range of text based on its start and end positions. The text MUST be normalized before counting characters. For a Selector that works from the bitstream rather than the rendered characters, see oa:DataPositionSelector. Each oa:TextPositionSelector MUST have exactly 1 oa:start property. Each oa:TextPositionSelector MUST have exactly 1 oa:end property."@en
oa:TextPositionSelectorrdfs:isDefinedByoa:Open Annotation Data Model
oa:TextPositionSelectorrdfs:label"TextPositionSelector"@en
oa:TextPositionSelectorrdfs:subClassOfoa:Selector
oa:TextPositionSelectorrdf:typeowl:Class
oa:TextQuoteSelectorrdfs:comment"A Selector that describes a textual segment by means of quoting it, plus passages before or after it. For example, if the document were "abcdefghijklmnopqrstuvwxyz", one could select "efg" by a oa:prefix of "abcd", the quotation of oa:exact "efg" and a oa:suffix of "hijk". The text MUST be normalized before recording. Each TextQuoteSelector MUST have exactly 1 oa:exact property. Each TextQuoteSelector SHOULD have exactly 1 oa:prefix property, and MUST NOT have more than 1. Each TextQuoteSelector SHOULD have exactly 1 oa:suffix property, and MUST NOT have more than 1."@en
oa:TextQuoteSelectorrdfs:isDefinedByoa:Open Annotation Data Model
oa:TextQuoteSelectorrdfs:label"TextQuoteSelector"@en
oa:TextQuoteSelectorrdfs:subClassOfoa:Selector
oa:TextQuoteSelectorrdf:typeowl:Class
oa:TimeStaterdfs:comment"A resource which describes how to retrieve a representation of the Source resource that is temporally appropriate for the Annotation. There MUST be at least one of oa:cachedSource or oa:when specified. If there is more than 1, each gives an alternative copy of the representation."@en
oa:TimeStaterdfs:isDefinedByoa:Open Annotation Data Model
oa:TimeStaterdfs:label"TimeState"@en
oa:TimeStaterdfs:subClassOfoa:State
oa:TimeStaterdf:typeowl:Class
oa:annotatedAtrdfs:comment"The time at which the Annotation was created. There SHOULD be exactly 1 oa:annotatedAt property per Annotation, and MUST NOT be more than 1. The datetime MUST be expressed in the xsd:dateTime format, and SHOULD have a timezone specified."@en
oa:annotatedAtrdfs:domainoa:Annotation
oa:annotatedAtrdfs:isDefinedByoa:Open Annotation Data Model
oa:annotatedAtrdfs:label"annotatedAt"@en
oa:annotatedAtrdfs:rangexsd:dateTimeStamp
oa:annotatedAtrdf:typeowl:DatatypeProperty
oa:annotatedByrdfs:comment"The object of the relationship is a resource that identifies the agent responsible for creating the Annotation. This may be either a human or software agent. There SHOULD be exactly 1 oa:annotatedBy relationship per Annotation, but MAY be 0 or more than 1, as the Annotation may be anonymous, or multiple agents may have worked together on it. It is RECOMMENDED to use these and other FOAF terms to describe agents: foaf:Person, prov:SoftwareAgent, foaf:Organization, foaf:name, foaf:mbox, foaf:openid, foaf:homepage"@en
oa:annotatedByrdfs:domainoa:Annotation
oa:annotatedByrdfs:isDefinedByoa:Open Annotation Data Model
oa:annotatedByrdfs:label"annotatedBy"@en
oa:annotatedByrdfs:subPropertyOfprov:wasAttributedTo
oa:annotatedByrdf:typeowl:ObjectProperty
oa:bookmarkingrdfs:comment"The motivation that represents the creation of a bookmark to the target resources or recorded point or points within one or more resources. For example, an Annotation that bookmarks the point in a text where the reader finished reading. Bookmark Annotations may or may not have a Body resource."@en
oa:bookmarkingscos:is in schemeoa:motivationScheme
oa:bookmarkingscos:preferred label"bookmarking"@en
oa:bookmarkingrdf:typeoa:Motivation
oa:bookmarkingrdf:typeowl:NamedIndividual
oa:cachedSourcerdfs:comment"A link to a copy of the Source resource's representation appropriate for the Annotation, typically a copy of the original at the time that the Annotation was created"@en
oa:cachedSourcerdfs:domainoa:TimeState
oa:cachedSourcerdfs:isDefinedByoa:Open Annotation Data Model
oa:cachedSourcerdfs:label"cachedSource"@en
oa:cachedSourcerdf:typeowl:ObjectProperty
oa:classifyingrdfs:comment"The motivation that represents the assignment of a classification type, typically from a controlled vocabulary, to the target resource(s). For example to classify an Image resource as a Portrait."@en
oa:classifyingscos:is in schemeoa:motivationScheme
oa:classifyingscos:preferred label"classifying"@en
oa:classifyingrdf:typeoa:Motivation
oa:classifyingrdf:typeowl:NamedIndividual
oa:commentingrdfs:comment"The motivation that represents a commentary about or review of the target resource(s). For example to provide a commentary about a particular PDF."@en
oa:commentingscos:is in schemeoa:motivationScheme
oa:commentingscos:preferred label"commenting"@en
oa:commentingrdf:typeoa:Motivation
oa:commentingrdf:typeowl:NamedIndividual
oa:defaultrdfs:comment"The constituent resource of a oa:Choice to use as a default option, if there is no other means to determine which would be most appropriate. There SHOULD be exactly 1 default relationship for each Choice."@en
oa:defaultrdfs:domainoa:Choice
oa:defaultrdfs:isDefinedByoa:Open Annotation Data Model
oa:defaultrdfs:label"default"@en
oa:defaultrdfs:subPropertyOfoa:item
oa:defaultrdf:typeowl:ObjectProperty
oa:describingrdfs:comment"The motivation that represents a description of the target resource(s), as opposed to a comment about them. For example describing the above PDF's contents, rather than commenting on their accuracy."@en
oa:describingscos:is in schemeoa:motivationScheme
oa:describingscos:preferred label"describing"@en
oa:describingrdf:typeoa:Motivation
oa:describingrdf:typeowl:NamedIndividual
oa:editingrdfs:comment"The motivation that represents a request for a modification or edit to the target resource. For example, an Annotation that requests a typo to be corrected."@en
oa:editingscos:is in schemeoa:motivationScheme
oa:editingscos:preferred label"editing"@en
oa:editingrdf:typeoa:Motivation
oa:editingrdf:typeowl:NamedIndividual
oa:endrdfs:comment"The end position of the segment of text or bytes. The first character/byte in the full text/stream is position 0. The character/byte indicated at position oa:end is NOT included within the selected segment. See oa:DataPositionSelector and oa:oa:TextPositionSelector."@en
oa:endrdfs:domainoa:Selector
oa:endrdfs:isDefinedByoa:Open Annotation Data Model
oa:endrdfs:label"end"@en
oa:endrdfs:rangexsd:nonNegativeInteger
oa:endrdf:typeowl:DatatypeProperty
oa:equivalentTordfs:comment"The subject and object resources of the oa:equivalentTo relationship represent the same resource, but potentially have different metadata such as oa:serializedBy, oa:serializedAt and serialization format. oa:equivalentTo is a symmetrical and transitive relationship; if A oa:equivalentTo B, then it is also true that B oa:equivalent A; and that if B oa:equivalentTo C, then it is also true that A oa:equivalentTo C. The Annotation MAY include 0 or more instances of the oa:equivalentTo relationship between copies of the Annotation or other resources, and SHOULD include as many as are available. If a system publishes an embedded resource (a cnt:Content) at a new HTTP URI, then it SHOULD express the oa:equivalentTo relationship between the resource's URN and the new URI from which it is available."@en
oa:equivalentTordfs:isDefinedByoa:Open Annotation Data Model
oa:equivalentTordfs:label"equivalentTo"@en
oa:equivalentTordfs:subPropertyOfprov:alternateOf
oa:equivalentTordf:typeowl:ObjectProperty
oa:exactrdfs:comment"A copy of the text which is being selected, after normalization. See oa:TextQuoteSelector."@en
oa:exactrdfs:domainoa:Selector
oa:exactrdfs:isDefinedByoa:Open Annotation Data Model
oa:exactrdfs:label"exact"@en
oa:exactrdf:typeowl:DatatypeProperty
oa:hasBodyrdfs:comment"The relationship between oa:Annotation and body. The body is somehow "about" the oa:hasTarget of the annotation. The Body may be of any media type, and contain any type of content. The Body SHOULD be identified by HTTP URIs unless they are embedded within the Annotation. Embedded bodies SHOULD be instances of cnt:ContentAsText and embed their content with cnt:chars. They SHOULD declare their media type with dc:format, and MAY indicate their language using dc:language and a RFC-3066 language tag. There is no OA class provided for "Body" as a body might be a target of a different annotation. However, there SHOULD be 1 or more content-based classes associated with the body resources of an Annotation, and the dctypes: vocabulary is recommended for this purpose, for instance dctypes:Text to declare textual content."@en
oa:hasBodyrdfs:domainoa:Annotation
oa:hasBodyrdfs:isDefinedByoa:Open Annotation Data Model
oa:hasBodyrdfs:label"hasBody"@en
oa:hasBodyrdf:typeowl:ObjectProperty
oa:hasScoperdfs:comment"The relationship between a Specific Resource and the resource that provides the scope or context for it in this Annotation. There MAY be 0 or more hasScope relationships for each Specific Resource."@en
oa:hasScoperdfs:domainoa:SpecificResource
oa:hasScoperdfs:isDefinedByoa:Open Annotation Data Model
oa:hasScoperdfs:label"hasScope"@en
oa:hasScoperdf:typeowl:ObjectProperty
oa:hasSelectorrdfs:comment"The relationship between a oa:SpecificResource and a oa:Selector. There MUST be exactly 0 or 1 oa:hasSelector relationship associated with a Specific Resource. If multiple Selectors are required, either to express a choice between different optional, equivalent selectors, or a chain of selectors that should all be processed, it is necessary to use oa:Choice, oa:Composite or oa:List as a selector."@en
oa:hasSelectorrdfs:domainoa:SpecificResource
oa:hasSelectorrdfs:isDefinedByoa:Open Annotation Data Model
oa:hasSelectorrdfs:label"hasSelector"@en
oa:hasSelectorrdfs:rangeoa:Selector
oa:hasSelectorrdf:typeowl:ObjectProperty
oa:hasSourcerdfs:comment"The relationship between a oa:SpecificResource and the resource that it is a more specific representation of. There MUST be exactly 1 oa:hasSource relationship associated with a Specific Resource."@en
oa:hasSourcerdfs:domainoa:SpecificResource
oa:hasSourcerdfs:isDefinedByoa:Open Annotation Data Model
oa:hasSourcerdfs:label"hasSource"@en
oa:hasSourcerdf:typeowl:ObjectProperty
oa:hasStaterdfs:comment"The relationship between a oa:SpecificResource and a oa:State resource. There MAY be 0 or 1 oa:hasState relationship for each SpecificResource. If there are multiple State resources that must be associated with the specific resource, then the use of the Multiplicity Constructs oa:Choice, oa:Composite or oa:List is RECOMMENDED."@en
oa:hasStaterdfs:domainoa:SpecificResource
oa:hasStaterdfs:isDefinedByoa:Open Annotation Data Model
oa:hasStaterdfs:label"hasState"@en
oa:hasStaterdfs:rangeoa:State
oa:hasStaterdf:typeowl:ObjectProperty
oa:hasTargetrdfs:comment"The relationship between oa:Annotation and target. The target resource is what the oa:hasBody is somewhat "about". The target may be of any media type, and contain any type of content. The target SHOULD be identified by HTTP URIs unless they are embedded within the Annotation. Embedded targets SHOULD be instances of cnt:ContentAsText and embed their content with cnt:chars. They SHOULD declare their media type with dc:format, and MAY indicate their language using dc:language and a RFC-3066 language tag. There is no OA class provided for "Target" as a target might be a body in a different annotation. However, there SHOULD be 1 or more content-based classes associated with the target resources of an Annotation, and the dctypes: vocabulary is recommended for this purpose, for instance dctypes:Text to declare textual content."@en
oa:hasTargetrdfs:domainoa:Annotation
oa:hasTargetrdfs:isDefinedByoa:Open Annotation Data Model
oa:hasTargetrdfs:label"hasTarget"@en
oa:hasTargetrdf:typeowl:ObjectProperty
oa:highlightingrdfs:comment"The motivation that represents a highlighted section of the target resource or segment. For example to draw attention to the selected text that the annotator disagrees with. A Highlight may or may not have a Body resource"@en
oa:highlightingscos:is in schemeoa:motivationScheme
oa:highlightingscos:preferred label"highlighting"@en
oa:highlightingrdf:typeoa:Motivation
oa:highlightingrdf:typeowl:NamedIndividual
oa:identifyingrdfs:comment"The motivation that represents the assignment of an identity to the target resource(s). For example, annotating the name of a city in a string of text with the URI that identifies it."@en
oa:identifyingscos:is in schemeoa:motivationScheme
oa:identifyingscos:preferred label"identifying"@en
oa:identifyingrdf:typeoa:Motivation
oa:identifyingrdf:typeowl:NamedIndividual
oa:itemrdfs:comment"The relationship between a multiplicity construct node and its constituent resources. There MUST be 1 or more item relationships for each multiplicity construct oa:Choice, oa:Composite and oa:List."@en
oa:itemrdfs:isDefinedByoa:Open Annotation Data Model
oa:itemrdfs:label"item"@en
oa:itemrdfs:subPropertyOfrdfs:member
oa:itemrdf:typeowl:ObjectProperty
oa:linkingrdfs:comment"The motivation that represents an untyped link to a resource related to the target."@en
oa:linkingscos:is in schemeoa:motivationScheme
oa:linkingscos:preferred label"linking"@en
oa:linkingrdf:typeoa:Motivation
oa:linkingrdf:typeowl:NamedIndividual
oa:moderatingrdfs:comment"The motivation that represents an assignment of value or quality to the target resource(s). For example annotating an Annotation to moderate it up in a trust network or threaded discussion."@en
oa:moderatingscos:is in schemeoa:motivationScheme
oa:moderatingscos:preferred label"moderating"@en
oa:moderatingrdf:typeoa:Motivation
oa:moderatingrdf:typeowl:NamedIndividual
oa:motivatedByrdfs:comment"The relationship between an Annotation and a Motivation, indicating the reasons why the Annotation was created. Each Annotation SHOULD have at least one oa:motivatedBy relationship, and MAY be more than 1."@en
oa:motivatedByrdfs:domainoa:Annotation
oa:motivatedByrdfs:isDefinedByoa:Open Annotation Data Model
oa:motivatedByrdfs:label"motivatedBy"@en
oa:motivatedByrdfs:rangeoa:Motivation
oa:motivatedByrdf:typeowl:ObjectProperty
oa:motivationSchemerdfs:comment"The concept scheme for Open Annotation Motivations"@en
oa:motivationSchemerdfs:label"motivationScheme"@en
oa:motivationSchemerdf:typescos:Concept Scheme
oa:motivationSchemerdf:typeowl:NamedIndividual
oa:prefixrdfs:comment"A snippet of text that occurs immediately before the text which is being selected. See oa:TextQuoteSelector."@en
oa:prefixrdfs:domainoa:Selector
oa:prefixrdfs:isDefinedByoa:Open Annotation Data Model
oa:prefixrdfs:label"prefix"@en
oa:prefixrdf:typeowl:DatatypeProperty
oa:questioningrdfs:comment"The motivation that represents asking a question about the target resource(s). For example to ask for assistance with a particular section of text, or question its veracity."@en
oa:questioningscos:is in schemeoa:motivationScheme
oa:questioningscos:preferred label"questioning"@en
oa:questioningrdf:typeoa:Motivation
oa:questioningrdf:typeowl:NamedIndividual
oa:replyingrdfs:comment"The motivation that represents a reply to a previous statement, either an Annotation or another resource. For example providing the assistance requested in the above."@en
oa:replyingscos:is in schemeoa:motivationScheme
oa:replyingscos:preferred label"replying"@en
oa:replyingrdf:typeoa:Motivation
oa:replyingrdf:typeowl:NamedIndividual
oa:serializedAtrdfs:comment"The time at which the agent referenced by oa:serializedBy generated the first serialization of the Annotation, and any subsequent substantially different one. The annotation graph MUST have changed for this property to be updated, and as such represents the last modified datestamp for the Annotation. This might be used to determine if it should be re-imported into a triplestore when discovered. There MAY be exactly 1 oa:serializedAt property per Annotation, and MUST NOT be more than 1. The datetime MUST be expressed in the xsd:dateTime format, and SHOULD have a timezone specified."@en
oa:serializedAtrdfs:domainoa:Annotation
oa:serializedAtrdfs:isDefinedByoa:Open Annotation Data Model
oa:serializedAtrdfs:label"serializedAt"@en
oa:serializedAtrdfs:rangexsd:dateTimeStamp
oa:serializedAtrdf:typeowl:DatatypeProperty
oa:serializedByrdfs:comment"The object of the relationship is the agent, likely software, responsible for generating the serialization of the Annotation's serialization. It is RECOMMENDED to use these and other FOAF terms to describe agents: foaf:Person, prov:SoftwareAgent, foaf:Organization, foaf:name, foaf:mbox, foaf:openid, foaf:homepage There MAY be 0 or more oa:serializedBy relationships per Annotation."@en
oa:serializedByrdfs:domainoa:Annotation
oa:serializedByrdfs:isDefinedByoa:Open Annotation Data Model
oa:serializedByrdfs:label"serializedBy"@en
oa:serializedByrdfs:subPropertyOfprov:wasAttributedTo
oa:serializedByrdf:typeowl:ObjectProperty
oa:startrdfs:comment"The starting position of the segment of text or bytes. The first character/byte in the full text/stream is position 0. The character/byte indicated at position oa:start is included within the selected segment. See oa:DataPositionSelector and oa:TextPositionSelector."@en
oa:startrdfs:domainoa:Selector
oa:startrdfs:isDefinedByoa:Open Annotation Data Model
oa:startrdfs:label"start"@en
oa:startrdfs:rangexsd:nonNegativeInteger
oa:startrdf:typeowl:DatatypeProperty
oa:styleClassrdfs:comment"The string name of the class used in the CSS description that should be applied to the Specific Resource. There MAY be 0 or more styleClass properties on a Specific Resource. See oa:CssStyle."@en
oa:styleClassrdfs:domainoa:SpecificResource
oa:styleClassrdfs:isDefinedByoa:Open Annotation Data Model
oa:styleClassrdfs:label"styleClass"@en
oa:styleClassrdf:typeowl:DatatypeProperty
oa:styledByrdfs:comment"The relationship between a oa:Annotation and a oa:Style. There MAY be 0 or 1 styledBy relationships for each Annotation. If there are multiple Style resources that must be associated with the Annotation, then the use of the Multiplicity Constructs oa:Choice, oa:Composite or oa:List is RECOMMENDED."@en
oa:styledByrdfs:domainoa:Annotation
oa:styledByrdfs:isDefinedByoa:Open Annotation Data Model
oa:styledByrdfs:label"styledBy"@en
oa:styledByrdfs:rangeoa:Style
oa:styledByrdf:typeowl:ObjectProperty
oa:suffixrdfs:comment"The snippet of text that occurs immediately after the text which is being selected. See oa:TextQuoteSelector."@en
oa:suffixrdfs:domainoa:Selector
oa:suffixrdfs:isDefinedByoa:Open Annotation Data Model
oa:suffixrdfs:label"suffix"@en
oa:suffixrdf:typeowl:DatatypeProperty
oa:taggingrdfs:comment"The motivation that represents adding a Tag on the target resource(s). One or more of the bodies of the annotation should be typed as a oa:Tag or oa:SemanticTag."@en
oa:taggingscos:is in schemeoa:motivationScheme
oa:taggingscos:preferred label"tagging"@en
oa:taggingrdf:typeoa:Motivation
oa:taggingrdf:typeowl:NamedIndividual
oa:whenrdfs:comment"The timestamp at which the Source resource should be interpreted for the Annotation, typically the time that the Annotation was created."@en
oa:whenrdfs:domainoa:TimeState
oa:whenrdfs:isDefinedByoa:Open Annotation Data Model
oa:whenrdfs:label"when"@en
oa:whenrdfs:rangexsd:dateTimeStamp
oa:whenrdf:typeowl:DatatypeProperty