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

DBpediaMapping.ttl does not pass Turtle validation #423

Open
AlbertoDMendoza opened this issue Feb 13, 2025 · 3 comments
Open

DBpediaMapping.ttl does not pass Turtle validation #423

AlbertoDMendoza opened this issue Feb 13, 2025 · 3 comments

Comments

@AlbertoDMendoza
Copy link
Contributor

lines 767 to 776 have undefined references

foaf:Document owl:equivalentClass sumo:Text .
cidoccrm:E4_Period owl:equivalentClass sumo:TimeInterval .
d0:Activity owl:equivalentClass sumo:Process .
foaf:Image owl:equivalentClass sumo:Image .
foaf:Person owl:equivalentClass sumo:Human .
geo:SpatialThing owl:equivalentClass sumo:Object .
gml:_Feature owl:equivalentClass sumo:Attribute .
rdf:Property owl:equivalentClass sumo:Attribute .
skos:Concept owl:equivalentClass sumo:Class .
skos:OrderedCollection owl:equivalentClass sumo:List .

to address this, you need to add the following prefixes to the top of the document:
@Prefix foaf: http://xmlns.com/foaf/0.1/ .
@Prefix cidoccrm: http://www.cidoc-crm.org/cidoc-crm/ .
@Prefix d0: http://www.ontologyrepository.com/CommonCoreOntologies/ .
@Prefix geo: http://www.w3.org/2003/01/geo/wgs84_pos# .
@Prefix gml: http://www.opengis.net/gml/ .
@Prefix rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# .
@Prefix skos: http://www.w3.org/2004/02/skos/core# .

@apease
Copy link
Contributor

apease commented Feb 13, 2025

Hi Alberto, would you like to go ahead and fix these directly? We don't do any OWL work here at the moment, so you may be better set up to do any validation needed. I'd be grateful for the fix.

@AlbertoDMendoza
Copy link
Contributor Author

Submitted PR

@apease
Copy link
Contributor

apease commented Feb 13, 2025

excellent, thank you!

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

2 participants