Semantic web: Difference between revisions
→Linked Data publishing: miscellaneous |
SPARQL |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
* [[SPARQL]] | |||
= Vocabularies = | = Vocabularies = | ||
Line 17: | Line 19: | ||
= Miscellaneous = | = Miscellaneous = | ||
* [http://li-st.com/ LiST (Korean)] | * An example ontology (juso, beverages) [http://li-st.com/ LiST (Korean)] | ||
* Example codes | |||
** [https://github.com/lawlesst/vivo-sample-data/blob/master/people.py in Python] |
Latest revision as of 23:08, 7 February 2019
Vocabularies
- modeling vocabularies
- RDFS (RDF Schema), OWL (Web Ontology Language), SKOS (Simple Knowledge Organization System)
- general-purpose vocabularies
- Dublin Core, ...
- concept-specific vocabularies
- Schema.org, Open Graph, DBpedia ontology, ...
- More at Linked Open Vocabularies
Linked Data publishing
- most well-known dataset is DBpedia
- Wikidata is a manually curated alternative
- other datasets at Datahub
Miscellaneous
- An example ontology (juso, beverages) LiST (Korean)
- Example codes