Skip to content

Instantly share code, notes, and snippets.

@tombaker
Created April 8, 2020 13:46
Show Gist options
  • Save tombaker/4c54606ef0dd033b6f306e23764ea384 to your computer and use it in GitHub Desktop.
Save tombaker/4c54606ef0dd033b6f306e23764ea384 to your computer and use it in GitHub Desktop.
Entity Entity_label Property Property_label Mand Repeat ValueType Value Annotation Prefix Namespace
. http://dcap.example/ap/example-01/
dct http://purl.org/dc/terms/
foaf http://xmlns.com/foaf/spec/
xsd http://www.w3.org/2001/XMLSchema#
rdf http://...rdf...
sco http://schema.org/
book Book rdf:type IRI sco:Book
dct:creator Author y y entity #NAME? Author is not required; no limit on the number
dct:title Title y n literal xsd:string Each book must have a title
dct:date Year of publication y n literal xsd:year Only the year, 9999
person Person rdf:type IRI sco:Person
foaf:Name Name y n literal Each person has one name
foaf:mbox Email n y IRI Email is optional but only one allowed
dct:date Birth year n y literal xsd:year Only the year, 9999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment