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

DCAT export fixes #1889

Closed
0einstein0 opened this issue Nov 27, 2024 · 0 comments · Fixed by inveniosoftware/invenio-vocabularies#446 or #1890
Closed

DCAT export fixes #1889

0einstein0 opened this issue Nov 27, 2024 · 0 comments · Fixed by inveniosoftware/invenio-vocabularies#446 or #1890

Comments

@0einstein0
Copy link
Member

0einstein0 commented Nov 27, 2024

PersonOrOrg:

BEFORE

<dct:creator>
	<rdf:Description rdf:about="https://orcid.org/0000-0002-1825-0097">
		<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<foaf:name>Allen, Brandon</foaf:name>
		<foaf:givenName>Brandon</foaf:givenName>
		<foaf:familyName>Allen</foaf:familyName>
		<org:memberOf>
			<foaf:Organization>
				<foaf:name>European Organization for Nuclear Research</foaf:name>
			</foaf:Organization>
		</org:memberOf>
		<org:memberOf>
			<foaf:Organization>
				<foaf:name>University of Hawaii</foaf:name>
			</foaf:Organization>
		</org:memberOf>
	</rdf:Description>
</dct:creator>
<dct:creator>
<dcat:contactPoint>
	<rdf:Description rdf:about="https://orcid.org/0000-0002-2337-5273">
		<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Individual"/>
		<vcard:fn>Peng, Jun</vcard:fn>
		<vcard:given-name>Jun</vcard:given-name>
		<vcard:family-name>Peng</vcard:family-name>
		<vcard:organization-name>University of Münster</vcard:organization-name>
		<vcard:organization-name>Munster Technological University</vcard:organization-name>
	</rdf:Description>
</dcat:contactPoint>
<citedcat:dataCurator>
	<rdf:Description>
		<dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">edmo:5340</dct:identifier>
		<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
		<foaf:name>Lithuanian Geological Survey</foaf:name>
	</rdf:Description>
</citedcat:dataCurator>

AFTER

<dct:creator>
	<rdf:Description rdf:about="https://orcid.org/0000-0002-1825-0097">
		<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<foaf:name>Allen, Brandon</foaf:name>
		<foaf:givenName>Brandon</foaf:givenName>
		<foaf:familyName>Allen</foaf:familyName>
		<org:memberOf>
			<foaf:Organization>
				<foaf:name>European Organization for Nuclear Research</foaf:name>
			</foaf:Organization>
		</org:memberOf>
		<org:memberOf>
			<foaf:Organization>
				<foaf:name>University of Hawaii</foaf:name>
			</foaf:Organization>
		</org:memberOf>
	</rdf:Description>
</dct:creator>
<dct:creator>
	<rdf:Description rdf:about="https://edmo.seadatanet.org/report/3333">
		<dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">edmo:3333</dct:identifier>
		<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
		<foaf:name>Korea Meteorological Administration</foaf:name>
	</rdf:Description>
</dct:creator>
<dct:creator>
	<rdf:Description rdf:about="https://ror.org/04d836q62">
		<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
		<foaf:name>TU Wien</foaf:name>
	</rdf:Description>
</dct:creator>
<dcat:contactPoint>
	<rdf:Description rdf:about="https://orcid.org/0000-0002-2337-5273">
		<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Individual"/>
		<vcard:fn>Peng, Jun</vcard:fn>
		<vcard:given-name>Jun</vcard:given-name>
		<vcard:family-name>Peng</vcard:family-name>
		<vcard:organization-name>University of Münster</vcard:organization-name>
		<vcard:organization-name>Munster Technological University</vcard:organization-name>
	</rdf:Description>
</dcat:contactPoint>
<citedcat:dataCurator>
	<rdf:Description>
		<dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">edmo:5340</dct:identifier>
		<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
		<foaf:name>Lithuanian Geological Survey</foaf:name>
	</rdf:Description>
</citedcat:dataCurator>

Subjects:

BEFORE

<dct:subject>
	<skos:Concept>
		<skos:prefLabel>Geometry</skos:prefLabel>
		<skos:inScheme>
			<skos:ConceptScheme>
				<dct:title>EuroSciVoc</dct:title>
			</skos:ConceptScheme>
		</skos:inScheme>
	</skos:Concept>
</dct:subject>
<dct:subject>
	<skos:Concept>
		<skos:prefLabel>Iodine</skos:prefLabel>
		<skos:inScheme>
			<skos:ConceptScheme>
				<dct:title>GEMET</dct:title>
			</skos:ConceptScheme>
		</skos:inScheme>
	</skos:Concept>
</dct:subject>
<dct:subject>
	<skos:Concept>
		<skos:prefLabel>AMSSedAge</skos:prefLabel>
		<skos:inScheme>
			<skos:ConceptScheme>
				<dct:title>BODC-PUV</dct:title>
			</skos:ConceptScheme>
		</skos:inScheme>
	</skos:Concept>
</dct:subject>

AFTER

<dct:subject rdf:about="http://data.europa.eu/8mn/euroscivoc/33efa520-dc3d-4898-905e-1c0016d1d6eb">
	<skos:Concept>
		<skos:prefLabel>Geometry</skos:prefLabel>
		<skos:inScheme>
			<skos:ConceptScheme>
				<dct:title>EuroSciVoc</dct:title>
			</skos:ConceptScheme>
		</skos:inScheme>
	</skos:Concept>
</dct:subject>
<dct:subject rdf:about="http://www.eionet.europa.eu/gemet/concept/4483">
	<skos:Concept>
		<skos:prefLabel>Iodine</skos:prefLabel>
		<skos:inScheme>
			<skos:ConceptScheme>
				<dct:title>GEMET</dct:title>
			</skos:ConceptScheme>
		</skos:inScheme>
	</skos:Concept>
</dct:subject>
<dct:subject rdf:about="http://vocab.nerc.ac.uk/collection/P01/current/SAGEMSFM/">
	<skos:Concept>
		<skos:prefLabel>AMSSedAge</skos:prefLabel>
		<skos:inScheme>
			<skos:ConceptScheme>
				<dct:title>BODC-PUV</dct:title>
			</skos:ConceptScheme>
		</skos:inScheme>
		<skos:definition>Accelerated mass spectrometry on picked tests</skos:definition>
	</skos:Concept>
</dct:subject>
@0einstein0 0einstein0 converted this from a draft issue Nov 27, 2024
@0einstein0 0einstein0 self-assigned this Nov 27, 2024
@0einstein0 0einstein0 removed their assignment Dec 3, 2024
@0einstein0 0einstein0 moved this from In progress to In review 🔎 in Sprint Q1/2025 Dec 3, 2024
@slint slint self-assigned this Dec 4, 2024
@0einstein0 0einstein0 moved this from In review 🔎 to In progress in Sprint Q1/2025 Dec 4, 2024
@0einstein0 0einstein0 assigned 0einstein0 and unassigned slint Dec 4, 2024
@0einstein0 0einstein0 moved this from In progress to In review 🔎 in Sprint Q1/2025 Dec 4, 2024
@0einstein0 0einstein0 removed their assignment Dec 4, 2024
@0einstein0 0einstein0 moved this from In review 🔎 to In progress in Sprint Q1/2025 Dec 4, 2024
@0einstein0 0einstein0 moved this from In progress to In review 🔎 in Sprint Q1/2025 Dec 4, 2024
@github-project-automation github-project-automation bot moved this from In review 🔎 to To release 🤖 in Sprint Q1/2025 Dec 9, 2024
@slint slint moved this from To release 🤖 to Released ✔️ in Sprint Q1/2025 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released ✔️
2 participants