Semantic web: Difference between revisions
→Linked Data publishing: miscellaneous |
→Miscellaneous: add examples |
||
Line 17: | Line 17: | ||
= 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] |
Revision as of 16:36, 29 January 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