Skip to content

Instantly share code, notes, and snippets.

@tombaker
Last active April 11, 2020 14:08
Show Gist options
  • Save tombaker/34fd23f3866cc30e6c9823360fec7764 to your computer and use it in GitHub Desktop.
Save tombaker/34fd23f3866cc30e6c9823360fec7764 to your computer and use it in GitHub Desktop.
Shape_ID Shape_Label Property_ID Property_Label Mand Repeat Value_Type Value Annotation Prefix Namespace
book Book dct:creator Author y y entity @person Author is not required; no limit on the number dct http://purl.org/dc/terms/
dct:title Title y n literal xsd:string Each book must have a title xsd http://www.w3.org/2001/XMLSchema#
dct:date Year of publication y n literal xsd:year Only the year, 9999 foaf http://xmlns.com/foaf/spec/
person 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
@tombaker
Copy link
Author

Note that when saving to CSV from Excel, @person is not interpreted as a string and appears as #NAME?.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment