ament.OntologyBundle.1.0.2.source-code.deleteAnnotationProperties.update Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OntologyBundle Show documentation
Show all versions of OntologyBundle Show documentation
A Gradle plugin to package (or bundle) an OWL ontology in a jar
to make it easy to use in Java-based software projects.
Copyright © 2023, 2024 RTX BBN Technologies
prefix cc:
prefix dc:
prefix dct:
prefix dul:
prefix foaf:
prefix obo:
prefix owl:
prefix prov:
prefix qudt:
prefix rdf:
prefix rdfs:
prefix skos:
prefix vann:
prefix vs:
prefix wot:
delete {
?s ?annProp ?o .
} where {
values ?annProp {
dc:contributor
dc:description
dc:identifier
dc:rights
dc:source
dc:subject
dc:title
dct:abstract
dct:contributor
dct:created
dct:creator
dct:date
dct:description
dct:license
dct:modified
dct:rights
dct:source
dct:subject
dct:title
dul:mappableTo
foaf:membershipClass
obo:BFO_0000179
obo:BFO_0000180
obo:IAO_0000111
obo:IAO_0000112
obo:IAO_0000115
obo:IAO_0000116
obo:IAO_0000117
obo:IAO_0000118
obo:IAO_0000119
obo:IAO_0000232
obo:IAO_0000412
obo:IAO_0000600
obo:IAO_0000601
obo:IAO_0000602
obo:IAO_0010000
owl:versionInfo
prov:aq
prov:category
prov:component
prov:constraints
prov:definition
prov:dm
prov:editorialNote
prov:editorsDefinition
prov:inverse
prov:n
prov:order
prov:sharesDefinitionWith
prov:specializationOf
prov:todo
prov:wasRevisionOf
qudt:example
rdfs:comment
rdfs:isDefinedBy
#rdfs:label
rdfs:seeAlso
#skos:altLabel
skos:changeNote
skos:definition
skos:editorialNote
skos:example
skos:hiddenLabel
skos:historyNote
skos:note
#skos:prefLabel
skos:scopeNote
vann:preferredNamespacePrefix
vann:preferredNamespaceUri
vs:term_status
wot:assurance
wot:src_assurance
}
?s ?annProp ?o .
}