-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Given
This data
"@context":
"@vocab": http://www.w3.org/2004/02/skos/core#
notation:
- "@type": http://publications.europa.eu/ontology/euvoc#EUDOR_LNG
"@value": EN
- "@type": http://publications.europa.eu/ontology/euvoc#FD_060
"@value": EN
- "@type": http://publications.europa.eu/ontology/euvoc#ISO_639_1
"@value": enAnd a Frame
"@context":
"@vocab": http://www.w3.org/2004/02/skos/core#
id:
"@id": notation
"@type": http://publications.europa.eu/ontology/euvoc#EUDOR_LNG
"@explicit": true
id: {}I expect
"@context":
"@vocab": http://www.w3.org/2004/02/skos/core#
id:
"@id": notation
"@type": http://publications.europa.eu/ontology/euvoc#EUDOR_LNG
id: ENInstead
I get
"@context":
"@vocab": http://www.w3.org/2004/02/skos/core#
id:
"@id": notation
"@type": http://publications.europa.eu/ontology/euvoc#EUDOR_LNG
id: EN
# I don't want the following lines.
notation:
- "@type": http://publications.europa.eu/ontology/euvoc#EUDOR_LNG
"@value": EN
- "@type": http://publications.europa.eu/ontology/euvoc#FD_060
"@value": EN
- "@type": http://publications.europa.eu/ontology/euvoc#ISO_639_1
"@value": enIs this expected?
Notes
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status