Difference between revisions of "Data Catalog Resources"
From Simson Garfinkel
Jump to navigationJump to search
m |
m (→FOAF) |
||
Line 21: | Line 21: | ||
A well-developed FOAT focabulary is on dbpedia.org: | A well-developed FOAT focabulary is on dbpedia.org: | ||
* http://mappings.dbpedia.org/server/ontology/classes/foaf%3APerson | * http://mappings.dbpedia.org/server/ontology/classes/foaf%3APerson | ||
==VCARD== | |||
Some of the items in DCAT are described with vCards. | |||
* [https://datatracker.ietf.org/doc/html/rfc6350 RFC6350, the vCard standard] |
Revision as of 04:33, 1 October 2021
I suggest reading these sources in this order:
Core Concepts
- RDF 1.1 Turtle, an easy-to-use notation for RDF triples. See also the Turtle (syntax) description on Wikipedia.
- Research Description Framework, an overview of RDF
- Web Ontology Language
- DCAT-US Schema v1.1, the schema that is used to report information to data.gov
- DCATv3 - Data Catalog Vocabulary (DCAT), how we represent catalog information
- Dublin Core Metadata Initiative, and especially the DCMI Metadata Terms
FOAF
We use FOAF (Friend of a Friend) vocabulary to describe people.
- FOAF (ontology) on Wikipedia
- FOAF Vocabulary Specification 0.99, the actual vocab used for FOAF. See an example of FOAF in XML from the O'Reilly XML Hacks book. Also see the Introduction to FOAF on the xml.com website.
A well-developed FOAT focabulary is on dbpedia.org:
VCARD
Some of the items in DCAT are described with vCards.