Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datumsmodellierung vollständig in <rico:Date> #3

Open
oschihin opened this issue May 2, 2022 · 1 comment
Open

Datumsmodellierung vollständig in <rico:Date> #3

oschihin opened this issue May 2, 2022 · 1 comment
Assignees

Comments

@oschihin
Copy link
Contributor

oschihin commented May 2, 2022

Modellierung von Datumswerten vollständig in RiC-O

Beispiel

<https://ld.staatsarchiv.bs.ch/Record/79927/Date>
	a rico:SingleDate ;
	rico:expressedDate "2006" ;
	rico:dateStandard "ETDF" ;
	rico:normalizedDateValue "2006-01-01T"^^xsd:DateTime
		.
<https://ld.staatsarchiv.bs.ch/Record/79927/Date>
        a rico:DateRange ;
        rico:expressedDate "1882-2006" ;
  	rico:dateStandard "EDTF" ;
        rico:normalizedDateValue "1882/2006" 
        .

<https://ld.staatsarchiv.bs.ch/Record/79927/Date>
        a rico:DateSet ;
        rico:expressedDate "1882", "2006" ;
	rico:dateStandard "EDTF" ;
        rico:normalizedDateValue "1882", "2006/2012", "31.12.2018" 
        rico:textualValue "Inhalte aus 1882, 2006-2012 und vom 31. Dezember 2018"@de
@oschihin oschihin self-assigned this May 2, 2022
@oschihin
Copy link
Contributor Author

siehe ICA-EGAD/RiC-O#62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant