Open Jamie-SA opened 3 years ago
@Jamie-SA, @rjyounes We currently have:
gist:license
a owl:AnnotationProperty ;
rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore> ;
skos:definition "An annotation for providing the licensing on this or derivative ontologies"^^xsd:string ;
skos:prefLabel "license"^^xsd:string ;
.
Dave said he want us to use dct:license
to improve gist's rating. We should discuss this.
NOTE: this is subsumed by #161 and relevant to #31, #155, #389
dcterms is an RDF ontology and therefore will make gist non-DL compliant if we use it. (Also, the property suggests a range of dcterms:LicenseDocument
, thus expected use is as an object property (though still not technically an owl:ObjectProperty
). We could accommodate this by putting the license on our website, but it's a moot issue for the first reason given.
I suggest closing this issue for the same reason we closed #155.
Minor request, the website https://archivo.dbpedia.org/rating gives stars to ontology ratings based on having this property point to a URI, and preferably to a resolvable license.
Dave said we should add it.