We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Sorry if I'm putting this message in the wrong place...)
Thank you guys for owlrl tool / package! I am trying to use it and I get (almost) all a I need with
owlrl -w archive.ttl > expanded.ttl
but I always have to write a cleaning tool the removes things like:
all reflexive triples, most of them related to owl:someAs
"1951-05-12" owl:someAs "1951-05-12" . // a simple value from a data property
triples with subject owl:... xds:... rdf:....
rdf:HTML a rdfs:Datatype; owl:sameAs rdf:HTML . // not used anywhere
Is there any easy way to delete them ?
with owlrl -m archive.ttl > expanded.ttl I get the cleaned version.
owlrl -m archive.ttl > expanded.ttl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Sorry if I'm putting this message in the wrong place...)
Thank you guys for owlrl tool / package!
I am trying to use it and I get (almost) all a I need with
but I always have to write a cleaning tool the removes things like:
all reflexive triples, most of them related to owl:someAs
triples with subject owl:... xds:... rdf:....
Is there any easy way to delete them ?
Please ignore the previous :
with
owlrl -m archive.ttl > expanded.ttl
I get the cleaned version.The text was updated successfully, but these errors were encountered: