├── Editing-Howto.md ├── LICENSE.md ├── README.md ├── admin ├── AnnoRecsPublished-BlogEntry.html ├── CRTransitionAdmin │ ├── 2nd CR PublicationRequest.md │ ├── 3rd CR PublicationRequest.md │ ├── 3rd CRTransitionRequest.md │ ├── CR AC Announcement.md │ ├── CR HPN News.md │ ├── CR Protocol AC Announcement.md │ ├── CR Protocol HPN News.md │ ├── CR Protocol PublicationRequest.md │ ├── CR PublicationRequest.md │ └── CRTransitionRequest.md ├── PRTransitionAdmin │ ├── PR HPN News.md │ ├── PR PublicationRequest.md │ ├── PRAnnouncementDraftAC.txt │ └── PRTransitionRequest.md ├── RecTransitionAdmin │ ├── NoteTransRequest.md │ ├── RECHPNNews.md │ ├── RecAnnouncementDraftAC.txt │ └── RecPublicationRequest.md ├── TR │ ├── annotation-html │ │ ├── Overview.html │ │ ├── annotation-html.epub │ │ ├── images │ │ │ └── intro_model.png │ │ └── orcid_logo.png │ ├── annotation-model │ │ ├── Overview.html │ │ ├── annotation-model.epub │ │ ├── diff.html │ │ ├── images │ │ │ ├── .keep │ │ │ └── intro_model.png │ │ └── orcid_logo.png │ ├── annotation-protocol │ │ ├── .keep │ │ ├── Overview.html │ │ ├── annotation-protocol.epub │ │ ├── diff.html │ │ └── orcid_logo.png │ ├── annotation-vocab │ │ ├── Overview.html │ │ ├── annotation-vocab.epub │ │ ├── diff.html │ │ ├── images │ │ │ ├── examples │ │ │ │ ├── .keep │ │ │ │ ├── annotation.png │ │ │ │ ├── annotation.svg │ │ │ │ ├── as_application.png │ │ │ │ ├── as_generator.png │ │ │ │ ├── as_orderedCollection.png │ │ │ │ ├── as_orderedCollectionPage.png │ │ │ │ ├── as_prev.png │ │ │ │ ├── assessing.png │ │ │ │ ├── autoDirection.png │ │ │ │ ├── bodyValue.png │ │ │ │ ├── bookmarking.png │ │ │ │ ├── cachedSource.png │ │ │ │ ├── canonical.png │ │ │ │ ├── choice.png │ │ │ │ ├── choice.svg │ │ │ │ ├── classifying.png │ │ │ │ ├── commenting.png │ │ │ │ ├── composite.png │ │ │ │ ├── cssSelector.png │ │ │ │ ├── cssStyle.png │ │ │ │ ├── dataPositionSelector.png │ │ │ │ ├── dc_format.png │ │ │ │ ├── dc_language.png │ │ │ │ ├── dcterms_conformsTo.png │ │ │ │ ├── dcterms_created.png │ │ │ │ ├── dcterms_creator.png │ │ │ │ ├── dcterms_issued.png │ │ │ │ ├── dcterms_modified.png │ │ │ │ ├── dcterms_rights.png │ │ │ │ ├── dctypes_dataset.png │ │ │ │ ├── dctypes_movingImage.png │ │ │ │ ├── dctypes_sound.png │ │ │ │ ├── dctypes_stillImage.png │ │ │ │ ├── dctypes_text.png │ │ │ │ ├── describing.png │ │ │ │ ├── direction.png │ │ │ │ ├── editing.png │ │ │ │ ├── end.png │ │ │ │ ├── exact.png │ │ │ │ ├── foaf_homepage.png │ │ │ │ ├── foaf_mbox.png │ │ │ │ ├── foaf_mbox_sha1sum.png │ │ │ │ ├── foaf_name.png │ │ │ │ ├── foaf_nick.png │ │ │ │ ├── foaf_organization.png │ │ │ │ ├── foaf_person.png │ │ │ │ ├── fragmentSelector.png │ │ │ │ ├── hasBody.png │ │ │ │ ├── hasEndSelector.png │ │ │ │ ├── hasPurpose.png │ │ │ │ ├── hasScope.png │ │ │ │ ├── hasSelector.png │ │ │ │ ├── hasSource.png │ │ │ │ ├── hasStartSelector.png │ │ │ │ ├── hasState.png │ │ │ │ ├── hasTarget.png │ │ │ │ ├── highlighting.png │ │ │ │ ├── httpRequestState.png │ │ │ │ ├── identifying.png │ │ │ │ ├── independents.png │ │ │ │ ├── linking.png │ │ │ │ ├── list.png │ │ │ │ ├── ltrDirection.png │ │ │ │ ├── moderating.png │ │ │ │ ├── motivatedBy.png │ │ │ │ ├── motivation.png │ │ │ │ ├── prefix.png │ │ │ │ ├── processingLanguage.png │ │ │ │ ├── questioning.png │ │ │ │ ├── rangeSelector.png │ │ │ │ ├── rdf_type.png │ │ │ │ ├── rdf_value.png │ │ │ │ ├── refinedBy.png │ │ │ │ ├── renderedVia.png │ │ │ │ ├── replying.png │ │ │ │ ├── rtlDirection.png │ │ │ │ ├── schema_accessibilityFeature.png │ │ │ │ ├── schema_audience.png │ │ │ │ ├── schema_audience_p.png │ │ │ │ ├── sourceDate.png │ │ │ │ ├── sourceDateEnd.png │ │ │ │ ├── sourceDateStart.png │ │ │ │ ├── specificResource.png │ │ │ │ ├── start.png │ │ │ │ ├── styleClass.png │ │ │ │ ├── styledBy.png │ │ │ │ ├── suffix.png │ │ │ │ ├── svgSelector.png │ │ │ │ ├── tagging.png │ │ │ │ ├── textDirection.png │ │ │ │ ├── textPositionSelector.png │ │ │ │ ├── textQuoteSelector.png │ │ │ │ ├── textualBody.png │ │ │ │ ├── timeState.png │ │ │ │ ├── via.png │ │ │ │ └── xpathSelector.png │ │ │ └── skosmotivations.png │ │ └── orcid_logo.png │ └── selectors-states │ │ ├── Overview.html │ │ ├── orcid_logo.png │ │ └── selectors-states.epub ├── annotation │ └── 2016 │ │ ├── examples │ │ ├── json │ │ │ ├── .keep │ │ │ ├── anno1.json │ │ │ ├── anno10.json │ │ │ ├── anno11.json │ │ │ ├── anno12.json │ │ │ ├── anno13.json │ │ │ ├── anno14.json │ │ │ ├── anno15.json │ │ │ ├── anno16.json │ │ │ ├── anno17.json │ │ │ ├── anno18.json │ │ │ ├── anno19.json │ │ │ ├── anno2.json │ │ │ ├── anno20.json │ │ │ ├── anno21.json │ │ │ ├── anno22.json │ │ │ ├── anno23.json │ │ │ ├── anno24.json │ │ │ ├── anno25.json │ │ │ ├── anno26.json │ │ │ ├── anno27.json │ │ │ ├── anno28.json │ │ │ ├── anno29.json │ │ │ ├── anno3.json │ │ │ ├── anno30.json │ │ │ ├── anno31.json │ │ │ ├── anno32.json │ │ │ ├── anno33.json │ │ │ ├── anno34.json │ │ │ ├── anno35.json │ │ │ ├── anno36.json │ │ │ ├── anno37.json │ │ │ ├── anno38.json │ │ │ ├── anno39.json │ │ │ ├── anno4.json │ │ │ ├── anno40.json │ │ │ ├── anno41.json │ │ │ ├── anno5.json │ │ │ ├── anno6.json │ │ │ ├── anno7.json │ │ │ ├── anno8.json │ │ │ ├── anno9.json │ │ │ └── collection1.json │ │ └── turtle │ │ │ ├── .keep │ │ │ ├── anno1.ttl │ │ │ ├── anno10.ttl │ │ │ ├── anno11.ttl │ │ │ ├── anno12.ttl │ │ │ ├── anno13.ttl │ │ │ ├── anno14.ttl │ │ │ ├── anno15.ttl │ │ │ ├── anno16.ttl │ │ │ ├── anno17.ttl │ │ │ ├── anno18.ttl │ │ │ ├── anno19.ttl │ │ │ ├── anno2.ttl │ │ │ ├── anno20.ttl │ │ │ ├── anno21.ttl │ │ │ ├── anno22.ttl │ │ │ ├── anno23.ttl │ │ │ ├── anno24.ttl │ │ │ ├── anno25.ttl │ │ │ ├── anno26.ttl │ │ │ ├── anno27.ttl │ │ │ ├── anno28.ttl │ │ │ ├── anno29.ttl │ │ │ ├── anno3.ttl │ │ │ ├── anno30.ttl │ │ │ ├── anno31.ttl │ │ │ ├── anno32.ttl │ │ │ ├── anno33.ttl │ │ │ ├── anno34.ttl │ │ │ ├── anno35.ttl │ │ │ ├── anno36.ttl │ │ │ ├── anno37.ttl │ │ │ ├── anno38.ttl │ │ │ ├── anno39.ttl │ │ │ ├── anno4.ttl │ │ │ ├── anno40.ttl │ │ │ ├── anno41.ttl │ │ │ ├── anno42.ttl │ │ │ ├── anno43.ttl │ │ │ ├── anno44.ttl │ │ │ ├── anno45.ttl │ │ │ ├── anno46.ttl │ │ │ ├── anno47.ttl │ │ │ ├── anno48.ttl │ │ │ ├── anno49.ttl │ │ │ ├── anno5.ttl │ │ │ ├── anno50.ttl │ │ │ ├── anno51.ttl │ │ │ ├── anno52.ttl │ │ │ ├── anno53.ttl │ │ │ ├── anno54.ttl │ │ │ ├── anno55.ttl │ │ │ ├── anno56.ttl │ │ │ ├── anno57.ttl │ │ │ ├── anno58.ttl │ │ │ ├── anno59.ttl │ │ │ ├── anno6.ttl │ │ │ ├── anno60.ttl │ │ │ ├── anno61.ttl │ │ │ ├── anno62.ttl │ │ │ ├── anno63.ttl │ │ │ ├── anno64.ttl │ │ │ ├── anno65.ttl │ │ │ ├── anno66.ttl │ │ │ ├── anno67.ttl │ │ │ ├── anno68.ttl │ │ │ ├── anno69.ttl │ │ │ ├── anno7.ttl │ │ │ ├── anno70.ttl │ │ │ ├── anno71.ttl │ │ │ ├── anno72.ttl │ │ │ ├── anno73.ttl │ │ │ ├── anno74.ttl │ │ │ ├── anno75.ttl │ │ │ ├── anno76.ttl │ │ │ ├── anno77.ttl │ │ │ ├── anno78.ttl │ │ │ ├── anno79.ttl │ │ │ ├── anno8.ttl │ │ │ ├── anno80.ttl │ │ │ ├── anno81.ttl │ │ │ ├── anno82.ttl │ │ │ ├── anno83.ttl │ │ │ ├── anno84.ttl │ │ │ ├── anno85.ttl │ │ │ ├── anno86.ttl │ │ │ ├── anno87.ttl │ │ │ ├── anno88.ttl │ │ │ ├── anno89.ttl │ │ │ ├── anno9.ttl │ │ │ ├── anno90.ttl │ │ │ ├── anno91.ttl │ │ │ ├── collection1.ttl │ │ │ ├── page1.ttl │ │ │ └── page2.ttl │ │ └── frames │ │ ├── .keep │ │ ├── annotation_frame.jsonld │ │ ├── collection_frame.jsonld │ │ └── page_frame.jsonld ├── book │ ├── config.json │ ├── readme.md │ └── web-annotations.epub ├── mkcr.sh └── ns │ ├── .keep │ ├── anno.jsonld │ ├── oa.html │ ├── oa.jsonld │ ├── oa.rdf │ └── oa.ttl ├── contributing.md ├── index.html ├── jsonld ├── anno.jsonld ├── annotation_frame.jsonld ├── collection_frame.jsonld └── page_frame.jsonld ├── model ├── fpwd │ ├── check_egs.py │ ├── images │ │ ├── anno_prov.png │ │ ├── basic_anno.png │ │ ├── choice.png │ │ ├── complete_example.png │ │ ├── composite.png │ │ ├── cssstyle.png │ │ ├── dataposition.png │ │ ├── fragmentselector.png │ │ ├── fraguri.png │ │ ├── httpstate.png │ │ ├── inline_body.png │ │ ├── intro_model.png │ │ ├── language_format.png │ │ ├── list.png │ │ ├── motivations.png │ │ ├── multiple_bodyTarget.png │ │ ├── nobody.png │ │ ├── prov_agents.png │ │ ├── provmapping.png │ │ ├── resourceClass.png │ │ ├── scope.png │ │ ├── selector.png │ │ ├── simpleTextBody.png │ │ ├── skosmotivations.png │ │ ├── specificresource.png │ │ ├── state.png │ │ ├── style.png │ │ ├── svgSelector.png │ │ ├── tagging-document.png │ │ ├── tagging-text.png │ │ ├── tagging.png │ │ ├── textoffset.png │ │ ├── textposition.png │ │ ├── textquote.png │ │ └── timestate.png │ ├── index.html │ ├── nanotabs.js │ ├── static-ed.html │ └── static.html ├── wd │ ├── AnnoLevelMotive.html │ ├── README.md │ ├── RequireSpecificResource.html │ ├── check_egs.py │ ├── examples │ │ └── correct │ │ │ ├── anno1.json │ │ │ ├── anno1.ttl │ │ │ ├── anno10.json │ │ │ ├── anno10.ttl │ │ │ ├── anno11.json │ │ │ ├── anno11.ttl │ │ │ ├── anno12.json │ │ │ ├── anno12.ttl │ │ │ ├── anno13.json │ │ │ ├── anno13.ttl │ │ │ ├── anno14.json │ │ │ ├── anno14.ttl │ │ │ ├── anno15.json │ │ │ ├── anno15.ttl │ │ │ ├── anno16.json │ │ │ ├── anno16.ttl │ │ │ ├── anno17.json │ │ │ ├── anno17.ttl │ │ │ ├── anno18.json │ │ │ ├── anno18.ttl │ │ │ ├── anno19.json │ │ │ ├── anno19.ttl │ │ │ ├── anno2.json │ │ │ ├── anno2.ttl │ │ │ ├── anno20.json │ │ │ ├── anno20.ttl │ │ │ ├── anno21.json │ │ │ ├── anno21.ttl │ │ │ ├── anno22.json │ │ │ ├── anno22.ttl │ │ │ ├── anno23.json │ │ │ ├── anno23.ttl │ │ │ ├── anno24.json │ │ │ ├── anno24.ttl │ │ │ ├── anno25.json │ │ │ ├── anno25.ttl │ │ │ ├── anno26.json │ │ │ ├── anno26.ttl │ │ │ ├── anno27.json │ │ │ ├── anno27.ttl │ │ │ ├── anno28.json │ │ │ ├── anno28.ttl │ │ │ ├── anno29.json │ │ │ ├── anno29.ttl │ │ │ ├── anno3.json │ │ │ ├── anno3.ttl │ │ │ ├── anno30.json │ │ │ ├── anno30.ttl │ │ │ ├── anno31.json │ │ │ ├── anno31.ttl │ │ │ ├── anno32.json │ │ │ ├── anno32.ttl │ │ │ ├── anno4.json │ │ │ ├── anno4.ttl │ │ │ ├── anno5.json │ │ │ ├── anno5.ttl │ │ │ ├── anno6.json │ │ │ ├── anno6.ttl │ │ │ ├── anno7.json │ │ │ ├── anno7.ttl │ │ │ ├── anno8.json │ │ │ ├── anno8.ttl │ │ │ ├── anno9.json │ │ │ └── anno9.ttl │ ├── extract_egs.py │ ├── images │ │ ├── anno_creation.png │ │ ├── basic_anno.png │ │ ├── bodytarget_agents.png │ │ ├── choice.png │ │ ├── composite.png │ │ ├── creation_agents.png │ │ ├── cssstyle.png │ │ ├── cssstyle2.png │ │ ├── dataposition.png │ │ ├── fragment.png │ │ ├── fragmentselector.png │ │ ├── httpstate.png │ │ ├── inline_body.png │ │ ├── intro_model.png │ │ ├── list.png │ │ ├── metadata.png │ │ ├── motivations.png │ │ ├── multiple_bt.png │ │ ├── nobody.png │ │ ├── resourceClass.png │ │ ├── scope.png │ │ ├── selector.png │ │ ├── simpleTextBody.png │ │ ├── skosmotivations.png │ │ ├── specificresource.png │ │ ├── state.png │ │ ├── svgSelector.png │ │ ├── svgSelector2.png │ │ ├── tagging.png │ │ ├── tagging2.png │ │ ├── textposition.png │ │ ├── textquote.png │ │ └── timestate.png │ ├── images_fpwd │ │ ├── anno_prov.png │ │ ├── basic_anno.png │ │ ├── choice.png │ │ ├── complete_example.png │ │ ├── composite.png │ │ ├── cssstyle.png │ │ ├── dataposition.png │ │ ├── fragmentselector.png │ │ ├── fraguri.png │ │ ├── httpstate.png │ │ ├── inline_body.png │ │ ├── intro_model.png │ │ ├── language_format.png │ │ ├── list.png │ │ ├── motivations.png │ │ ├── multiple_bodyTarget.png │ │ ├── nobody.png │ │ ├── prov_agents.png │ │ ├── provmapping.png │ │ ├── resourceClass.png │ │ ├── scope.png │ │ ├── selector.png │ │ ├── simpleTextBody.png │ │ ├── skosmotivations.png │ │ ├── specificresource.png │ │ ├── state.png │ │ ├── style.png │ │ ├── svgSelector.png │ │ ├── tagging-document.png │ │ ├── tagging-text.png │ │ ├── tagging.png │ │ ├── textoffset.png │ │ ├── textposition.png │ │ ├── textquote.png │ │ └── timestate.png │ ├── index-nametemplate.html │ ├── index-respec.html │ ├── index.html │ ├── nanotabs.js │ ├── rename_names.py │ ├── requirements.txt │ ├── respec-w3c-common.js │ └── roles.html └── wd2 │ ├── EDIT_ONLY_-NAMETEMPLATE │ ├── README.md │ ├── check_egs.py │ ├── examples │ ├── correct │ │ ├── anno1.json │ │ ├── anno10.json │ │ ├── anno11.json │ │ ├── anno12.json │ │ ├── anno13.json │ │ ├── anno14.json │ │ ├── anno15.json │ │ ├── anno16.json │ │ ├── anno17.json │ │ ├── anno18.json │ │ ├── anno19.json │ │ ├── anno2.json │ │ ├── anno20.json │ │ ├── anno21.json │ │ ├── anno22.json │ │ ├── anno23.json │ │ ├── anno24.json │ │ ├── anno25.json │ │ ├── anno26.json │ │ ├── anno27.json │ │ ├── anno28.json │ │ ├── anno29.json │ │ ├── anno3.json │ │ ├── anno30.json │ │ ├── anno31.json │ │ ├── anno32.json │ │ ├── anno33.json │ │ ├── anno34.json │ │ ├── anno35.json │ │ ├── anno36.json │ │ ├── anno37.json │ │ ├── anno38.json │ │ ├── anno39.json │ │ ├── anno4.json │ │ ├── anno40.json │ │ ├── anno41.json │ │ ├── anno42.json │ │ ├── anno43.json │ │ ├── anno5.json │ │ ├── anno6.json │ │ ├── anno7.json │ │ ├── anno8.json │ │ ├── anno9.json │ │ └── collection1.json │ └── incorrect │ │ ├── anno1.json │ │ ├── anno10.json │ │ ├── anno11.json │ │ ├── anno12.json │ │ ├── anno13.json │ │ ├── anno14.json │ │ ├── anno15.json │ │ ├── anno16.json │ │ ├── anno17.json │ │ ├── anno18.json │ │ ├── anno19.json │ │ ├── anno2.json │ │ ├── anno20.json │ │ ├── anno21.json │ │ ├── anno22.json │ │ ├── anno23.json │ │ ├── anno24.json │ │ ├── anno25.json │ │ ├── anno26.json │ │ ├── anno27.json │ │ ├── anno28.json │ │ ├── anno29.json │ │ ├── anno3.json │ │ ├── anno30.json │ │ ├── anno31.json │ │ ├── anno32.json │ │ ├── anno33.json │ │ ├── anno34.json │ │ ├── anno35.json │ │ ├── anno36.json │ │ ├── anno37.json │ │ ├── anno38.json │ │ ├── anno39.json │ │ ├── anno4.json │ │ ├── anno40.json │ │ ├── anno5.json │ │ ├── anno6.json │ │ ├── anno7.json │ │ ├── anno8.json │ │ └── anno9.json │ ├── extract_egs.py │ ├── images │ ├── anno_creation.png │ ├── basic_anno.png │ ├── bodytarget_agents.png │ ├── choice.png │ ├── composite.png │ ├── creation_agents.png │ ├── cssstyle.png │ ├── cssstyle2.png │ ├── dataposition.png │ ├── fragment.png │ ├── fragmentselector.png │ ├── httpstate.png │ ├── inline_body.png │ ├── intro_model.png │ ├── list.png │ ├── metadata.png │ ├── motivations.png │ ├── multiple_bt.png │ ├── nobody.png │ ├── resourceClass.png │ ├── scope.png │ ├── selector.png │ ├── simpleTextBody.png │ ├── skosmotivations.png │ ├── specificresource.png │ ├── state.png │ ├── svgSelector.png │ ├── svgSelector2.png │ ├── tagging.png │ ├── tagging2.png │ ├── textposition.png │ ├── textquote.png │ └── timestate.png │ ├── index-nametemplate.html │ ├── index-respec.html │ ├── index.html │ ├── orcid_logo.png │ ├── rename_names.py │ └── requirements.txt ├── protocol └── wd │ ├── index-respec.html │ ├── index.html │ └── orcid_logo.png ├── respec └── builds │ ├── respec-w3c-common.build.js.map │ └── respec-w3c-common.js ├── selector-note ├── EDIT_ONLY_-NOT_HIGHLIGH ├── converter │ ├── README.md │ ├── converter.js │ ├── fragment.js │ ├── fragment.pegjs │ ├── index.html │ └── parser.js ├── highlight_turtle.py ├── index-respec.html ├── index-turtle-not-highlight.html ├── index.html └── orcid_logo.png ├── serialization-html-note ├── BlogEntry.html ├── BlogEntryAnnotatedJSON.html ├── BlogEntryAnnotatedMicrodata.html ├── BlogEntryAnnotatedRDFa.html ├── EDIT_ONLY_-NOT_HIGHLIGH ├── highlight_turtle.py ├── images │ └── intro_model.png ├── index-respec.html ├── index-turtle-not-highlight.html ├── index.html └── orcid_logo.png ├── vocab └── wd │ ├── EDIT_ONLY_-LINKTEMPLATE │ ├── diagram_source.graffle │ ├── examples │ └── correct │ │ ├── anno1.ttl │ │ ├── anno10.ttl │ │ ├── anno11.ttl │ │ ├── anno12.ttl │ │ ├── anno13.ttl │ │ ├── anno14.ttl │ │ ├── anno15.ttl │ │ ├── anno16.ttl │ │ ├── anno17.ttl │ │ ├── anno18.ttl │ │ ├── anno19.ttl │ │ ├── anno2.ttl │ │ ├── anno20.ttl │ │ ├── anno21.ttl │ │ ├── anno22.ttl │ │ ├── anno23.ttl │ │ ├── anno24.ttl │ │ ├── anno25.ttl │ │ ├── anno26.ttl │ │ ├── anno27.ttl │ │ ├── anno28.ttl │ │ ├── anno29.ttl │ │ ├── anno3.ttl │ │ ├── anno30.ttl │ │ ├── anno31.ttl │ │ ├── anno32.ttl │ │ ├── anno33.ttl │ │ ├── anno34.ttl │ │ ├── anno35.ttl │ │ ├── anno36.ttl │ │ ├── anno37.ttl │ │ ├── anno38.ttl │ │ ├── anno39.ttl │ │ ├── anno4.ttl │ │ ├── anno40.ttl │ │ ├── anno41.ttl │ │ ├── anno42.ttl │ │ ├── anno43.ttl │ │ ├── anno44.ttl │ │ ├── anno45.ttl │ │ ├── anno46.ttl │ │ ├── anno47.ttl │ │ ├── anno48.ttl │ │ ├── anno49.ttl │ │ ├── anno5.ttl │ │ ├── anno50.ttl │ │ ├── anno51.ttl │ │ ├── anno52.ttl │ │ ├── anno53.ttl │ │ ├── anno54.ttl │ │ ├── anno55.ttl │ │ ├── anno56.ttl │ │ ├── anno57.ttl │ │ ├── anno58.ttl │ │ ├── anno59.ttl │ │ ├── anno6.ttl │ │ ├── anno60.ttl │ │ ├── anno61.ttl │ │ ├── anno62.ttl │ │ ├── anno63.ttl │ │ ├── anno64.ttl │ │ ├── anno65.ttl │ │ ├── anno66.ttl │ │ ├── anno67.ttl │ │ ├── anno68.ttl │ │ ├── anno69.ttl │ │ ├── anno7.ttl │ │ ├── anno70.ttl │ │ ├── anno71.ttl │ │ ├── anno72.ttl │ │ ├── anno73.ttl │ │ ├── anno74.ttl │ │ ├── anno75.ttl │ │ ├── anno76.ttl │ │ ├── anno77.ttl │ │ ├── anno78.ttl │ │ ├── anno79.ttl │ │ ├── anno8.ttl │ │ ├── anno80.ttl │ │ ├── anno81.ttl │ │ ├── anno82.ttl │ │ ├── anno83.ttl │ │ ├── anno84.ttl │ │ ├── anno85.ttl │ │ ├── anno86.ttl │ │ ├── anno87.ttl │ │ ├── anno88.ttl │ │ ├── anno9.ttl │ │ ├── anno92.ttl │ │ ├── anno93.ttl │ │ ├── anno94.ttl │ │ ├── collection1.ttl │ │ ├── page1.ttl │ │ └── page2.ttl │ ├── images │ ├── examples │ │ ├── annotation.png │ │ ├── annotation.svg │ │ ├── as_application.png │ │ ├── as_generator.png │ │ ├── as_orderedCollection.png │ │ ├── as_orderedCollectionPage.png │ │ ├── as_prev.png │ │ ├── assessing.png │ │ ├── autoDirection.png │ │ ├── bodyValue.png │ │ ├── bookmarking.png │ │ ├── cachedSource.png │ │ ├── canonical.png │ │ ├── choice.png │ │ ├── choice.svg │ │ ├── classifying.png │ │ ├── commenting.png │ │ ├── composite.png │ │ ├── cssSelector.png │ │ ├── cssStyle.png │ │ ├── dataPositionSelector.png │ │ ├── dc_format.png │ │ ├── dc_language.png │ │ ├── dcterms_conformsTo.png │ │ ├── dcterms_created.png │ │ ├── dcterms_creator.png │ │ ├── dcterms_issued.png │ │ ├── dcterms_modified.png │ │ ├── dcterms_rights.png │ │ ├── dctypes_dataset.png │ │ ├── dctypes_movingImage.png │ │ ├── dctypes_sound.png │ │ ├── dctypes_stillImage.png │ │ ├── dctypes_text.png │ │ ├── describing.png │ │ ├── direction.png │ │ ├── editing.png │ │ ├── end.png │ │ ├── exact.png │ │ ├── foaf_homepage.png │ │ ├── foaf_mbox.png │ │ ├── foaf_mbox_sha1sum.png │ │ ├── foaf_name.png │ │ ├── foaf_nick.png │ │ ├── foaf_organization.png │ │ ├── foaf_person.png │ │ ├── fragmentSelector.png │ │ ├── hasBody.png │ │ ├── hasEndSelector.png │ │ ├── hasPurpose.png │ │ ├── hasScope.png │ │ ├── hasSelector.png │ │ ├── hasSource.png │ │ ├── hasStartSelector.png │ │ ├── hasState.png │ │ ├── hasTarget.png │ │ ├── highlighting.png │ │ ├── httpRequestState.png │ │ ├── identifying.png │ │ ├── independents.png │ │ ├── linking.png │ │ ├── list.png │ │ ├── ltrDirection.png │ │ ├── moderating.png │ │ ├── motivatedBy.png │ │ ├── motivation.png │ │ ├── prefix.png │ │ ├── processingLanguage.png │ │ ├── questioning.png │ │ ├── rangeSelector.png │ │ ├── rdf_type.png │ │ ├── rdf_value.png │ │ ├── refinedBy.png │ │ ├── renderedVia.png │ │ ├── replying.png │ │ ├── rtlDirection.png │ │ ├── schema_accessibilityFeature.png │ │ ├── schema_audience.png │ │ ├── schema_audience_p.png │ │ ├── sourceDate.png │ │ ├── sourceDateEnd.png │ │ ├── sourceDateStart.png │ │ ├── specificResource.png │ │ ├── start.png │ │ ├── styleClass.png │ │ ├── styledBy.png │ │ ├── suffix.png │ │ ├── svgSelector.png │ │ ├── tagging.png │ │ ├── textDirection.png │ │ ├── textPositionSelector.png │ │ ├── textQuoteSelector.png │ │ ├── textualBody.png │ │ ├── timeState.png │ │ ├── via.png │ │ └── xpathSelector.png │ └── skosmotivations.png │ ├── index-linktemplate.html │ ├── index-respec.html │ ├── index.html │ ├── make_links.py │ ├── ontology │ ├── .gitignore │ ├── index.html │ ├── mk-ontology.py │ ├── oa.jsonld │ ├── oa.rdf │ ├── oa.ttl │ ├── rdfObject.py │ └── rdfsObj.py │ ├── orcid_logo.png │ ├── requirements.txt │ ├── respec-w3c-common.js │ └── test_frames.py └── w3c.json /Editing-Howto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/Editing-Howto.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/README.md -------------------------------------------------------------------------------- /admin/AnnoRecsPublished-BlogEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/AnnoRecsPublished-BlogEntry.html -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/2nd CR PublicationRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/2nd CR PublicationRequest.md -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/3rd CR PublicationRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/3rd CR PublicationRequest.md -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/3rd CRTransitionRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/3rd CRTransitionRequest.md -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/CR AC Announcement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/CR AC Announcement.md -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/CR HPN News.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/CR HPN News.md -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/CR Protocol AC Announcement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/CR Protocol AC Announcement.md -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/CR Protocol HPN News.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/CR Protocol HPN News.md -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/CR Protocol PublicationRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/CR Protocol PublicationRequest.md -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/CR PublicationRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/CR PublicationRequest.md -------------------------------------------------------------------------------- /admin/CRTransitionAdmin/CRTransitionRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/CRTransitionAdmin/CRTransitionRequest.md -------------------------------------------------------------------------------- /admin/PRTransitionAdmin/PR HPN News.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/PRTransitionAdmin/PR HPN News.md -------------------------------------------------------------------------------- /admin/PRTransitionAdmin/PR PublicationRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/PRTransitionAdmin/PR PublicationRequest.md -------------------------------------------------------------------------------- /admin/PRTransitionAdmin/PRAnnouncementDraftAC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/PRTransitionAdmin/PRAnnouncementDraftAC.txt -------------------------------------------------------------------------------- /admin/PRTransitionAdmin/PRTransitionRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/PRTransitionAdmin/PRTransitionRequest.md -------------------------------------------------------------------------------- /admin/RecTransitionAdmin/NoteTransRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/RecTransitionAdmin/NoteTransRequest.md -------------------------------------------------------------------------------- /admin/RecTransitionAdmin/RECHPNNews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/RecTransitionAdmin/RECHPNNews.md -------------------------------------------------------------------------------- /admin/RecTransitionAdmin/RecAnnouncementDraftAC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/RecTransitionAdmin/RecAnnouncementDraftAC.txt -------------------------------------------------------------------------------- /admin/RecTransitionAdmin/RecPublicationRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/RecTransitionAdmin/RecPublicationRequest.md -------------------------------------------------------------------------------- /admin/TR/annotation-html/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-html/Overview.html -------------------------------------------------------------------------------- /admin/TR/annotation-html/annotation-html.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-html/annotation-html.epub -------------------------------------------------------------------------------- /admin/TR/annotation-html/images/intro_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-html/images/intro_model.png -------------------------------------------------------------------------------- /admin/TR/annotation-html/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-html/orcid_logo.png -------------------------------------------------------------------------------- /admin/TR/annotation-model/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-model/Overview.html -------------------------------------------------------------------------------- /admin/TR/annotation-model/annotation-model.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-model/annotation-model.epub -------------------------------------------------------------------------------- /admin/TR/annotation-model/diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-model/diff.html -------------------------------------------------------------------------------- /admin/TR/annotation-model/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/TR/annotation-model/images/intro_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-model/images/intro_model.png -------------------------------------------------------------------------------- /admin/TR/annotation-model/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-model/orcid_logo.png -------------------------------------------------------------------------------- /admin/TR/annotation-protocol/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/TR/annotation-protocol/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-protocol/Overview.html -------------------------------------------------------------------------------- /admin/TR/annotation-protocol/annotation-protocol.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-protocol/annotation-protocol.epub -------------------------------------------------------------------------------- /admin/TR/annotation-protocol/diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-protocol/diff.html -------------------------------------------------------------------------------- /admin/TR/annotation-protocol/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-protocol/orcid_logo.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/Overview.html -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/annotation-vocab.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/annotation-vocab.epub -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/diff.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/diff.html -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/annotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/annotation.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/annotation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/annotation.svg -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/as_generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/as_generator.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/as_prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/as_prev.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/assessing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/assessing.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/autoDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/autoDirection.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/bodyValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/bodyValue.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/bookmarking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/bookmarking.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/cachedSource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/cachedSource.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/canonical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/canonical.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/choice.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/choice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/choice.svg -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/classifying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/classifying.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/commenting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/commenting.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/composite.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/cssSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/cssSelector.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/cssStyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/cssStyle.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/dc_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/dc_format.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/dc_language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/dc_language.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/dctypes_sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/dctypes_sound.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/dctypes_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/dctypes_text.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/describing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/describing.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/direction.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/editing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/editing.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/end.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/exact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/exact.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/foaf_homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/foaf_homepage.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/foaf_mbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/foaf_mbox.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/foaf_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/foaf_name.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/foaf_nick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/foaf_nick.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/foaf_person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/foaf_person.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/hasBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/hasBody.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/hasPurpose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/hasPurpose.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/hasScope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/hasScope.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/hasSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/hasSelector.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/hasSource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/hasSource.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/hasState.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/hasState.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/hasTarget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/hasTarget.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/highlighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/highlighting.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/identifying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/identifying.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/independents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/independents.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/linking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/linking.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/list.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/ltrDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/ltrDirection.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/moderating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/moderating.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/motivatedBy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/motivatedBy.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/motivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/motivation.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/prefix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/prefix.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/questioning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/questioning.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/rangeSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/rangeSelector.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/rdf_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/rdf_type.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/rdf_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/rdf_value.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/refinedBy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/refinedBy.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/renderedVia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/renderedVia.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/replying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/replying.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/sourceDate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/sourceDate.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/start.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/styleClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/styleClass.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/styledBy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/styledBy.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/suffix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/suffix.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/svgSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/svgSelector.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/tagging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/tagging.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/textualBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/textualBody.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/timeState.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/timeState.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/examples/via.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/examples/via.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/images/skosmotivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/images/skosmotivations.png -------------------------------------------------------------------------------- /admin/TR/annotation-vocab/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/annotation-vocab/orcid_logo.png -------------------------------------------------------------------------------- /admin/TR/selectors-states/Overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/selectors-states/Overview.html -------------------------------------------------------------------------------- /admin/TR/selectors-states/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/selectors-states/orcid_logo.png -------------------------------------------------------------------------------- /admin/TR/selectors-states/selectors-states.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/TR/selectors-states/selectors-states.epub -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno1.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno10.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno11.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno12.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno13.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno14.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno15.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno16.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno17.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno18.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno19.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno2.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno20.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno21.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno22.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno23.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno24.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno25.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno26.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno27.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno28.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno29.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno3.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno30.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno31.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno32.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno33.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno33.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno34.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno34.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno35.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno36.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno37.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno38.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno38.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno39.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno39.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno4.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno40.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno40.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno41.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno41.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno5.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno6.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno7.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno8.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/anno9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/anno9.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/json/collection1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/json/collection1.json -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno1.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno1.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno10.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno10.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno11.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno11.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno12.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno12.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno13.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno13.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno14.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno14.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno15.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno15.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno16.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno16.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno17.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno17.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno18.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno18.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno19.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno19.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno2.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno2.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno20.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno20.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno21.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno21.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno22.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno22.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno23.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno23.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno24.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno24.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno25.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno25.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno26.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno26.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno27.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno27.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno28.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno28.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno29.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno29.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno3.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno3.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno30.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno30.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno31.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno31.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno32.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno32.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno33.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno33.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno34.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno34.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno35.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno35.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno36.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno36.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno37.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno37.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno38.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno38.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno39.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno39.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno4.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno4.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno40.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno40.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno41.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno41.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno42.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno42.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno43.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno43.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno44.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno44.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno45.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno45.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno46.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno46.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno47.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno47.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno48.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno48.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno49.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno49.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno5.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno5.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno50.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno50.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno51.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno51.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno52.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno52.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno53.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno53.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno54.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno54.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno55.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno55.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno56.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno56.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno57.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno57.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno58.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno58.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno59.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno59.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno6.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno6.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno60.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno60.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno61.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno61.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno62.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno62.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno63.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno63.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno64.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno64.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno65.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno65.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno66.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno66.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno67.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno67.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno68.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno68.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno69.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno69.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno7.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno7.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno70.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno70.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno71.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno71.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno72.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno72.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno73.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno73.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno74.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno74.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno75.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno75.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno76.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno76.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno77.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno77.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno78.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno78.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno79.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno79.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno8.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno8.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno80.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno80.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno81.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno81.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno82.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno82.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno83.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno83.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno84.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno84.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno85.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno85.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno86.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno86.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno87.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno87.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno88.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno88.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno89.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno89.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno9.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno9.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno90.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno90.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/anno91.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/anno91.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/collection1.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/collection1.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/page1.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/page1.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/examples/turtle/page2.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/examples/turtle/page2.ttl -------------------------------------------------------------------------------- /admin/annotation/2016/frames/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/annotation/2016/frames/annotation_frame.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/frames/annotation_frame.jsonld -------------------------------------------------------------------------------- /admin/annotation/2016/frames/collection_frame.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/frames/collection_frame.jsonld -------------------------------------------------------------------------------- /admin/annotation/2016/frames/page_frame.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/annotation/2016/frames/page_frame.jsonld -------------------------------------------------------------------------------- /admin/book/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/book/config.json -------------------------------------------------------------------------------- /admin/book/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/book/readme.md -------------------------------------------------------------------------------- /admin/book/web-annotations.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/book/web-annotations.epub -------------------------------------------------------------------------------- /admin/mkcr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/mkcr.sh -------------------------------------------------------------------------------- /admin/ns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/ns/anno.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/ns/anno.jsonld -------------------------------------------------------------------------------- /admin/ns/oa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/ns/oa.html -------------------------------------------------------------------------------- /admin/ns/oa.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/ns/oa.jsonld -------------------------------------------------------------------------------- /admin/ns/oa.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/ns/oa.rdf -------------------------------------------------------------------------------- /admin/ns/oa.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/admin/ns/oa.ttl -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/contributing.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/index.html -------------------------------------------------------------------------------- /jsonld/anno.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/jsonld/anno.jsonld -------------------------------------------------------------------------------- /jsonld/annotation_frame.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/jsonld/annotation_frame.jsonld -------------------------------------------------------------------------------- /jsonld/collection_frame.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/jsonld/collection_frame.jsonld -------------------------------------------------------------------------------- /jsonld/page_frame.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/jsonld/page_frame.jsonld -------------------------------------------------------------------------------- /model/fpwd/check_egs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/check_egs.py -------------------------------------------------------------------------------- /model/fpwd/images/anno_prov.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/anno_prov.png -------------------------------------------------------------------------------- /model/fpwd/images/basic_anno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/basic_anno.png -------------------------------------------------------------------------------- /model/fpwd/images/choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/choice.png -------------------------------------------------------------------------------- /model/fpwd/images/complete_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/complete_example.png -------------------------------------------------------------------------------- /model/fpwd/images/composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/composite.png -------------------------------------------------------------------------------- /model/fpwd/images/cssstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/cssstyle.png -------------------------------------------------------------------------------- /model/fpwd/images/dataposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/dataposition.png -------------------------------------------------------------------------------- /model/fpwd/images/fragmentselector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/fragmentselector.png -------------------------------------------------------------------------------- /model/fpwd/images/fraguri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/fraguri.png -------------------------------------------------------------------------------- /model/fpwd/images/httpstate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/httpstate.png -------------------------------------------------------------------------------- /model/fpwd/images/inline_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/inline_body.png -------------------------------------------------------------------------------- /model/fpwd/images/intro_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/intro_model.png -------------------------------------------------------------------------------- /model/fpwd/images/language_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/language_format.png -------------------------------------------------------------------------------- /model/fpwd/images/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/list.png -------------------------------------------------------------------------------- /model/fpwd/images/motivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/motivations.png -------------------------------------------------------------------------------- /model/fpwd/images/multiple_bodyTarget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/multiple_bodyTarget.png -------------------------------------------------------------------------------- /model/fpwd/images/nobody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/nobody.png -------------------------------------------------------------------------------- /model/fpwd/images/prov_agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/prov_agents.png -------------------------------------------------------------------------------- /model/fpwd/images/provmapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/provmapping.png -------------------------------------------------------------------------------- /model/fpwd/images/resourceClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/resourceClass.png -------------------------------------------------------------------------------- /model/fpwd/images/scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/scope.png -------------------------------------------------------------------------------- /model/fpwd/images/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/selector.png -------------------------------------------------------------------------------- /model/fpwd/images/simpleTextBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/simpleTextBody.png -------------------------------------------------------------------------------- /model/fpwd/images/skosmotivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/skosmotivations.png -------------------------------------------------------------------------------- /model/fpwd/images/specificresource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/specificresource.png -------------------------------------------------------------------------------- /model/fpwd/images/state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/state.png -------------------------------------------------------------------------------- /model/fpwd/images/style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/style.png -------------------------------------------------------------------------------- /model/fpwd/images/svgSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/svgSelector.png -------------------------------------------------------------------------------- /model/fpwd/images/tagging-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/tagging-document.png -------------------------------------------------------------------------------- /model/fpwd/images/tagging-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/tagging-text.png -------------------------------------------------------------------------------- /model/fpwd/images/tagging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/tagging.png -------------------------------------------------------------------------------- /model/fpwd/images/textoffset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/textoffset.png -------------------------------------------------------------------------------- /model/fpwd/images/textposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/textposition.png -------------------------------------------------------------------------------- /model/fpwd/images/textquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/textquote.png -------------------------------------------------------------------------------- /model/fpwd/images/timestate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/images/timestate.png -------------------------------------------------------------------------------- /model/fpwd/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/index.html -------------------------------------------------------------------------------- /model/fpwd/nanotabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/nanotabs.js -------------------------------------------------------------------------------- /model/fpwd/static-ed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/static-ed.html -------------------------------------------------------------------------------- /model/fpwd/static.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/fpwd/static.html -------------------------------------------------------------------------------- /model/wd/AnnoLevelMotive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/AnnoLevelMotive.html -------------------------------------------------------------------------------- /model/wd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/README.md -------------------------------------------------------------------------------- /model/wd/RequireSpecificResource.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/RequireSpecificResource.html -------------------------------------------------------------------------------- /model/wd/check_egs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/check_egs.py -------------------------------------------------------------------------------- /model/wd/examples/correct/anno1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno1.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno1.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno1.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno10.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno10.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno10.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno11.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno11.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno11.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno12.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno12.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno12.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno13.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno13.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno13.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno14.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno14.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno14.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno15.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno15.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno15.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno16.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno16.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno16.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno17.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno17.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno17.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno18.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno18.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno18.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno19.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno19.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno19.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno2.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno2.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno2.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno20.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno20.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno20.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno21.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno21.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno21.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno22.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno22.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno22.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno23.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno23.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno23.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno24.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno24.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno24.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno25.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno25.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno25.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno26.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno26.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno26.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno27.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno27.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno27.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno28.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno28.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno28.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno29.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno29.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno29.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno3.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno3.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno3.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno30.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno30.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno30.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno31.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno31.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno31.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno32.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno32.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno32.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno4.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno4.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno4.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno5.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno5.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno5.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno6.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno6.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno6.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno7.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno7.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno7.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno8.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno8.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno8.ttl -------------------------------------------------------------------------------- /model/wd/examples/correct/anno9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno9.json -------------------------------------------------------------------------------- /model/wd/examples/correct/anno9.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/examples/correct/anno9.ttl -------------------------------------------------------------------------------- /model/wd/extract_egs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/extract_egs.py -------------------------------------------------------------------------------- /model/wd/images/anno_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/anno_creation.png -------------------------------------------------------------------------------- /model/wd/images/basic_anno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/basic_anno.png -------------------------------------------------------------------------------- /model/wd/images/bodytarget_agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/bodytarget_agents.png -------------------------------------------------------------------------------- /model/wd/images/choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/choice.png -------------------------------------------------------------------------------- /model/wd/images/composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/composite.png -------------------------------------------------------------------------------- /model/wd/images/creation_agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/creation_agents.png -------------------------------------------------------------------------------- /model/wd/images/cssstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/cssstyle.png -------------------------------------------------------------------------------- /model/wd/images/cssstyle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/cssstyle2.png -------------------------------------------------------------------------------- /model/wd/images/dataposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/dataposition.png -------------------------------------------------------------------------------- /model/wd/images/fragment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/fragment.png -------------------------------------------------------------------------------- /model/wd/images/fragmentselector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/fragmentselector.png -------------------------------------------------------------------------------- /model/wd/images/httpstate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/httpstate.png -------------------------------------------------------------------------------- /model/wd/images/inline_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/inline_body.png -------------------------------------------------------------------------------- /model/wd/images/intro_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/intro_model.png -------------------------------------------------------------------------------- /model/wd/images/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/list.png -------------------------------------------------------------------------------- /model/wd/images/metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/metadata.png -------------------------------------------------------------------------------- /model/wd/images/motivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/motivations.png -------------------------------------------------------------------------------- /model/wd/images/multiple_bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/multiple_bt.png -------------------------------------------------------------------------------- /model/wd/images/nobody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/nobody.png -------------------------------------------------------------------------------- /model/wd/images/resourceClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/resourceClass.png -------------------------------------------------------------------------------- /model/wd/images/scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/scope.png -------------------------------------------------------------------------------- /model/wd/images/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/selector.png -------------------------------------------------------------------------------- /model/wd/images/simpleTextBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/simpleTextBody.png -------------------------------------------------------------------------------- /model/wd/images/skosmotivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/skosmotivations.png -------------------------------------------------------------------------------- /model/wd/images/specificresource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/specificresource.png -------------------------------------------------------------------------------- /model/wd/images/state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/state.png -------------------------------------------------------------------------------- /model/wd/images/svgSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/svgSelector.png -------------------------------------------------------------------------------- /model/wd/images/svgSelector2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/svgSelector2.png -------------------------------------------------------------------------------- /model/wd/images/tagging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/tagging.png -------------------------------------------------------------------------------- /model/wd/images/tagging2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/tagging2.png -------------------------------------------------------------------------------- /model/wd/images/textposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/textposition.png -------------------------------------------------------------------------------- /model/wd/images/textquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/textquote.png -------------------------------------------------------------------------------- /model/wd/images/timestate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images/timestate.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/anno_prov.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/anno_prov.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/basic_anno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/basic_anno.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/choice.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/complete_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/complete_example.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/composite.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/cssstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/cssstyle.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/dataposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/dataposition.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/fragmentselector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/fragmentselector.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/fraguri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/fraguri.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/httpstate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/httpstate.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/inline_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/inline_body.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/intro_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/intro_model.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/language_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/language_format.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/list.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/motivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/motivations.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/multiple_bodyTarget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/multiple_bodyTarget.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/nobody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/nobody.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/prov_agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/prov_agents.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/provmapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/provmapping.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/resourceClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/resourceClass.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/scope.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/selector.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/simpleTextBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/simpleTextBody.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/skosmotivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/skosmotivations.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/specificresource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/specificresource.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/state.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/style.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/svgSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/svgSelector.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/tagging-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/tagging-document.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/tagging-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/tagging-text.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/tagging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/tagging.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/textoffset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/textoffset.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/textposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/textposition.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/textquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/textquote.png -------------------------------------------------------------------------------- /model/wd/images_fpwd/timestate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/images_fpwd/timestate.png -------------------------------------------------------------------------------- /model/wd/index-nametemplate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/index-nametemplate.html -------------------------------------------------------------------------------- /model/wd/index-respec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/index-respec.html -------------------------------------------------------------------------------- /model/wd/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/index.html -------------------------------------------------------------------------------- /model/wd/nanotabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/nanotabs.js -------------------------------------------------------------------------------- /model/wd/rename_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/rename_names.py -------------------------------------------------------------------------------- /model/wd/requirements.txt: -------------------------------------------------------------------------------- 1 | rdflib 2 | -------------------------------------------------------------------------------- /model/wd/respec-w3c-common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/respec-w3c-common.js -------------------------------------------------------------------------------- /model/wd/roles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd/roles.html -------------------------------------------------------------------------------- /model/wd2/EDIT_ONLY_-NAMETEMPLATE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /model/wd2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/README.md -------------------------------------------------------------------------------- /model/wd2/check_egs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/check_egs.py -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno1.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno10.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno11.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno12.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno13.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno14.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno15.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno16.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno17.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno18.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno19.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno2.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno20.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno21.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno22.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno23.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno24.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno25.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno26.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno27.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno28.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno29.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno3.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno30.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno31.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno32.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno33.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno33.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno34.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno34.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno35.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno36.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno37.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno38.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno38.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno39.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno39.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno4.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno40.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno40.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno41.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno41.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno42.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno42.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno43.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno43.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno5.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno6.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno7.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno8.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/anno9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/anno9.json -------------------------------------------------------------------------------- /model/wd2/examples/correct/collection1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/correct/collection1.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno1.json: -------------------------------------------------------------------------------- 1 | this is not json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno10.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno11.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno12.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno13.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno14.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno15.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno16.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno17.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno18.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno19.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno2.json: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno20.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno21.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno22.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno23.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno24.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno25.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno26.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno27.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno28.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno29.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno3.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno30.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno31.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno32.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno33.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno33.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno34.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno34.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno35.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno36.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno37.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno38.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno38.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno39.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno39.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno4.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno40.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno40.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno5.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno6.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno7.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno8.json -------------------------------------------------------------------------------- /model/wd2/examples/incorrect/anno9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/examples/incorrect/anno9.json -------------------------------------------------------------------------------- /model/wd2/extract_egs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/extract_egs.py -------------------------------------------------------------------------------- /model/wd2/images/anno_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/anno_creation.png -------------------------------------------------------------------------------- /model/wd2/images/basic_anno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/basic_anno.png -------------------------------------------------------------------------------- /model/wd2/images/bodytarget_agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/bodytarget_agents.png -------------------------------------------------------------------------------- /model/wd2/images/choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/choice.png -------------------------------------------------------------------------------- /model/wd2/images/composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/composite.png -------------------------------------------------------------------------------- /model/wd2/images/creation_agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/creation_agents.png -------------------------------------------------------------------------------- /model/wd2/images/cssstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/cssstyle.png -------------------------------------------------------------------------------- /model/wd2/images/cssstyle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/cssstyle2.png -------------------------------------------------------------------------------- /model/wd2/images/dataposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/dataposition.png -------------------------------------------------------------------------------- /model/wd2/images/fragment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/fragment.png -------------------------------------------------------------------------------- /model/wd2/images/fragmentselector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/fragmentselector.png -------------------------------------------------------------------------------- /model/wd2/images/httpstate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/httpstate.png -------------------------------------------------------------------------------- /model/wd2/images/inline_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/inline_body.png -------------------------------------------------------------------------------- /model/wd2/images/intro_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/intro_model.png -------------------------------------------------------------------------------- /model/wd2/images/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/list.png -------------------------------------------------------------------------------- /model/wd2/images/metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/metadata.png -------------------------------------------------------------------------------- /model/wd2/images/motivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/motivations.png -------------------------------------------------------------------------------- /model/wd2/images/multiple_bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/multiple_bt.png -------------------------------------------------------------------------------- /model/wd2/images/nobody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/nobody.png -------------------------------------------------------------------------------- /model/wd2/images/resourceClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/resourceClass.png -------------------------------------------------------------------------------- /model/wd2/images/scope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/scope.png -------------------------------------------------------------------------------- /model/wd2/images/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/selector.png -------------------------------------------------------------------------------- /model/wd2/images/simpleTextBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/simpleTextBody.png -------------------------------------------------------------------------------- /model/wd2/images/skosmotivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/skosmotivations.png -------------------------------------------------------------------------------- /model/wd2/images/specificresource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/specificresource.png -------------------------------------------------------------------------------- /model/wd2/images/state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/state.png -------------------------------------------------------------------------------- /model/wd2/images/svgSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/svgSelector.png -------------------------------------------------------------------------------- /model/wd2/images/svgSelector2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/svgSelector2.png -------------------------------------------------------------------------------- /model/wd2/images/tagging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/tagging.png -------------------------------------------------------------------------------- /model/wd2/images/tagging2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/tagging2.png -------------------------------------------------------------------------------- /model/wd2/images/textposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/textposition.png -------------------------------------------------------------------------------- /model/wd2/images/textquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/textquote.png -------------------------------------------------------------------------------- /model/wd2/images/timestate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/images/timestate.png -------------------------------------------------------------------------------- /model/wd2/index-nametemplate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/index-nametemplate.html -------------------------------------------------------------------------------- /model/wd2/index-respec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/index-respec.html -------------------------------------------------------------------------------- /model/wd2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/index.html -------------------------------------------------------------------------------- /model/wd2/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/orcid_logo.png -------------------------------------------------------------------------------- /model/wd2/rename_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/model/wd2/rename_names.py -------------------------------------------------------------------------------- /model/wd2/requirements.txt: -------------------------------------------------------------------------------- 1 | rdflib 2 | -------------------------------------------------------------------------------- /protocol/wd/index-respec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/protocol/wd/index-respec.html -------------------------------------------------------------------------------- /protocol/wd/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/protocol/wd/index.html -------------------------------------------------------------------------------- /protocol/wd/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/protocol/wd/orcid_logo.png -------------------------------------------------------------------------------- /respec/builds/respec-w3c-common.build.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/respec/builds/respec-w3c-common.build.js.map -------------------------------------------------------------------------------- /respec/builds/respec-w3c-common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/respec/builds/respec-w3c-common.js -------------------------------------------------------------------------------- /selector-note/EDIT_ONLY_-NOT_HIGHLIGH: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /selector-note/converter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/converter/README.md -------------------------------------------------------------------------------- /selector-note/converter/converter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/converter/converter.js -------------------------------------------------------------------------------- /selector-note/converter/fragment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/converter/fragment.js -------------------------------------------------------------------------------- /selector-note/converter/fragment.pegjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/converter/fragment.pegjs -------------------------------------------------------------------------------- /selector-note/converter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/converter/index.html -------------------------------------------------------------------------------- /selector-note/converter/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/converter/parser.js -------------------------------------------------------------------------------- /selector-note/highlight_turtle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/highlight_turtle.py -------------------------------------------------------------------------------- /selector-note/index-respec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/index-respec.html -------------------------------------------------------------------------------- /selector-note/index-turtle-not-highlight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/index-turtle-not-highlight.html -------------------------------------------------------------------------------- /selector-note/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/index.html -------------------------------------------------------------------------------- /selector-note/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/selector-note/orcid_logo.png -------------------------------------------------------------------------------- /serialization-html-note/BlogEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/BlogEntry.html -------------------------------------------------------------------------------- /serialization-html-note/BlogEntryAnnotatedJSON.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/BlogEntryAnnotatedJSON.html -------------------------------------------------------------------------------- /serialization-html-note/BlogEntryAnnotatedMicrodata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/BlogEntryAnnotatedMicrodata.html -------------------------------------------------------------------------------- /serialization-html-note/BlogEntryAnnotatedRDFa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/BlogEntryAnnotatedRDFa.html -------------------------------------------------------------------------------- /serialization-html-note/EDIT_ONLY_-NOT_HIGHLIGH: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /serialization-html-note/highlight_turtle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/highlight_turtle.py -------------------------------------------------------------------------------- /serialization-html-note/images/intro_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/images/intro_model.png -------------------------------------------------------------------------------- /serialization-html-note/index-respec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/index-respec.html -------------------------------------------------------------------------------- /serialization-html-note/index-turtle-not-highlight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/index-turtle-not-highlight.html -------------------------------------------------------------------------------- /serialization-html-note/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/index.html -------------------------------------------------------------------------------- /serialization-html-note/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/serialization-html-note/orcid_logo.png -------------------------------------------------------------------------------- /vocab/wd/EDIT_ONLY_-LINKTEMPLATE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vocab/wd/diagram_source.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/diagram_source.graffle -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno1.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno1.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno10.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno10.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno11.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno11.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno12.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno12.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno13.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno13.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno14.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno14.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno15.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno15.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno16.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno16.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno17.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno17.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno18.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno18.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno19.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno19.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno2.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno2.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno20.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno20.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno21.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno21.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno22.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno22.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno23.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno23.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno24.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno24.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno25.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno25.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno26.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno26.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno27.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno27.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno28.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno28.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno29.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno29.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno3.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno3.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno30.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno30.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno31.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno31.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno32.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno32.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno33.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno33.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno34.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno34.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno35.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno35.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno36.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno36.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno37.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno37.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno38.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno38.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno39.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno39.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno4.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno4.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno40.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno40.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno41.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno41.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno42.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno42.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno43.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno43.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno44.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno44.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno45.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno45.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno46.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno46.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno47.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno47.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno48.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno48.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno49.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno49.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno5.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno5.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno50.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno50.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno51.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno51.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno52.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno52.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno53.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno53.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno54.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno54.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno55.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno55.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno56.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno56.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno57.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno57.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno58.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno58.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno59.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno59.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno6.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno6.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno60.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno60.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno61.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno61.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno62.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno62.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno63.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno63.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno64.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno64.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno65.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno65.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno66.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno66.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno67.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno67.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno68.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno68.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno69.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno69.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno7.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno7.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno70.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno70.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno71.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno71.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno72.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno72.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno73.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno73.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno74.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno74.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno75.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno75.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno76.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno76.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno77.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno77.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno78.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno78.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno79.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno79.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno8.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno8.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno80.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno80.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno81.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno81.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno82.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno82.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno83.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno83.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno84.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno84.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno85.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno85.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno86.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno86.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno87.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno87.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno88.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno88.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno9.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno9.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno92.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno92.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno93.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno93.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/anno94.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/anno94.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/collection1.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/collection1.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/page1.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/page1.ttl -------------------------------------------------------------------------------- /vocab/wd/examples/correct/page2.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/examples/correct/page2.ttl -------------------------------------------------------------------------------- /vocab/wd/images/examples/annotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/annotation.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/annotation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/annotation.svg -------------------------------------------------------------------------------- /vocab/wd/images/examples/as_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/as_application.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/as_generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/as_generator.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/as_orderedCollection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/as_orderedCollection.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/as_orderedCollectionPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/as_orderedCollectionPage.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/as_prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/as_prev.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/assessing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/assessing.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/autoDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/autoDirection.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/bodyValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/bodyValue.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/bookmarking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/bookmarking.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/cachedSource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/cachedSource.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/canonical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/canonical.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/choice.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/choice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/choice.svg -------------------------------------------------------------------------------- /vocab/wd/images/examples/classifying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/classifying.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/commenting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/commenting.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/composite.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/cssSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/cssSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/cssStyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/cssStyle.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dataPositionSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dataPositionSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dc_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dc_format.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dc_language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dc_language.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dcterms_conformsTo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dcterms_conformsTo.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dcterms_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dcterms_created.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dcterms_creator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dcterms_creator.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dcterms_issued.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dcterms_issued.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dcterms_modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dcterms_modified.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dcterms_rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dcterms_rights.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dctypes_dataset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dctypes_dataset.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dctypes_movingImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dctypes_movingImage.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dctypes_sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dctypes_sound.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dctypes_stillImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dctypes_stillImage.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/dctypes_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/dctypes_text.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/describing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/describing.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/direction.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/editing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/editing.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/end.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/exact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/exact.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/foaf_homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/foaf_homepage.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/foaf_mbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/foaf_mbox.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/foaf_mbox_sha1sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/foaf_mbox_sha1sum.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/foaf_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/foaf_name.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/foaf_nick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/foaf_nick.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/foaf_organization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/foaf_organization.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/foaf_person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/foaf_person.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/fragmentSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/fragmentSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/hasBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/hasBody.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/hasEndSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/hasEndSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/hasPurpose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/hasPurpose.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/hasScope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/hasScope.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/hasSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/hasSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/hasSource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/hasSource.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/hasStartSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/hasStartSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/hasState.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/hasState.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/hasTarget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/hasTarget.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/highlighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/highlighting.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/httpRequestState.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/httpRequestState.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/identifying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/identifying.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/independents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/independents.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/linking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/linking.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/list.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/ltrDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/ltrDirection.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/moderating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/moderating.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/motivatedBy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/motivatedBy.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/motivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/motivation.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/prefix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/prefix.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/processingLanguage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/processingLanguage.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/questioning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/questioning.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/rangeSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/rangeSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/rdf_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/rdf_type.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/rdf_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/rdf_value.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/refinedBy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/refinedBy.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/renderedVia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/renderedVia.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/replying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/replying.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/rtlDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/rtlDirection.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/schema_accessibilityFeature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/schema_accessibilityFeature.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/schema_audience.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/schema_audience.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/schema_audience_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/schema_audience_p.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/sourceDate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/sourceDate.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/sourceDateEnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/sourceDateEnd.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/sourceDateStart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/sourceDateStart.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/specificResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/specificResource.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/start.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/styleClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/styleClass.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/styledBy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/styledBy.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/suffix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/suffix.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/svgSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/svgSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/tagging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/tagging.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/textDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/textDirection.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/textPositionSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/textPositionSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/textQuoteSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/textQuoteSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/textualBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/textualBody.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/timeState.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/timeState.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/via.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/via.png -------------------------------------------------------------------------------- /vocab/wd/images/examples/xpathSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/examples/xpathSelector.png -------------------------------------------------------------------------------- /vocab/wd/images/skosmotivations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/images/skosmotivations.png -------------------------------------------------------------------------------- /vocab/wd/index-linktemplate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/index-linktemplate.html -------------------------------------------------------------------------------- /vocab/wd/index-respec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/index-respec.html -------------------------------------------------------------------------------- /vocab/wd/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/index.html -------------------------------------------------------------------------------- /vocab/wd/make_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/make_links.py -------------------------------------------------------------------------------- /vocab/wd/ontology/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/ontology/.gitignore -------------------------------------------------------------------------------- /vocab/wd/ontology/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/ontology/index.html -------------------------------------------------------------------------------- /vocab/wd/ontology/mk-ontology.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/ontology/mk-ontology.py -------------------------------------------------------------------------------- /vocab/wd/ontology/oa.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/ontology/oa.jsonld -------------------------------------------------------------------------------- /vocab/wd/ontology/oa.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/ontology/oa.rdf -------------------------------------------------------------------------------- /vocab/wd/ontology/oa.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/ontology/oa.ttl -------------------------------------------------------------------------------- /vocab/wd/ontology/rdfObject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/ontology/rdfObject.py -------------------------------------------------------------------------------- /vocab/wd/ontology/rdfsObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/ontology/rdfsObj.py -------------------------------------------------------------------------------- /vocab/wd/orcid_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/orcid_logo.png -------------------------------------------------------------------------------- /vocab/wd/requirements.txt: -------------------------------------------------------------------------------- 1 | TurtleLexer 2 | -------------------------------------------------------------------------------- /vocab/wd/respec-w3c-common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/respec-w3c-common.js -------------------------------------------------------------------------------- /vocab/wd/test_frames.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/vocab/wd/test_frames.py -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/web-annotation/HEAD/w3c.json --------------------------------------------------------------------------------