Better expressivity. RDF* allows every LPG to be efficiently converted into an RDF model. On the other hand, LPGs cannot fully represent RDF* because of the rich expressivity of the latter.
- Mar 2025
- 
            
www.opencredo.com www.opencredo.com- 
  
- 
  LPG edges/connections can have types and attributes (properties as the name suggests) natively, making the LPG data structure more dense, compact, and informative compared to RDF. 
- 
  
- 
  There are two camps of Graph database, one side is RDF, where they are strict with their format, and somewhat limited for their extensibility. The other side is LPG, where they can define labels to the relationships. 
 
- 
  
- 
            
- 
  bias: towards property graph / LPG 
 
- 
  
- 
            
- 
  There is an ongoing debate about which graph data model is best, and in this blog post, we’ll explore why RDF (Resource Description Framework) stands out as the superior choice for building more sustainable and scalable knowledge graphs over LPG (Labeled Property Graphs). 
 TagsAnnotatorsURL
- 
  
- Jan 2025
- 
            
en.wikipedia.org en.wikipedia.orgTagsAnnotatorsURL
- 
  
- May 2024
- 
            
agupubs.onlinelibrary.wiley.com agupubs.onlinelibrary.wiley.com- 
  Cassini Observation Facility 
 
- 
  
- Apr 2024
- 
            
en.wikipedia.org en.wikipedia.org
- 
            
archive.org archive.org- 
  [Steve Jobs]: If you sort of dig beneath the surface,one of the real successes of the Lisa programwas creating an environment where all these crazy people that could reallybe very, very successful.And I guess that's one of the things that Apple's done best. appreciate the framing of technologists at the early Apple Inc. as "these crazy people". 
 
- 
  
- Feb 2024
- 
            
codemeta.github.io codemeta.github.io- 
  Software metadata crosswalks 
 TagsAnnotatorsURL
- 
  
- Jan 2024
- 
            
en.wikipedia.org en.wikipedia.org
- Dec 2023
- 
            
learningsparql.com learningsparql.com- 
  Learning SPARQL Querying and Updating with SPARQL 1.1 책 뿐만 아니라 계속 업데이트 되는 기사도 있다. 
 
- 
  
- Nov 2023
- 
            
ontobee.org ontobee.orgOntobee1TagsAnnotatorsURL
- 
  
- 
            
ontobee.org ontobee.orgOntobee1
- 
  
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
web.resource.org web.resource.orgTagsAnnotatorsURL
- 
  
- 
            
asistdl.onlinelibrary.wiley.com asistdl.onlinelibrary.wiley.com
- Oct 2023
- 
            
hbz.github.io hbz.github.ioTagsAnnotatorsURL
- 
  
- 
            
cran.r-project.org cran.r-project.org
- 
            
github.com github.com
- 
            
docs.atomicdata.dev docs.atomicdata.devTagsAnnotatorsURL
- 
  
- 
            
perso.liris.cnrs.fr perso.liris.cnrs.fr
- 
            
w3c.github.io w3c.github.io
- 
            
rdf.insee.fr rdf.insee.fr
- 
            
www.dnb.de www.dnb.de
- 
            
www.w3.org www.w3.org
- 
            
www.w3.org www.w3.orgTagsAnnotatorsURL
- 
  
- 
            
www.learningsparql.com www.learningsparql.comTagsAnnotatorsURL
- 
  
- 
            
docs.data.world docs.data.worldTagsAnnotatorsURL
- 
  
- 
            
data.world data.worldTagsAnnotatorsURL
- 
  
- 
            
data.bnf.fr data.bnf.frTagsAnnotatorsURL
- 
  
- 
            
levelup.gitconnected.com levelup.gitconnected.com
- 
            
www.w3.org www.w3.orgTagsAnnotatorsURL
- 
  
- 
            
ontopia.net ontopia.net
- 
            
www.w3.org www.w3.org
- 
  
- 
            
jena.apache.org jena.apache.orgTagsAnnotatorsURL
- 
  
- 
            
networkedplanet.com networkedplanet.com
- 
            
www.w3.org www.w3.orgTagsAnnotatorsURL
- 
  
- 
            
w3c.github.io w3c.github.ioTagsAnnotatorsURL
- 
  
- 
            
www.slideshare.net www.slideshare.netTagsAnnotatorsURL
- 
  
- 
            
cambridgesemantics.com cambridgesemantics.com
- 
            
cambridgesemantics.com cambridgesemantics.com
- 
            
- 
  Federated SPARQL Query, incorporating data from both DBpedia & Wikidata ```sparql PREFIX wd: http://www.wikidata.org/entity/ PREFIX wdt: http://www.wikidata.org/prop/direct/ PREFIX wikibase: http://wikiba.se/ontology# PREFIX p: http://www.wikidata.org/prop/ PREFIX ps: http://www.wikidata.org/prop/statement/ PREFIX pq: http://www.wikidata.org/prop/qualifier/ PREFIX bd: http://www.bigdata.com/rdf# PREFIX owl: http://www.w3.org/2002/07/owl# PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# PREFIX foaf: http://xmlns.com/foaf/0.1/ PREFIX dct: http://purl.org/dc/terms/SELECT DISTINCT ?dbpediaID AS ?href xsd:string(?label) AS ?name ?description ?subjectText ?item AS ?wikidataID ?dbpediaID ?image ?picture WHERE { SERVICE http://query.wikidata.org/sparql { SELECT DISTINCT ?item ?itemLabel ?numero ( SAMPLE(?pic) AS ?picture ) WHERE { ?item p:P528 ?catalogStatement . ?catalogStatement ps:P528 ?numero . ?catalogStatement pq:P972 wd:Q14530 . OPTIONAL { ?item wdt:P18 ?pic } . SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } GROUP BY ?item ?itemLabel ?numero ORDER BY ?numero } SERVICE <http://dbpedia.org/sparql> { SELECT ?item ?dbpediaID ?label ?image ?description ?subjectText FROM <http://dbpedia.org> WHERE { ?dbpediaID owl:sameAs ?item ; rdfs:label ?label ; foaf:depiction ?image ; rdfs:comment ?description ; dct:subject [ rdfs:label ?subjectText ] . FILTER ( LANG(?label) = "en" ) FILTER ( LANG(?description) = "en" ) } }} ``` 
 
- 
  
- 
            
meta.wikimedia.org meta.wikimedia.org
- Sep 2023
- 
            
datacite.org datacite.org
- Aug 2023
- 
            
direct.mit.edu direct.mit.edu
- 
            
cso.kmi.open.ac.uk cso.kmi.open.ac.uk
- 
            
www.bbc.co.uk www.bbc.co.uk
- 
  
- 
            
thes.bncf.firenze.sbn.it thes.bncf.firenze.sbn.it
- Jul 2023
- 
            
cv.iptc.org cv.iptc.org
- 
            
xmlns.com xmlns.comTagsAnnotatorsURL
- 
  
- 
            
enterprise-knowledge.com enterprise-knowledge.com
- 
            
w3c.github.io w3c.github.io- 
  RDF-star: bridging the gap betweenLinked Data and Property Graphs 
 TagsAnnotatorsURL
- 
  
- 
            
w3c.github.io w3c.github.io
- 
            
www.youtube.com www.youtube.com
- 
  
- 
            
news.ycombinator.com news.ycombinator.comTagsAnnotatorsURL
- 
  
- 
            
www.datasciencecentral.com www.datasciencecentral.com
- 
            
www.ontotext.com www.ontotext.com
- 
            
w3c.github.io w3c.github.ioTagsAnnotatorsURL
- 
  
- Jun 2023
- 
            
wdtaxonomy.readthedocs.io wdtaxonomy.readthedocs.io
- 
            
mapping-commons.github.io mapping-commons.github.ioTagsAnnotatorsURL
- 
  
- 
            
mapping-commons.github.io mapping-commons.github.io
- 
            
nomisma.org nomisma.orgTagsAnnotatorsURL
- 
  
- 
            
hal.archives-ouvertes.fr hal.archives-ouvertes.fr
- 
            
campus.dariah.eu campus.dariah.eu- 
  There are many different types of controlled vocabularies, the most common among them are: Thesaurus - a type of controlled vocabulary used in information systems that organizes concepts in hierarchical and/or associative relationships and provides their semantic definitions Classification schema - a system that based primarily on classifying things or concepts into groups or classes with a detailed explanation of those classification methods Subject heading list - a list of terms describing subjects in information system Taxonomy - a system that organizes things and concepts in groups based on their common characteristics and/or differences Terminology - a list of terms used to describe concepts in a certain domain Glossary - an alphabetical list of terms with their explanation used in a specific context 
 
- 
  
- 
            
www.cs.vu.nl www.cs.vu.nlTagsAnnotatorsURL
- 
  
- 
            
publications-prairial.fr publications-prairial.fr
- 
            
schema.org schema.org
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
id.loc.gov id.loc.gov
- 
            
id.loc.gov id.loc.gov
- 
            
jakobib.github.io jakobib.github.io
- 
            
link.springer.com link.springer.com
- 
            
- 
            
vocabulary.mimo-international.com vocabulary.mimo-international.com
- 
            
vocabulary.mimo-international.com vocabulary.mimo-international.com
- 
            
www.wikidata.org www.wikidata.org
- 
            
ceur-ws.org ceur-ws.org
- 
            
lim.univ-reunion.fr lim.univ-reunion.fr
- 
            
www.dataversity.net www.dataversity.net
- 
            
ontosql.inria.fr ontosql.inria.fr
- 
  
- 
            
cambridgesemantics.com cambridgesemantics.com
- 
            
arxiv.org arxiv.org
- 
            
sage.univ-nantes.fr sage.univ-nantes.frSaGe1TagsAnnotatorsURL
- 
  
- 
            
webmasters.stackexchange.com webmasters.stackexchange.com
- 
            
sameas.org sameas.orgsameAs1TagsAnnotatorsURL
- 
  
- 
            
github.com github.com
- 
            
andreapoltronieri.org andreapoltronieri.orgTagsAnnotatorsURL
- 
  
- 
            
blog.wolfram.com blog.wolfram.com
- May 2023
- 
            
graphdb.ontotext.com graphdb.ontotext.com
- 
            
graphdb.ontotext.com graphdb.ontotext.com- 
  For example, when merging four different datasets, you can use the following query on DBpedia to select everything about Sofia: sparql SELECT * { { <http://dbpedia.org/resource/Sofia> ?p ?o . } UNION { <http://data.nytimes.com/nytimes:N82091399958465550531> ?p ?o . } UNION { <http://sws.geonames.org/727011/> ?p ?o . } UNION { <http://rdf.freebase.com/ns/m/0ftjx> ?p ?o . } }sparql SELECT * { ?s ?p ?o FILTER (?s IN ( <http://dbpedia.org/resource/Sofia>, <http://data.nytimes.com/nytimes:N82091399958465550531>, <http://sws.geonames.org/727011/>, <http://rdf.freebase.com/ns/m/0ftjx>)) }
 
- 
  
- 
            
www.w3.org www.w3.orgTagsAnnotatorsURL
- 
  
- 
            
accidental-taxonomist.blogspot.com accidental-taxonomist.blogspot.com
- 
            
github.com github.com- 
  ```php $record) { if ($name<>"count" and $name<>"specials") { foreach ($record["site"] as $sitelink) { $site[$sitelink["dbname"]]=$sitelink["url"]; } } if ($name==="specials") { foreach ($record as $sitelink) { $site[$sitelink["dbname"]]=$sitelink["url"]; } } } /* Open files */ $fp = fopen('data/'.$entity_proc.'.ttl', 'w'); fwrite($fp, "@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n"); fwrite($fp, "@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n"); fwrite($fp, "@prefix skos: <http://www.w3.org/2004/02/skos/core#> .\n"); fwrite($fp, "@prefix wd: <http://www.wikidata.org/entity/> .\n"); fwrite($fp, "@prefix wdt: <http://www.wikidata.org/prop/direct/> .\n"); fwrite($fp,"\n"); fwrite($fp,"<http://www.wikidata.org/categories> rdf:type skos:ConceptScheme ;\n"); fwrite($fp," skos:prefLabel \"Wikidata categories\"@en .\n\n"); // echo $list_entities."\n"; $url = "https://www.wikidata.org/w/api.php?action=wbgetentities&ids=".$entity_proc."&props=labels|aliases|sitelinks&format=php&utf8="; $a = unserialize(file_get_contents($url)); foreach ($a["entities"] as $entity=>$data_entity) { fwrite($fp,"wd:".$entity." rdf:type skos:Concept ;\n"); fwrite($fp," skos:inScheme <http://www.wikidata.org/categories> "); if (isset($data_entity["labels"])) { foreach ($data_entity["labels"] as $label) { fwrite($fp,";\n skos:prefLabel \"".$label["value"]."\"@".$label["language"]." "); } } if (isset($data_entity["aliases"])) { foreach ($data_entity["aliases"] as $item) { foreach ($item as $label) { fwrite($fp,";\n skos:altLabel> \"".$label["value"]."\"@".$label["language"]." "); } } } foreach ($data_entity["sitelinks"] as $item) { if (in_array($item["site"],$array_sources)) { /* GET BROADER CATEGORIES */ $repeat_query=true; $cmcontinue=""; while ($repeat_query==true) { $repeat_query = false; $url_wiki = $site[$item["site"]]."/w/api.php?action=query&generator=categories&titles=".urlencode($item["title"])."&prop=pageprops|categoryinfo&format=php&utf8=".$cmcontinue; $b = unserialize(file_get_contents($url_wiki)); if (isset($b["continue"]["cmcontinue"])) { $repeat_query = true; $cmcontinue = $b["continue"]["cmcontinue"]; } if (isset($b["query"]["pages"])) { foreach ($b["query"]["pages"] as $broadcat) { if (isset($broadcat["pageprops"]["wikibase_item"])) { if (!isset($broader[$broadcat["pageprops"]["wikibase_item"]])) {$broader[$broadcat["pageprops"]["wikibase_item"]]=$broadcat["title"];} // fwrite($fp,"<http://www.wikidata.org/entity/".$entity_proc."> <http://www.w3.org/2004/02/skos/core#broader> <http://www.wikidata.org/entity/".$broadcat["pageprops"]["wikibase_item"]."> <http://www.wikidata.org/categories/".$item["site"]."> .\n"); } } } } /* GET NARROWER CATEGORIES */ $repeat_query=true; $cmcontinue=""; while ($repeat_query==true) { $repeat_query = false; $url_wiki = $site[$item["site"]]."/w/api.php?action=query&generator=categorymembers&gcmtitle=".urlencode($item["title"])."&gcmtype=subcat&prop=pageprops|categoryinfo&format=php&utf8=".$cmcontinue; $b = unserialize(file_get_contents($url_wiki)); if (isset($b["continue"]["cmcontinue"])) { $repeat_query = true; $cmcontinue = $b["continue"]["cmcontinue"]; } if (isset($b["query"]["pages"])) { foreach ($b["query"]["pages"] as $narrowcat) { if (isset($narrowcat["pageprops"]["wikibase_item"])) { if (!isset($narrower[$narrowcat["pageprops"]["wikibase_item"]]) or $item["site"]=="enwiki") {$narrower[$narrowcat["pageprops"]["wikibase_item"]]=$narrowcat["title"];} // fwrite($fp,"<http://www.wikidata.org/entity/".$entity_proc."> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.wikidata.org/entity/".$narrowcat["pageprops"]["wikibase_item"]."> <http://www.wikidata.org/categories/".$item["site"]."> .\n"); } } } } } } } $prevalue=""; foreach ($broader as $target=>$value) { fwrite($fp,";".$prevalue."\n skos:broader wd:".$target); $prevalue=" # ".$value; } if ($prevalue!=="") {fwrite($fp,$prevalue);} $prevalue=""; foreach ($narrower as $target=>$value) { fwrite($fp,";".$prevalue."\n skos:narrower wd:".$target); $prevalue=" # ".$value; } if ($prevalue!=="") {fwrite($fp,$prevalue);} fwrite($fp,".\n\n"); fclose($fp); ?>``` 
 TagsAnnotatorsURL
- 
  
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
bioschemas.org bioschemas.org
- 
            
bioschemas.org bioschemas.org
- 
            
bioschemas.org bioschemas.org
- 
            
slides.lobid.org slides.lobid.orgTagsAnnotatorsURL
- 
  
- 
            
www.dublincore.org www.dublincore.org
- 
            
www.dublincore.org www.dublincore.org
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
developers.google.com developers.google.com
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
www.w3.org www.w3.orgTagsAnnotatorsURL
- 
  
- 
            
dbpedia.org dbpedia.orgTagsAnnotatorsURL
- 
  
- 
            
www.strategicstructures.com www.strategicstructures.com
- 
            
louisshulman.medium.com louisshulman.medium.com
- 
            
github.com github.com
- 
            
pro.europeana.eu pro.europeana.euTagsAnnotatorsURL
- 
  
- 
            
europeana.atlassian.net europeana.atlassian.net
- 
            
pro.europeana.eu pro.europeana.eu
- 
            
github.com github.comTagsAnnotatorsURL
- 
  
- 
            
s3.amazonaws.com s3.amazonaws.comTagsAnnotatorsURL
- 
  
- 
            
schema.org schema.org
- 
  
- 
            
- 
  
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
schema.org schema.org- 
  ```html <div vocab="https://schema.org/" typeof="VisualArtwork"> <link property="sameAs" href="http://rdf.freebase.com/rdf/m.0439_q" />La trahison des imagesA <span property="artform">painting</span> also known as <span>The Treason of Images</span> or <span property="alternateName">The Treachery of Images</span>.  <div property="description"> <div property="description">The painting shows a pipe. Below it, Magritte painted, <q lang="fr">Ceci n'est pas une pipe.</q>, French for "This is not a pipe." His statement is taken to mean that the painting itself is not a pipe. The painting is merely an image of a pipe. Hence, the description, "this is not a pipe." Similarly, the image shown above is neither a pipe nor even a painting, but rather a digital photograph. The painting is sometimes given as an example of meta message conveyed by paralanguage. Compare with Korzybski's <q>The word is not the thing</q> and <q>The map is not the territory</q>. </div> - Artist: <span property="creator" typeof="Person"> <span property="name">René Magritte</span> </span>
- Dimensions: <span property="width" typeof="Distance">940 mm</span> × <span property="height" typeof="Distance">635 mm</span>
- Materials: <span property="artMedium">oil</span> on <span property="artworkSurface">canvas</span>
 ``` ```html <div vocab="https://schema.org/" typeof="VisualArtwork"> <link property="sameAs" href="http://rdf.freebase.com/rdf/m.0dbwsn" />My BedMy Bed, first created in <time property="dateCreated" datetime="1998">1998</time>, is an <span property="artform">installation</span> by the British artist Tracey Emin.  <div property="description"> <div property="description"><cite>My Bed</cite> was exhibited at the Tate Gallery in <time datetime="1998">1999</time> as one of the shortlisted works for the Turner Prize. It consisted of her bed with bedroom objects in an abject state, and gained much media attention. Although it did not win the prize, its notoriety has persisted. </div> - Artist: <span property="creator" typeof="Person"> <span property="name">Tracey Emin</span> </span>
 The artwork generated considerable media furore, particularly over the fact that the <span property="artMedium">bedsheets</span> were stained with bodily secretions and the floor had items from the artist's room (such as <span property="artMedium">condoms</span>, <span property="artMedium">a pair of knickers</span> with menstrual period stains, other detritus, and functional, everyday objects, including a <span property="artMedium">pair of slippers</span>). The <span property="artMedium">bed</span> was presented in the state that Emin claimed it had been when she said she had not got up from it for several days due to suicidal depression brought on by relationship difficulties. </div>``` ```html <div vocab="https://schema.org/" typeof="VisualArtwork"> <link property="sameAs" href="http://www.pada.net/members/memPicFull.php/38/367" />Still Life under the Lamp<span property="artform">Print</span> from <time property="dateCreated" datetime="1962">1962</time> by Pablo Picasso. Numbered from the edition of <span property="artEdition">50</span>, each signed by the artist in pencil, lower right: Picasso.  <div property="description"> <div property="description"><cite>Still Life under the Lamp</cite>, from 1962, made when the artist was eighty years old, are counted among Picasso’s most important works in linocut, a technique that he explored in the late 1950s and early 1960s. The progressive proofs show the step by step sequence by which Picasso created his linocut images showing the development of the image into its final form. </div>- Artist: <span property="creator" typeof="Person"> <span property="name">Pablo Picasso</span> </span>
- Dimensions: <span property="width" typeof="Distance">25 3/16 inches</span> × <span property="height" typeof="Distance">20 3/4 inches</span>
- Materials: <span property="artMedium">linoprint</span> on <span property="artworkSurface">paper</span>
- See also here and here.
 ``` 
 TagsAnnotatorsURL
- 
  
- 
            
schema.org schema.org- 
  ```html <div vocab="https://schema.org/" typeof="Painting"><span property="name">The Madonna with the Long Neck</span><span property="genre" content="http://vocab.getty.edu/aat/300021143">Late Renaissance</span> painting by <span property="creator">Parmigianino</span>. </div>``` ```html <div vocab="https://schema.org/" typeof="Painting"> <meta property="sameAs" content="https://en.wikipedia.org/wiki/The_Church_at_Auvers" />
  <span property="name">The Church at Auvers</span> by
    <div property="creator" typeof="Person">
      <span property="name">Vincent van Gogh</span>
    </div>, depicts a church in
    <div property="contentLocation" typeof="AdministrativeArea">
  <span property="name">Auvers-sur-Oise</span>,
  </div> but was created in
  <div property="locationCreated" typeof="AdministrativeArea">
  <span property="name">Saint-Rémy-de-Provence</span>.
  </div>
</div> <meta property="sameAs" content="https://en.wikipedia.org/wiki/The_Church_at_Auvers" />
  <span property="name">The Church at Auvers</span> by
    <div property="creator" typeof="Person">
      <span property="name">Vincent van Gogh</span>
    </div>, depicts a church in
    <div property="contentLocation" typeof="AdministrativeArea">
  <span property="name">Auvers-sur-Oise</span>,
  </div> but was created in
  <div property="locationCreated" typeof="AdministrativeArea">
  <span property="name">Saint-Rémy-de-Provence</span>.
  </div>
</div>``` 
 TagsAnnotatorsURL
- 
  
- 
            
databus.dbpedia.org databus.dbpedia.org
- Apr 2023
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
isni.org isni.orgTagsAnnotatorsURL
- 
  
- 
            
www.lib.ncsu.edu www.lib.ncsu.edu
- 
  
- 
            
www.slideshare.net www.slideshare.net
- 
            
www.slideshare.net www.slideshare.netTagsAnnotatorsURL
- 
  
- 
            
www.getty.edu www.getty.eduTagsAnnotatorsURL
- 
  
- 
            
vocab.getty.edu vocab.getty.eduTags- wikipedia:en=Categories_for_the_Description_of_Works_of_Art
- sparql
- wikipedia:en=Cultural_Objects_Name_Authority
- getty
- culture
- wikipedia:en=Getty_Thesaurus_of_Geographic_Names
- rdf
- wikipedia:en=Art_&_Architecture_Thesaurus
- wikipedia:en=Getty_Vocabulary_Program
- art
- wikipedia:en=Union_List_of_Artist_Names
 AnnotatorsURL
- 
  
- 
            
vocab.getty.edu vocab.getty.eduTagsAnnotatorsURL
- 
  
- 
            
linked.art linked.artModel1TagsAnnotatorsURL
- 
  
- 
            
linked.art linked.artTagsAnnotatorsURL
- 
  
- 
            
linked.art linked.artTagsAnnotatorsURL
- 
  
- Mar 2023
- 
            
web.archive.org web.archive.org
- 
            
us.patents.aksw.org us.patents.aksw.org
- 
  
- 
            
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.govTagsAnnotatorsURL
- 
  
- 
            
TagsAnnotatorsURL
- 
  
- 
            
schema.org schema.orgTagsAnnotatorsURL
- 
  
- 
            
TagsAnnotatorsURL
- 
  
- 
            
meld.web.ox.ac.uk meld.web.ox.ac.ukOverview1TagsAnnotatorsURL
- 
  
- 
            
trompamusic.eu trompamusic.eu
- 
            
trompamusic.eu trompamusic.eu
- 
            
trompace-client.readthedocs.io trompace-client.readthedocs.io
- 
            
dl.acm.org dl.acm.org- 
  A social data infrastructure for music annotation 
 
- 
  
- 
            
www.bobdc.com www.bobdc.com- 
  ```sparql PREFIX wd: http://www.wikidata.org/entity/ PREFIX gist: https://ontologies.semanticarts.com/gist/ PREFIX dcterms: http://purl.org/dc/terms/ SELECT DISTINCT ?commitTitle ?commitTime ?filename ?textLine WHERE { ?commit a wd:Q20058545 ; # it's a commit gist:hasPart ?part ; dcterms:subject ?commitSubject ; gist:atDateTime ?commitTime . ?commitSubject dcterms:title ?commitTitle . ?part gist:produces ?contiguousLines . ?contiguousLines gist:occursIn ?file ; http://example.com/containedTextContainer ?textContainer . ?file gist:name ?filename . ?textContainer ?line ?textLine . FILTER(contains(?textLine,"music")) } ``` 
 TagsAnnotatorsURL
- 
  
- 
            
TagsAnnotatorsURL
- 
  
- 
            
ci.mines-stetienne.fr ci.mines-stetienne.frTagsAnnotatorsURL
- 
  
- Feb 2023
- 
            
vocab.linkeddata.es vocab.linkeddata.esTagsAnnotatorsURL
- 
  
- Jan 2023
- 
            
jonreeve.com jonreeve.com- 
  Cc: @ChrisAldrich 
 TagsAnnotatorsURL
- 
  
- 
            
librarycarpentry.org librarycarpentry.orgTagsAnnotatorsURL
- 
  
- 
            
www.sparontologies.net www.sparontologies.net- 
  Annotating an in-text reference pointer with a citation function ```turtle @prefix : http://www.sparontologies.net/example/ . @prefix cito: http://purl.org/spar/cito/ . @prefix c4o: http://purl.org/spar/c4o/ . @prefix oa: http://www.w3.org/ns/oa# . @prefix per: http://data.semanticweb.org/person/ . :annotation a oa:Annotation ; oa:hasBody :citation ; oa:hasTarget :in-text-ref-pointer ; oa:annotatedBy per:silvio-peroni . :citation a cito:Citation; cito:hasCitingEntity :paper-a ; cito:hasCitationEvent cito:extends ; cito:hasCitedEntity :paper-b . :in-text-ref-pointer a c4o:InTextReferencePointer ; c4o:hasContent "[6]" . ``` 
- 
  Annotating a citation with an additional text-defined citation function ```turtle @prefix : http://www.sparontologies.net/example/ . @prefix cito: http://purl.org/spar/cito . @prefix cnt: http://www.w3.org/2011/content# . @prefix oa: http://www.w3.org/ns/oa# . :annotation a oa:Annotation; oa:motivatedBy oa:commenting ; oa:hasBody :comment ; oa:hasTarget :citation . :comment a cnt:ContentAsText ; cnt:chars "I'm citing that paper because it initiated this whole new field of research." . :citation a cito:Citation; cito:hasCitingEntity :paper-a ; cito:hasCitationCharacterization cito:cites ; cito:hasCitedEntity :paper-b . ``` 
 
- 
  
